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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ababc4d20d1b5c7f877b4cd55d8f7544891518b7 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201308/CreativeWrapperErrorReason.java | e4021b22dbf5db34f511e9390e24ba97ab1a9a60 | [
"Apache-2.0"
] | permissive | frankzwang/googleads-java-lib | bd098b7b61622bd50352ccca815c4de15c45a545 | 0cf942d2558754589a12b4d9daa5902d7499e43f | refs/heads/master | 2021-01-20T23:20:53.380875 | 2014-07-02T19:14:30 | 2014-07-02T19:14:30 | 21,526,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,266 | java |
package com.google.api.ads.dfp.jaxws.v201308;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CreativeWrapperError.Reason.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleTyp... | [
"jradcliff@google.com"
] | jradcliff@google.com |
9f4afd9b3b4ecb4cc4c3e774f78d86f8924111d5 | ac09a467d9981f67d346d1a9035d98f234ce38d5 | /leetcode/src/main/java/org/leetcode/problems/_000322_CoinChange.java | f593ac59c4bdfc6a9460238bf6f9c970cea1f351 | [] | no_license | AlexKokoz/leetcode | 03c9749c97c846c4018295008095ac86ae4951ee | 9449593df72d86dadc4c470f1f9698e066632859 | refs/heads/master | 2023-02-23T13:56:38.978851 | 2023-02-12T21:21:54 | 2023-02-12T21:21:54 | 232,152,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package org.leetcode.problems;
import java.util.Arrays;
/**
*
* MEDIUM
*
* @author Alexandros Kokozidis
*
*/
public class _000322_CoinChange {
public int coinChange(int[] coins, int amount) {
if (amount == 0)
return 0;
Arrays.sort(coins);
final int[] dp = new int[amount + 1];
Arrays.fill(dp, amoun... | [
"alexandros.kokozidis@gmail.com"
] | alexandros.kokozidis@gmail.com |
ae317ef6f806006798b45541f3df7e932499511c | 7a0a934469b1543545f30a449a0c54872bb3bf9a | /src/main/java/com/im/sky/tomcat/diy/Server.java | 3c67d958c060414e825b0bfab428670af4a19737 | [] | no_license | jcw123/promotion | eb3993d329369b3008691d77b46053cbf0f4c4c7 | a27f3e31616114bfdc54e6aa2d95e42cd321d987 | refs/heads/master | 2022-12-25T06:49:32.679498 | 2022-08-03T03:29:47 | 2022-08-03T03:29:47 | 193,919,745 | 0 | 1 | null | 2022-12-16T03:37:07 | 2019-06-26T14:22:22 | Java | UTF-8 | Java | false | false | 143 | java | package com.im.sky.tomcat.diy;
/**
* @author jiangchangwei
* @date 2020-9-21 下午 8:46
**/
public interface Server extends Lifecycle {
}
| [
"1433179149@qq.com"
] | 1433179149@qq.com |
5299a35848d184104a8600fb060447181e20b03a | bd729ef9fcd96ea62e82bb684c831d9917017d0e | /StatusStatistics/src/com/ctfo/trackservice/dao/OracleProperties.java | 0a8af5d9069a0e7c70e8728bac682240c78d3226 | [] | no_license | shanghaif/workspace-kepler | 849c7de67b1f3ee5e7da55199c05c737f036780c | ac1644be26a21f11a3a4a00319c450eb590c1176 | refs/heads/master | 2023-03-22T03:38:55.103692 | 2018-03-24T02:39:41 | 2018-03-24T02:39:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,178 | java | /*****************************************
* <ul>
* <li>创 建 者:hushaung </li><br>
* <li>工程名称: TrackService </li><br>
* <li>文件名称:com.ctfo.trackservice.util OracleProperties.java </li><br>
* <li>时 间:2013-10-22 下午4:24:32 </li><br>
* </ul>
*****************************************/
package com.ctfo.tra... | [
"zhangjunfang0505@163.com"
] | zhangjunfang0505@163.com |
9d91eb9ff4ec43e0c00b2f132697d14a3ff51504 | fb81bb35a07273a24311bfa1004f22c2ed8d755f | /WEB-INF/src/com/krishagni/catissueplus/core/common/events/MessageLogCriteria.java | 55b4661853a3c19813f7fc90d8d1647ab28bbd56 | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown"
] | permissive | krishagni/openspecimen | 8f3381481ce5afc0e0096822510f3fcf4fe1a67f | 25035133d946d3c15f18773172a6df4b0b9c2c7b | refs/heads/master | 2023-08-20T16:27:13.708738 | 2023-08-16T12:28:05 | 2023-08-16T12:28:05 | 22,343,235 | 56 | 62 | BSD-3-Clause | 2023-03-31T16:22:21 | 2014-07-28T13:23:37 | Java | UTF-8 | Java | false | false | 1,495 | java | package com.krishagni.catissueplus.core.common.events;
import java.util.Date;
import java.util.List;
import com.krishagni.catissueplus.core.common.domain.MessageLog;
public class MessageLogCriteria extends AbstractListCriteria<MessageLogCriteria> {
private String externalApp;
private List<String> msgTypes;
priv... | [
"vinayakapawar@gmail.com"
] | vinayakapawar@gmail.com |
a979a741248103393be508c4a034da2ed1caeca0 | 09db9e6757d586f541d9bec52ba949b413132296 | /src/main/java/com/cn/tianxia/admin/sevice/txdata/RoleService.java | 3b4e9641a3e8b67ed8243a9fdedd0ddec9e56f82 | [] | no_license | xfearless1201/tx-admin | ab5425e801dd186a0cbc9a65e1805086af597882 | fac547a55e510529fc866af310952b457f193f6c | refs/heads/master | 2020-05-16T05:17:40.658753 | 2019-04-22T15:03:19 | 2019-04-22T15:03:19 | 182,810,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package com.cn.tianxia.admin.sevice.txdata;
import com.cn.tianxia.admin.model.txdata.Role;
public interface RoleService {
int deleteByPrimaryKey(Long id);
int insertSelective(Role record);
Role selectByPrimaryKey(Long id);
int updateByPrimaryKeySelective(Role record);
}
| [
"xfearless1201@gmail.com"
] | xfearless1201@gmail.com |
1652a673f3b9b413c19373f7f333434e46dbd38c | c8688db388a2c5ac494447bac90d44b34fa4132c | /sources/com/google/android/gms/internal/ads/ua0.java | a1bcc962dbdcc7605f128762e01ed3b23499604e | [] | no_license | mred312/apk-source | 98dacfda41848e508a0c9db2c395fec1ae33afa1 | d3ca7c46cb8bf701703468ddc88f25ba4fb9d975 | refs/heads/master | 2023-03-06T05:53:50.863721 | 2021-02-23T13:34:20 | 2021-02-23T13:34:20 | 341,481,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,953 | java | package com.google.android.gms.internal.ads;
import java.util.ArrayDeque;
import java.util.Iterator;
import java.util.NoSuchElementException;
/* compiled from: com.google.android.gms:play-services-gass@@19.5.0 */
final class ua0 implements Iterator<s80> {
/* renamed from: a */
private final ArrayDeque<ta0> f... | [
"mred312@gmail.com"
] | mred312@gmail.com |
4b6b16b45b93783b17b23b345350e20682d9a8bb | cdcadc51405e2fde80ed89bf80453a29fe0f31c6 | /swords-combat/src/main/java/com/morethanheroic/swords/combat/service/calc/damage/event/after/domain/AfterDamageEventContext.java | 5718758d3923f08752f3b1034b99a87c28c48e76 | [
"MIT"
] | permissive | daggers-and-sorcery/daggers-and-sorcery-backend | c04ee72a053739f22d0ba98785387594e48e4912 | 96ea5919e6becf5c7cdb888fb2ec1eafba2b0aac | refs/heads/master | 2023-08-15T04:34:36.892695 | 2021-09-27T14:23:30 | 2021-09-27T14:23:30 | 410,900,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package com.morethanheroic.swords.combat.service.calc.damage.event.after.domain;
import com.morethanheroic.swords.combat.entity.domain.CombatEntity;
import com.morethanheroic.swords.combat.service.event.damage.domain.DamageType;
import lombok.Builder;
import lombok.Getter;
@Getter
@Builder
public class AfterDamageEve... | [
"laxika91@gmail.com"
] | laxika91@gmail.com |
070d1d4b3eb959ad4f533b6bebf180ee717a055b | c4c321beed135313d811fc350322bf38bddfa82c | /common-library/src/main/java/com/jinyi/ihome/module/feedback/FeedbackReplyParam.java | 9ac29e688d7298dc53dc9323022814a32187136f | [] | no_license | hupulin/joyProperty | ebf97ef80d28ec03de0df9bb13afdaf02ea540de | a0336ca57b44a997bde6299f2c2e05deea6a1555 | refs/heads/master | 2021-09-04T11:35:18.404336 | 2017-12-27T02:00:23 | 2017-12-27T02:00:23 | 113,118,715 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,809 | java | /* */ package com.jinyi.ihome.module.feedback;
/* */
/* */ import java.io.Serializable;
/* */
/* */ public class FeedbackReplyParam
/* */ implements Serializable
/* */ {
/* */ private static final long serialVersionUID = 1L;
/* */ private String feedbackSid;
/* */ private String ... | [
"hpl635768909@gmail.com"
] | hpl635768909@gmail.com |
8885a9d7f2da244a04b92d4af1065d5a2086983b | e1dbbd1c0289059bcc7426e30ab41c88221eff11 | /modules/cae/cae-base-lib/src/main/java/com/coremedia/blueprint/cae/web/taglib/TruncateTag.java | 20e1e9aac7e3f85fda2cd943441befef82f0a18e | [] | no_license | HongBitgrip/blueprint | 9ed278a8df33dbe7ec2de7489592f704e408d897 | 14c4de20defd2918817f91174bdbdcc0b9541e2d | refs/heads/master | 2020-03-25T23:15:24.580400 | 2018-08-17T14:44:43 | 2018-08-17T14:44:43 | 144,267,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,648 | java | package com.coremedia.blueprint.cae.web.taglib;
import com.coremedia.objectserver.view.ViewException;
import com.coremedia.common.util.WordAbbreviator;
import com.coremedia.xml.Markup;
import com.coremedia.xml.MarkupUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.jsp.JspException;
... | [
"hong.nguyen@bitgrip.de"
] | hong.nguyen@bitgrip.de |
44ecf0c91ffdec6d4d435a9d2ce7ebdf84939587 | 4910584c1a385ce5e90fff8ae41e26d6a3b4c03e | /weixin4j-base/src/main/java/com/foxinmy/weixin4j/http/apache/content/ContentBody.java | a73774869301050a6f01de2d42d14547391ae5d1 | [
"Apache-2.0"
] | permissive | foxinmy/weixin4j | 4ac637cd821b1306dace7d87618def3e22d77c70 | 59ef513e1af61cfe2a3eb8269ae53a0538efc278 | refs/heads/develop | 2023-08-02T14:05:26.893992 | 2023-04-07T16:10:55 | 2023-04-07T16:10:55 | 19,458,722 | 955 | 528 | NOASSERTION | 2023-04-07T16:10:56 | 2014-05-05T14:31:29 | Java | UTF-8 | Java | false | false | 2,727 | 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
... | [
"foxinmy@gmail.com"
] | foxinmy@gmail.com |
b69e4f059b7f44c859a92957597d4d038efe0f61 | b2d7b0517bc16e6a0cf281b1424178413b55b947 | /java-web-project/src04/main/java/com/eomcs/lms/service/impl/BoardServiceImpl.java | 0136741341ac4596e37c537878efdf53acf764dc | [] | no_license | gwanghosong/bitcamp-java-2018-12 | 5ea3035c1beb5b9ce7c5348503daf5ed72304dc9 | 8782553c4505c5943db0009b6a2ebf742c84e38c | refs/heads/master | 2021-08-06T20:30:07.181054 | 2019-06-26T16:18:50 | 2019-06-26T16:18:50 | 163,650,672 | 0 | 0 | null | 2020-04-30T06:28:29 | 2018-12-31T08:00:40 | Java | UTF-8 | Java | false | false | 2,315 | java | package com.eomcs.lms.service.impl;
import java.util.List;
import org.springframework.stereotype.Service;
import com.eomcs.lms.dao.BoardDao;
import com.eomcs.lms.domain.Board;
import com.eomcs.lms.service.BoardService;
// 스프링 IoC 컨테이너가 관리하는 객체 중에서
// 비즈니스 로직을 담당하는 객체는
// 특별히 그 역할을 표시하기 위해 @Component 대신에 @Service 애노테... | [
"gwanghosong91@gmail.com"
] | gwanghosong91@gmail.com |
8b92b857f0f73947fe4390e322e2272a75ab1184 | 827d5bec543567cf5464ec9a177d74825a100359 | /trunk/app/src/main/java/mx/com/factmex/app/server/sqlmaps/dao/CTipoContactoDAOImpl.java | 70770a5814bc4298d0105e423b8b0b88a91933ec | [] | no_license | BGCX067/factmex-svn-to-git | da6dbbe9a4206165425087779b188cb078673689 | 586b44df85ea03c315c76afa068e933deecbf3cb | refs/heads/master | 2016-09-01T08:55:03.136192 | 2015-12-28T14:46:01 | 2015-12-28T14:46:01 | 48,871,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,029 | java | package mx.com.factmex.app.server.sqlmaps.dao;
import com.ibatis.sqlmap.client.SqlMapClient;
import java.math.BigDecimal;
import java.sql.SQLException;
import java.util.List;
import mx.com.factmex.app.server.sqlmaps.model.CTipoContacto;
import mx.com.factmex.app.server.sqlmaps.model.CTipoContactoExample;
pub... | [
"you@example.com"
] | you@example.com |
a71b9a53cbf55041b47f2d028862ffb6a6743f7a | 9cde1bef40a72eaa90ad84fc5146ab49fac9e063 | /fess-db-h2/src/main/java/org/codelibs/fess/db/cbean/CrawlingSessionInfoCB.java | 5ecaf7dd4b9d31f11ae3aaf1c16a97d9bc8a7fdf | [] | no_license | SocialSkyInc/fess-db | 307aa23c812eb5f6cd0c85c1e9a90117f2a72932 | 4e3e3e4dd6f7818edd2e02fc43bb97d91e3dac5a | refs/heads/master | 2021-05-11T03:00:23.043498 | 2015-03-29T11:22:29 | 2015-03-29T11:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package org.codelibs.fess.db.cbean;
import org.codelibs.fess.db.cbean.bs.BsCrawlingSessionInfoCB;
/**
* The condition-bean of CRAWLING_SESSION_INFO.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
public class CrawlingSes... | [
"shinsuke@yahoo.co.jp"
] | shinsuke@yahoo.co.jp |
c566b61f4b4f54dbe7ac8210decddb219185b5ae | a6923e1e56cdbc8bc354cba3e4f699c5f132ae1a | /api/pms-da/pms-da-model/src/main/java/com/fenlibao/model/pms/da/reward/form/RedPacketForm.java | f8e8e79f0339b0cf3a51853ca63cdfd8189d5bcd | [] | no_license | mddonly/modules | 851b8470069aca025ea63db4b79ad281e384216f | 22dd100304e86a17bea733a8842a33123f892312 | refs/heads/master | 2020-03-28T03:26:51.960201 | 2018-05-11T02:24:37 | 2018-05-11T02:24:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package com.fenlibao.model.pms.da.reward.form;
import com.fenlibao.model.pms.da.reward.RedPacket;
/**
* Created by Bogle on 2015/12/1.
*/
public class RedPacketForm extends RedPacket {
}
| [
"13632415004@163.com"
] | 13632415004@163.com |
3b5aec085670fb9a6a5d0e1f7139263995ed3ed4 | d61cbe04b46e3480d5f2acf356f8ccdbab28dbc7 | /OpenWebinars/Desarrollador Spring/Curso de seguridad en tu API REST con Spring Boot/30_OAuth2_CORSCompleto/src/main/java/com/openwebinars/rest/dto/GetPedidoDto.java | 6c0af0bbb727737f5036c4f128556d2b94f228c9 | [] | no_license | decalion/Formaciones-Platzi-Udemy | d479548c50f3413eba5bad3d01bdd6a33ba75f60 | 3180d5062d847cc466d4a614863a731189137e50 | refs/heads/master | 2022-11-30T18:59:39.796599 | 2021-06-08T20:11:18 | 2021-06-08T20:11:18 | 200,000,005 | 1 | 2 | null | 2022-11-24T09:11:48 | 2019-08-01T07:27:00 | Java | UTF-8 | Java | false | false | 910 | java | package com.openwebinars.rest.dto;
import java.time.LocalDateTime;
import java.util.Set;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonFormat.Shape;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import... | [
"icaballerohernandez@gmail.com"
] | icaballerohernandez@gmail.com |
fa48242450e4aecbb924b996ea25b63e0e3985de | 0ad51dde288a43c8c2216de5aedcd228e93590ac | /com/vmware/converter/RetrieveResult.java | e1b13c0a9a8b6ece17090cac0de50479a6c170f4 | [] | no_license | YujiEda/converter-sdk-java | 61c37b2642f3a9305f2d3d5851c788b1f3c2a65f | bcd6e09d019d38b168a9daa1471c8e966222753d | refs/heads/master | 2020-04-03T09:33:38.339152 | 2019-02-11T15:19:04 | 2019-02-11T15:19:04 | 155,151,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,480 | java | /**
* RetrieveResult.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.vmware.converter;
public class RetrieveResult extends com.vmware.converter.DynamicData implements java.io.Serializable {
private java.lang.St... | [
"yuji_eda@dwango.co.jp"
] | yuji_eda@dwango.co.jp |
79f18e3560ccf25172414fa8f4d1be2d766dfc1a | 326c1d6b502a4d8fa5f6e293197b0834d407ed87 | /app/src/main/java/com/wf/irulu/component/qiniu/utils/UrlSafeBase64.java | cafb0376d31a5597a905e1485883d3fde0c67fc0 | [] | no_license | dtwdtw/IruluNoRong | 3cf0e883fcd8a48f347e4d1ccde1423aa337c8b3 | 7fd4e34517e9c3eba0c228b20256bd1afdaa29f2 | refs/heads/master | 2021-01-12T16:37:09.994102 | 2016-10-20T03:02:14 | 2016-10-20T03:02:14 | 71,419,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package com.wf.irulu.component.qiniu.utils;
import java.io.UnsupportedEncodingException;
import android.util.Base64;
import com.wf.irulu.component.qiniu.common.Constants;
/**
* URL安全的Base64编码和解码
*/
public final class UrlSafeBase64 {
/**
* 编码字符串
*
* @param data 待编码字符串
* @return 结果字符串
... | [
"dtw@dtw.local"
] | dtw@dtw.local |
8d3d26c0279810df3e76dedcbceb8b7fc9dfc155 | 74ca72a287d13b4a677069f6a82998e684e5af81 | /dsj_house/dsj-developer-back/src/main/java/com/dsj/data/auth/JWTTokenAuthFilter.java | 615267d4ee644dd3a41a7c1a2fc6f4720318b895 | [] | no_license | tomdev2008/dsj_house | 5d8187b3fca63bd2fc83ea781ea9cda0a91943a2 | 988ab003b1fec4dfb12d3712adde58a4abef067c | refs/heads/master | 2020-03-29T05:17:18.866087 | 2017-12-01T11:53:58 | 2017-12-01T11:53:58 | 149,575,972 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,694 | java | package com.dsj.data.auth;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.ap... | [
"940678055@qq.com"
] | 940678055@qq.com |
dff388917774907630fbe7030c5fb924d943a17a | 99c7920038f551b8c16e472840c78afc3d567021 | /aliyun-java-sdk-aliyuncvc-v5/src/main/java/com/aliyuncs/v5/aliyuncvc/model/v20191030/CreateEvaluationResponse.java | 2b37422fffd2a449827378eb0a9a1d654283db5a | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk-v5 | 9fa211e248b16c36d29b1a04662153a61a51ec88 | 0ece7a0ba3730796e7a7ce4970a23865cd11b57c | refs/heads/master | 2023-03-13T01:32:07.260745 | 2021-10-18T08:07:02 | 2021-10-18T08:07:02 | 263,800,324 | 4 | 2 | NOASSERTION | 2022-05-20T22:01:22 | 2020-05-14T02:58:50 | Java | UTF-8 | Java | false | false | 1,838 | 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 |
b65e3766211fb519cfa0b8b17f300d8dd53ceb00 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_800ede59cf7459b61a3217bcb3fa7ae7851b78ca/PageExpiredPageTest/32_800ede59cf7459b61a3217bcb3fa7ae7851b78ca_PageExpiredPageTest_t.java | d1edb478c56fbdd0310974339f84c53b90735839 | [] | 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,949 | java | /*
* Copyright 2009-2010 Carsten Hufe devproof.org
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3c5f0bc628efe96a11d0dad4a72e8382e6ddc83d | b2157a476638a1a24cb96eba5bac12fa0722f49e | /NewWorkSpace/POMFinalframework/POMFinalframework/src/com/spi/data/ExcelLibrary.java | 8df1537fa31ba3fa7e8d5d8208d92a2a4d3a4cee | [] | no_license | kingshuknandy2016/JavaWorkspace_workspace1 | c95b94bde683c4778c79c376107401a43ad6c9af | fc5817a965c7d2182007e15ac39190b08ef09290 | refs/heads/master | 2021-01-24T10:53:43.964388 | 2018-02-26T19:56:56 | 2018-02-26T19:56:56 | 123,069,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,728 | java | package com.spi.data;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache... | [
"kingshuknandy2016@gmail.com"
] | kingshuknandy2016@gmail.com |
1fe5e0e947f868a4154e3b49582f20e26836768a | 4a483c4dfceb83438cd3c58ca2309e647f5ed353 | /Part 03/part03-Part03_21.PrintNeatly/src/main/java/ArrayPrinter.java | 87d095b97a7cca9c3d9ed108d638a53cd472ceaa | [
"MIT"
] | permissive | cavigna/Mooc-Fi-Java-Programming-I | 5e93a29bc993af766de6312a1ccc86967bd89f5d | 3eff3e02674073cb68756b34e2260b3341942778 | refs/heads/main | 2023-05-08T15:21:13.819994 | 2021-05-26T21:26:40 | 2021-05-26T21:26:40 | 368,320,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java |
public class ArrayPrinter {
public static void main(String[] args) {
// You can test your method here
int[] array = {5, 1, 3, 4, 2};
printNeatly(array);
}
public static void printNeatly(int[] array) {
for (int i = 0; i < array.length; i++){
if(i == arra... | [
"40524472+cavigna@users.noreply.github.com"
] | 40524472+cavigna@users.noreply.github.com |
28e3372c3c8eb1b9179423437106e2b04ff1aaac | 4c34cc329b22de4147fc646a0c0f0f4ed88f0a20 | /app/src/main/java/com/xinran/qxcustomcamera/cameratwo/view/video/view/VideoPlayerView.java | 5c51ea52030c7ab39c0eeb1e8330d3aa2d0939b9 | [
"Apache-2.0"
] | permissive | XinRan5312/QxCustomCameraImg | f27ad75d7a6f5b8b5be90277bd402a8771f70cca | 9abcbb590b9c3e90076f8c55605b31a2a64845d5 | refs/heads/master | 2021-01-16T20:42:47.266866 | 2016-06-16T09:52:10 | 2016-06-16T09:52:10 | 61,281,365 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,854 | java | package com.xinran.qxcustomcamera.cameratwo.view.video.view;
import java.io.IOException;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
imp... | [
"qixinh@jumei.com"
] | qixinh@jumei.com |
508bf53921b28b3bd24ca50f139268196a658f0a | fcef9fb065efed921c26866896004b138d9d92cd | /neembuu-android/srcs/output_jar.src/twitter4j/User.java | 1fdf495d587cb1efaf97b8fb6961a6d86ca3da7b | [] | no_license | Neembuu/neembuunow | 46e92148fbea68d31688a64452d9934e619cc1b2 | b73c46465ab05c28ae6aa3f1e04a35a57d9b1d96 | refs/heads/master | 2016-09-05T10:02:01.613898 | 2014-07-10T18:30:28 | 2014-07-10T18:30:28 | 22,336,524 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,000 | java | package twitter4j;
import java.io.Serializable;
import java.net.URL;
import java.util.Date;
public abstract interface User
extends Comparable<User>, TwitterResponse, Serializable
{
public abstract String getBiggerProfileImageURL();
public abstract String getBiggerProfileImageURLHttps();
pub... | [
"pasdavide@gmail.com"
] | pasdavide@gmail.com |
24d0ca7a1adade1f51f85015b2cfdd5fd35ca55c | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/SegurancaADACD/src/ssl/EchoClient.java | 604f337317194bba7476aa06a6c695d03baf93d0 | [] | 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 | 1,826 | java | package ssl;
import java.io.*;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;
//para criar o keystore
//keytool -genkey -keystore mySrvKeystore -keyalg RSA
public class EchoClient {
public static void main(String[] arstring) {
try {
System.setProperty("javax.net.ssl.tr... | [
"caiohobus@gmail.com"
] | caiohobus@gmail.com |
a629dfb04a1d45d03eaca7b327c94fedaa3b3440 | 4dba1ae57f07a692ac0529bc5f87ca34a9721301 | /IS24-XML/src/main/java/org/openestate/io/is24_xml/xml/WGGroesse.java | febe76c573b6c5a8bc3e6bd1e49ee11081dcbbd9 | [
"Apache-2.0"
] | permissive | jniebuhr/OpenEstate-IO | 8d792f930876a4f2c7662f70582003a6177a1ed9 | 8ebfaa495e757eac44004084b4c14baeb5197375 | refs/heads/master | 2019-07-07T08:13:40.526614 | 2017-12-06T13:25:25 | 2017-12-06T13:25:25 | 86,725,865 | 0 | 0 | null | 2017-03-30T16:42:58 | 2017-03-30T16:42:57 | null | UTF-8 | Java | false | false | 1,786 | java |
package org.openestate.io.is24_xml.xml;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for WGGroesse.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
*... | [
"andy@openindex.de"
] | andy@openindex.de |
698b1c0be27fd0cd0b881b325a1e298df1b386e7 | 77f4fd1ead42be44b25845c3dc93b326b607ad00 | /micrometer-spring-legacy/src/main/java/io/micrometer/spring/async/ThreadPoolTaskExecutorMetrics.java | a5b9dc5cf32d7e935cfb3fd065ebec0e1f913cb9 | [
"Apache-2.0"
] | permissive | philwebb/micrometer | ca7ba7653f4940ba84bd0cfc41a11840043e897d | 2b245d86b4de5fe75b25af9eb94ec6c6769c684f | refs/heads/master | 2022-11-14T15:34:21.021236 | 2018-01-26T02:43:37 | 2018-01-26T02:43:37 | 118,996,918 | 0 | 2 | null | 2018-01-26T02:49:40 | 2018-01-26T02:49:40 | null | UTF-8 | Java | false | false | 4,212 | java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... | [
"jkschneider@gmail.com"
] | jkschneider@gmail.com |
39cd21e04f695c10c1b24a668a9b54ef6781410c | df134b422960de6fb179f36ca97ab574b0f1d69f | /org/apache/logging/log4j/core/async/AsyncLoggerContext.java | 868aa0bb18df6bb484fd2023ab61a675d2cef1ca | [] | no_license | TheShermanTanker/NMS-1.16.3 | bbbdb9417009be4987872717e761fb064468bbb2 | d3e64b4493d3e45970ec5ec66e1b9714a71856cc | refs/heads/master | 2022-12-29T15:32:24.411347 | 2020-10-08T11:56:16 | 2020-10-08T11:56:16 | 302,324,687 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,036 | java | /* */ package org.apache.logging.log4j.core.async;
/* */
/* */ import java.net.URI;
/* */ import java.util.concurrent.TimeUnit;
/* */ import org.apache.logging.log4j.core.Logger;
/* */ import org.apache.logging.log4j.core.LoggerContext;
/* */ import org.apache.logging.log4j.core.config.Conf... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
fb76fd3017e4da0c9842096802f1759ee7754685 | ead5a617b23c541865a6b57cf8cffcc1137352f2 | /decompiled/sources/com/google/android/gms/common/internal/GmsClient.java | 7512520ae3718dfdf1e74fbd2806a922be7d3110 | [] | no_license | erred/uva-ssn | 73a6392a096b38c092482113e322fdbf9c3c4c0e | 4fb8ea447766a735289b96e2510f5a8d93345a8c | refs/heads/master | 2022-02-26T20:52:50.515540 | 2019-10-14T12:30:33 | 2019-10-14T12:30:33 | 210,376,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,189 | java | package com.google.android.gms.common.internal;
import android.accounts.Account;
import android.content.Context;
import android.os.Handler;
import android.os.IInterface;
import android.os.Looper;
import com.google.android.gms.common.Feature;
import com.google.android.gms.common.GoogleApiAvailability;
import com.google... | [
"seankhliao@gmail.com"
] | seankhliao@gmail.com |
0d2446adf2fdaa7c8be0b3778904322f6c937e5d | 005553bcc8991ccf055f15dcbee3c80926613b7f | /generated/com/guidewire/_generated/entity/CitationInternalAccess.java | 09e34afcd6b13f0e510f199c791ca4f97cd9fc27 | [] | no_license | azanaera/toggle-isbtf | 5f14209cd87b98c123fad9af060efbbee1640043 | faf991ec3db2fd1d126bc9b6be1422b819f6cdc8 | refs/heads/master | 2023-01-06T22:20:03.493096 | 2020-11-16T07:04:56 | 2020-11-16T07:04:56 | 313,212,938 | 0 | 0 | null | 2020-11-16T08:48:41 | 2020-11-16T06:42:23 | null | UTF-8 | Java | false | false | 778 | java | package com.guidewire._generated.entity;
@javax.annotation.processing.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "Citation.eti;Citation.eix;Citation.etx")
@java.lang.SuppressWarnings(value = {"deprecation", "unchecked"})
public class CitationInternalAccess {
public static final com.gui... | [
"azanaera691@gmail.com"
] | azanaera691@gmail.com |
2099054739cba48daeef1307901ded6466cde0bc | 72338286d711ad7859aa72f32f3f509176ba915c | /app/src/main/java/com/ytd/framework/main/ui/navigator/FragmentNavigatorAdapter.java | d02a7db694793413ba11462b4d63cd8168ed0c0c | [] | no_license | vic-tan/ProjectFramework | 938193d3ecf7cc901c8ef8a4cf424764e4a7a7e6 | 5f1807e26845e5f280ba1637b1f4ebfd44a3539d | refs/heads/master | 2021-01-02T22:33:34.363779 | 2017-09-07T08:39:22 | 2017-09-07T08:39:22 | 99,338,840 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.ytd.framework.main.ui.navigator;
import android.app.Fragment;
/**
* Created by aspsine on 16/3/30.
*/
public interface FragmentNavigatorAdapter {
public Fragment onCreateFragment(int position);
public String getTag(int position);
public int getCount();
}
| [
"tanlifei@zhixueyun.com"
] | tanlifei@zhixueyun.com |
ef27c45ed585b531ccb7d39cc9b4a94e533b79b8 | 40dd2c2ba934bcbc611b366cf57762dcb14c48e3 | /RI_Stack/java/src/base/org/cablelabs/impl/snmp/SimpleSNMPComm.java | f53a10ea91576e32f5275ca38b08d3a6c05a2ed9 | [] | no_license | amirna2/OCAP-RI | afe0d924dcf057020111406b1d29aa2b3a796e10 | 254f0a8ebaf5b4f09f4a7c8f4961e9596c49ccb7 | refs/heads/master | 2020-03-10T03:22:34.355822 | 2018-04-11T23:08:49 | 2018-04-11T23:08:49 | 129,163,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,945 | java | // COPYRIGHT_BEGIN
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
//
// Copyright (C) 2008-2013, Cable Television Laboratories, Inc.
//
// This software is available under multiple licenses:
//
// (1) BSD 2-clause
// Redistribution and use in source and binary forms, with or without modi... | [
"amir.nathoo@ubnt.com"
] | amir.nathoo@ubnt.com |
b3b277edb0c0a61866eaa804fae32c87d5f38f7f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_88f0109ceaf2263882d551b7f7d5c3c901573117/WikiFormViewer/7_88f0109ceaf2263882d551b7f7d5c3c901573117_WikiFormViewer_t.java | 12007435908f9d488cace05c0145ea9277830a86 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,696 | java | /*
* ConcourseConnect
* Copyright 2009 Concursive Corporation
* http://www.concursive.com
*
* This file is part of ConcourseConnect, an open source social business
* software and community platform.
*
* Concursive ConcourseConnect is free software: you can redistribute it and/or
* modify it under the... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
17193eb09121fbde9f7235da4119679e26bef7cf | 9857aab7e89246319a3f3b2165acb2b1fc0d64bc | /ejemplos/introduccion-java/arreglos y colecciones/Lab01/javase_poo/src/org/cursofinalgrado/uapa/java/nomina/app/entidades/Posicion.java | b92d6b070509167ee18ce4555ecf6705ab6d2260 | [] | no_license | Yanelkys/cursofinalgrado-uapa-diplomado-java | 5c4e8148bc41968a2df906e91eb6ff8c74ac4dbc | d078dcdccea22c351f40301bb0db7c6cf608a55d | refs/heads/master | 2021-01-21T16:57:57.334717 | 2014-11-23T17:57:33 | 2014-11-23T17:57:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package org.cursofinalgrado.uapa.java.nomina.app.entidades;
/**
* Definiendo los tipos de posiciones.
*/
public enum Posicion {
PROGRAMADOR,
SECRETARIA,
SOPORTTE_TECNICO,
VIGILANTE,
MECANICO
}
| [
"eudris@gmail.com"
] | eudris@gmail.com |
7c5fe75ffbff0da052af4e81d28f23aaa3ba74c0 | cffd4738eb1284f2348e94f96676acf980c98e62 | /app/src/main/java/com/vimalcvs/learnandroid/Activities/ExtrasGridView.java | f2a2a0fac22321e518061264533f1c2799ff39e3 | [] | no_license | vimalcvs/LearnAndroidCode | 86684456cc489aacf236ef6c8c62829d11f75fc1 | 240d26f672043fa98b03bab23ced1cfb95a9d7be | refs/heads/master | 2020-04-02T04:13:48.580981 | 2018-11-26T22:27:26 | 2018-11-26T22:27:26 | 154,006,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.vimalcvs.learnandroid.Activities;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.vimalcvs.learnandroid.R;
public class ExtrasGridView extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedIns... | [
"vimalcvs29@.github.com"
] | vimalcvs29@.github.com |
64dee33202e1753690c72549333700e0fbad0d63 | c278b2e06e98b0b99ca7350cfc12d2e535db1841 | /agent/src/main/java/com/yl/agent/service/MemberInfoService.java | 722be1e5e7dd24d7b344f4ca6423f54cd021db88 | [] | no_license | SplendorAnLin/paymentSystem | ea778c03179a36755c52498fd3f5f1a5bbeb5d34 | db308a354a23bd3a48ff88c16b29a43c4e483e7d | refs/heads/master | 2023-02-26T14:16:27.283799 | 2022-10-20T07:50:35 | 2022-10-20T07:50:35 | 191,535,643 | 5 | 6 | null | 2023-02-22T06:42:24 | 2019-06-12T09:01:15 | Java | UTF-8 | Java | false | false | 194 | java | package com.yl.agent.service;
/**
* 会员信息业务接口
*
* @author 聚合支付有限公司
* @since 2016年7月13日
* @version V1.0.0
*/
public interface MemberInfoService {
}
| [
"zl88888@live.com"
] | zl88888@live.com |
5b6b8aa8c7642c62e4c5eab1b50552c25b05c54f | 58d9997a806407a09c14aa0b567e57d486b282d4 | /com/planet_ink/coffee_mud/Items/interfaces/MusicalInstrument.java | 6b0b4c806c3357a244e8a6ed6795f605d72fdf98 | [
"Apache-2.0"
] | permissive | kudos72/DBZCoffeeMud | 553bc8619a3542fce710ba43bac01144148fe2ed | 19a3a7439fcb0e06e25490e19e795394da1df490 | refs/heads/master | 2021-01-10T07:57:01.862867 | 2016-03-17T23:04:25 | 2016-03-17T23:04:25 | 39,215,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,674 | java | package com.planet_ink.coffee_mud.Items.interfaces;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.p... | [
"kirk.narey@gmail.com"
] | kirk.narey@gmail.com |
cd970822f98baf3368fb5776860afdcbc8f91400 | cb08a5a20c7fbede4e8ce0bc3f49e6fd52ba3541 | /dart-impl/src/main/java/com/jetbrains/lang/dart/ide/DartNamedElementNode.java | 77c526acaf8671ec9e1aee4dc2a676b77ed58c47 | [] | no_license | yongwangy91/consulo-google-dart | 18d6de9abaa5b8914db31a830fd2ddbfaff73eeb | b0d3d506a0bf92147e617473f3b8091ec83c251a | refs/heads/master | 2023-01-18T17:01:52.010959 | 2020-10-20T18:24:38 | 2020-10-20T18:24:38 | 311,940,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | package com.jetbrains.lang.dart.ide;
import javax.annotation.Nullable;
import com.intellij.codeInsight.generation.ClassMember;
import com.intellij.codeInsight.generation.MemberChooserObject;
import com.intellij.codeInsight.generation.PsiElementMemberChooserObject;
import com.intellij.navigation.ItemPresentation;
impo... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
9a5931a4405e92266480f01632605aef64e51bd8 | fdd4cc6f8b5a473c0081af5302cb19c34433a0cf | /src/modules/agrega/catalogadorWeb/src/main/java/es/pode/catalogacion/soporte/Contribucion.java | ea294567968a94f351eec675d0fc6ca46cc6ca3c | [] | no_license | nwlg/Colony | 0170b0990c1f592500d4869ec8583a1c6eccb786 | 07c908706991fc0979e4b6c41d30812d861776fb | refs/heads/master | 2021-01-22T05:24:40.082349 | 2010-12-23T14:49:00 | 2010-12-23T14:49:00 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,835 | java | /* Agrega es una federación de repositorios de objetos digitales educativos formada por todas las Comunidades Autónomas propiedad de Red.es. Este código ha sido desarrollado por la Entidad Pública Empresarial red.es adscrita al Ministerio de Industria,Turismo y Comercio a través de la Secretaría de Estado de Telecomuni... | [
"build@zeno.siriusit.co.uk"
] | build@zeno.siriusit.co.uk |
20f5834c136d3c7e7a54a4a912ae47a4670ba5fe | 0b2ed3b6049348fcb64c0e979ab1e28f47968be1 | /JavaThread/src/com/gky/thread/Producter.java | c05643bff606ff9ae0930c66bced1c91d0a281f6 | [] | no_license | zihanbobo/JavaProjectDemo | 74786224f05853dd6c0befb4ab7464c9d73bf502 | afc60fd11aef264aa7573759ef240155476eb8b5 | refs/heads/master | 2021-06-02T00:47:19.096694 | 2016-08-05T09:46:18 | 2016-08-05T09:46:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.gky.thread;
public class Producter extends Thread{
private ShareData data;
public Producter(ShareData data) {
this.data = data;
}
@Override
public void run() {
// TODO Auto-generated method stub
int i = 65;
while(i <= 90){
if(data.setData((char)i)){
i++;
System.... | [
"haotie1990@gmail.com"
] | haotie1990@gmail.com |
3c1b5e595b2516682b4f7f5db7cabd5976f4b991 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.1.jar/classes.jar/QMF_PROTOCAL/QmfClientIpInfo.java | 4189215c0f5bff5d1e25157959bfd3004a1f5d6e | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 1,698 | java | package QMF_PROTOCAL;
import com.qq.taf.jce.JceInputStream;
import com.qq.taf.jce.JceOutputStream;
import com.qq.taf.jce.JceStruct;
public final class QmfClientIpInfo
extends JceStruct
{
static byte[] cache_ClientIpv6;
public int ClientIpv4 = 0;
public byte[] ClientIpv6 = null;
public short Clie... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
db720cd232dfbd8a32384fad8b222a04d00aa9f5 | f5f5d836c9a2fb7636d02283ccc6753678c273ad | /Enox Server/src/com/rs/game/npc/familiar/Voidshifter.java | 721c10f594612963fb9260c2f41b8878982be97f | [] | no_license | gnmmarechal/EnoxScapeReloaded | 3a48c1925fef1bfb7969230f4258a65ae21c7bf2 | ae9639be756b4adb139faa00553adf3e26c488fe | refs/heads/master | 2020-04-22T12:54:40.777755 | 2019-06-28T20:46:34 | 2019-06-28T20:46:34 | 170,389,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.rs.game.npc.familiar;
import com.rs.game.WorldTile;
import com.rs.game.player.Player;
import com.rs.game.player.actions.Summoning.Pouches;
import com.rs.game.player.content.magic.Magic;
public class Voidshifter extends Familiar {
/**
*
*/
private static final long serialVersionUID = 28258222652612... | [
"mliberato@gs2012.xyz"
] | mliberato@gs2012.xyz |
be9bba0f6be7aacf1cdd9af4b73c42be59b5cbe3 | fadfc40528c5473c8454a4835ba534a83468bb3b | /domain-web/jbb-posting-web/src/main/java/org/jbb/posting/web/PostingWebConfig.java | d4ec65c243d34747510dad5af20c6632f1dd3bca | [
"Apache-2.0"
] | permissive | jbb-project/jbb | 8d04e72b2f2d6c088b870e9a6c9dba8aa2e1768e | cefa12cda40804395b2d6e8bea0fb8352610b761 | refs/heads/develop | 2023-08-06T15:26:08.537367 | 2019-08-25T21:32:19 | 2019-08-25T21:32:19 | 60,918,871 | 4 | 3 | Apache-2.0 | 2023-09-01T22:21:04 | 2016-06-11T17:20:33 | Java | UTF-8 | Java | false | false | 613 | java | /*
* Copyright (C) 2018 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.posting.web;
import o... | [
"baart92@gmail.com"
] | baart92@gmail.com |
c51b287e79e728d8048ad7468955368d740b9df6 | 1ca9599356d80751f4cdb15ddebf424952151813 | /dart-impl/src/test/java_/com/jetbrains/lang/dart/generate/DartGenerateActionTest.java | 57d6c30841886db821b167a8633963d82f52a413 | [] | no_license | consulo/consulo-google-dart | 59e460375bae07b44c8d9a7a855853ac668cf609 | 4782d6734aee6bdc19542ddf6a394393b8ebb469 | refs/heads/master | 2023-07-27T03:29:03.103937 | 2023-07-07T14:30:43 | 2023-07-07T14:30:43 | 10,568,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,327 | java | package com.jetbrains.lang.dart.generate;
import consulo.ide.impl.idea.openapi.util.io.FileUtil;
import com.jetbrains.lang.dart.ide.generation.CreateGetterSetterFix;
import com.jetbrains.lang.dart.util.DartTestUtils;
import javax.annotation.Nonnull;
/**
* @author: Fedor.Korotkov
*/
public abstract class DartGenerat... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
180ec8812269dcfe198e8b7ee580b48f1721562a | 7a7437a8129a05d8925a4cb457a4c45887e3d855 | /Companies/Bloomberg/TopKFrequentElements.java | 1d8a504f1a788be08f565841e05d78dc659f6ac6 | [] | no_license | arunbadhai/LeetCode-1 | ea761f5d2e85a456cdb9cc3f894aa18ee6256e74 | caed0367ee9675bb40854d9beaef385755bc029b | refs/heads/master | 2022-11-26T19:28:00.574292 | 2020-08-10T20:11:21 | 2020-08-10T20:11:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,555 | java | package Companies.Bloomberg;
import java.util.*;
public class TopKFrequentElements {
public List<Integer> topKFrequent(int[] nums, int k) {
Map<Integer, Integer> m = new HashMap<>();
for (int num : nums) {
m.put(num, m.getOrDefault(num, 0)+1);
}
PriorityQueue<Integer> q... | [
"victorchennn@gmail.com"
] | victorchennn@gmail.com |
a9e3795eca477722f65eff17cc9547d8f7d4ba2b | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/RecursiveCallLineMarkerTest.java | a99aa2de7c99db44f492c02e32d7aad69918cf52 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 1,188 | java | // Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.java.codeInsight.daemon;
import com.intellij.JavaTestUtil;
import com.intellij.codeInsight.daemon.LineMarkerInfo;
import com.intellij.codeI... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
ff2e06d6d4ed77e7a1502d78bf39f962cd6d8f22 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/6/org/apache/commons/math3/linear/BlockFieldMatrix_blockWidth_1590.java | 79461abce26dbd15d9b3cfd03d556d1d2a5d88b3 | [] | 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 | 3,099 | java |
org apach common math3 linear
cach friendli implement field matrix fieldmatrix flat arrai store
squar block matrix
implement special design cach friendli squar block
store small arrai effici travers data row major direct
column major direct block time greatli increas perform
algorithm... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
8e898ecf94b8e74cd8cd80275e7e11fe0bcdcb52 | 265302da0a7cf8c2f06dd0f96970c75e29abc19b | /ar_webapp/src/main/java/org/kuali/kra/proposaldevelopment/web/struts/authorization/ProposalTaskFactory.java | 99cb4402c955a907a465ac189e68ce61a87253d1 | [
"Apache-2.0",
"ECL-2.0"
] | permissive | Ariah-Group/Research | ee7718eaf15b59f526fca6983947c8d6c0108ac4 | e593c68d44176dbbbcdb033c593a0f0d28527b71 | refs/heads/master | 2021-01-23T15:50:54.951284 | 2017-05-05T02:10:59 | 2017-05-05T02:10:59 | 26,879,351 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,994 | java | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.osedu.org/licenses/ECL-2.0
*
* Unless required by appli... | [
"code@ariahgroup.org"
] | code@ariahgroup.org |
9b0aef3513cc07e82a0da60fd746f9c8a51a366d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_bb0ff81a2c42536c104b3a78529f34f77681bd20/ConversionJoblet/3_bb0ff81a2c42536c104b3a78529f34f77681bd20_ConversionJoblet_s.java | 302ea5454a3ed091f4f9958e777d4bf6f1f760f6 | [] | 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,511 | java | package com.dianping.cat.job.joblet;
import java.io.File;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import com.dianping.cat.job.spi.JobCmdLine;
import com.dianping.cat.job.spi.joblet.Joblet;
import com.dianping.cat.job.spi.joblet.JobletContext;
import com.dianping.cat.job.spi.jo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6da505b7536fd537ebabc5184022c2a81ed38bc9 | 2c6e2ba03eb71ca45fe690ff6e4586f6e2fa0f17 | /material/apks/diva-beta-jdk/sources/jakhar/aseem/diva/Hardcode2Activity.java | eb1ddb100d61b1db6c17e77f90047c7ac4f5eff2 | [] | no_license | lcrcastor/curso-mobile-2019 | 3088a196139b3e980ed6e09797a0bbf5efb6440b | 7585fccb6437a17c841772c1d9fb0701d6c68042 | refs/heads/master | 2023-04-06T21:46:32.333236 | 2020-10-30T19:47:54 | 2020-10-30T19:47:54 | 308,680,747 | 0 | 1 | null | 2023-03-26T06:57:57 | 2020-10-30T16:08:31 | Java | UTF-8 | Java | false | false | 869 | java | package jakhar.aseem.diva;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class Hardcode2Activity extends AppCompatActivity {
private DivaJni djni;
/* access modifiers changed from: prote... | [
"luis@MARK-2.local"
] | luis@MARK-2.local |
94e5b9031d16bf73efb6da5871e78f2b83f69df1 | c1791bce8b55528352e9b4b5bfd07367733a279e | /MineTweaker3-MC1710-Main/src/main/java/minetweaker/mc1710/brackets/LiquidBracketHandler.java | 421d0cba777ce208fdd421aa89497d8a476c6648 | [] | no_license | AnodeCathode/MineTweaker3 | 612ccd943729e755a3feafffeaf4a836e321eb92 | f254aa99e33e2549757fc77ca83aeeca53f89bcb | refs/heads/master | 2021-01-17T14:13:04.603498 | 2015-08-12T04:26:42 | 2015-08-12T04:26:42 | 40,580,018 | 0 | 0 | null | 2015-08-12T04:22:37 | 2015-08-12T04:22:37 | null | UTF-8 | Java | false | false | 2,639 | java | package minetweaker.mc1710.brackets;
import java.util.List;
import minetweaker.IBracketHandler;
import minetweaker.annotations.BracketHandler;
import minetweaker.mc1710.liquid.MCLiquidStack;
import minetweaker.api.liquid.ILiquidStack;
import minetweaker.runtime.GlobalRegistry;
import net.minecraftforge.fluids.Fluid;
i... | [
"stanhebben@gmail.com"
] | stanhebben@gmail.com |
3673a253873ef92a8534592bdab977d6a4d1895a | dafaa331edc190827a30254d7578aadcc006ae1d | /app/src/main/java/com/tajiang/leifeng/model/OrderGoods.java | a882b785b2401ff504ff2be1804da5f16c233b06 | [] | no_license | yuexingxing/LeiFeng_studio | e960933fa723dcb677167c132102e11b7a72fec7 | 831f6530264b5c3233d2c12b269cac3600401d54 | refs/heads/master | 2020-03-09T08:54:41.458320 | 2018-04-09T01:28:36 | 2018-04-09T01:28:36 | 128,699,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,021 | java | package com.tajiang.leifeng.model;
import java.io.Serializable;
import java.math.BigDecimal;
public class OrderGoods implements Serializable{
private static final long serialVersionUID = -525985592619417890L;
private String id;
private String orderId;
private String goodsId;
private String goodsName;... | [
"670176656@qq.com"
] | 670176656@qq.com |
36a39ad49c99c5af4e30dc647f94295f41e07927 | 72f750e4a5deb0a717245abd26699bd7ce06777f | /ehealth/.svn/pristine/97/978aeb314c26ed26ed63a8ad573ae665f1f0f5d8.svn-base | d5e34533228cb41058d7920ea157706611bea4a4 | [] | no_license | vadhwa11/newproject3eh | 1d68525a2dfbd7acb1a87f9d60f150cef4f12868 | b28c7892e8b0c3f201abb3a730b21e75d9583ddf | refs/heads/master | 2020-05-15T23:20:17.716904 | 2019-04-21T12:14:46 | 2019-04-21T12:14:46 | 182,526,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,764 | package jkt.hms.masters.business.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the ipd_kit_issue_details table.
* Do not modify this class because it will be overwritten if the configuration file
* related to this class is modified.
*
* @hibernate.class
* table="ipd_... | [
"vadhwa11@gmail.com"
] | vadhwa11@gmail.com | |
b367482c8db4e6e369ea0c5524a340d6b5d16acb | 81c4910a6784b3f0b512d972054d33cca75a7cd6 | /src/main/java/com/guohuai/mmp/sms/SMSReq.java | 70a3febc79cc24b952e96f3b9170f1e9c52c8e09 | [] | no_license | songpanyong/m-boot | 0eeef760b87ede204b5d891fd7090315248a0fce | 21717db7488daf6bd3f341b677e0424c9fe70b7a | refs/heads/master | 2020-03-10T04:46:55.738802 | 2018-04-12T05:51:13 | 2018-04-12T05:51:13 | 129,201,268 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.guohuai.mmp.sms;
import org.hibernate.validator.constraints.NotBlank;
import com.guohuai.basic.component.ext.web.parameter.validation.Enumerations;
@lombok.Data
public class SMSReq {
@NotBlank(message = "手机号码不能为空!")
String phone;
@Enumerations(values = { "regist", "login", "forgetlogin", "forgetpayp... | [
"songpanyong@163.com"
] | songpanyong@163.com |
9e0f7dc3abb6c1898558b0354d10756ee1082c52 | 401f4a57e06a3fc372f013fb4633313932c8229a | /src/com/dh_international/jprestaproduct/schemas/ProductsDisplay/IdTaxRulesGroupElement.java | 4065ba2cf3d8a383165509c69f2a79c636f78163 | [] | no_license | solidturtle/workspace-tp | 49ae3cfe42497933fcf116904d859ccfe7f330d0 | 568deab542b52cb89763335d62a5e6eea0c554c5 | refs/heads/master | 2021-01-25T08:54:27.142100 | 2013-10-30T19:01:18 | 2013-10-30T19:01:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,425 | java | U2FsdGVkX19x4o91wRhYyzSNPYIUgaAYiV3MXspXYmqlmfSVlRC2ogDZapG4Ia3v
OU+SK2jUmqIu49Hi+2NFPamBDTii0VekLNslpQN/R/TE8o2HnudMHPFkBgyt751e
H25/GgqIu3S3Z7Y37eOVHTJkoFVyQTvoifJRsctRNKaJSkDzu2qHQmJdQTaZPQml
ewjKkfgDujPxGgmlMJfeO2Zneka7xjZMIESGCZLRZiX3Nr98I5Y4goqdzV4FVQKq
47wR/ZlRROdI1pw19MvBdfKQGC7kuq1phlrVq5C+HI23ovDl0dR1TfUHPbD5... | [
"guillaume.sorbier@gmail.com"
] | guillaume.sorbier@gmail.com |
ddeb3efeade964f94ce99aa9a3f60ba6da0c6db1 | 9cfe61ed093a4ba0f253dc52db11f337cdf034a8 | /app/src/main/java/com/ifeell/app/aboutball/game/bean/ResultGameLiveDetailsBean.java | 50f140e1fbbb59b0362b818c5788bd4aeadd6303 | [] | no_license | Hu12037102/AboutBall | 1e3cd39e7ad152508398c23fb577135e0a2ea830 | 27d0e7d34a6545946df39b13ebda5ada76eed6cd | refs/heads/master | 2021-05-23T08:23:18.840879 | 2019-10-22T14:28:58 | 2019-10-22T14:28:58 | 253,191,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package com.ifeell.app.aboutball.game.bean;
import com.ifeell.app.aboutball.home.bean.ResultNewsBean;
import java.util.List;
/**
* 作者: 胡庆岭
* 创建时间: 2019/6/26 16:05
* 更新时间: 2019/6/26 16:05
* 描述:赛事回顾bean
*/
public class ResultGameLiveDetailsBean {
public List<MatchVideoBean> matchVideoList;
public List<Res... | [
"1203747102@qq.com"
] | 1203747102@qq.com |
dba37004676e349388f909ef674f0546605c7623 | b33caac805d8c67b10e357f96bd3121d00f2d496 | /app/src/main/java/com/zritc/colorfulfund/data/response/user/PrepareChangeTransPwd.java | 68030caa1d8183da9b0ff43607f9e80b886af442 | [] | no_license | xiaoqianchang/ColorfulFund | a48c18d44aa6495859aade8bd9b5821807be5145 | d3079ceb7399571be2a9da81e114f8bcddf3d5f9 | refs/heads/master | 2020-05-21T16:43:05.588115 | 2016-09-23T12:44:24 | 2016-09-23T12:44:24 | 65,546,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,017 | java | package com.zritc.colorfulfund.data.response.user;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.Serializable;
/**
* Net Response Bean 修改交易密码前,对用户身份进行验证
*
* package: com.zrt.dc.controllers.user
* svcName(服务名): PrepareChangeTransPwd
* svcCaption( 服... | [
"qianchang.xiao@gmail.com"
] | qianchang.xiao@gmail.com |
37f4dbfe26ee0904032a96be874b40b2b3a2b96a | 77eb7add14f22e2a0e7e019ba5f843c17a01dd29 | /src/main/java/ng8booot/web/rest/errors/ErrorConstants.java | e140dd7424bdfdc8fe192796de6e72218f8c3f36 | [] | no_license | thomas-mwania/ng8booot | c883c67b025cdfb73e5335df2bbd9f72c0165b12 | e8a75eb8e294d1e3d2ad39564143144a13c4bdfc | refs/heads/master | 2022-12-23T06:11:11.887631 | 2019-06-11T08:15:22 | 2019-06-11T08:15:22 | 191,325,391 | 0 | 0 | null | 2022-12-16T04:52:45 | 2019-06-11T08:15:09 | Java | UTF-8 | Java | false | false | 1,111 | java | package ng8booot.web.rest.errors;
import java.net.URI;
public final class ErrorConstants {
public static final String ERR_CONCURRENCY_FAILURE = "error.concurrencyFailure";
public static final String ERR_VALIDATION = "error.validation";
public static final String PROBLEM_BASE_URL = "https://www.jhipster.t... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
a6519bf671518c41bc0fab58651b093eda67f622 | a7da271e01708ad4fd15d68fb0313ebbcc844083 | /emxVCDocument_mxJPO.java | 96abcb578103ee0a3719669f60ff8deb1c2be523 | [] | no_license | hellozjf/JPO | 73c2008a476206158f88987a713db6573b28eaf9 | 630920f4f026db93575166276ba59ad9d72493eb | refs/heads/master | 2021-06-25T21:16:59.633721 | 2017-09-12T10:24:31 | 2017-09-12T10:24:31 | 100,002,796 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,528 | java | /*
** emxCommonDocument.java
**
** Copyright (c) 1992-2016 Dassault Systemes.
** All Rights Reserved.
** This program contains proprietary and trade secret information of MatrixOne,
** Inc. Copyright notice is precautionary only
** and does not evidence any actual or intended publication of such pro... | [
"908686171@qq.com"
] | 908686171@qq.com |
cea54e87f568289b368f1fb45e2ab7883349d539 | 999030f60e1ac3be7cdbf9da30f6cf70de148bf7 | /dishubv2/src/com/x3/dishub/entity/Spio.java | 07965015a5a0d524077a35aedfb7248a2f24a57c | [] | no_license | hendrosteven/x3-solutions | 1ea8b62749487c87b283ea280d771fbae23dfe35 | 5ce5129237abf5600dfcc33df0ea9e61074f8554 | refs/heads/master | 2021-01-10T10:39:00.521923 | 2013-07-04T05:15:16 | 2013-07-04T05:15:16 | 49,036,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,338 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.x3.dishub.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persiste... | [
"hendro.steven@gmail.com"
] | hendro.steven@gmail.com |
c933b189e0d9f75bc190926de0834f10425ec3ea | 33ff1fa4c22baeb53b87cc7dfc39b932774456de | /src/main/java/se/hallindesign/tradedesigner/web/rest/errors/InvalidPasswordException.java | b38213477840725df33425bf5e735432bdf574a1 | [] | no_license | Cashmeiser/jhipster-trade-designer | 204de76a54edb2c8c4a742e77d0a8253542a187b | 7c25c17903eb780934962a904b3dc7f91aa631a5 | refs/heads/master | 2022-12-23T11:50:03.072137 | 2020-09-14T00:52:23 | 2020-09-14T00:52:23 | 295,266,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package se.hallindesign.tradedesigner.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
public class InvalidPasswordException extends AbstractThrowableProblem {
private static final long serialVersionUID = 1L;
public InvalidPasswordException() {
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
d326dda1292620d07633ccac61b85feeecf7cd2d | f8d93a24b046e7624d32b5afb7b7d3eb60a9675b | /data-work/src/main/java/com/bineng/dataWork/modules/act/utils/ProcessDefUtils.java | 553611f40aa6bd1eee101639b8fb6251bb109092 | [
"Apache-2.0"
] | permissive | hongzhifei/data-work | bdcebc64195ce9e7a229ec2ee4c83e269cfe7c01 | fd76035b712962f3d9974289ce033f86fdd9dbfa | refs/heads/master | 2021-01-19T17:41:39.234109 | 2017-08-22T16:50:25 | 2017-08-22T17:06:55 | 101,084,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,967 | java | package com.bineng.dataWork.modules.act.utils;
import java.util.LinkedHashSet;
import java.util.Set;
import org.activiti.engine.ProcessEngine;
import org.activiti.engine.delegate.Expression;
import org.activiti.engine.impl.RepositoryServiceImpl;
import org.activiti.engine.impl.bpmn.behavior.UserTaskActivityBehavior;
... | [
"you@example.com"
] | you@example.com |
0b35829f076547d4065eb86cb16fd3dbb00c165b | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/train/Cookie_Clicker_Alpha/S/Main(119).java | 5d64db7a09475ba66c78964b265c2a45b9843656 | [] | no_license | yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660282 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package methodEmbedding.Cookie_Clicker_Alpha.S.LYD429;
import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner read = new Scanner(System.in);
int cases = read.nextInt();
for(int i=1; i<=cases; i++) {
double C = read.nextDouble();
double F = read.ne... | [
"liangyuding@sjtu.edu.cn"
] | liangyuding@sjtu.edu.cn |
2973c3cdc442bc20e36fbc00a2586d13aa0eee12 | 6c7c00a7151e6cb289e90533e64e10b86d7db651 | /app/src/main/java/com/zhuolang/fu/microdoctorclient/activity/AddContactActivity.java | 86c09a275889a72cc4c31afcad60e9b96228a1ef | [] | no_license | Three1309/MicroDoctorClient | 0c8a10b757089f91154f58a1d84ac319f927e806 | cfa49d7e138c842f45a739b91673acc763758deb | refs/heads/master | 2021-01-20T05:37:21.901242 | 2018-07-06T00:43:03 | 2018-07-06T00:43:03 | 89,795,440 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,573 | java | package com.zhuolang.fu.microdoctorclient.activity;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.w... | [
"1278022159@qq.com"
] | 1278022159@qq.com |
447a36d58d7f7b2f7c4bef8ca291872a987c7453 | 9132b69a6cd253a5314f1cb5a718cf486a665785 | /tests/junit-functional/org/jgroups/blocks/LockService_JGRP_2234_Test.java | a925fb87bdb15fe768de8ac67d9ece04bf2640d4 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | linuxfreakus/JGroups | bd4137be9ae142135aac7f0df166fdf71a0609ab | 488dc7733ac2b09d85896b630e5ae96dc02c14b5 | refs/heads/master | 2020-04-02T01:19:02.012963 | 2018-10-10T19:05:41 | 2018-10-11T05:54:13 | 153,849,313 | 0 | 0 | Apache-2.0 | 2018-10-19T22:44:31 | 2018-10-19T22:44:31 | null | UTF-8 | Java | false | false | 6,463 | java | package org.jgroups.blocks;
import org.jgroups.Global;
import org.jgroups.JChannel;
import org.jgroups.Message;
import org.jgroups.blocks.locking.LockService;
import org.jgroups.conf.ClassConfigurator;
import org.jgroups.protocols.CENTRAL_LOCK;
import org.jgroups.protocols.CENTRAL_LOCK2;
import org.jgroups.protocols.L... | [
"belaban@yahoo.com"
] | belaban@yahoo.com |
8ae46dbaa4ac7129ff90cc9d16109b7400d2db82 | 9f343d5b976104fbc838b155f1463ff08e1fd86f | /labs/SpringMVCViewResolversEx/src/main/java/com/examples/spring/web/mvc/HomeController.java | 8f099fcc3fe175bf00c821835d8c4da68cae1249 | [] | no_license | priyanshupratihar/iiht_javafullstack_ibm | 74290a733ce7bdf15b72b3e21942850bdb5d39ab | 7dafd876e06215e1b5fd98741607ecea9a725c3f | refs/heads/master | 2020-05-09T20:22:09.767434 | 2019-04-10T08:36:53 | 2019-04-10T08:36:53 | 181,405,160 | 1 | 1 | null | 2019-04-15T03:23:07 | 2019-04-15T03:23:07 | null | UTF-8 | Java | false | false | 1,089 | java | package com.examples.spring.web.mvc;
import java.text.DateFormat;
import java.util.Date;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMappin... | [
"saravana.anbarasu@gmail.com"
] | saravana.anbarasu@gmail.com |
43d07a106f220e1c36f34ce143e201fc42398e08 | 30f66a61865458458947055888d17f53f102456d | /server/game/src/main/java/com/linlongyx/sanguo/webgame/processors/general/GeneralBoxRewardProcessor.java | 8610dabcc8e1f5bc9a7cb130d2bba22e4c4dcf28 | [] | no_license | NeverMoreShadowFiend/xxsg | 0f833d963098b0d66aa1161ecefc7f6cc2fa9610 | 51b0b7620c450ab076d0e4dd362969ee0a2ecd97 | refs/heads/master | 2022-12-11T09:44:28.737852 | 2020-09-23T02:10:34 | 2020-09-23T02:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,956 | java | /* */ package com.linlongyx.sanguo.webgame.processors.general;
/* */
/* */ import com.linlongyx.core.framework.base.ProcessorBase;
/* */ import com.linlongyx.core.framework.logic.IPlayerSession;
/* */ import com.linlongyx.core.framework.protocol.RequestBase;
/* */ import com.linlongyx.core.fram... | [
"parasol_qian@qq.com"
] | parasol_qian@qq.com |
dc1968877f0275d92491fa2fc6edb34900f3407d | bb60768a6eb5435a4b315f4af861b25addfd3b44 | /dingtalk/java/src/main/java/com/aliyun/dingtalkworkbench_1_0/models/ListWorkBenchGroupResponse.java | 28fab47998a01c41d516b9842b61865f48803c88 | [
"Apache-2.0"
] | permissive | yndu13/dingtalk-sdk | f023e758d78efe3e20afa1456f916238890e65dd | 700fb7bb49c4d3167f84afc5fcb5e7aa5a09735f | refs/heads/master | 2023-06-30T04:49:11.263304 | 2021-08-12T09:54:35 | 2021-08-12T09:54:35 | 395,271,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkworkbench_1_0.models;
import com.aliyun.tea.*;
public class ListWorkBenchGroupResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
7ab26527a6093803b924468fe25103ff5330364a | 6cf2b08aa9e20a8ab85552573cfcd4d67f5573dd | /spring-cloud-alibaba-sentinel/src/main/java/com/alibaba/cloud/sentinel/custom/BlockClassRegistry.java | 1e5d6c8bf1f1f5214b5e84b76f4ca33692913e62 | [
"Apache-2.0"
] | permissive | wnostop/spring-cloud-alibaba | ba24cb40e71e7b4baf376b6927dae65d295b340e | 44884d7ed43e0ddf7f7fe7407ab001c5b64001b2 | refs/heads/master | 2020-07-06T17:32:35.338575 | 2019-08-19T02:30:18 | 2019-08-19T02:30:18 | 203,091,922 | 1 | 0 | Apache-2.0 | 2019-08-19T03:29:21 | 2019-08-19T03:29:20 | null | UTF-8 | Java | false | false | 1,910 | java | /*
* Copyright (C) 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"fangjian0423@gmail.com"
] | fangjian0423@gmail.com |
321201f4e0f8a7c28eb9c09bdbba553ba3066ca1 | 790b934cb3945e64e65c267703394e6b39135a2d | /Back End Technologies/SERVLETS & JSP/main/java/com/capgemini/mywebapp/servletforjsps/AddEmployeeServlet.java | 3d6f05b34f32a77d40d2d678a0bcad820789a738 | [] | no_license | Omkarnaik571/TY_CG_HTD_BangloreNovember_JFS_OmkarNaik | af1f515dd34abe1f79d81a88422cd1f668d18ed4 | c460ff715036e843138ef4e43e0e9a664d944664 | refs/heads/master | 2023-01-12T01:42:37.720261 | 2020-02-17T09:36:46 | 2020-02-17T09:36:46 | 225,846,042 | 1 | 0 | null | 2023-01-07T21:26:24 | 2019-12-04T11:00:48 | Java | UTF-8 | Java | false | false | 2,055 | java | package com.capgemini.mywebapp.servletforjsps;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.Ht... | [
"omkarnaik571@gmail.com"
] | omkarnaik571@gmail.com |
2b28ac3c160d29a8e40d47265c7b9a0c767b3e49 | 003f9b037c85335655da20cddcc393aa322e6714 | /005_SpringMVC_Custom_Validator/src/com/springmvc/custom/validation/UserController.java | bc5546cf9df6ffd6a8e68e52276928b40538afdf | [] | no_license | prafful/springmvc_aug2019 | 038372873ce22e3089f68dc5173da919e81655b3 | 0328fbce14ccab69db337645d49e3fda86a7e151 | refs/heads/master | 2020-06-29T20:05:19.780539 | 2019-08-13T11:36:16 | 2019-08-13T11:36:16 | 200,612,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | package com.springmvc.custom.validation;
import java.util.ArrayList;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.Bindin... | [
"prraful@gmail.com"
] | prraful@gmail.com |
646ab292526463b55349ecb3b3df748642a13b61 | 3334bee9484db954c4508ad507f6de0d154a939f | /d3n/java-src/f4m-test-lib/src/main/java/de/ascendro/f4m/service/util/TestJsonMessageUtil.java | 385d8b2fe0b92c119247e9d62c711f87c4d41e12 | [] | no_license | VUAN86/d3n | c2fc46fc1f188d08fa6862e33cac56762e006f71 | e5d6ac654821f89b7f4f653e2aaef3de7c621f8b | refs/heads/master | 2020-05-07T19:25:43.926090 | 2019-04-12T07:25:55 | 2019-04-12T07:25:55 | 180,806,736 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package de.ascendro.f4m.service.util;
import de.ascendro.f4m.service.json.JsonMessageUtil;
public class TestJsonMessageUtil extends JsonMessageUtil {
public TestJsonMessageUtil() {
super(new TestGsonProvider(), null, null);
}
}
| [
"vuan86@ya.ru"
] | vuan86@ya.ru |
66a14574fbef6e0cb0528070e3da18a9d2b04719 | a980d28666ab7ac64126893756630a962d633473 | /web-assembly-plugin/src/main/gen/org/jetbrains/webstorm/lang/psi/WebAssemblyTabletype.java | 52023f2fba9bffd620f691d820c43d9ca01967b5 | [
"MIT"
] | permissive | CaiJingLong/intellij-plugins | b2717995bc2ed48939bf1076d2b402bc37fce5a2 | 11be89c2d5d9dd051ec5f59d75fd161c499ecf5b | refs/heads/master | 2023-06-08T06:06:11.554646 | 2023-06-01T08:36:32 | 2023-06-01T10:41:44 | 265,773,873 | 0 | 0 | null | 2020-05-21T06:36:19 | 2020-05-21T06:36:18 | null | UTF-8 | Java | false | true | 309 | java | // This is a generated file. Not intended for manual editing.
package org.jetbrains.webstorm.lang.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface WebAssemblyTabletype extends PsiElement {
@NotNull
WebAssemblyMemtype getMemtype();
}
| [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
f486394d1135353083338262c66958e324df9c9a | c57342eb99e6824f2911eb9d9de7bd909637f81d | /src/com/java_config/bean/BookStore.java | e8a90e40973520de5be504b27f2838080ea72731 | [] | no_license | sebaek/spring-core-20200819 | cf0c22442ef8a9f7d4b60fbf8ed0a67014c3aaaa | 1ba116914f92e071f55c945e6f00cfcb671155cb | refs/heads/master | 2022-12-01T16:10:22.719114 | 2020-08-20T02:30:52 | 2020-08-20T02:30:52 | 288,636,881 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java | package com.java_config.bean;
public class BookStore {
private Book book;
public void setBook(Book book) {
this.book = book;
}
public Book getBook() {
return book;
}
}
| [
"sebaek@gmail.com"
] | sebaek@gmail.com |
2a0a661eb4f46d56686eb7fbb862ccd226a60302 | a20a848d9e43d90598af52d94502336d6d018a5a | /s4/B183336/InformationEstimator.java | a7f843fb84f280de527bdbf5decc5b5f505082ca | [] | no_license | Cramail/tut2018informationQuantity | 018d5089fc0999c0b629c312eb6887e48799a3be | 9e1ffdadc3f84b3221c93634bd8861b5c5433b23 | refs/heads/master | 2020-04-10T21:22:25.385480 | 2019-02-18T02:09:03 | 2019-02-18T02:09:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,201 | java | package s4; // Please modify to s4.Bnnnnnn, where nnnnnn is your student ID.
import java.util.ArrayList;
import s4.specification.FrequencerInterface;
import s4.specification.InformationEstimatorInterface;
/* What is imported from s4.specification
package s4.specification;
public interface InformationEstimatorInterfa... | [
"tut.umemura.lab@gmail.com"
] | tut.umemura.lab@gmail.com |
c2e7d85f6de178dc0643bfec068611d686551160 | 264ed02ae5f1e8ffa5ecad1b36439379908b389f | /client/src/main/java/com/redhat/qe/sikuli/client/SikuliClient.java | 3b4b36e8168e149c90d34389b943cd2819adc5f3 | [
"Apache-2.0"
] | permissive | smallpig002/selenium-sikuli | 3a27e94d48d222aa33f50c4b77322a6b8c385824 | 4dbebb55b8e37939990e0ae7247ff50822becc48 | refs/heads/master | 2022-03-29T14:18:50.110199 | 2018-04-12T12:26:46 | 2018-04-12T12:26:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,410 | java | package com.redhat.qe.sikuli.client;
import java.text.MessageFormat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.redhat.qe.sikuli.common.RemoteFile;
import com.redhat.qe.sikuli.common.RemoteKeyboard;
import com.redhat.qe.sikuli.common.RemoteMouse;
import com.redhat.qe.sikuli.common.RemoteScre... | [
"jkandasa@redhat.com"
] | jkandasa@redhat.com |
b51ab0d1736f2480fb61e31cece4e06a53b0cae8 | 83e934b83e10ec240d543b1981a9205e525a4889 | /07. 2. Open-Closed-And-Liskov-Principle-Exercises/02.Blobs-Skeleton/src/app/models/behavors/Aggressive.java | 1a5f915fed59cf40458412501d472f6c984f4ac9 | [
"MIT"
] | permissive | kostadinlambov/Java-OOP-Advanced | dca49a1b0750092cc713684403629ff9ca06d39e | 12db2a30422deef057fc25cf2947d8bc22cce77c | refs/heads/master | 2021-05-12T10:59:24.753433 | 2018-01-20T19:01:45 | 2018-01-20T19:01:45 | 117,370,385 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | package app.models.behavors;
import app.interfaces.Blob;
public class Aggressive extends AbstractBehavior {
private static final int AGGRESSIVE_DAMAGE_MULTIPLY = 2;
private static final int AGGRESSIVE_DAMAGE_DECREMENT = 5;
//private int sourceInitialDamage;
@Override
public void trigger(Blob b... | [
"valchak@abv.bg"
] | valchak@abv.bg |
3625114308d0c18432fe0ad249f1e98f09d7839a | a77b637c69d9497a0c29ffc0b89cbfa5cb1958f7 | /app/src/main/java/com/wangyukui/ywkj/jmessage/EmoticonDisplayListener.java | 1bc2d3ad9cb8868a9bfc375d75f4ef95be15f0c6 | [] | no_license | wangchenxing1990/tashanzhishi | 6b764aba6ffd499f7bef2576743d0be503d84e38 | 15b3829e0ac092d8b55eb19db6222e8ddbd4f90e | refs/heads/master | 2020-04-07T07:45:03.429599 | 2018-11-19T08:35:44 | 2018-11-19T08:35:44 | 158,187,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package com.wangyukui.ywkj.jmessage;
import android.view.ViewGroup;
public interface EmoticonDisplayListener<T> {
void onBindView(int position, ViewGroup parent, EmoticonsAdapter.ViewHolder viewHolder, T t, boolean isDelBtn);
}
| [
"18317770484@163.com"
] | 18317770484@163.com |
8ffe187a9485e3cca8ed4c66e2afe37c1bf091cd | 30debfb588d3df553019a29d761f53698564e8c8 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201608/ActivateCustomTargetingKeys.java | a30430eabed4a592233a4b7358e0643411bd1fee | [
"Apache-2.0"
] | permissive | jinhyeong/googleads-java-lib | 8f7a5b9cad5189e45b5ddcdc215bbb4776b614f9 | 872c39ba20f30f7e52d3d4c789a1c5cbefaf80fc | refs/heads/master | 2021-01-19T09:35:38.933267 | 2017-04-03T14:12:43 | 2017-04-03T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | // Copyright 2016 Google Inc. All Rights Reserved.
//
// 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... | [
"api.cseeley@gmail.com"
] | api.cseeley@gmail.com |
2c90f17e2ec25e853104de43925b58dde8ffc0cd | 597ef784df6f9cf6e262a8e3b1a0706e0843fd44 | /JAVA_PROJECT/essential03_Wrapper/src/Source02_Wrapper.java | 2f5ea3a32684f86c57c858fa79e358b73e72b2a3 | [] | no_license | JIN-0616/kgitbank | 6a80cb1846b3965ee88b93dc4107beb88d535bcc | 717e8330935344b095adef82370029555d01676f | refs/heads/master | 2020-04-21T11:37:34.533558 | 2019-02-07T12:14:08 | 2019-02-07T12:14:08 | 169,532,345 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,659 | java |
public class Source02_Wrapper {
public static void main(String[] args) {
// Wrap(Boxing) , UnWrap(UnBoxing) 은 자동으로 일어난다.
Integer n1 = new Integer(4561);
Integer n2 = 4561;
Integer n3 = 4561;
System.out.println(n1+" / "+n2+" / "+n3);
System.out.println(n1==n2); //false
System.out.println(n1==n3)... | [
"kgitbank@DESKTOP-U6AB831"
] | kgitbank@DESKTOP-U6AB831 |
4e63947f8965d4b726d37bdb1d2e7fc755d07734 | 977e4cdedd721264cfeeeb4512aff828c7a69622 | /ares.standard/src/main/java/cz/stuchlikova/ares/application/stub/rzp/SpolecniciSVkladem.java | f2559f1cc62a4a6ce8059756a09c402f7fa74719 | [] | no_license | PavlaSt/ares.standard | ed5b177ca7ca71173b7fa7490cf939f8c3e050fb | 1d3a50fa4397a490cfb4414f7bd94d5dcac1a45e | refs/heads/main | 2023-05-08T02:28:09.921215 | 2021-05-27T10:03:07 | 2021-05-27T10:03:07 | 346,669,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,427 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.04.19 ... | [
"pavla.p.novotna@seznam.cz"
] | pavla.p.novotna@seznam.cz |
46ff438ddc79fbc73378484057b87b1c906fbd19 | 7a18ebb74f37dfe4eb655f174e2b974560965378 | /purchase/src/com/mbusiness/action/PurchaseDeleteAction.java | 1f319a8f38433f26035d09524d7290f13b1433cd | [] | no_license | 873008390/yabao | 0479b40f01e05f70ce553d238f3340402a1f5ca5 | 8f6bb129e269f5089caca3062882fb03e1b24b0c | refs/heads/master | 2021-01-22T19:59:25.047032 | 2017-03-21T02:30:58 | 2017-03-21T02:30:58 | 85,261,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,019 | java | package com.mbusiness.action;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.mbusiness.model.Purchase;
import com.mbusiness.model.Usersession;
import com.mbusiness.service.PurchaseService;
import com.mbusiness.util.MMessage;
import com.opensymphony.xwork2.ActionSupport... | [
"your_email@youremail.com"
] | your_email@youremail.com |
a68dbafeb5a0a5d95cd4f01cc91aa8e8d1ec6fc4 | 906472644ab5a7d26d02eb4c0bb45c8c484ce5b1 | /src/com/craining/book/DoThings/DoThings.java | d7d1b7bb19c8022b1c75af58896c742a6a8ec7a5 | [] | no_license | craining/android_CtrlYourPhone | 7f287bfe7e1e7578082b3d5f517222cc18ad0e4f | 0bb869815cbab5b44f829f7169ece70d9be993f5 | refs/heads/master | 2021-01-23T21:38:14.796302 | 2013-06-20T03:53:32 | 2013-06-20T03:53:32 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 7,528 | java | package com.craining.book.DoThings;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import org.apache.http.util.EncodingUtils;
import android.app.AlertDialog;
import android.content.Context... | [
"craining@163.com"
] | craining@163.com |
9f6fbf6506370b4d35ab95225e5a891c5c5f0d8a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_6a6e804d7a06817588ed9c7f7c0b6434ec0a6df0/SyncAuthenticatorService/30_6a6e804d7a06817588ed9c7f7c0b6434ec0a6df0_SyncAuthenticatorService_s.java | 1ebfde8bfbcea5266873f2ea3e1a29c3ab41ef1e | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,416 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/M... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
cbebb4d52c5967696a168b9a03116e57fd06f7b9 | 8991ff9e4d6dd212a47a35b74c7b82a7df86785d | /gen/intellij/haskell/psi/impl/HaskellCnameImpl.java | 49dfb567b076cdfbcb2bffd074864f4fa5276eea | [
"Apache-2.0"
] | permissive | NightRa/intellij-haskell | 284c48cb435d135c515800f017443778ebe0770e | cadda221eb164922ed12dfa31348634bf6355b03 | refs/heads/master | 2021-01-12T16:43:38.626663 | 2016-10-23T08:22:06 | 2016-10-23T08:22:06 | 71,440,355 | 0 | 0 | null | 2016-10-20T08:16:22 | 2016-10-20T08:16:22 | null | UTF-8 | Java | false | true | 1,681 | java | // This is a generated file. Not intended for manual editing.
package intellij.haskell.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.PsiTreeUtil;
import s... | [
"rikvdkleij@gmail.com"
] | rikvdkleij@gmail.com |
e4c7c54cd5f7310abc85b8a567d98eccd9e85c8a | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE89_SQL_Injection/CWE89_SQL_Injection__console_readLine_executeUpdate_74a.java | e2d91c2ae450aef37326b0eb4276c2f1a9e9b7ae | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 4,485 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE89_SQL_Injection__console_readLine_executeUpdate_74a.java
Label Definition File: CWE89_SQL_Injection.label.xml
Template File: sources-sinks-74a.tmpl.java
*/
/*
* @description
* CWE: 89 SQL Injection
* BadSource: console_readLine Read data from the console using readLi... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
b4b4e225de33e8d66ba06b01fd63687163328e0b | b9c4ecc88aa5a63f553086632b1ff9ab9194b29a | /Chapter16/App15/src/test/java/net/homenet/service/AccountServiceJUnit4SpringContextTests.java | 940800ddd6c1d6d4cdf18f51bc823f2afc6f3c67 | [] | no_license | mousesd/Spring5Recipe | 69c2fcf719274fb1f53de59289684734fff0225e | fa3cbcb83de41ab02150443c14068954fa0ab9f0 | refs/heads/master | 2020-03-31T01:59:05.007582 | 2019-02-13T15:33:42 | 2019-02-13T15:33:42 | 151,796,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,912 | java | package net.homenet.service;
import net.homenet.configuration.BankConfiguration;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Repeat;
import org.springframework.test.annotation.Timed;
import org.springframework... | [
"mousesd@gmail.com"
] | mousesd@gmail.com |
26ca937ae69668b471ccca44636d117aa79658bb | 5cd3600ba89cf8d07045d439b2915d11d7ec0e9b | /Salesforce_Core_Framework/src/main/java/com/test/xcdhr/Salesforce_Core_Framework1/hrms_payroll/hrms_Payroll_SAPP_Statutory_Scenario/UpdateTaxCodeAndAnnualSalary.java | 5902092b48ec461b738dcbba52f66e337172a526 | [] | no_license | AzizMudgal/XCDHR_Payroll | 56e49d17f467e1b37c336d9042c0557855ce8bb9 | fa6c6a665a4d19cec7645edc4914ac4ac2fa4ca4 | refs/heads/master | 2021-01-19T23:01:01.467009 | 2018-06-19T13:36:54 | 2018-06-19T13:36:54 | 101,260,492 | 0 | 0 | null | 2018-02-19T06:29:10 | 2017-08-24T06:14:06 | Java | UTF-8 | Java | false | false | 5,990 | java | package com.test.xcdhr.Salesforce_Core_Framework1.hrms_payroll.hrms_Payroll_SAPP_Statutory_Scenario;
import org.testng.Assert;
import org.testng.SkipException;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annota... | [
"azizm@peoplexcd.com"
] | azizm@peoplexcd.com |
8a96767c4beee3836ae30c0ebb7522715fade17c | d46558b01a692657aa3c8dd9e51d871e50b50896 | /src/main/java/com/gene/mobilemaster/dao/ZganalystpcMapper.java | 7582dc9d59e427fa30d4ddcb3649f347cfc528b0 | [] | no_license | quweijun/cms_order_zgmall_bak | c5355740d409038f1676f6c60542edc7c68f86fe | 57335178214eba5ef7f31148a10e71cddcf1409d | refs/heads/master | 2023-08-03T11:43:50.133601 | 2018-12-12T07:37:29 | 2018-12-12T07:37:29 | 158,420,844 | 0 | 0 | null | 2023-07-20T04:45:02 | 2018-11-20T16:38:10 | Java | UTF-8 | Java | false | false | 205 | java | package com.gene.mobilemaster.dao;
import com.gene.mobilemaster.model.Zganalystpc;
public interface ZganalystpcMapper {
int insert(Zganalystpc record);
int insertSelective(Zganalystpc record);
} | [
"29048829@qq.com"
] | 29048829@qq.com |
f86ef0c0d9ed161f71357d333d85a2c4a062df34 | 70d98b4b1200f314d1c7a25899d58282ad251523 | /src/test/java/io/inject/mock/impl/ViewImpl.java | fab1bad74fd21b916edb033f1f3259b95bf6b69d | [
"Apache-2.0"
] | permissive | MStart/injectio | 564859f8ecab7bab75853f328f2a21633271dfdc | 02592831704cedd9c0a13f27e4c293bdce1ed1cb | refs/heads/master | 2021-01-14T12:57:45.976078 | 2016-01-11T10:51:23 | 2016-01-11T10:51:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package io.inject.mock.impl;
import io.inject.InjectResource;
import io.inject.InjectView;
import io.inject.Injector;
import io.inject.mock.View;
/**
* @author Sergey Ivonchik <sergey @ mintpay.by>
*/
public class ViewImpl extends View {
@InjectView(1)
private View mSubView;
@InjectResource(2)
private floa... | [
"="
] | = |
76af3abb6b1bdd60d1a2c867ece0f0376bf97b70 | 7016cec54fb7140fd93ed805514b74201f721ccd | /ui/web/main/src/java/com/echothree/ui/web/main/action/shipping/shippingmethod/CommentEditAction.java | 58cc5b0f7c7b55ee015468855ef18a289f9a534c | [
"MIT",
"Apache-1.1",
"Apache-2.0"
] | permissive | echothreellc/echothree | 62fa6e88ef6449406d3035de7642ed92ffb2831b | bfe6152b1a40075ec65af0880dda135350a50eaf | refs/heads/master | 2023-09-01T08:58:01.429249 | 2023-08-21T11:44:08 | 2023-08-21T11:44:08 | 154,900,256 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,976 | java | // --------------------------------------------------------------------------------
// Copyright 2002-2023 Echo Three, LLC
//
// 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:/... | [
"rich@echothree.com"
] | rich@echothree.com |
680b6d74d6e1476eb84df6ed798e35319fe2e1af | 75eb54942141574b4f84d1e78155274517e9b984 | /trie/Trie.java | 63cb416a7f82e5405c554408087173b87a0cfd79 | [] | no_license | 617076674/classic-algorithm | 63851c8be8f09de7c47c0becb6beeafcee3c7670 | 986b88fe134eb8910ccae147ae03f4ae22f523e7 | refs/heads/master | 2020-07-22T02:00:02.219318 | 2019-11-04T08:45:38 | 2019-11-04T08:45:38 | 207,040,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,905 | java | package trie;
import java.util.HashMap;
import java.util.Map;
public class Trie {
private class Node {
public boolean isWord;
public Map<Character, Node> next;
public Node (boolean isWord) {
this.isWord = isWord;
next = new HashMap<>();
}
public N... | [
"617076674@qq.com"
] | 617076674@qq.com |
cb454a0fe015947b517b1e99384f30bf01a763d4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_666543636ebdfe4f8a11af0b968d307e072233ab/CustomDateFormat/5_666543636ebdfe4f8a11af0b968d307e072233ab_CustomDateFormat_t.java | 1f9dfc6b6de19d036d73dbd1c0dfe96c88b695da | [] | 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,712 | java | package com.idega.util;
import java.text.DateFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
/**
* Title: A class for formatting presentation of Dates
* Description:
* Copyright: Copyright (c) 2002
* Company: idega
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a42f303f8b7eafef4448b7fde8fb62098cff4a01 | c6cb484aded802b2453994fb4f6ddc98a28426a9 | /src/java.xml.ws/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.java | ec706062fb82df44a2784348f025539baf949c38 | [] | no_license | shitapatilptc/java | de4ed8452d4810c62a6b15a643856d8ddb4cc917 | 445b4b3816fe703a68dbdda8ef73e6aaa8ba2972 | refs/heads/master | 2021-01-22T05:43:41.450356 | 2017-05-26T10:51:36 | 2017-05-26T10:51:36 | 92,491,357 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,823 | java | /*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/**
*
* @author SAAJ RI Development Team
*/
package com.sun.xml.internal.messaging.saaj.soap.ver1_2;
i... | [
"shitapatil@ptc.com"
] | shitapatil@ptc.com |
4ae3a64d2afc6abe6499749624c13a260bc91419 | 5851584f9ab0761f46e235f9af970dcf23a1f847 | /ProjectBandit/src/com/ameron32/apps/projectbandit/core/trial/GameFragment.java | 272837376808b444b40f7b4e882efabc0daba2d6 | [
"Apache-2.0"
] | permissive | ameron32/ProjectBandit | 2f546d550f09c58c03d716a54e63b432349f271d | abb9ae8e36aa9a43156eb3c84f7d9ee3c23b45c6 | refs/heads/master | 2021-01-01T20:48:19.465830 | 2014-12-16T23:24:17 | 2014-12-16T23:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,892 | java | package com.ameron32.apps.projectbandit.core.trial;
import java.util.List;
import com.ameron32.apps.projectbandit.R;
import com.ameron32.apps.projectbandit.manager.GameManager;
import com.ameron32.apps.projectbandit.manager._ParseUtils;
import com.ameron32.apps.projectbandit.manager.UserManager;
import com.ameron32.a... | [
"ameron32extras@gmail.com"
] | ameron32extras@gmail.com |
bae591a89a5bd6c07aa0f5f1ab782c08c44d2565 | 6e7433ef3ce1e39aa2d744ca4eb0c9aaf59960ce | /src/main/java/com/nivelle/guide/configbean/RabbitMQConfig.java | b443059e56fd3a73250550f0a0e4724534b3c04f | [] | no_license | yuki-2021/javaguides | b5293f2336b44aee982cd401b287f93023fe90b9 | 02f303f6914f8579f11391070889be6af1f4ba6b | refs/heads/master | 2022-02-27T07:16:09.411561 | 2019-08-10T10:47:03 | 2019-08-10T10:47:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,900 | java | package com.nivelle.guide.configbean;
import com.nivelle.guide.rabbitmq.DirectMessageReceiver;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import org.springframework.amqp.core.*;
import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
import org.springframework.am... | [
"fuxinzhong@zhangyue.com"
] | fuxinzhong@zhangyue.com |
194be2f59297512b2e19ac7ce8352d68f48c58c9 | 7ced4b8259a5d171413847e3e072226c7a5ee3d2 | /Workspace/Demux/HashMap/brick-wall(Revision).java | 368359e4176d97621403ab8e74b4cabba26a58df | [] | no_license | tanishq9/Data-Structures-and-Algorithms | 8d4df6c8a964066988bcf5af68f21387a132cd4d | f6f5dec38d5e2d207fb29ad4716a83553924077a | refs/heads/master | 2022-12-13T03:57:39.447650 | 2020-09-05T13:16:55 | 2020-09-05T13:16:55 | 119,425,479 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | class Solution {
public int leastBricks(List<List<Integer>> wall) {
HashMap<Integer,Integer> map=new HashMap<>();
for(int i=0;i<wall.size();i++){
int sum=0;
for(int j=0;j<wall.get(i).size()-1;j++){
sum+=wall.get(i).get(j);
map.put(sum,map.getOr... | [
"tanishqsaluja18@gmail.com"
] | tanishqsaluja18@gmail.com |
c5c3ca14caaac43bc589fa61090fcaed2d37df80 | 49cc531ce6a965b522f685daf250b63e66c2a144 | /mifosng-provider/src/main/java/org/mifosplatform/portfolio/loanproduct/domain/LoanProductRepository.java | decc0912dc9ff993ffe04da80b2b8bd4b4267c1b | [] | no_license | reddysatish158/finance | a1ba833e08758577e266d96b1833d27a6862bc98 | 8db11b653a7fa98902f15f10cebe25b8f93d05d1 | refs/heads/master | 2021-01-01T16:12:51.818142 | 2014-08-20T13:17:09 | 2014-08-20T13:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package org.mifosplatform.portfolio.loanproduct.domain;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
public interface LoanProductRepository extends JpaRepository<LoanProduct, Long>, JpaSpecificationExecutor<LoanProduct> {
//... | [
"keithwoodlock@gmail.com"
] | keithwoodlock@gmail.com |
7e7eff1a74864832ff1399accf070beca792e252 | db57a38a71aeb997b8f1c9caf4bc9332cae9b6e0 | /lab3/hello-rds/src/main/java/com/yen/config/DataSourceProperties.java | 5b24b7c0304d6d6b2e951724ebcbb5418744dae9 | [] | no_license | yennanliu/LambdaHelloWorld | dcb394fc443335362071a189a8420716c62553b4 | d43e7f372948d8619096e0d62a4128ea76f05edc | refs/heads/master | 2023-08-11T12:38:05.950686 | 2023-08-11T11:44:55 | 2023-08-11T11:44:55 | 230,426,257 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | package com.yen.config;
/**
* https://youtu.be/K1OI-S0ET70?t=902
*
*/
public class DataSourceProperties {
private final String host;
private final int port;
private final String db;
private final String username;
private final String password;
// constructor
// no args constructor
... | [
"f339339@gmail.com"
] | f339339@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.