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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
95e84c9e5acf5b30188b421d99ede50b58b621fa | fe0ba1937796409f32f6fd144cfc14fba61a4712 | /src/main/java/net/darkhax/darkutils/tileentity/TileEntityEnderTether.java | 97470bc5b14a36a1259899914bbb04d288b6be20 | [] | no_license | Searge-DP/Dark-Utilities | 22d00b4885200e4f66287f1a25d0eb9e5411bf38 | dbc312c7a1ec3cebec2ed4d0df9321283c97d626 | refs/heads/master | 2021-01-22T10:24:53.648405 | 2016-03-01T05:30:55 | 2016-03-01T05:30:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package net.darkhax.darkutils.tileentity;
import net.darkhax.bookshelf.lib.util.EntityUtils;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.tileentity.TileEntity;
public class TileEntityEnderTether extends TileEntity {
public boolean isEntityCloseEnough (EntityLivingBase entity) {... | [
"darklime@live.ca"
] | darklime@live.ca |
ba7e49a59449dfe8e66235beb33bc59174685313 | b37929282e1ce200ffeed494090f8794ef42b878 | /10 Swing Apps/src/main/java/hr/fer/zemris/java/gui/layouts/Util.java | c7101a90b5b47f49ac37ee25d45f618a2a92e5f2 | [] | no_license | hmatic/fer-java-course | b332c4645c30e787918149361ba5a77e75893efd | 6ce8c7992197b8d6e90787969a0a91a2873de8b7 | refs/heads/master | 2020-03-15T22:16:37.101287 | 2018-08-28T12:29:48 | 2018-08-28T12:29:48 | 132,370,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,086 | java | package hr.fer.zemris.java.gui.layouts;
import java.util.function.BiFunction;
/**
* Class with utility static methods.
*
* @author Hrvoje Matić
* @version 1.0
*/
public class Util {
/**
* Parses coordinate given as "x,y" where x and y are Integer. Generates new object with parsed value.
* Object typing is... | [
"hrvoje.matic@fer.hr"
] | hrvoje.matic@fer.hr |
e5657dd057577c4f020a8403d9ba9170c446a38c | 7016cec54fb7140fd93ed805514b74201f721ccd | /src/java/com/echothree/model/control/chain/server/transfer/ChainInstanceEntityRoleTransferCache.java | 5f70028889a3a7bac58bfc5e7aba4399da5864b9 | [
"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 | 3,053 | 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 |
704fbaf32b6dc91f5e9d966ab25d62d46a62e38d | b07968d5519a345c7b53b5fa33720c32d6812a88 | /heima_day01/src/DataConvert_1.java | 569b613aabfb473ac4d4c7520cd2dd3e8f91c83e | [] | no_license | ni247/jialian_c-2Java | d67a24800a53844b352e5ca7febc16d254e28249 | 1b478c10699c45ee0da70f29548029ae338ad0d9 | refs/heads/master | 2021-01-02T08:48:47.588902 | 2017-08-05T14:32:29 | 2017-08-05T14:32:29 | 99,066,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | /*
被转后的数据类型 变量名=(被转后的数据类型)要转的数据;
同c#
*/
public class DataConvert_1 {
public static void main(String[] args) {
double d = 3.14;
int d1 = (int) d;
System.out.println(d1);
System.out.println(System.out);
}
} | [
"Administrator@DESKTOP-SLN17N8"
] | Administrator@DESKTOP-SLN17N8 |
3bb97ae73ea1e46c532a5a0dffb762b4a969ffc6 | 7bbea063b44d212f82eff499d8291aaaca85daa1 | /Ftm2Html/src/ws/daley/genealogy/gedcom/attribute/GcPhysicalDescriptionAttribute.java | 03317806ebd67c4550569e0b1cd1ae900f5e14ab | [] | no_license | AixNPanes/genealogy | d6bfc02c67d04341ea6faed501ffd9474cc4e408 | 111e89209852a8d48b3b6002bc0bbf2c2b7289cb | refs/heads/master | 2022-05-26T20:00:31.342782 | 2021-07-20T21:27:41 | 2021-07-20T21:27:41 | 62,721,459 | 0 | 0 | null | 2022-05-20T20:49:27 | 2016-07-06T13:04:08 | Java | UTF-8 | Java | false | false | 701 | java | package ws.daley.genealogy.gedcom.attribute;
/**
* PHYSICAL_DESCRIPTION:= {Size=1:248}
*
* An unstructured list of the attributes that describe the physical
* characteristics of a person, place, or object. Commas separate each attribute.
*
* Example:
* 1 DSCR Hair Brown, Eyes Brown, Height 5 ft 8... | [
"tim.daley@cru.org"
] | tim.daley@cru.org |
7403eaa430f943bbf134f88828cdf8d98fa65b52 | ca60502a473aaff1594674cc4ac49db8b5546e51 | /src/main/java/org/encog/util/arrayutil/NormalizeArray.java | ab21671319703342cb88a2a25973aaf4d81a3978 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | pidster/encog-java-core | 9ce59b82cf07e2c3710f294b0e5b98c67463f7b1 | 50aa01c19d09ffc431d5310e06ea7fc2a230c342 | refs/heads/master | 2021-01-24T20:47:28.860579 | 2014-04-13T14:14:34 | 2014-04-13T14:14:34 | 17,671,426 | 0 | 0 | NOASSERTION | 2020-10-14T00:27:15 | 2014-03-12T15:16:26 | Java | UTF-8 | Java | false | false | 3,453 | java | /*
* Encog(tm) Core v3.2 - Java Version
* http://www.heatonresearch.com/encog/
* https://github.com/encog/encog-java-core
* Copyright 2008-2013 Heaton Research, 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... | [
"jeff@jeffheaton.com"
] | jeff@jeffheaton.com |
0f84918c239521022444be67bd919f0035a537cd | 5a1e8427823a5e21cc88a35599d81f10bdcbd7d0 | /ch01/src/ch01/VarialbleTest2.java | 94c65b582998d15a47a32848754a7d83bb139a98 | [] | no_license | unisung/java01 | b5e6d71d0c1561f143c9c5549e3789a9503e11f0 | e1cfb4a81fcebb2af8fd1c4cfe323451da17161f | refs/heads/master | 2022-07-24T07:57:37.281861 | 2020-05-13T08:44:44 | 2020-05-13T08:44:44 | 257,546,913 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 331 | java | package ch01;
public class VarialbleTest2 {
public static void main(String[] args) {
int value;//정수타입 변수 선언
value=20;//선언된 변수에 정수타입 리터럴 값 20을 대입
int result = value + 10;//value가 초기화 된 후 읽기 가능
//int result = 10;
System.out.println("result:"+result);
}
}
| [
"vctor@naver.com"
] | vctor@naver.com |
ebabb0ce4960743f52680b43621bb2e0f87ac5bf | 293e395565a5689af9781f6f87389a87becadfa5 | /thevpc-common-md-doc/src/main/java/net/thevpc/commons/md/doc/JDDocElementList.java | 5aecf00c1c56e0e564730b088d6ea37159a31ba1 | [] | no_license | thevpc/vpc-common | fa0bcc7a40c7ab426d0871ee4620177717517435 | af29b2340a4beb1d5e6e3f278ec8c99077302144 | refs/heads/master | 2023-06-07T17:00:18.820723 | 2023-05-31T12:54:32 | 2023-05-31T12:54:32 | 71,976,446 | 0 | 0 | null | 2022-01-05T21:28:01 | 2016-10-26T07:14:22 | Java | UTF-8 | Java | false | false | 1,443 | java | /**
* ====================================================================
* Nuts : Network Updatable Things Service
* (universal package manager)
* <br>
* is a new Open Source Package Manager to help install packages
* and libraries for runtime execution. Nuts is the ultimate companio... | [
"taha.bensalah@gmail.com"
] | taha.bensalah@gmail.com |
12f88db0871cc1fdb6297e4f8a2ebea88124d8cb | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/synapse/1.2/org/apache/synapse/config/xml/MediatorFactory.java | 089352a369848adaebfed42f4f6806b6f71b3739 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package org.apache.synapse.config.xml;
import org.apache.axiom.om.OMElement;
import org.apache.synapse.Mediator;
import javax.xml.namespace.QName;
/**
* A mediator factory capable of creating an instance of a mediator through a given
* XML should implement this interface
*/
public interface MediatorFactory {
... | [
"hvdthong@github.com"
] | hvdthong@github.com |
88b990e637653216eed4ca3cffdad511d0ca8409 | e7ca3a996490d264bbf7e10818558e8249956eda | /aliyun-java-sdk-vod/src/main/java/com/aliyuncs/vod/model/v20170321/SubmitAIVideoCoverJobRequest.java | 0fa5e23139df2f2a4b87d298018e9130df73488c | [
"Apache-2.0"
] | permissive | AndyYHL/aliyun-openapi-java-sdk | 6f0e73f11f040568fa03294de2bf9a1796767996 | 15927689c66962bdcabef0b9fc54a919d4d6c494 | refs/heads/master | 2020-03-26T23:18:49.532887 | 2018-08-21T04:12:23 | 2018-08-21T04:12:23 | 145,530,169 | 1 | 0 | null | 2018-08-21T08:14:14 | 2018-08-21T08:14:13 | null | UTF-8 | Java | false | false | 3,042 | 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
a5f9245ddf46ad28977a18d3e4702a88311812bc | 74349863321b0d14e16025a9b6ef3d785e9a7eb0 | /app/src/main/java/com/zbl/anju/ui/activity/HouseTypeActivity.java | 28e8f96cd8d9aecbe5529636e3c4a766ff1e8795 | [
"Apache-2.0"
] | permissive | JamesZBL/JianZu | f7f53808ea260b97276192fae8457fff9379d67c | 58400a312a9ed9731b50653f7b3a4b507a61e51b | refs/heads/master | 2021-07-25T20:28:50.334715 | 2017-11-04T06:08:17 | 2017-11-04T06:08:17 | 109,466,289 | 11 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | package com.zbl.anju.ui.activity;
import com.lqr.optionitemview.OptionItemView;
import com.zbl.anju.R;
import com.zbl.anju.ui.base.BaseActivity;
import com.zbl.anju.ui.base.BasePresenter;
import butterknife.Bind;
/**
* 房屋类型选择
* Created by James on 17-9-5.
*/
public class HouseTypeActivity extends BaseActivity {
... | [
"1146556298@qq.com"
] | 1146556298@qq.com |
4376d5f61eab660b51b3a1d5bb69b8b54af78175 | 308c27d4f0d589dbc6fc658489d6013e022e8199 | /src/main/java/com/jex/utils/net/SFtpUtils.java | fc9d89cfb2fce965612e754397db3fbdeda409b0 | [] | no_license | BestJex/jex-utils | 2ed0d27f36a9d1f35ad751056955582bda59db98 | 39e0b3efafd061175c7c2ae05242431b0d90b2ff | refs/heads/master | 2022-12-09T04:15:39.644095 | 2019-09-17T08:38:04 | 2019-09-17T08:38:04 | 206,462,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,470 | java | package com.jex.utils.net;
import com.jcraft.jsch.*;
import com.jcraft.jsch.ChannelSftp.LsEntry;
import java.io.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Vector;
public class SFtpUtils {
private static final int TIMEOUT = 6000;
/**
* 登录SFTP服务器
... | [
"2252930004@qq.com"
] | 2252930004@qq.com |
385aea436aa8fe05d2c5207b2988bf9933322cbb | 2739a45621bb8087956ee407e933a0f668136a6c | /marathon-runtime-server/src/net/sourceforge/marathon/objectmap/IOMapContainer.java | b647643fbf0ae86955082a2f122a6230744df668 | [] | no_license | jalian-systems/Marathon | b8596c5b881a737fc5300944f2125cc08eee9e1c | 67947d2bc84184c9cb9f2740d1d7bc8293637a29 | refs/heads/master | 2021-06-02T07:10:53.583339 | 2019-07-01T10:54:48 | 2019-07-01T10:54:48 | 1,406,345 | 35 | 12 | null | 2020-10-13T09:30:25 | 2011-02-24T11:12:38 | HTML | UTF-8 | Java | false | false | 357 | java | package net.sourceforge.marathon.objectmap;
import java.util.List;
import net.sourceforge.marathon.objectmap.OMapContainer;
import net.sourceforge.marathon.objectmap.ObjectMap;
public interface IOMapContainer {
public abstract OMapContainer getOMapContainer(ObjectMap objectMap);
public abstract List<String... | [
"dakshinamurthy.karra@jaliansystems.com"
] | dakshinamurthy.karra@jaliansystems.com |
da9800b8782584c9135b2d33e034a386f44b2df5 | 8b52e6f74d3792421d80a1112ca9cbfebeeafcd8 | /Common/src/main/java/com/zhenhappy/ems/service/EmailMailService.java | d3daca42e2e2cc539e4c3b2365747b7f3e7a60be | [] | no_license | wangxdxicec/XICEC-JHX-EMS | 1ee4ceac3cea216a4a9a6d101504d9cb41d9067b | 56d07bd461562cde58320bd66aad6ccf8a8c0228 | refs/heads/master | 2020-05-21T04:23:26.664099 | 2017-02-04T01:15:07 | 2017-02-04T01:15:07 | 54,453,657 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,331 | java | /*
* Copyright 2014-2015 The Happy Network Corporation
*/
package com.zhenhappy.ems.service;
import com.zhenhappy.ems.entity.Email;
import com.zhenhappy.ems.entity.ExhibitorInvisitorEmail;
import com.zhenhappy.ems.entity.TEmailSendDetail;
import com.zhenhappy.util.Page;
/**
* @project spring-mail
* @author 吴剑斌... | [
"wangxd@xicec.com"
] | wangxd@xicec.com |
0d0ed22e34b54f036bdb0b4a518426a2ca256c9b | a2272f1002da68cc554cd57bf9470322a547c605 | /src/jdk/jdk.internal.opt/jdk/internal/joptsimple/AbstractOptionSpec.java | 6f108d0342c1549d0252430ad070dbc52bdd3c2d | [] | no_license | framework-projects/java | 50af8953ab46c509432c467c9ad69cc63818fa63 | 2d131cb46f232d3bf909face20502e4ba4b84db0 | refs/heads/master | 2023-06-28T05:08:00.482568 | 2021-08-04T08:42:32 | 2021-08-04T08:42:32 | 312,414,414 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,788 | java | /*
* Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* The MIT License
*
* Copyright (c) 2004-2015 Paul R. Holser, Jr.
*
* Permission... | [
"chovavea@outlook.com"
] | chovavea@outlook.com |
f223dc4dc5149aac445e673f9453d1d2be54d578 | 7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b | /Crawler/data/MetricException.java | 9d1c6c35ebfa74c2386b4dea7eeb3d4d716baff3 | [] | no_license | NayrozD/DD2476-Project | b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0 | 94dfb3c0a470527b069e2e0fd9ee375787ee5532 | refs/heads/master | 2023-03-18T04:04:59.111664 | 2021-03-10T15:03:07 | 2021-03-10T15:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | 18
https://raw.githubusercontent.com/WeBankFinTech/Schedulis/master/azkaban-common/src/main/java/azkaban/metric/MetricException.java
/*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtai... | [
"veronika.cucorova@gmail.com"
] | veronika.cucorova@gmail.com |
a192dfa16d526bbe3b1cff40511aa6ccc5f85a1b | 3df594535bae499a9a58422c44bec1bfba4670d5 | /src/com/eams/admin/action/ClassInfoAction.java | e68f932dbd287ce2078c3699304a5624614785bb | [] | no_license | simonxu14/EAMS | 5d2fa8be31b2dd41e201130b1d1583e123e82559 | 4860523c0aab1853b2789ecfe73d52dff863e508 | refs/heads/master | 2016-09-06T04:40:36.338352 | 2015-05-01T06:49:17 | 2015-05-01T06:49:17 | 34,892,365 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,960 | java | package com.eams.admin.action;
import java.util.List;
import java.util.Map;
import com.eams.admin.service.ClassInfoService;
import com.eams.model.ClassInfo;
import com.eams.model.GradeInfo;
import com.eams.admin.service.GradeInfoService;
import com.opensymphony.xwork2.ActionContext;
public class ClassInfo... | [
"simonxu14@gmail.com"
] | simonxu14@gmail.com |
6d20f873ccf3c6b9c7f775d4a023b9b07bbe6751 | 1a7b15f4494ed48fdbace10fb60d513e490276a6 | /gto-support-picasso/src/main/java/org/ccci/gto/android/common/picasso/ScaleTransformation.java | 6dd5467eab124fc6bb4b65191600dd9f0228d8b8 | [
"MIT"
] | permissive | MarcusManvinder/android-gto-support | 3d31206fb424d50a7ad0e596013ef9c319a45d7c | 949667738e2a302705f22d5602ac492df2b7a91e | refs/heads/master | 2020-12-24T14:19:13.301865 | 2016-06-28T02:31:44 | 2016-06-28T02:31:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,912 | java | package org.ccci.gto.android.common.picasso;
import android.graphics.Bitmap;
import android.graphics.Matrix;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.squareup.picasso.Transformation;
public class ScaleTransformation implements Transformation {
private fina... | [
"daniel.frett@ccci.org"
] | daniel.frett@ccci.org |
9dd1d057a09974bbc48c590fc7726319381951cc | b780c6d51def4f6631535d5751fc2b1bc40072c7 | /bugswarm-sandbox/bugs/SonarSource/sonar-php/81370544/pre_bug/sonar-php-plugin/src/main/java/org/sonar/plugins/php/PHPProfileDefinition.java | 636987ace7819c35b3b61c7178ff9c58cae222b1 | [] | no_license | FranciscoRibeiro/bugswarm-case-studies | 95fad7a9b3d78fcdd2d3941741163ad73e439826 | b2fb9136c3dcdd218b80db39a8a1365bf0842607 | refs/heads/master | 2023-07-08T05:27:27.592054 | 2021-08-19T17:27:54 | 2021-08-19T17:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,194 | java | /*
* SonarQube PHP Plugin
* Copyright (C) 2010-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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 3 of the... | [
"kikoribeiro95@gmail.com"
] | kikoribeiro95@gmail.com |
2e135c711f1d2e0f31a3c0ef4ac8fec534c81312 | 43ec0b24cd7419639788a0ff82c346a9655c3d1b | /app/src/main/java/io/netopen/hotbitmapgg/rxjava2demo/ui/adapter/base/AbsRecyclerViewAdapter.java | 954bba05d2abf5a2e77b77468999903655da8ea1 | [] | no_license | HotBitmapGG/RxJava2Demo | 76e37f1a7582e6b4ea89773cb7fd92e4c2417361 | c117b58c536f51227183b6eef152c7989d815bc0 | refs/heads/master | 2021-01-12T03:42:32.545009 | 2017-03-03T08:24:57 | 2017-03-03T08:24:57 | 78,255,085 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | java | package io.netopen.hotbitmapgg.rxjava2demo.ui.adapter.base;
import java.util.List;
import android.content.Context;
import android.support.annotation.IdRes;
import android.support.v7.widget.RecyclerView;
import android.view.View;
/**
* Created by hcc on 2017/2/13 14:36
* 100332338@qq.com
* RecyclerView基类
*
* @Ho... | [
"100332338@qq.com"
] | 100332338@qq.com |
0d3280ff770db4b78af61f8e3ef3a0bfbf369fe3 | 5074b0ab213819756e5ff8d2d043d951b258ff8b | /TianTianQuan/src/main/java/com/mzs/guaji/core/DialogResultListener.java | 99710967dc893530e1b1c4057366ae0cadc1ffce | [] | no_license | 285336243/trunk | 1ea5102cf5f12e8b34704028a6cafc0f4d1de891 | 96c5e68ccef71e6ed3ac9a161595936456cf2360 | refs/heads/master | 2021-01-13T00:37:16.942406 | 2016-03-27T09:31:17 | 2016-03-27T09:31:17 | 53,727,287 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | /*
* Copyright 2012 GitHub Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | [
"285336243@qq.com"
] | 285336243@qq.com |
2d999826810b6d793fb6e683d208826d6b6bdc93 | 9282591635f3cf5a640800f2b643cd57048ed29f | /app/src/main/java/com/android/p2pflowernet/project/view/fragments/affirm/AffirmIndentActivity.java | a78330ad02ffcadc498c6769e2a8d4548d2759e2 | [] | no_license | AHGZ/B2CFlowerNetProject | de5dcbf2cbb67809b00f86639d592309d84b3283 | b1556c4b633fa7c0c1463af94db9f91285070714 | refs/heads/master | 2020-03-09T17:27:14.889919 | 2018-04-10T09:36:33 | 2018-04-10T09:36:33 | 128,908,791 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,885 | java | package com.android.p2pflowernet.project.view.fragments.affirm;
import android.content.Intent;
import android.view.KeyEvent;
import com.android.p2pflowernet.project.entity.OrderDetailBean;
import com.android.p2pflowernet.project.mvp.KActivity;
import com.android.p2pflowernet.project.mvp.KFragment;
import com.umeng.an... | [
"18911005030@163.com"
] | 18911005030@163.com |
17f9e576682335a320e961b7b3491482b1772a24 | 40cd4da5514eb920e6a6889e82590e48720c3d38 | /desktop/applis/apps/bean/bean_games/pokemonbean/src/main/java/aiki/beans/help/FightHelpBeanAttackFirst.java | 48721e66e8a7504d89e9c268356982b779f3bc85 | [] | no_license | Cardman/projects | 02704237e81868f8cb614abb37468cebb4ef4b31 | 23a9477dd736795c3af10bccccb3cdfa10c8123c | refs/heads/master | 2023-08-17T11:27:41.999350 | 2023-08-15T07:09:28 | 2023-08-15T07:09:28 | 34,724,613 | 4 | 0 | null | 2020-10-13T08:08:38 | 2015-04-28T10:39:03 | Java | UTF-8 | Java | false | false | 372 | java | package aiki.beans.help;
import aiki.beans.PokemonBeanStruct;
import code.bean.nat.*;
import code.bean.nat.*;
import code.bean.nat.*;
public class FightHelpBeanAttackFirst implements NatCaller{
@Override
public NaSt re(NaSt _instance, NaSt[] _args){
return NaBoSt.of(( (FightHelpBean) ((PokemonBeanStruc... | [
"f.desrochettes@gmail.com"
] | f.desrochettes@gmail.com |
f6438d9d56edb3d4a1acce71e025d3c169483f91 | 897a40e851a3c1f1b24f2ff57c42b174dbe21f88 | /core-hillfog/src/org/qifu/hillfog/service/impl/PdcaItemOwnerServiceImpl.java | 3d6d3bff47195936986ef1987dc046bca877b381 | [] | no_license | Eazash/hillfog | 8e7da85ab1ecd74a1008e4c7fda3a63c75619c0d | fdd275c7aaa48087a8995d8420f70d46f9fc2c75 | refs/heads/master | 2023-08-25T00:57:43.553095 | 2021-10-19T11:19:16 | 2021-10-19T11:19:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,763 | java | /*
* Copyright 2019-2021 qifu of copyright Chen Xin Nien
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | [
"chen.xin.nien@gmail.com"
] | chen.xin.nien@gmail.com |
27273fe09c57cc22389c6696c8fd097cac2ed36f | 29345337bf86edc938f3b5652702d551bfc3f11a | /core/src/main/java/com/alibaba/alink/operator/batch/timeseries/LSTNetTrainBatchOp.java | aafa3e430e66322151f6549a7d3924f589ecd948 | [
"Apache-2.0"
] | permissive | vacaly/Alink | 32b71ac4572ae3509d343e3d1ff31a4da2321b6d | edb543ee05260a1dd314b11384d918fa1622d9c1 | refs/heads/master | 2023-07-21T03:29:07.612507 | 2023-07-12T12:41:31 | 2023-07-12T12:41:31 | 283,079,072 | 0 | 0 | Apache-2.0 | 2020-07-28T02:46:14 | 2020-07-28T02:46:13 | null | UTF-8 | Java | false | false | 7,080 | java | package com.alibaba.alink.operator.batch.timeseries;
import org.apache.flink.api.common.functions.MapPartitionFunction;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.ml.api.misc.param.Params;... | [
"shaomeng.wang.w@gmail.com"
] | shaomeng.wang.w@gmail.com |
2703d58464ffc96b4386b5208eca468404154cb8 | b933af3eeaf96b0d4874534c30a33ea2268cefca | /citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/user/politician/pagemode/AbstractPoliticianRankingPageModContentFactoryImpl.java | 92f41a19cd5407f68b75b37fb29984143c7cfed1 | [
"Apache-2.0"
] | permissive | sam65536/cia | 9d862f80063ad4d016f42fee0a62cb116094a254 | 94ad9a5f6499aee220cc302dc4758339d9d74608 | refs/heads/master | 2020-03-21T19:39:26.824532 | 2018-06-27T20:55:34 | 2018-06-27T20:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | /*
* Copyright 2014 James Pether Sörling
*
* 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 agr... | [
"pether.sorling@gmail.com"
] | pether.sorling@gmail.com |
7358f163fc635cc1a11c3ba11d31c61285463ae5 | 5bc9d8f92f38967cc9ecc03000c0606dbbb38f74 | /sca4j/modules/tags/sca4j-modules-parent-pom-0.9.1/extension/binding/sca4j-binding-oracle-aq/src/main/java/org/sca4j/binding/oracle/aq/introspection/AQBindingLoader.java | 09d1947542bfe6bcc84fb795b489e12042faed9d | [] | no_license | codehaus/service-conduit | 795332fad474e12463db22c5e57ddd7cd6e2956e | 4687d4cfc16f7a863ced69ce9ca81c6db3adb6d2 | refs/heads/master | 2023-07-20T00:35:11.240347 | 2011-08-24T22:13:28 | 2011-08-24T22:13:28 | 36,342,601 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,742 | java | /*
* SCA4J
* Copyright (c) 2008-2012 Service Symphony Limited
*
* This proprietary software may be used only in connection with the SCA4J license
* (the ?License?), a copy of which is included in the software or may be obtained
* at: http://www.servicesymphony.com/licenses/license.html.
*
* Software di... | [
"meerajk@15bcc2b3-4398-4609-aa7c-97eea3cd106e"
] | meerajk@15bcc2b3-4398-4609-aa7c-97eea3cd106e |
4d7b9fe655f9601590a6b203a417731cc9bfde83 | ece153c7951245fd47b1e7e12c33896f557e68db | /common-module-service/src/main/java/com/crawlermanage/service/transfer/LoanUnionPoVoTransfer.java | d18bb8e43e84811a196bda20029cb89d41d6ef8f | [] | no_license | zhonghuayichen/crawler | 05ed2a66adb1ea13ea7b43ca44ab5345c52c45ab | 056f388477afa63bed5cf16e45e0ac0e95681d7d | refs/heads/master | 2021-01-13T04:59:39.367625 | 2017-02-07T08:25:25 | 2017-02-07T08:25:25 | 81,163,841 | 0 | 0 | null | 2017-02-07T03:49:51 | 2017-02-07T03:49:51 | null | UTF-8 | Java | false | false | 2,235 | java | package com.crawlermanage.service.transfer;
import java.util.Date;
import org.apache.log4j.Logger;
import com.crawler.dailianmeng.domain.json.LoanUnionFeedJson;
import com.module.dao.entity.dailianmeng.LoanUnion;
/**
* @author kingly
* @date 2016年6月13日
* 对象转化工具
*/
public class LoanUnionPoVoTransfe... | [
"gengjie@upbase.com.cn"
] | gengjie@upbase.com.cn |
7c9e2bfc90c36222050b5cc735d50f75251051b4 | b9e8ba3f2cb7cc3aec9025385129c1fdda6ec080 | /src/com/click4care/wsdl/_6_5/integrationservices/FaxCoverListFilter.java | 407862b37a03557c1702c0e30ada8545abd20315 | [] | no_license | petecummings/AcopyOfAcopy | af2c75a7f066515569afff364b0faf11562024f8 | c83293be0bf5aa51c508df0db0f29654b56a13f9 | refs/heads/master | 2020-03-14T18:26:18.217011 | 2018-05-01T12:38:05 | 2018-05-01T12:38:05 | 131,741,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,940 | java |
package com.click4care.wsdl._6_5.integrationservices;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annota... | [
"you@example.com"
] | you@example.com |
2e019a08237c119f8cc08ad16bbe86e8246b0a61 | 700d10ee31b5e6bd01c2e68a486653c6be153378 | /tagManager/src/main/java/org/etocrm/tagManager/service/mat/IMatAutomationMarketingService.java | 6e9fc62c10a22daef9e3df43611a0f9f222a6da5 | [] | no_license | chensude/tag | 01dbe5b644f23967cd7680f8c9f8138077eec4b4 | 85364fdaaad626f61074677f5c310922c47b8280 | refs/heads/master | 2023-03-19T04:17:34.431545 | 2021-03-02T10:31:13 | 2021-03-02T10:31:13 | 343,733,956 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package org.etocrm.tagManager.service.mat;
import org.etocrm.core.util.ResponseVO;
import org.etocrm.tagManager.model.VO.mat.MatWorkProcessSendRecordVO;
import org.etocrm.tagManager.model.VO.mat.MatWorkProcessVO;
import java.util.List;
import java.util.TreeMap;
public interface IMatAutomationMarketingService {
... | [
"1045763864@qq.com"
] | 1045763864@qq.com |
7bf6e26c2a72318d0a85b7ded39bd0d8057b8c94 | 023f8818650434b4f5745d73c228e6c2fe61187b | /src/apt/src/vnmr/wizard/event/WizardEvent.java | 44cfc4e2961bdb4e603bbb1d86cd026f3070cf6e | [
"Apache-2.0",
"GPL-3.0-only"
] | permissive | OpenVnmrJ/OpenVnmrJ | da72bcb6dc10b1a7b7a56522e0d1028a06aa9fe6 | 0a35daed7d5ea2f512c5aa6248045979002c5ea1 | refs/heads/master | 2023-08-29T03:14:51.582756 | 2023-08-28T20:56:16 | 2023-08-28T20:56:16 | 50,125,031 | 39 | 112 | Apache-2.0 | 2023-09-08T19:54:30 | 2016-01-21T17:42:10 | C | UTF-8 | Java | false | false | 557 | java | /*
* Copyright (C) 2015 University of Oregon
*
* You may distribute under the terms of either the GNU General Public
* License or the Apache License, as specified in the LICENSE file.
*
* For more information, see the LICENSE file.
*/
package vnmr.wizard.event;
public class WizardEvent extends java.util.Even... | [
"timburrow@me.com"
] | timburrow@me.com |
80bc73ebd03aef2ebf78ee45472e09766b0cfa6e | a134cd8c4c76360c00a065540692afff04a8201b | /derobot/src/main/java/com/ebrightmoon/derobot/reboot/config/TopActivityConfig.java | 0e3d04f906c72b4c08d9fb7f142232cc434ce305 | [] | no_license | jinsedeyuzhou/component | 8da744fe70ab1ee2f5dc3885b4012bc5ec925e1f | 65252f55292a70c12587ec6b4306d1aae5f5493d | refs/heads/master | 2023-06-11T15:37:17.625395 | 2023-05-28T14:33:33 | 2023-05-28T14:33:33 | 139,794,760 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.ebrightmoon.derobot.reboot.config;
import android.content.Context;
import com.ebrightmoon.derobot.reboot.constant.SharedPrefsKey;
import com.ebrightmoon.derobot.reboot.util.SharedPrefsUtil;
/**
* 项目名: Android
* 包名 com.didichuxing.doraemonkit.config
* 文件名: TopActivityConfig
* 创建时间: 2019-0... | [
"jinsedeyuzhou@gmail.com"
] | jinsedeyuzhou@gmail.com |
b549e92e86a6e5f0ae15f58ec2552fea2feead88 | c4d1992bbfe4552ad16ff35e0355b08c9e4998d6 | /releases/2.0.0RC/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmOperation.java | 3b2fa692d2b369ea5a06704cfb5f5e444d2a2ae4 | [] | no_license | BGCX261/zkpoi-svn-to-git | 36f2a50d2618c73e40f24ddc2d3df5aadc8eca30 | 81a63fb1c06a2dccff20cab1291c7284f1687508 | refs/heads/master | 2016-08-04T08:42:59.622864 | 2015-08-25T15:19:51 | 2015-08-25T15:19:51 | 41,594,557 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,742 | 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 ... | [
"you@example.com"
] | you@example.com |
8262bf855961b495cef839719853bddf4c88f899 | 44167dd83d765514e6f95977acf926945f34936b | /common/src/main/java/org/geogebra/common/kernel/implicit/AlgoImplicitPolyTangentLine.java | 40da86eb140fef894b753c73e2e63bf42cacee6d | [] | no_license | westybsa/geogebra | 3c1f2811c6ae7aea1f8babd1f30ef8242d2c0490 | 5b886613f406f976e7d7120505d0e03fbccdbfc2 | refs/heads/master | 2021-05-01T23:57:40.785075 | 2017-01-01T22:25:10 | 2017-01-01T22:25:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,234 | java | package org.geogebra.common.kernel.implicit;
import org.geogebra.common.kernel.Construction;
import org.geogebra.common.kernel.Kernel;
import org.geogebra.common.kernel.algos.AlgoElement;
import org.geogebra.common.kernel.arithmetic.Equation;
import org.geogebra.common.kernel.arithmetic.ExpressionNode;
import o... | [
"zbynek@geogebra.org"
] | zbynek@geogebra.org |
f9cf034e300d13a3725c5fe7248fdc4c05045470 | a35b21de1b30f820214ed6a3f42543e0005c295b | /AJC/05.SpringEssential/04.Spring_MVC/01.SpringWebApp/src/main/java/com/eshop/config/WebConfig.java | bfe92adfb859876d4bcca91b503cd6ca1cb582e6 | [] | no_license | rosie-s/courses | a8baf2c0e0962b8e2429958e54cf1591f7aaaebf | 379d3b1472e4e79d40ea3b539368bd321174c209 | refs/heads/master | 2022-06-23T19:39:50.897293 | 2020-10-23T13:32:26 | 2020-10-23T13:32:26 | 117,899,193 | 2 | 0 | null | 2022-06-21T04:07:50 | 2018-01-17T22:14:54 | Java | UTF-8 | Java | false | false | 1,194 | java | package com.eshop.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.... | [
"rosie-s@users.noreply.github.com"
] | rosie-s@users.noreply.github.com |
58bdce984bfd38e31d6a1634332252635683025b | 5b18c2aa61fd21f819520f1b614425fd6bc73c71 | /src/main/java/com/sinosoft/claim/bl/action/domain/PrpLinterInjuryPersonDtoBase.java | 96af263092922c0917130f1777bc5820ff110f64 | [] | no_license | Akira-09/claim | 471cc215fa77212099ca385e7628f3d69f83d6d8 | 6dd8a4d4eedb47098c09c2bf3f82502aa62220ad | refs/heads/master | 2022-01-07T13:08:27.760474 | 2019-03-24T23:50:09 | 2019-03-24T23:50:09 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 979 | java | package com.sinosoft.claim.bl.action.domain;
import java.io.Serializable;
public class PrpLinterInjuryPersonDtoBase implements Serializable {
private static final long serialVersionUID = 1L;
/** 属性主键pk */
private String id = "";
/** 属性AcciName */
private String acciName = "";
/** 属性Sex */
privat... | [
"26166405+vincentdk77@users.noreply.github.com"
] | 26166405+vincentdk77@users.noreply.github.com |
0717b5950474e40c8d722ceaa5478bd1a09f90c5 | 9a55036f497829e11e97fff185af850174411a47 | /scheduler/schemway-web/src/main/java/schemway/web/utils/Parameters.java | 1ef1d0576f24a28224a809c6d6ac4826de2f0e93 | [] | no_license | bordozer/scheduler | 90afa6906b90dd54e72dd2bd31f7781fc68826ab | 9fc2f8f2e9390ac43f9397e12b6250dc66a03f86 | refs/heads/master | 2021-01-10T14:19:23.314804 | 2016-04-05T15:11:55 | 2016-04-05T15:11:55 | 43,315,134 | 1 | 2 | null | 2016-03-22T07:42:03 | 2015-09-28T17:16:59 | Java | UTF-8 | Java | false | false | 428 | java | package schemway.web.utils;
public class Parameters {
public static final String LOGIN_PAGE_URL = "/resources/login.html";
public static final String LOGIN_END_POINT = "/authenticate";
public static final String USERNAME = "login";
public static final String PASSWORD = "password";
public static fi... | [
"Borys_Lukianov@epam.com"
] | Borys_Lukianov@epam.com |
f2c8de5dc7003a7448d758f2e37464d12ad9566b | a2df6764e9f4350e0d9184efadb6c92c40d40212 | /aliyun-java-sdk-hitsdb/src/main/java/com/aliyuncs/hitsdb/model/v20170601/ModifyHiTSDBInstanceSecurityIpListRequest.java | 64f42aab2cf52d480ef70ab89731f5c891d8b3d3 | [
"Apache-2.0"
] | permissive | warriorsZXX/aliyun-openapi-java-sdk | 567840c4bdd438d43be6bd21edde86585cd6274a | f8fd2b81a5f2cd46b1e31974ff6a7afed111a245 | refs/heads/master | 2022-12-06T15:45:20.418475 | 2020-08-20T08:37:31 | 2020-08-26T06:17:49 | 290,450,773 | 1 | 0 | NOASSERTION | 2020-08-26T09:15:48 | 2020-08-26T09:15:47 | null | UTF-8 | Java | false | false | 3,251 | 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 |
5fcb05be06151d08cdd8ca16595c179db963d225 | f2bd083ebc26faa924f563f3db5685e75ef93f71 | /tddl-rule/src/main/java/com/taobao/tddl/rule/Rule.java | bdd44bbb1c0c60244374e91a11922878a62ac7b7 | [
"Apache-2.0"
] | permissive | hejianzxl/TDDL-1 | bf942c10d8e42d4a8f3e3eadb0c262fcaa03f299 | 33ab99c37ae8b927f1cd3294d1ec8aa31b71c84b | refs/heads/master | 2022-07-01T08:56:47.798878 | 2015-08-18T02:55:16 | 2015-08-18T02:55:16 | 144,922,536 | 0 | 0 | Apache-2.0 | 2022-06-21T04:20:21 | 2018-08-16T01:48:15 | Java | UTF-8 | Java | false | false | 3,001 | java | package com.taobao.tddl.rule;
import java.util.Map;
import java.util.Set;
import com.taobao.tddl.rule.model.sqljep.Comparative;
/**
* <pre>
* 若分库有两条规则:
* 规则一:columnA、columnB?,若columnB没有,则取columnB的所有值域(由描点信息获得)全表扫描
* 规则二:columnA、columnC。
* 若sql只包含columnA,则走规则一
* 若sql只包含columnA、columnC,则走规则二
*
* 顺序+优先最大匹配,先匹配... | [
"jianghang115@gmail.com"
] | jianghang115@gmail.com |
8745ff53354b6eee4039e22f54959fe7cef3c25b | 30472cec0dbe044d52b029530051ab404701687f | /src/main/java/com/nawforce/platform/Database/GetDeletedResult.java | 9a9b69ca7f5c691ea35d9c24298d3a5f444f0279 | [
"BSD-3-Clause"
] | permissive | madmax983/ApexLink | f8e9dcf8f697ed4e34ddcac353c13bec707f3670 | 30c989ce2c0098097bfaf586b87b733853913155 | refs/heads/master | 2020-05-07T16:03:15.046972 | 2019-04-08T21:08:06 | 2019-04-08T21:08:06 | 180,655,963 | 1 | 0 | null | 2019-04-10T20:08:30 | 2019-04-10T20:08:30 | null | UTF-8 | Java | false | false | 2,029 | java | /*
[The "BSD licence"]
Copyright (c) 2019 Kevin Jones
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of con... | [
"nawforce@gmail.com"
] | nawforce@gmail.com |
647eb33f9ad8e9fa3ef654264733d6d83066569e | ab59063ff2ae941b876324070d8f8e8165cef960 | /chunking_text_file/40authors/emigonza/master/MICRControl12.java | d3476226136be405454edaf7180f06a19030ad9f | [] | no_license | gpoorvi92/author_class | f7c26f46f1ca9608a8c98fb18fc74a544cf99c36 | b079ef0a477a2868140d77c4b32c317d4492725e | refs/heads/master | 2020-04-01T18:01:54.665333 | 2018-12-10T14:55:11 | 2018-12-10T14:55:11 | 153,466,983 | 1 | 0 | null | 2018-10-17T14:44:56 | 2018-10-17T14:03:04 | Java | UTF-8 | Java | false | false | 2,934 | java | /////////////////////////////////////////////////////////////////////
//
// This software is provided "AS IS". The JavaPOS working group (including
// each of the Corporate members, contributors and individuals) MAKES NO
// REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE,
// EITHER EXPRESS OR... | [
"gpoorvi92@gmail.com"
] | gpoorvi92@gmail.com |
6e1447792909ad125207c84f4aa43147d9971cf5 | 587511b306b326d2b37df23f52f3ee95163473db | /spring-boot-aws-s3-sdk-demo/src/main/java/com/barath/app/Application.java | a5a73e378a4d2ffc5821ee006ef8f705d075444c | [] | no_license | BarathArivazhagan/aws-s3-sdk-sample | 939b116200e907a82a7a3ad2f8f301b8d7624249 | 0e91cad6a73b993b61efe55b6c7038bc9545a7e4 | refs/heads/master | 2021-10-28T10:02:09.132900 | 2019-04-23T09:21:45 | 2019-04-23T09:21:45 | 105,043,163 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.barath.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
| [
"barathmacdec91@gmail.com"
] | barathmacdec91@gmail.com |
f426ca5db5fdd5a3112d28bc496f1f296f7cc55c | 104b421e536d1667a70f234ec61864f9278137c4 | /code/com/google/android/gms/maps/model/PolylineOptionsCreator.java | 1c5cf5eaf78f6f1f04622dec6279c9084c048a5c | [] | no_license | AshwiniVijayaKumar/Chrome-Cars | f2e61347c7416d37dae228dfeaa58c3845c66090 | 6a5e824ad5889f0e29d1aa31f7a35b1f6894f089 | refs/heads/master | 2021-01-15T11:07:57.050989 | 2016-05-13T05:01:09 | 2016-05-13T05:01:09 | 58,521,050 | 1 | 0 | null | 2016-05-11T06:51:56 | 2016-05-11T06:51:56 | null | UTF-8 | Java | false | false | 2,481 | java | package com.google.android.gms.maps.model;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.a;
import com.google.android.gms.common.internal.safeparcel.a.a;
import com.google.android.gms.common.internal.safeparcel.b;
import java.util.ArrayList;
p... | [
"ASH ABHI"
] | ASH ABHI |
855a1d80e96efe2edb13d3553856c1d78e967205 | 30f3db0e3b685fb44b2312b95ad0ee35cdef2018 | /app/src/main/java/the/one/demo/ui/bean/Thanks.java | a6dfcddd3bc8d41be6e0f4d2d35dd020dbede57c | [] | no_license | Charles2mx/TheBase | 4b21fc5c7c7eda6d45432b15fe58a3d81ea567bb | afcaa286a16a8286dc24ac8b275a7ef578fcdae5 | refs/heads/master | 2020-07-13T16:36:34.814769 | 2019-08-23T02:39:38 | 2019-08-23T02:39:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 206 | java | package the.one.demo.ui.bean;
public class Thanks {
public String name;
public String url;
public Thanks(String name, String url) {
this.name = name;
this.url = url;
}
}
| [
"625805189@qq.com"
] | 625805189@qq.com |
c6e534736916131d0fe7b6c78d99b52fa95515f2 | 4dde70a36ec75ce47065c5123a3929ab91e183fe | /src/main/abstractgame/world/map/MapObject.java | 138231ed19eaebe919063663ec16de061802cb16 | [] | no_license | Brownshome/Abstract | db2dd912edeebe8272fced6bfc22d044a6ff1129 | 6944af29bd894a5bea17bc4d215f2b67097f6f6c | refs/heads/master | 2021-01-17T07:03:23.401313 | 2016-12-09T23:47:32 | 2016-12-09T23:47:32 | 46,769,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package abstractgame.world.map;
import java.util.Map;
import abstractgame.world.World;
/** Map objects are non-player elements that make up a map */
public interface MapObject {
public static <T> T validate(String type, Class<T> castTo, String name, Map<String, Object> data) {
Object value = data.get(name);
... | [
"jamesphone180@gmail.com"
] | jamesphone180@gmail.com |
9a367b3704bfebd175cf320c8f4b8d87d8518ddc | fbbae32fe7a343dcf51d484b59ff33ca1cb4e631 | /account-api/src/main/java/cn/fiona/pet/dto/PageSearch.java | 310176c8d75fb1663cb3fbc54ca0707ced4d1ea7 | [
"Apache-2.0"
] | permissive | fiona-pet/account-springboot | f0e8886f67eb4c58e59e2fe058fade66d73db5ee | 998a48863d7b2068d5a44bf350b0dbf701084679 | refs/heads/master | 2021-01-21T08:54:30.807951 | 2017-11-22T08:34:35 | 2017-11-22T08:34:35 | 91,644,466 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 786 | java | package cn.fiona.pet.dto;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import lombok... | [
"tom@daoshenggroup.com"
] | tom@daoshenggroup.com |
f597828262a86915236744762fbf76ed9580ed88 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_1dac10a618403fc1c973f367877845a44bd80e1d/TransferListenerAdapter/12_1dac10a618403fc1c973f367877845a44bd80e1d_TransferListenerAdapter_t.java | 03f24d3b4b2ebc3c52f272fc3ccff3fc7be6bbec | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,513 | java | package org.apache.maven.repository.legacy;
/*
* 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ed4070b6b198ef650d2fa88ab45594bc3a5c1bc5 | 388f88df1f49b5414c22b97304ec295801f7f0f3 | /classhidra_example/WebContent/WEB-INF/source/it/classhidra/core/controller/tags/tagSection.java | 947af6b322d0d8daa9240d6d054a0fdff4648dd6 | [] | no_license | surban1974/classhidra | c3f1dcb9546d7d13a235d431492985555fe7a4ac | f0937bed637265e42659c92d863c12c239f55166 | refs/heads/master | 2023-08-30T04:44:13.153369 | 2023-08-25T13:50:16 | 2023-08-25T13:50:16 | 5,340,773 | 0 | 0 | null | 2022-12-16T07:12:39 | 2012-08-08T11:25:37 | Java | UTF-8 | Java | false | false | 5,233 | java | /**
* Creation date: (07/04/2006)
* @author: Svyatoslav Urbanovych svyatoslav.urbanovych@gmail.com
*/
/********************************************************************************
*
* Copyright (C) 2005 Svyatoslav Urbanovych
*
* This program is free software; you can redistribute it and/or
* modify it u... | [
"svyatoslav.urbanovych@gmail.com"
] | svyatoslav.urbanovych@gmail.com |
a9a44188ef043b6cae0b9c43417677432ecd7e24 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_81a1c33e2596005ba22dae7fd2e96c970cb3484b/Hl7TemplateGeneratorTest/19_81a1c33e2596005ba22dae7fd2e96c970cb3484b_Hl7TemplateGeneratorTest_s.java | a635b108b029e07a0c6a6f9ba4128864f0e34e6b | [] | 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 | 4,984 | java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.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://license.openmrs.org
*
* Software distributed under the License is distributed on an "A... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
922e9960adfde60cab9c84a08e9e399b82694464 | 88cbf779cfd90fff98ca0ff27e74467c493c8ace | /app/src/test/java/com/begentgroup/sampleorientation/ExampleUnitTest.java | 8fd57ca9a62254e985f0e72466fd7125c6dbddcf | [] | no_license | dongja94/SampleOrientation_DD2 | e66be8b33e1bec4f38d244de611aa8caaa86a93c | 2e09c5d73a4c5b8f321c73d031e142f7535349ef | refs/heads/master | 2021-01-16T20:58:30.135912 | 2016-08-02T06:18:07 | 2016-08-02T06:18:07 | 64,729,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.begentgroup.sampleorientation;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... | [
"dongja94@gmail.com"
] | dongja94@gmail.com |
db689a1cb0a7f03be48da7cc8719c508bbff0317 | 359871df5ed072edfd9e89681202e605fa18e5a6 | /aTalk/src/main/java/net/java/sip/communicator/service/protocol/event/CallListener.java | 1f22ced9401c81ce30a61a14940b2dbf20b184dd | [
"Apache-2.0"
] | permissive | ejabbered/atalk-android | ca339ebb2f7f3f948e936305430e66d87772bae5 | 939f5ca786292aa4457c8bf191d42e2ee4445507 | refs/heads/master | 2022-06-30T23:57:43.478783 | 2020-05-13T01:45:37 | 2020-05-13T01:45:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license. See terms of license at gnu.org.
*/
package net.java.sip.communicator.service.protocol.event;
import java.util.EventListener;
/**
* Instances of this class are used for listening for notifications coming out ... | [
"cmeng.gm@gmail.com"
] | cmeng.gm@gmail.com |
5de597a71ad94dd0a3169b59700f73d023a69cc2 | e6b3acab0a81fd5ea90a885ee80acc6d5cb6a1bc | /m2_idm_project/src/m2/idm/project/generator/GeneratorRCode.java | 1d859d7b937c8cd287da721d93bb8cb6ca921b97 | [] | no_license | anaofind/m2_idm_project | 9dc7127d4661356cf9879097a11e9c47cb817d9d | 84a84cf215b35a9ede1be8f6dd0a43c6cd9f9dfd | refs/heads/main | 2023-02-22T00:37:27.578181 | 2021-01-24T17:31:24 | 2021-01-24T17:31:24 | 309,968,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,271 | java | package m2.idm.project.generator;
import java.util.List;
import m2.idm.project.mLRegression.Algo;
import m2.idm.project.mLRegression.Calculate;
import m2.idm.project.mLRegression.CrossValidation;
import m2.idm.project.mLRegression.Dataset;
import m2.idm.project.mLRegression.Loop;
import m2.idm.project.mLRegression.Pa... | [
"you@example.com"
] | you@example.com |
7843db4af1c34898dfbe56a617abeb57b88034f5 | 454eb75d7402c4a0da0e4c30fb91aca4856bbd03 | /o2o/trunk/android/app/src/main/java/cn/com/dyninfo/o2o/furniture/view/LazyLoadScrollView.java | 9f637fea68bab969c0e1c3b1b727993a8dcb19b4 | [] | no_license | fengclondy/guanhongshijia | 15a43f6007cdf996f57c4d09f61b25143b117d73 | c710fe725022fe82aefcb552ebe6d86dcb598d75 | refs/heads/master | 2020-04-15T16:43:37.291843 | 2016-09-09T05:44:14 | 2016-09-09T05:44:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,202 | java | /*
* Copyright (c) 2009-2016 SHENZHEN Eternal Dynasty Technology Co.,Ltd.
* All rights reserved.
*
* This file contains valuable properties of SHENZHEN Eternal Dynasty
* Technology Co.,Ltd., embodying substantial creative efforts and
* confidential information, ideas and expressions. No part of this... | [
"leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6"
] | leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6 |
f2c2558d1f2bac860e431d6d182155293b6b7e94 | 6a5e1c7fd25e38251c19b74ab719f659d767c416 | /archive-transformation-steps/src/test/java/engine/steps/fixedinput/FixedInputMetaTest.java | 83774b7bb278518424617a51084e1bf9dca48bb5 | [
"Apache-2.0"
] | permissive | marciojv/hopOLD | d734576991460ee9275602a505a4d806c166b1a3 | 461d0608069fd5c66ac3113ca03f94417353a0c4 | refs/heads/master | 2022-04-13T23:14:29.027246 | 2020-04-08T17:19:13 | 2020-04-08T17:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,905 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License,... | [
"mattcasters@gmail.com"
] | mattcasters@gmail.com |
2b4407d9e3046debe9c1f06f28286ee75d0fac2c | 6756d0542d29e267644d453f288e94c85508eebf | /src/main/java/sonar/logistics/api/tiles/readers/ClientLocalProvider.java | 055e1e122d41ffc8adcbdfa32c94a2c1a51edca4 | [
"MIT"
] | permissive | TartaricAcid/Practical-Logistics-2 | 3e165b995131f64d7fbfbe1a25f91b9f59726f96 | e7b9bd87fe513d291e6ffccf8e7e5a6736a6c1f8 | refs/heads/1.10.2 | 2020-03-17T01:46:07.351013 | 2018-03-10T10:52:01 | 2018-03-10T10:52:01 | 133,165,404 | 1 | 0 | null | 2018-05-12T16:53:17 | 2018-05-12T16:53:16 | null | UTF-8 | Java | false | false | 2,711 | java | package sonar.logistics.api.tiles.readers;
import java.util.ArrayList;
import java.util.List;
import com.google.common.collect.Lists;
import mcmultipart.multipart.IMultipart;
import net.minecraft.nbt.NBTTagCompound;
import sonar.core.api.nbt.INBTSyncable;
import sonar.core.api.utils.BlockCoords;
import sonar.core.he... | [
"ollielansdell@hotmail.co.uk"
] | ollielansdell@hotmail.co.uk |
63cd277ac4e8e2d01f96b6a2bef7a8e20c544103 | 2bbe864a4828d2b2419645194aa7777b9e770261 | /src/main/java/com/example/demo/reactor/partten/event/Event.java | 0af99f535d1877a49b8d52ac05aa8f79e9c82458 | [] | no_license | chenyixin8854/studys | a15e49df8233bcc025f895b4bcc7cc8f94196bbf | 53f64259b953c65aefc9db2b38c38f92796ebbe2 | refs/heads/master | 2022-06-27T00:58:07.099811 | 2021-09-13T06:43:40 | 2021-09-13T06:43:40 | 224,973,451 | 0 | 0 | null | 2022-06-21T02:20:41 | 2019-11-30T07:03:50 | Java | UTF-8 | Java | false | false | 610 | java | package com.example.demo.reactor.partten.event;
import com.example.demo.reactor.partten.InputSource;
/**
* @Author: feiweiwei
* @Description: reactor模式中内部处理的event类
* @Created Date: 11:03 17/10/12.
* @Modify by:
*/
public class Event {
private InputSource source;
private EventType type;
public InputS... | [
"chenxin5@01zhuanche.com"
] | chenxin5@01zhuanche.com |
ee2d8e970c36b84ace1ac355bd87b0612f361f7a | 4a627a99cdf202019fa4088ca23316e9cc427e7b | /nyd-cash-user/nyd-cash-user-model/src/main/java/com/nyd/user/model/RefundAppModel.java | 4775c5dac22810868f2309e85ce79d9e7e38c8f0 | [] | no_license | P79N6A/zlqb | 4bdcc62db76f8b4fdd4176c06812c9bd8ac2148b | 66a8781e74216ead7ea4969d89972c16e9d45b54 | refs/heads/master | 2020-07-13T14:18:36.941485 | 2019-08-26T12:22:20 | 2019-08-26T12:22:20 | 205,096,175 | 0 | 1 | null | 2019-08-29T06:30:30 | 2019-08-29T06:30:30 | null | UTF-8 | Java | false | false | 665 | java | package com.nyd.user.model;
import java.io.Serializable;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
/**
* Created by hwei on 2017/11/2.
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
@ToString
public class ... | [
"hhh@d55a9f32-8471-450d-bba4-b89e090b5caa"
] | hhh@d55a9f32-8471-450d-bba4-b89e090b5caa |
eac0bd54bf03334676a5b0effa562a9c7b594c03 | 2203f9e82de6157d337aae1fdffcbb11def70a62 | /test/edu/csus/ecs/pc2/api/QuickTest.java | 3f8bae773db39178096ddac8300748f127169793 | [] | no_license | Kamo98/DIPLOM_NEW | c55b59ccd0610d4d2867619ca40c9fed0957a786 | 4434a43acedc44fc7b041214f66204a4936ffe6b | refs/heads/master | 2023-04-27T18:22:32.869058 | 2020-05-21T13:21:30 | 2020-05-21T13:21:30 | 265,855,486 | 0 | 0 | null | 2021-05-12T00:29:54 | 2020-05-21T13:27:35 | Java | UTF-8 | Java | false | false | 2,519 | java | package edu.csus.ecs.pc2.api;
import java.util.Arrays;
import java.util.Date;
import edu.csus.ecs.pc2.core.security.Permission;
import edu.csus.ecs.pc2.core.util.AbstractTestCase;
/**
* API Test - print rows.
*
* @author pc2@ecs.csus.edu
* @version $Id$
*/
// $HeadURL$
public class QuickTest extends AbstractT... | [
"avanesjan.k@gmail.com"
] | avanesjan.k@gmail.com |
e93c5ad0636f6c9661f8d583961a84428cdc17d2 | a744882fb7cf18944bd6719408e5a9f2f0d6c0dd | /sourcecode8/src/sun/text/resources/in/FormatData_in_ID.java | 79c93560ac1c49234234486a9ee0840ea7c3015c | [
"Apache-2.0"
] | permissive | hanekawasann/learn | a39b8d17fd50fa8438baaa5b41fdbe8bd299ab33 | eef678f1b8e14b7aab966e79a8b5a777cfc7ab14 | refs/heads/master | 2022-09-13T02:18:07.127489 | 2020-04-26T07:58:35 | 2020-04-26T07:58:35 | 176,686,231 | 0 | 0 | Apache-2.0 | 2022-09-01T23:21:38 | 2019-03-20T08:16:05 | Java | UTF-8 | Java | false | false | 3,794 | java | /*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"763803382@qq.com"
] | 763803382@qq.com |
ab05738145153f2dc36f4451a98df8df029161d7 | 9fb0ce2a808d38f5c883acde4ca0b1e34b31afad | /src/main/java/org/craft/nbt/NBTIntArrayTag.java | d0b469d797d2ffc0bb887d3fdfb8bc5b01cfd61a | [
"MIT"
] | permissive | jglrxavpok/OurCraft | f1368aafce9049e7bc1486d911ddfa6e44ed627a | dfea71c18fc034f954683fad34ad0a5c68c5fde3 | refs/heads/master | 2016-09-05T18:23:18.256239 | 2014-10-28T16:27:32 | 2014-10-28T16:27:32 | 24,066,746 | 0 | 0 | null | 2014-10-02T15:39:15 | 2014-09-15T17:51:56 | Java | UTF-8 | Java | false | false | 1,704 | java | package org.craft.nbt;
import java.io.*;
/**
* Inspired by NBT classes given by Mojang AB <a href="https://mojang.com/2012/02/new-minecraft-map-format-anvil/">here</a>
* <br/>Following the <a href="http://web.archive.org/web/20110723210920/http://www.minecraft.net/docs/NBT.txt">specifications created by Markus 'not... | [
"jglrxavpok@gmail.com"
] | jglrxavpok@gmail.com |
41ddf04294892b0f048b331cd5b6928231f67751 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_98/Productionnull_9759.java | 3d91e0f6131c25f3d2a8c0b792647f5b5f7c99c9 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 585 | java | package org.gradle.test.performancenull_98;
public class Productionnull_9759 {
private final String property;
public Productionnull_9759(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getProp0... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
d72ddbe95e52ad8995dd127ea2fb3639390f1438 | 6bf7fbc0c12b5824d045faf6abba5ac32d92d371 | /solvers/java/src/main/java/com/analog/lyric/dimple/options/DimpleOptionHolder.java | 20507e1149c8074f0f475c35c2b94ad4bb1b2ef0 | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | shyamalschandra/dimple | e49ab7dff63e578dc9a1c3e7760d87ba6fd37254 | d682b34c29471a983cd0de364d011bd07cd8a902 | refs/heads/master | 2021-04-15T18:02:20.609078 | 2017-07-19T01:38:45 | 2017-07-19T01:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,957 | java | /*******************************************************************************
* Copyright 2014 Analog Devices, 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:/... | [
"Christopher.Barber@analog.com"
] | Christopher.Barber@analog.com |
71421cbe6c292e5e6a5cddfa0a2e49e4e9341dc7 | 36073e09d6a12a275cc85901317159e7fffa909e | /zanata_zanata-server/modifiedFiles/24/fix/WebTransStyles.java | 375b1dede2b646995253861b29c7652881f9b1fa | [] | no_license | monperrus/bug-fixes-saner16 | a867810451ddf45e2aaea7734d6d0c25db12904f | 9ce6e057763db3ed048561e954f7aedec43d4f1a | refs/heads/master | 2020-03-28T16:00:18.017068 | 2018-11-14T13:48:57 | 2018-11-14T13:48:57 | 148,648,848 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package org.zanata.webtrans.client.resources;
import com.google.gwt.resources.client.CssResource;
public interface WebTransStyles extends CssResource
{
}
| [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
1bd3cbef63ae2ad29a2c1275c94bb6d0b706db01 | feb81a62199648abc776fdff5234b27999cc6698 | /src/test/java/com/isoft/gatewayapp/repository/timezone/DateTimeWrapper.java | a972c2407c329265168a21b0539bdd7bdd4bc3d7 | [] | no_license | Ibrahim5560/api-gateway-application | b5a1064721dfd688a98c6a2170f008c03629ea95 | f12e934946392ec50ffee3cd9818c5f92a192fd3 | refs/heads/master | 2023-05-13T06:31:28.518522 | 2020-03-05T12:07:42 | 2020-03-05T12:07:42 | 242,480,893 | 0 | 0 | null | 2023-05-08T02:51:15 | 2020-02-23T08:19:26 | Java | UTF-8 | Java | false | false | 3,162 | java | package com.isoft.gatewayapp.repository.timezone;
import javax.persistence.*;
import java.io.Serializable;
import java.time.*;
import java.util.Objects;
@Entity
@Table(name = "jhi_date_time_wrapper")
public class DateTimeWrapper implements Serializable {
private static final long serialVersionUID = 1L;
@Id
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
7d7159c5fefe3bd35aac06d5c798e32392b092f1 | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/synapse/1.2/org/apache/synapse/core/SynapseEnvironment.java | 8624121846ce27bff7c847e326a20725192e4940 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,377 | java | package org.apache.synapse.core;
import org.apache.synapse.MessageContext;
import org.apache.synapse.endpoints.utils.EndpointDefinition;
import org.apache.synapse.mediators.base.SequenceMediator;
import org.apache.synapse.statistics.StatisticsCollector;
import org.apache.synapse.util.TemporaryData;
import java.util.c... | [
"hvdthong@github.com"
] | hvdthong@github.com |
f5e5b3e79417bd1b1d4a9cea65ac151823555622 | b8d6b7940339d1f2c0eee1ff102f9d8d00a6b51a | /08-chapter-03-solution/src/test/java/com/book/web/MessageControllerIT.java | 5e97d01755d1e17f6262b3fc1cc598f95be85e3d | [] | no_license | TomSpencerLondon/Spring-Practice-Exercises | 8eb485c501010319e38a591b53d633dbc62945c4 | b21777a8d6514e3b23ace4de29f927e38dce9bc0 | refs/heads/master | 2022-12-03T04:01:53.409714 | 2020-08-05T13:53:08 | 2020-08-05T13:53:08 | 285,293,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,620 | java | package com.book.web;
import com.book.init.AppSettings;
import com.book.init.Application;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.IntegrationTest;
import org.springframework.boot... | [
"thomas.spencer@codurance.com"
] | thomas.spencer@codurance.com |
c875b0e9ed7938292781000bdbdb3bc46f902ae9 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/com/google/android/gms/internal/firebase_auth/zzam.java | ce999018602a765256b71396ba9c848bff8b9155 | [] | no_license | redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515136 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package com.google.android.gms.internal.firebase_auth;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
public final class zzam {
private final int limit;
private final zzae zzgm;
private final boolean zzgn;
private final zzas zzgo;... | [
"aaron@goodreturn.org"
] | aaron@goodreturn.org |
ef92ee37c44f0e212e687e232b42f6633ecefc0e | c88d7d0927cef93b3127295b5cc9a9cf2c90e2b0 | /src/br/com/caelum/financas/validator/NumeroEAgencia.java | e7c012550f665cd51a6a73cb601606e150f82ee5 | [] | no_license | leandro19br/financas-web | c79e174286487d249da6937f649534edd40f50c7 | 5c02f07ab4a90a6d800efe8671715101388b728a | refs/heads/master | 2021-08-23T06:35:59.690680 | 2017-12-03T22:55:12 | 2017-12-03T22:55:12 | 112,971,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package br.com.caelum.financas.validator;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.validation.Constraint;
import javax.validation.Payload;
@Target(ElementType.TYPE)
@Retention(Retentio... | [
"leandro19br@gmail.com"
] | leandro19br@gmail.com |
10703aa2880156720319dd4a2f8b88c253e0e2ff | 81c48ccdb639908df63cd5f90b4cb49449f30e1d | /haox-kerb/kerb-core/src/main/java/org/apache/kerberos/kerb/spec/pa/pkinit/ExternalPrincipalIdentifier.java | ab5e1558115b84ad2e560d098c6972d70d51e06e | [
"Apache-2.0"
] | permissive | HazelChen/directory-kerberos | 595e70f652a695278018ac8b4ebee30d37232fdc | 5e7a14455c8184bf1590fc2865345a2ff98431fe | refs/heads/master | 2020-12-30T14:56:29.674154 | 2015-01-15T08:36:03 | 2015-01-15T08:36:03 | 29,284,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,609 | 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"... | [
"drankye@gmail.com"
] | drankye@gmail.com |
a38eff7b39fb43c4bc5a621edf46ab2be1391c5f | 10874aeaddf39dadbe0b8e7526661c5b8264a2af | /colorimetry/src/main/java/org/color4j/colorimetry/matching/ColorDifferenceDin99.java | 2a51ced86e4207e23a27bbcb252521f1cba2c27b | [] | no_license | stickfigure/color4j | e33cd22a4787d7e28aef50f92fd9e57795058fcc | 813d953abf6980e4334d3a843d966f9cc577b7be | refs/heads/master | 2020-12-30T18:02:38.963756 | 2011-10-27T08:04:01 | 2011-10-27T08:04:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,406 | java | /*
* Copyright (c) 2000-2011 Niclas Hedhman.
*
* 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 applicabl... | [
"niclas@hedhman.org"
] | niclas@hedhman.org |
ed0615427fbae00df73e42bbe374b62be24b977d | 7effb2f1faebc3c5d55afee3d15c859c5b28e67b | /core/serde.kryo/src/main/java/mb/pie/serde/kryo/package-info.java | 8771664fa21144d81780b2f9ff33a27a73209651 | [
"Apache-2.0"
] | permissive | metaborg/pie | ac421ebf4e5265245137908b0c3c061848581db4 | ecf896f11a4fbc11b8aef8a8fb831663baa0d188 | refs/heads/develop | 2022-06-20T03:09:11.729080 | 2022-06-15T09:46:10 | 2022-06-15T09:46:10 | 102,454,792 | 8 | 4 | Apache-2.0 | 2022-06-15T09:46:11 | 2017-09-05T08:23:07 | Java | UTF-8 | Java | false | false | 181 | java | @DefaultQualifier(NonNull.class)
package mb.pie.serde.kryo;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.framework.qual.DefaultQualifier;
| [
"gabrielkonat@gmail.com"
] | gabrielkonat@gmail.com |
eaedb84cb90fd0fb6e7883bc3c85baff82b0287a | 0d99dc277b469b474a238a9bd5c505c86cfdd80e | /src/java7/Chapter3/Demo1.java | 459645753d67813c479f98b355a305710da2fb09 | [] | no_license | Borislove/Books | fa93d05274315b9440ae66c2c5a2109ef55f2a1e | 248c1b4ca743c860c34c3eed3543d116f0c2a308 | refs/heads/master | 2023-01-23T16:03:18.683669 | 2023-01-18T23:42:52 | 2023-01-18T23:42:52 | 254,092,418 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package java7.Chapter3;
//Автоматическое преобразование типа
public class Demo1 {
public static void main(String[] args) {
int x = 4711;
double y;
y = x;
System.out.println(y);
}
}
| [
"abirme@yandex.ru"
] | abirme@yandex.ru |
096a79ef93048a45e820c8ca8cd02b6160c26e25 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P9-8.0/src/main/java/android/content/pm/FallbackCategoryProvider.java | 85545d2c35191d0d6a87b0efd6375103dc82957a | [] | 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 | 4,315 | java | package android.content.pm;
import android.content.res.AssetManager;
import android.content.res.Resources;
import android.os.SystemProperties;
import android.util.ArrayMap;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class FallbackCatego... | [
"dstmath@163.com"
] | dstmath@163.com |
3b22d93d899aee84aa0d7443d50650c1e17c04ef | 44e899f92df3ace36d8a626a56646d826886c8aa | /src/main/java/com/gok/ticketingbatch/service/AmbulanceActivityService.java | a5d235eeccb46935e87cb72072956bd16bdb0cef | [] | no_license | ArkapravoNath/Ticketing-batch | 4ce0558c78269b63f6aa18483ac1c56905093ccc | fe644f18ee971c0975f7daee212ce787516609e9 | refs/heads/master | 2022-12-16T18:31:00.067937 | 2020-09-01T10:26:39 | 2020-09-01T10:26:39 | 291,965,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | package com.gok.ticketingbatch.service;
import com.gok.ticketingbatch.service.dto.AmbulanceActivityDTO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import java.util.Optional;
/**
* Service Interface for managing {@link com.gok.ticketingbatch.domain.AmbulanceActivit... | [
"nrko96@gmail.com"
] | nrko96@gmail.com |
aafaf97aff6f38e0c836c51b54f21511a759abfa | b8411ebb061dd56427b5aa0bb99e2e01a0e69023 | /pinju-biz/src/main/java/com/yuwang/pinju/core/constant/trade/RefundConstant.java | c1d0c0ff324c5f7029963797fb15a00e057726b8 | [] | no_license | sgrass/double11_bugfix_asst_acct | afce8261bb275474f792e1cb41d9ff4fabad06b0 | 8eea9a16b43600c0c7574db5353c3d3b86cf4694 | refs/heads/master | 2021-01-19T04:48:03.445861 | 2017-04-06T06:34:17 | 2017-04-06T06:34:17 | 87,394,668 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.yuwang.pinju.core.constant.trade;
import com.yuwang.pinju.core.constant.system.PinjuConstant;
/**
* <p>Description: 平台退款常量类 </p>
* @author:[MaYuanChao]
* @version 1.0
* @create:2011-9-15
*/
public class RefundConstant {
/**
* 请求的最大次数
*/
public final static int MAX_REQUEST_NUMB... | [
"xgrass@foxmail.com"
] | xgrass@foxmail.com |
6d9c797bfb03f1b65b14aa6ac60e2e6699bf26db | 9208ba403c8902b1374444a895ef2438a029ed5c | /sources/com/kantv/video/util/PreferenceUtil.java | 19063ae5f0a3ebe95d6d8ed95bec13cf0a19e8b0 | [] | no_license | MewX/kantv-decompiled-v3.1.2 | 3e68b7046cebd8810e4f852601b1ee6a60d050a8 | d70dfaedf66cdde267d99ad22d0089505a355aa1 | refs/heads/main | 2023-02-27T05:32:32.517948 | 2021-02-02T13:38:05 | 2021-02-02T13:44:31 | 335,299,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,587 | java | package com.kantv.video.util;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import com.kantv.flt_tencent_im.utils.TUIKitConstants.Group;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Map... | [
"xiayuanzhong@gmail.com"
] | xiayuanzhong@gmail.com |
7572c0017a283fa7c3be260da220e676a3c1574f | 2b232456448efca86fc053b426350b991c45fbfe | /src/Chapter1_2Low/ClassicString.java | db4d9ca557a4485b52e8d964adee9c1f36b23309 | [
"Apache-2.0"
] | permissive | xuanyuan100/Algorithms-Fourth-Edition-Exercises | dd4a7d5f48df3c22a626a9cc5ef3903ebb049c0d | 21e43b5fbe39fa01805d1e9bebd283127e882225 | refs/heads/master | 2020-06-03T12:04:56.210977 | 2019-05-26T03:27:32 | 2019-05-26T03:27:32 | 191,561,604 | 1 | 0 | Apache-2.0 | 2019-06-12T11:54:40 | 2019-06-12T11:54:40 | null | UTF-8 | Java | false | false | 1,100 | java | package Chapter1_2Low;
import edu.princeton.cs.algs4.StdIn;
import edu.princeton.cs.algs4.StdOut;
public class ClassicString {
public static boolean isPalindrome(String s){
//判断字符串是否是一条回文(正读反读都一样的文字)
int N=s.length();
for(int i=0;i<N/2;i++)
if(s.charAt(i)!=s.charAt(N-i-1))
... | [
"375446972@qq.com"
] | 375446972@qq.com |
d25b4ef49cf2a2d3d106a7df2c8cc74aa4864b30 | aaba0aee84f85d05cf77d622ea3a9dcb686fff6b | /transaction-app/src/main/java/com/cus/jastip/transaction/messaging/TransactionCountSender.java | bd756e9d4a804f00177f3c8bd1d5a4b0c7b5f7dd | [] | no_license | elvistj10/jastip-custech | 695f741fe2e90e8a93ccbe0a11f9397e79b37c0c | 1d76c78350d9d6f683af16568946cd7cc81b49d5 | refs/heads/master | 2020-04-08T22:37:48.589932 | 2018-11-30T08:51:48 | 2018-11-30T08:51:48 | 159,794,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package com.cus.jastip.transaction.messaging;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.stereotype.Ser... | [
"elvistenthjune@gmil.com"
] | elvistenthjune@gmil.com |
a67ff83098796d5eff31e6aa53631155fa8e3552 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/14/org/jfree/chart/plot/PlotRenderingInfo_getPlotArea_111.java | 70d2eead7e28d4e642c3406ee0a28e8e027a4ddc | [] | 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 | 566 | java |
org jfree chart plot
store inform dimens plot subplot
plot render info plotrenderinginfo cloneabl serializ
return plot area java2 java2d space
plot area possibl code code
set plot area setplotarea rectangle2 rectangle... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
bf61a7fae52cab7d003f6f64dc6d6d748fc720ca | 07bd89d994da04a94c84db8997a67ae118af7830 | /LightingSalesSystem/SalesSystemClient/src/rmi/remoteHelper/ListRemoteHelper.java | c51bc09810b0e0430a3f671658a8cab903c74254 | [] | no_license | pilibb0712/myHomework | 61e48163972b0ca0c42c736636c46b07492c40da | 5d013e35ee930f730418cad0a9af4cc3bf9ba0a2 | refs/heads/master | 2023-08-24T09:41:17.561232 | 2019-11-30T05:18:26 | 2019-11-30T05:18:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package rmi.remoteHelper;
import blService.listBlService.BusinessConditionListBlService;
import blService.listBlService.BusinessProcessListBlService;
import blService.listBlService.SalesDetailsListBlService;
import rmi.linker.listServiceLinker.BusinessConditionListServiceLinker;
import rmi.linker.listServiceLinker.Bus... | [
"1292155474@qq.com"
] | 1292155474@qq.com |
452685a54d14004adc193fe959e34da6d0f9992f | df134b422960de6fb179f36ca97ab574b0f1d69f | /io/netty/channel/ChannelFuture.java | 0ee0e105b09af2dafe3ced39f4374fc986d2729b | [] | 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 | 1,061 | java | package io.netty.channel;
import io.netty.util.concurrent.Future;
import io.netty.util.concurrent.GenericFutureListener;
public interface ChannelFuture extends Future<Void> {
Channel channel();
ChannelFuture addListener(GenericFutureListener<? extends Future<? super Void>> paramGenericFutureListener);
Cha... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
a9a475fe891287f9b69cee32b1113093688e8532 | 2a317cd5006075eeb8e9b282de69734aa6e2daf8 | /com.bodaboda_source_code/sources/com/google/android/gms/internal/zzpp.java | bcdc7a39c4150ebde0be6ae60bb3e3ff360820d2 | [] | no_license | Akuku25/bodaapp | ee1ed22b0ad05c11aa8c8d4595f5b50da338fbe0 | c4f54b5325d035b54d0288a402558aa1592a165f | refs/heads/master | 2020-04-28T03:52:04.729338 | 2019-03-11T08:24:30 | 2019-03-11T08:24:30 | 174,954,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | package com.google.android.gms.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.zza;
import com.google.android.gms.common.internal.safeparcel.zzb;
import java.util.List;
public class zzpp implements Creator<zzpo> {
static void zza(z... | [
"wanyama19@gmail.com"
] | wanyama19@gmail.com |
da2622794ad31f2a8c670c368a589e54b9afb0b5 | 5ea80ee9f93939c4d72874c35873962f3c5d2dd3 | /xml/src/main/java/org/openstreetmap/osmosis/xml/v0_6/impl/OsmWriter.java | 86c87efdc7bc2d3ae6b7f049b0aeb508d3e11607 | [] | no_license | scrosby/osmosis | f53d4ae304f809ea74b1317157054150dbe947f7 | fbe549d15e9b62004c3bcd7e02ee03bc46042bb0 | refs/heads/master | 2021-01-15T23:12:19.718964 | 2011-11-09T00:27:34 | 2011-11-09T00:27:34 | 2,738,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,874 | java | // This software is released into the Public Domain. See copying.txt for details.
package org.openstreetmap.osmosis.xml.v0_6.impl;
import java.io.Writer;
import org.openstreetmap.osmosis.core.OsmosisConstants;
import org.openstreetmap.osmosis.core.OsmosisRuntimeException;
import org.openstreetmap.osmosis.core.contai... | [
"brett@bretth.com"
] | brett@bretth.com |
4e587bd775cba3f4ce2c6b6a79e35e3178b6f468 | ff1d39fbcef867034a7b28c73647e31a1576c761 | /hasor-rsf/rsf-framework/src/main/java/net/hasor/rsf/libs/com/hprose/io/unserialize/TimeUnserializer.java | 3f02b6dbc5a132d7b2ccc21e4db5fa9eb04d6355 | [
"Apache-2.0"
] | permissive | dalianpa/hasor | 154a9a346731a53309379247ccb68e4ae3203e15 | c6b36d711e206927ef67c46a801009c6421b0351 | refs/heads/master | 2020-11-28T08:05:33.034136 | 2019-06-02T08:24:43 | 2019-06-02T08:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,325 | java | /**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| ... | [
"zyc@hasor.net"
] | zyc@hasor.net |
3017be3956feaa2e59638b81e4dee00375efc070 | 6981973939d36b5282f2811ad546c398c0a23a63 | /chelizi/access/src/main/java/com/lili/net/mina/MinaClientConnection.java | 870d36118f7e88cec3dfa01477ae274ff2dad909 | [] | no_license | lucifax301/chelizi | 8ce36763b2470d1e490d336b493f0dca435a13c8 | e5f33c44a3419158fa7821fcc536cb2f06da9792 | refs/heads/master | 2022-12-25T14:48:08.779035 | 2019-05-30T08:59:55 | 2019-05-30T08:59:55 | 92,494,386 | 1 | 0 | null | 2022-12-16T01:16:34 | 2017-05-26T09:23:10 | Java | UTF-8 | Java | false | false | 2,816 | java | /**
* Date: May 15, 2013
*
* Copyright (C) 2013-2015 7Road. All rights reserved.
*/
package com.lili.net.mina;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import org.apache.mina.core.session.IoSession;
import com.lili.net.AbstractClientConnection;
import com.lili.net.CommonConst;
import com... | [
"232120641@qq.com"
] | 232120641@qq.com |
a902c8a21f0a2f142f2453e93ef4090ddf756216 | 4d840cba0da0253b35058b364e7fa236d6a14d01 | /view/src/main/java/org/solovyev/android/view/drag/DragButton.java | 2787246924d3baad95c9abd2009ed377ccdc2285 | [] | no_license | thorinside/android-common | 0b038e8a525098e24d79801fd5a456b457a5a83e | d0779ef4b4123246201b026e691e3104e93dae4f | refs/heads/master | 2021-01-17T22:54:48.528791 | 2012-11-18T16:27:53 | 2012-11-18T16:27:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,955 | java | /*
* Copyright (c) 2009-2011. Created by serso aka se.solovyev.
* For more information, please, contact se.solovyev@gmail.com
*/
package org.solovyev.android.view.drag;
import android.content.Context;
import android.graphics.Canvas;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.L... | [
"se.solovyev@gmail.com"
] | se.solovyev@gmail.com |
43981c2cf5d60f9d6f99eebacd511cd10983eaa2 | 3bfb7d79c7bfc30e0c40d38e554e6badfa07e4e5 | /base-user-info/src/main/java/com/ahsj/baseuserinfo/dao/RolePermissionMapper.java | 5eb339b6262cb976a87a4843776cd8f57e5e1248 | [] | no_license | AnHuiShangJue/hisprojecte | e4000f103977e99dcbb9d10bd8cad6da4d44eb26 | f7b9c769d33cf2d9491cc557dc0f6f70ad4f2310 | refs/heads/master | 2023-01-24T04:34:02.051134 | 2020-06-03T10:41:52 | 2020-06-03T10:41:52 | 210,382,667 | 1 | 1 | null | 2023-01-04T22:36:32 | 2019-09-23T14:56:20 | HTML | UTF-8 | Java | false | false | 790 | java | package com.ahsj.baseuserinfo.dao;
import com.ahsj.baseuserinfo.entity.RolePermission;
import org.apache.ibatis.annotations.Mapper;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;
@Mapper
public interface RolePermissionMapper {
int deleteByPrimaryKey(Long id);
in... | [
"18555338533@163.com"
] | 18555338533@163.com |
924603d89937d457f93a532d846c3f2de3d8ecd6 | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/mrs/v20200910/models/ValueBlock.java | 643431992e6dabb0056103f81c3061982804a909 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 4,186 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
7ce6d0268feb4de0726544ec41bc1abe7930af6f | a129386863ccf46cab82819db1dcffac78dd73a0 | /target/generated-sources/jooq/org/jooq/sources/routines/GeographyGistDistance.java | 00f54f58aaef2695feed074765d03a4605167837 | [] | no_license | alsamancov/jooqzkgis | 5f01ef8cebfb9c3a9e6e535080987d94fad3290d | 9082a66c349a1715e5ecdff41671e535eaa45ce4 | refs/heads/master | 2021-09-08T12:31:49.647475 | 2018-03-09T16:48:24 | 2018-03-09T16:48:24 | 124,567,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 3,313 | java | /*
* This file is generated by jOOQ.
*/
package org.jooq.sources.routines;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Parameter;
import org.jooq.impl.AbstractRoutine;
import org.jooq.sources.Public;
/**
* This class is generated by jOOQ.
*/
@Generated(
value = {
"http:... | [
"alsamancov@gmail.com"
] | alsamancov@gmail.com |
cf62e6ad4d42ed2f1321e8e4bdb4d8a355319660 | 88b8fe5b9140d17d2c5a110d2c05c5a0574b1fa9 | /sunyata-game-app-client/src/main/java/client/handlers/Out.java | 30ed16d198a1ce001687d7a9de1fa2ad6eb9feab | [] | no_license | sunyata-projects/vertx-game | 9c538000e5b1298eb8f178a1cdaac04724a8b68d | 3f0a0874636b2dc8e681113421496e0cb0837f13 | refs/heads/master | 2021-09-26T18:07:59.892671 | 2017-12-14T12:23:26 | 2017-12-14T12:23:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,718 | java | package client.handlers;
import com.googlecode.protobuf.format.JsonFormat;
import org.sunyata.game.server.message.OctopusToUserRawMessage;
import io.netty.channel.ChannelHandlerContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import org.sunyata.game.con... | [
"licl.chevan@ourgame.com"
] | licl.chevan@ourgame.com |
ec8d840446c2e6b225d12dfc0a9867410f9872af | 2689de62f081865574fb81dc45926ea3d07771ad | /src/main/java/vdb/mydb/rpc/service/JobExecutorServiceImpl.java | 12d4f271d30012150a562a211c08bcdf7c3c26d4 | [
"BSD-2-Clause"
] | permissive | cas-bigdatalab/vdb2020 | e7efaed6b71b5e5604e9aa7396ce59025e375a83 | ec08d687ae41bc94f04b6a56c05dfa6db226a8a3 | refs/heads/master | 2022-07-21T04:57:47.857759 | 2019-05-27T09:13:00 | 2019-05-27T09:18:50 | 159,260,460 | 0 | 0 | BSD-2-Clause | 2022-06-29T19:32:23 | 2018-11-27T01:58:57 | JavaScript | UTF-8 | Java | false | false | 264 | java | package vdb.mydb.rpc.service;
public class JobExecutorServiceImpl implements JobExecutorService
{
public <T> T execute(RPCCallable<T> job) throws Exception
{
return job.call();
}
public void asyncExecute(RPCRunnable job)
{
new Thread(job).start();
}
}
| [
"caohaiquan1219@163.com"
] | caohaiquan1219@163.com |
400515658da7a1e07856f659070dfade6bd9a1c0 | 4894304adb9cc61d2b14ce7e9683d890d958956e | /pinpoint-search-core/src/main/java/com/p/s/pinpoint/thrift/io/NetworkAvailabilityCheckPacket.java | c58dc4f359d6d1c5a0428a18498acc8126674646 | [
"Apache-2.0"
] | permissive | quehanwei/pinpoint-search | e5488a04cdb642e40b54a6f472281ae6a871f44f | 05f332e89f327f169eba907dd9b45f8713aee3c1 | refs/heads/master | 2023-03-17T11:57:31.054660 | 2020-07-04T11:46:42 | 2020-07-04T11:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | /*
* Copyright 2014 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"hubo02090209@sina.com"
] | hubo02090209@sina.com |
7d843aa2b2a94b2ac2907cd031b88d7c8e992f49 | 5184f0103ca497ee0dfa1ab6763a9b12eb56e00a | /UserRestService/src/main/java/com/example/UserRestService/Exception/UserNotFoundException.java | cba5851710a163af7a23aaebbb85ad51dbefdad7 | [] | no_license | mihirdash2017/udemyPractics | 917fe6e43965426d10c6cb00ede959b2b5d0b06e | 933413e231fc50d3c37a0b55f8139bdf5cf1ee44 | refs/heads/master | 2020-07-29T12:51:01.548906 | 2019-10-06T12:42:07 | 2019-10-06T12:42:07 | 209,810,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.example.UserRestService.Exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.NOT_FOUND)
public class UserNotFoundException extends RuntimeException {
public UserNotFoundException(String message) {
supe... | [
"user@user-PC"
] | user@user-PC |
138e5486b5d37e5e1f2446c10f461daf85ea518b | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.alpenglow-EnterpriseServer/sources/com/fasterxml/jackson/datatype/guava/deser/HashMultisetDeserializer.java | f8ee943361a2a77123e457f7951550987352bb80 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 993 | java | package com.fasterxml.jackson.datatype.guava.deser;
import X.AnonymousClass0o3;
import X.C006606d;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.google.common.collect.HashMultiset;
public final class HashMultisetDeserializer extends GuavaMultisetDeserializer<HashMultiset<Object>> {
@Override ... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
d7608126685ec8fddc4190f4b9a3ba84157f1d92 | 49b9758a4e959f5974c9192b9f0e7834e93c6c7a | /Original Files/source/src/cn/com/smartdevices/bracelet/chart/e.java | 90f78abba7b5dfb898eca0e792ed5e37e42f4bed | [
"Apache-2.0"
] | permissive | renanalves/MiBandDecompiled | 88855d3182d3a66c4c59c6202c8ccc9f5d38c5cf | 2c12ea0a68e55d776551ad70ed4ef26b0ed87a70 | refs/heads/master | 2021-05-02T18:26:40.875129 | 2015-05-04T12:49:22 | 2015-05-04T12:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,726 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package cn.com.smartdevices.bracelet.chart;
import android.graphics.RectF;
import cn.com.smartdevices.bracelet.Debug;
import cn.com.smartdevices... | [
"kvishnudev-office@yahoo.com"
] | kvishnudev-office@yahoo.com |
c1027d152068d2f4a9cb1f72cfeaaaf94b1d6bed | 9b75d8540ff2e55f9ff66918cc5676ae19c3bbe3 | /bazaar8.apk-decompiled/sources/c/c/a/f/Dc.java | 0d3d992ccf2cec3d1a5a357084c19eeece5bdad5 | [] | no_license | BaseMax/PopularAndroidSource | a395ccac5c0a7334d90c2594db8273aca39550ed | bcae15340907797a91d39f89b9d7266e0292a184 | refs/heads/master | 2020-08-05T08:19:34.146858 | 2019-10-06T20:06:31 | 2019-10-06T20:06:31 | 212,433,298 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,731 | java | package c.c.a.f;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import androidx.appcompat.widget.AppCompatTextView;
import androidx.databinding.ViewDataBinding;
import b.l.g;
import c.c.a.n.c.d.m;
import com.farsitel.bazaar.R;
import com... | [
"MaxBaseCode@gmail.com"
] | MaxBaseCode@gmail.com |
2443d7f73486989625002fd2f4e8fba6f22cd957 | 5985089c3126cafed1124a5f5ff2518ef551818f | /bitcamp-java-basic/src/main/java/com/eomcs/io2/ex01/Exam0410.java | 5da3272d10a4adc9dd1cd218b5f46f1a50025f05 | [] | no_license | seonggwonlee/bitcamp-workspace | 113d393ca5a898f2e8e824b095e31e331054cc26 | ed756e09c694ae58ea6d9c32979a8a6921387b2e | refs/heads/master | 2023-01-30T00:34:54.079084 | 2020-12-10T12:01:05 | 2020-12-10T12:01:05 | 281,343,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | // 파일 생성
package io2.ex01;
import java.io.File;
public class Exam0410 {
public static void main(String[] args) throws Exception {
// 생성할 파일의 경로 설정
File file = new File("temp2/a/test.txt");
if (file.createNewFile()) { // 파일 생성
System.out.println("test.txt 파일을 생성하였습니다.");
} else {
// 이미 ... | [
"sysktho@gmail.com"
] | sysktho@gmail.com |
92937373f173e13d76ec12e9083f0dd2a69d55eb | b1c827fca4c792578056ddef8502bd7c061b1aa6 | /sample-games/game-hello-world/src/main/java/net/thevpc/gaming/helloworld/HelloWorldScene.java | 5e4c69378cda4add247247d3dba3c86f883c7c01 | [] | no_license | thevpc/atom | df51b2d8deba535884ce8dccb21091452e6cb9a7 | 536f4efe9aa795bad84396cad7dd5533157ff66d | refs/heads/master | 2022-10-07T22:11:24.331853 | 2022-09-23T15:38:27 | 2022-09-23T15:38:27 | 71,977,120 | 3 | 1 | null | 2020-10-13T04:45:16 | 2016-10-26T07:23:21 | Java | UTF-8 | Java | false | false | 2,860 | java | package net.thevpc.gaming.helloworld;
import net.thevpc.gaming.atom.annotations.AtomScene;
import net.thevpc.gaming.atom.annotations.AtomSceneEngine;
import net.thevpc.gaming.atom.annotations.Inject;
import net.thevpc.gaming.atom.annotations.OnSceneStarted;
import net.thevpc.gaming.atom.debug.AdjustViewController;
imp... | [
"taha.bensalah@gmail.com"
] | taha.bensalah@gmail.com |
2646c8607f25db80e8a6427c90ef88eb04eedfe3 | 0c359e241cce729ce777db41d3a4feefa48c30c0 | /src/main/java/com/controllerface/cmdr_j/classes/recipes/techunlocks/Shock_Cannon_Turreted_Small.java | 335f0394dd5a213b35aedd09f2797e0ae4dc5550 | [] | no_license | controllerface/CMDR-J | 760cafe4b89fc86715ee7941d66eaaf7978cf067 | 9fc70e1ae2f2119e3dc93bbc9a26544526beb56a | refs/heads/main | 2022-09-29T02:43:58.308231 | 2022-09-12T02:09:01 | 2022-09-12T02:09:01 | 128,938,494 | 1 | 1 | null | 2021-11-21T01:42:20 | 2018-04-10T13:37:30 | Java | UTF-8 | Java | false | false | 1,066 | java | package com.controllerface.cmdr_j.classes.recipes.techunlocks;
import com.controllerface.cmdr_j.classes.data.ItemEffects;
import com.controllerface.cmdr_j.classes.data.CostData;
import com.controllerface.cmdr_j.classes.data.ItemEffectData;
import com.controllerface.cmdr_j.classes.recipes.AbstractTechnologyRecipe;
impo... | [
"controll.face@gmail.com"
] | controll.face@gmail.com |
2d282bebf2b65f27c6309440b71161b014c59b71 | 810873bc64fd3daa082e8636a1b182e46a023638 | /experimental/drools-testing/src/org/drools/testing/core/model/Fact.java | 09e458fe694d5b480ef161e41f25ac85c1b3c0fe | [
"Apache-2.0"
] | permissive | pymma/drools47jdk8 | 7456d4cd54c20ba87ab7ae4e3ce38be7a7f9a11a | b532d45ac47806bef8c3a6cf1ac671c73ed4ea09 | refs/heads/master | 2022-07-29T17:25:35.788215 | 2021-11-23T09:39:10 | 2021-11-23T09:39:10 | 426,141,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package org.drools.testing.core.model;
import java.util.ArrayList;
import java.util.Collection;
/**
*
* @author Matt
*
* A fact represents any object used in conidtional clauses within
* the set of rules being tested.
*
* (c) Matt Shaw
*/
public class Fact {
private String name;
private String type;
pri... | [
"nicolas.heron@pymma-software.cop"
] | nicolas.heron@pymma-software.cop |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.