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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d38a055eca1559cf43ab117612ec7707cf745d4e | 520336045e5e3e57e15d04dc5b515ebd36ef3e84 | /app/src/main/java/com/example/jingbin/cloudreader/adapter/CategoryArticleAdapter.java | 8354469ebc88a05be7b66a394225b5606d6850d6 | [
"Apache-2.0"
] | permissive | gx-byte/CloudReader | bca30eceb7510796882c8981bb29138f6aa5648a | da4ac3cb3c5529c51792510c24dfe2a79ccedbf4 | refs/heads/master | 2022-11-09T03:17:41.924809 | 2020-06-21T06:25:22 | 2020-06-21T06:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,550 | java | package com.example.jingbin.cloudreader.adapter;
import android.app.Activity;
import android.view.View;
import com.example.jingbin.cloudreader.R;
import com.example.jingbin.cloudreader.bean.wanandroid.ArticlesBean;
import com.example.jingbin.cloudreader.data.UserUtil;
import com.example.jingbin.cloudreader.data.model... | [
"770413277@qq.com"
] | 770413277@qq.com |
e00fe282b3b7ea963f741fe6f3879d8376a9701a | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/tencent/ijk/media/player/misc/IAndroidIO.java | 07147fbb350cc2e4fb5c3724cd9c66413cd84b5c | [] | no_license | BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802341 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package com.tencent.ijk.media.player.misc;
import java.io.IOException;
public interface IAndroidIO {
int close() throws IOException;
int open(String str) throws IOException;
int read(byte[] bArr, int i) throws IOException;
long seek(long j, int i) throws IOException;
}
| [
"noiz354@gmail.com"
] | noiz354@gmail.com |
0628112d6a798f766416f410ebcbd40e0787c01d | b61a8ce87a27a325dba024f3d0fc67fb596fd291 | /deptTest/src/com/bit/controller/DeptController.java | 6dc520ab9b447c187dc160c7c1ad109c30cdb1b4 | [] | no_license | sagek23/Java-Training | df8b7003b2d791f99c195433f61685a3ded3988a | 015e3dfffb10e3665960a71203cfcf37783048df | refs/heads/master | 2022-07-12T06:42:13.632644 | 2019-10-31T00:36:09 | 2019-10-31T00:36:09 | 218,571,922 | 0 | 0 | null | 2022-06-22T20:06:54 | 2019-10-30T16:24:33 | Java | UTF-8 | Java | false | false | 1,182 | java | package com.bit.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
import com.bit.dao.DeptDao;
import com.bit.vo.DeptVo;
@Control... | [
"ksjsjk123@gmail.com"
] | ksjsjk123@gmail.com |
d698811b36ceec0f8f986bdfa8b7954ace54e9c6 | ad2317023bcaa9238ee7d3386a2ee156701b5109 | /Lexer/src/main/java/biepjv/lexer/IdentToken.java | 412aa72966110b6b7c3aa4a191e2e77c035eedc2 | [] | no_license | danecek/bie-pjv-2017-summer | 956792ceebb4e6cd79fa3ec717721f55af98882e | 49a0be4ea767b256331a26eecb7dbe714f65d8c3 | refs/heads/master | 2020-05-27T14:47:39.611280 | 2017-05-11T14:13:16 | 2017-05-11T14:13:16 | 82,560,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 618 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package biepjv.lexer;
/**
*
* @author danecek
*/
public class IdentToken extends Token {
private String ident;
public Ide... | [
"danecek@fit.cvut.cz"
] | danecek@fit.cvut.cz |
0b3e5167ebc5d0d9923e67e3c719384c46d0100a | 354ade2c776c767b51c0282ea3e8e3f6b1ed0157 | /Bee/src/com/linkstec/bee/UI/spective/basic/logic/node/BFlowEnd.java | 07e19327929a74a9fff45e37074a4dd3116838a3 | [] | no_license | pan1394/SqlParser | b4286083b9a2b58fa922ab785cc83eab54c51c61 | ec0d81ab35e2ce18ed9ad4238640e39a2c4d165c | refs/heads/master | 2022-07-14T13:59:15.612534 | 2019-08-23T07:34:14 | 2019-08-23T07:34:14 | 178,761,865 | 0 | 0 | null | 2022-06-21T01:43:32 | 2019-04-01T01:12:23 | Java | UTF-8 | Java | false | false | 1,654 | java | package com.linkstec.bee.UI.spective.basic.logic.node;
import java.awt.Color;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Rectangle;
import com.linkstec.bee.UI.BeeUIUtils;
import com.linkstec.bee.UI.spective.basic.logic.model.BClassEnd;
import com.linkstec.bee.core.fw.basic.BLogic;... | [
"pan1394@126.com"
] | pan1394@126.com |
3af6d6ebfda5b51cd50a0f0cfbf6229c76f684b7 | c278b2e06e98b0b99ca7350cfc12d2e535db1841 | /posp/trans-core/src/main/java/com/yl/pay/pos/entity/SecretKey.java | 6e252f7c66554edee81616ddd18f782759c10aab | [] | 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 | 893 | java | package com.yl.pay.pos.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
/**
* Title: 银行
* Copyright: Copyright (c)2011
* Company: lepay
* @author haitao.liu
*/
@Entity
@Table(name = "SECRET_KEY")
public class SecretKey extends BaseEntity{
private String... | [
"zl88888@live.com"
] | zl88888@live.com |
845e4fc2d79bac022a86d27b444cdf19e38e12ff | f97ba375da68423d12255fa8231365104867d9b0 | /study-notes/geekbang.org/视频课/小马哥讲Spring核心编程思想/199 | Spring事件监听器实现原理:面向接口和注解的事件监听器实现有区别吗?/ioc-container-overview/src/main/java/org/geekbang/thinking/in/spring/ioc/overview/domain/User.java | 9bf99bd7af8a73de3fdc9e36606c15a932cb2b8a | [
"MIT"
] | permissive | lei720/coderZsq.practice.server | 7a728612e69c44e0877c0153c828b50d8ea7fa7c | 4ddf9842cd088d4a0c2780ac22d41d7e6229164b | refs/heads/master | 2023-07-16T11:21:26.942849 | 2021-09-08T04:38:07 | 2021-09-08T04:38:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,293 | java | package org.geekbang.thinking.in.spring.ioc.overview.domain;
import org.geekbang.thinking.in.spring.ioc.overview.enums.City;
import org.springframework.beans.factory.BeanNameAware;
import org.springframework.core.io.Resource;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import java.util.... | [
"a13701777868@yahoo.com"
] | a13701777868@yahoo.com |
a6550bf2b4fd74dd81a741bc62f237264f7794a6 | 38e7e5e5e8d9d2196911f60847e3b3ac035c8cad | /seller/tTPseller/src/main/java/com/tianpingpai/seller/tools/TLog.java | 73543726e2958309744b46a1b578ba602cf348f8 | [] | no_license | RogerLwr/TPP | 7173fa82ee551311b10c5c74906cb101730d6222 | 8c568bc71f33bca6fb32cc465db5e621a93d9e6d | refs/heads/master | 2021-06-30T02:22:56.796460 | 2017-09-16T06:28:40 | 2017-09-16T06:28:40 | 103,729,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package com.tianpingpai.seller.tools;
import android.util.Log;
/**
* 公共日志工具类
* @author Administrator
*
*/
public class TLog {
//公关日志的开关
private static boolean isDebug = URLApi.IS_DEBUG;
// private static final boolean isDebug = false;
/**
* 打印错误日志
* @param tag
* @param log
*/
public static void e(Str... | [
"liuwenrong@coolpad.com"
] | liuwenrong@coolpad.com |
1936976c81499b581a8c144488ea9fa92ca02e9e | 209b4f34c2f89a762f78193675bd8addf76620bb | /PlayerVideo/app/src/main/java/com/tv91/model/Url.java | a90e45c3b4d8fbd2bac58cf5c372613317af29d8 | [] | no_license | xingchongzhu/apktool | 1b0ed3ced42cb28fa072439785e744370963aee6 | 3c2d79368f32e323168d0a2a59c6b73fc83d4d56 | refs/heads/main | 2023-08-13T11:31:12.616682 | 2021-09-14T12:00:39 | 2021-09-14T12:00:39 | 404,994,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,381 | java | package com.tv91.model;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public final class Url {
public final String apiUrl;
public final String ... | [
"hczh02@royole.com"
] | hczh02@royole.com |
0b9188b077e6c9a32610b3824d4d297da8b4c607 | ed166738e5dec46078b90f7cca13a3c19a1fd04b | /minor/guice-OOM-error-reproduction/src/main/java/gen/H_Gen30.java | 95ada91f72e0e906900b135eb9427f09b958f0c5 | [] | no_license | michalradziwon/script | 39efc1db45237b95288fe580357e81d6f9f84107 | 1fd5f191621d9da3daccb147d247d1323fb92429 | refs/heads/master | 2021-01-21T21:47:16.432732 | 2016-03-23T02:41:50 | 2016-03-23T02:41:50 | 22,663,317 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java |
package gen;
public class H_Gen30 {
@com.google.inject.Inject
public H_Gen30(H_Gen31 h_gen31){
System.out.println(this.getClass().getCanonicalName() + " created. " + h_gen31 );
}
@com.google.inject.Inject public void injectInterfaceWithoutImpl(gen.InterfaceWithoutImpl i){} // should expolode :)
... | [
"michal.radzi.won@gmail.com"
] | michal.radzi.won@gmail.com |
e6992452b1c7c6c2c5ad376f8bafe150b353520a | 832a25d71428fcc97554ead3184c34c7668c13f6 | /src/main/java/com/jeeplus/modules/ironfoemergencyroom/entity/Ironfoemergencyroom.java | 922cdfec23e16614b01fd194ae26fd607439c987 | [] | no_license | wxbing2015/jeeplusS | bb3b2bc7e475a7042c9a147952008ca93de59feb | faf39d547fad5fad9ff0e046fd9a657f2202a886 | refs/heads/master | 2020-07-19T11:44:35.847707 | 2018-05-02T11:59:39 | 2018-05-02T11:59:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.jeeplus.modules.ironfoemergencyroom.entity;
import java.util.Date;
import com.jeeplus.common.persistence.DataEntity;
import com.jeeplus.common.utils.excel.annotation.ExcelField;
import com.jeeplus.mod... | [
"anti_magina@yeah.net"
] | anti_magina@yeah.net |
cb51e3e40e18c7a0b2bc44699b0612ab166e5be2 | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/airbnb/android/core/models/generated/GenPreBookingQuestion.java | 6bbd38363f51bc33ec39f9175459aa6166c88d25 | [] | no_license | jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902940 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,663 | java | package com.airbnb.android.core.models.generated;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.annotation.JsonProperty;
public abstract class GenPreBookingQuestion implements Parcelable {
@JsonProperty("checked")
protected boolean mChecked;
@JsonProperty("question")... | [
"thanhhuu2apc@gmail.com"
] | thanhhuu2apc@gmail.com |
92db34926073cb4c53e5364d28a74ba1c3947916 | dfb8b54fa16a4c0532b7863723c661258f21f2bb | /src/main/java/com/tong/thinking/chapter15/s17/p421/Shape.java | 4efc35b24dc912fc96822cd5cec90737004935ac | [] | no_license | Tong-c/javaBasic | 86c52e2bb5b9e0eabe7f77ed675cda999cc32255 | 6cfb9e0e8f43d74fd5c2677cd251fec3cce799c4 | refs/heads/master | 2021-06-01T11:53:53.672254 | 2021-01-05T03:58:10 | 2021-01-05T03:58:10 | 130,291,741 | 2 | 0 | null | 2020-10-13T02:37:08 | 2018-04-20T01:28:16 | Java | UTF-8 | Java | false | false | 252 | java | package com.tong.thinking.chapter15.s17.p421;
public class Shape {
public void rotate() {
System.out.println(this + " rotate");
}
public void resize(int newSize) {
System.out.println(this + " resize " + newSize);
}
}
| [
"1972376180@qq.com"
] | 1972376180@qq.com |
189e0fdcb1110e1d762653be4768cb92c9428ee3 | ce740da0d94325cefb941978f0061633492be446 | /TestMongo/src/test/MongoDB.java | 7d745e4e730ef31f3c80943d7f34f1a325c035ee | [] | no_license | huazhai28/test | cc15435f332304742eac3e570a259ce333528803 | 628f9c7a631a004cad319f3d53d793d42b48f482 | refs/heads/master | 2020-12-28T16:23:34.607278 | 2020-02-05T09:02:25 | 2020-02-05T09:02:25 | 238,404,756 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package test;
import com.mongodb.client.MongoDatabase;
public class MongoDB{
private String db;
private MongoObject client;
public void setClient(MongoObject client) {
this.client = client;
}
public void setDb(String db) {
this.db = db;
}
public MongoDB(MongoObject... | [
"Administrator@windows10.microdone.cn"
] | Administrator@windows10.microdone.cn |
f47ac61cde9e4aaecd060fabdec3012ca9d92a8e | 22a542b68ccafc2b7a92e149a36be7e08ca08743 | /app/src/main/java/com/ronda/logdemo/LogHelper.java | 5c5b3293ebf33ae99b11c4764f572b06cdcd7326 | [] | no_license | githubRonda/LogDemo | ae01293925b672fd2e386f1f3ee734db37e4e272 | c6a0b4aad0016b4f4c1db9da821148c5c8f30955 | refs/heads/master | 2021-01-24T11:45:48.623782 | 2018-02-27T08:59:31 | 2018-02-27T08:59:31 | 123,101,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.ronda.logdemo;
import android.util.Log;
/**
* Created by Ronda on 2017/12/11.
*/
public class LogHelper {
public static boolean isShowLog = false;
private static final int RETURN_NOLOG = -1;
public static int i(String tag, String msg) {
if (msg == null)
msg = "";
... | [
"1575558177@qq.com"
] | 1575558177@qq.com |
cdebf476636eda768be066500d6243b48cfa68c0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_61fe5ad21364cdf24774562a5c1f81c8d159aaeb/PackedIntegerTestCase/7_61fe5ad21364cdf24774562a5c1f81c8d159aaeb_PackedIntegerTestCase_t.java | 3cdbef63996dec7a9b7db158f8b8431f75e56fda | [] | 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,610 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
aa63de86246d33a8bb1225a430dcc9a4f28901b8 | 42c9e3a650bb9ac7148547ce42906c7935bbe197 | /java/source/com/kodemore/jasper/KmJasperType.java | cd5b8ba547e947e8475b2bdd7026532f2a6e1db4 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LucasMcFeature/paragon-server | adfe0db9487128e897435f0fd32da8f4d7adccc3 | 00d542757089e2296a623a83ad1480be819893d3 | refs/heads/master | 2020-12-26T04:37:10.776462 | 2014-01-21T18:00:16 | 2014-01-21T18:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,496 | java | /*
Copyright (c) 2010-2010 www.kodemore.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publ... | [
"wlove@accucode.com"
] | wlove@accucode.com |
65ee699880aaad035b9005ee552672f50f50c5d1 | e256dea3b5a49d7e183f16dca35347365a4c2a5d | /programme/2_09_Swing/src/com/tutego/insel/ui/swing/ImageIconDemo.java | c8d97e7b84c1c4e805e0975c648e99082f18956a | [] | no_license | wbs-students/javainsel10 | c8769993f7f8c07afe50f9624cb7579e5110ef84 | f360e6f3d1b9fb8ed78481e03f641c492aac04cd | refs/heads/master | 2021-03-12T23:15:46.845992 | 2013-07-05T22:03:48 | 2013-07-05T22:03:48 | 11,209,217 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package com.tutego.insel.ui.swing;
import java.awt.FlowLayout;
import java.net.URL;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class ImageIconDemo
{
public static void main( String[] args )
{
JFrame frame = n... | [
"grunwald.markus@arcor.de"
] | grunwald.markus@arcor.de |
9286b0cc76e84ce5bd7201c8b85e8f0e3da1e8e0 | 4e3c976773526fd610d64ffb83589bccfaee5e68 | /sponge-api/src/main/java/org/openksavi/sponge/action/ActionAdapter.java | b26071f762cb3e95e8e29b6cf22db5adad022b73 | [
"Apache-2.0"
] | permissive | softelnet/sponge | 2313d2328953fcff49a002e727bb803757870627 | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | refs/heads/master | 2022-10-28T16:19:55.619882 | 2021-09-16T19:50:08 | 2021-09-16T19:50:08 | 95,256,030 | 10 | 2 | Apache-2.0 | 2022-10-04T23:55:09 | 2017-06-23T20:58:49 | Java | UTF-8 | Java | false | false | 1,696 | java | /*
* Copyright 2016-2017 The Sponge authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"marcin.pas@softelnet.com"
] | marcin.pas@softelnet.com |
c31b059ea3485879b9e33f483f70a7df422fd0a2 | d528fe4f3aa3a7eca7c5ba4e0aee43421e60857f | /main/com/zfsoft/xgxt/dekt/dsgl/dsglsh/DsglshService.java | f2ef8211fa93ba8ca0491e1b4a40ae5ff342a006 | [] | no_license | gxlioper/xajd | 81bd19a7c4b9f2d1a41a23295497b6de0dae4169 | b7d4237acf7d6ffeca1c4a5a6717594ca55f1673 | refs/heads/master | 2022-03-06T15:49:34.004924 | 2019-11-19T07:43:25 | 2019-11-19T07:43:25 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,060 | java | /**
* <p>Coyright (R) 2014 正方软件股份有限公司。<p>
*/
package com.zfsoft.xgxt.dekt.dsgl.dsglsh;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import net.sf.json.JSONArray;
import org.apache.commons.beanutils.BeanUtils;
import xgxt.form.User;
import xgxt.utils.String.StringUtils... | [
"1398796456@qq.com"
] | 1398796456@qq.com |
ffdc9fbea904619635eccd9833f0b4eb78df4748 | 2f5e9584534da2c73bc0fe948870085230d3128f | /dtm-calcite-core/src/main/java/io/arenadata/dtm/query/calcite/core/factory/impl/CalciteSchemaFactory.java | cfe5008b260d275b88e48010063bb1fb1c0142e1 | [
"Apache-2.0"
] | permissive | AlexRogalskiy/prostore | b3b8a7765c1f607c630cf955a66dab1e3c16ca3a | 5a101cd70e9246941a5cb905601e6577e2589818 | refs/heads/master | 2023-08-29T07:57:45.041365 | 2021-11-11T10:25:21 | 2021-11-11T10:25:21 | 428,456,972 | 0 | 0 | NOASSERTION | 2021-11-15T23:48:32 | 2021-11-15T23:48:22 | null | UTF-8 | Java | false | false | 1,924 | java | /*
* Copyright © 2021 ProStore
*
* 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... | [
"lin@arenadata.io"
] | lin@arenadata.io |
2163a1eb18531a9234b1983b85e8f927189776de | 492d762a760da0e81b738efb2ab900ecb53b20ae | /src/main/java/me/kosinkadink/performantplants/scripting/storage/hooks/ScriptHookPlayerDead.java | c3c8209f83229c533ff3b7dfc696731c649a63b7 | [] | no_license | Kosinkadink/PerformantPlants | 1923fad5b10dcb33b1b4a782c6678046c285a1f0 | ef7851f757ee698a6f0db7d97971b1040e4c0fff | refs/heads/master | 2021-07-14T22:36:37.540626 | 2021-04-07T08:13:25 | 2021-04-07T08:13:25 | 245,294,134 | 1 | 2 | null | 2021-04-07T08:13:25 | 2020-03-06T00:11:35 | Java | UTF-8 | Java | false | false | 682 | java | package me.kosinkadink.performantplants.scripting.storage.hooks;
import me.kosinkadink.performantplants.hooks.HookAction;
import me.kosinkadink.performantplants.hooks.PlantHook;
import me.kosinkadink.performantplants.hooks.PlantHookPlayerDead;
import me.kosinkadink.performantplants.scripting.ExecutionContext;
import ... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
fa55ddf6138e560c66c8ea253a2894d4368aa7aa | b19674396d9a96c7fd7abdcfa423fe9fea4bb5be | /ratis-proto-shaded/src/main/java/org/apache/ratis/shaded/io/netty/resolver/AbstractAddressResolver.java | d907cc3af5ad381b86f003a8ee59e9463cd40554 | [] | no_license | snemuri/ratis.github.io | 0529ceed6f86ad916fbc559576b39ae123c465a0 | 85e1dd1890477d4069052358ed0b163c3e23db76 | refs/heads/master | 2020-03-24T07:18:03.130700 | 2018-07-27T13:29:06 | 2018-07-27T13:29:06 | 142,558,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,308 | java | /*
* Copyright 2015 The Netty Project
*
* The Netty Project licenses this file to you 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 ... | [
"snemuri@hortonworks.com"
] | snemuri@hortonworks.com |
20de84ba6d388b773be55b4c73b043069bb2c4b7 | f8e300aa04370f8836393455b8a10da6ca1837e5 | /CounselorAPP/app/src/main/java/com/cesaas/android/counselor/order/utils/EditTextChangeListener.java | 365efaa1cddd8b94d97739cd015269fb4843c82a | [] | no_license | FlyBiao/CounselorAPP | d36f56ee1d5989c279167064442d9ea3e0c3a3ae | b724c1457d7544844ea8b4f6f5a9205021c33ae3 | refs/heads/master | 2020-03-22T21:30:14.904322 | 2018-07-12T12:21:37 | 2018-07-12T12:21:37 | 140,691,614 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,316 | java | package com.cesaas.android.counselor.order.utils;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import com.cesaas.android.counselor.order.activity.user.bean.EditTextChangeValueBean;
import io.rong.eventbus.EventBus;
/**
* Author FGB
* Description 实时监听EditText内容
* Created... | [
"fengguangbiao@163.com"
] | fengguangbiao@163.com |
d7b881fda06ce3e27e3df2300b3f88bcac2522a1 | 3432c425a179f7310926ebda50e22b7e4435d472 | /src/gameObjects/AmmoPack.java | 52f25bb68c8cf477a5e603b6a0797e67da04d255 | [] | no_license | DinasJ/surviv19 | 79ae843c454e6838088048917f20ba57fcab8199 | bb6b0601b51e9a9cf8486521105e81770f3de2b5 | refs/heads/master | 2020-08-24T18:54:59.589947 | 2019-10-22T21:22:24 | 2019-10-22T21:22:24 | 216,885,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package gameObjects;
import java.awt.Color;
import java.awt.Rectangle;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import javax.imageio.ImageIO;
import gameViews.Game_Main;
public class AmmoPack extends Item{
public int amount;
public AmmoPack(int x, int y, int amount){
super(x, y);
... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
3d608855d52b41539a8a3ada4c3611125f6516cd | 9a12fd0ddaf1d131a5280ec8bb49f2e3484ac39d | /Product_Recyclerview/src/main/java/com/example/recyclerview/MainActivity.java | 571e3acb2a8c338b4476b853bc3a61f554ace04d | [] | no_license | 1657895829/ReViewApp | 7d33b529b28da68aac22f5207e627bb595dbcf4d | 30b424f5b38ca09b58c515243f3edc7cc23aa1ad | refs/heads/master | 2020-03-14T06:23:14.165736 | 2018-05-03T12:58:14 | 2018-05-03T12:58:14 | 131,482,886 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,409 | java | package com.example.recyclerview;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.Toast;
import com.example.recyclerview.adapter.MyAdapter;
im... | [
"1657895829@qq.com"
] | 1657895829@qq.com |
3550036811c4f47e286d53c73b1ed58ded6c755f | 8475756a354793afc09eae25bbe92bb91f979e81 | /src/test/java/com/remondis/cdc/consumer/pactbuilder/testcase/types/PricingResultPriceDetailsResource.java | 2cf524707e2c834a8231fd8db90450e9ab01876b | [
"Apache-2.0"
] | permissive | remondis-it/pact-consumer-builder | 4fdcdc80dc0c57b3ba86890b7616322735221df7 | 4350f58d646d7aade31dc1caed7fb380b9cd143e | refs/heads/develop | 2021-10-27T07:16:40.848053 | 2020-06-19T11:17:52 | 2020-06-19T11:17:52 | 187,044,052 | 11 | 7 | Apache-2.0 | 2020-08-10T07:23:35 | 2019-05-16T14:28:23 | Java | UTF-8 | Java | false | false | 2,072 | java | package com.remondis.cdc.consumer.pactbuilder.testcase.types;
public class PricingResultPriceDetailsResource {
private PriceResultOrigin origin;
private String priceType;
private String agreementNumber;
public PricingResultPriceDetailsResource() {
super();
// TODO Auto-generated constructor stub
... | [
"christopher.schuette@remondis.de"
] | christopher.schuette@remondis.de |
e9b218a93c5c0e01c418e3c053347e3624b63605 | de6c1959ab5b35a4294626508176ae185a026b99 | /SchoolPlus/src/com/duc/SpecialDepartment/TimeTableSection/TeacherTotalPeriods.java | 2cb76df2bec3e1741fb5dc453f3ba15fe89c85c9 | [] | no_license | ravicode/School | 8ed673d25dcdfb741699d09f82c9d54dc75c4935 | dd753dd5a391bc0c9fd705e28a3d0dd668cc2637 | refs/heads/master | 2021-01-10T05:38:39.979367 | 2015-08-15T11:48:46 | 2015-08-15T11:48:46 | 36,618,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.duc.SpecialDepartment.TimeTableSection;
/**
*
* @author sourabh
*/
public class TeacherTotalPeriods {
String teachercode;
int totalperiods;
}
| [
"ravi.ters@gmail.com"
] | ravi.ters@gmail.com |
16b4cc8ed9ce6ad0c0f15711631be79c813c2532 | a2835d20ee14b8326b2d0d00989d0dee0eaa2b01 | /common/src/main/java/org/apache/commons/math3/analysis/differentiation/JacobianFunction.java | 32ae117ccaa2eff3c546e7a965d527c835fd4551 | [] | no_license | kovzol/geogebra | 935278a6e1d9e9a912bac9a53aac84061b7c2ff4 | 819c28d50d2082117f05170c9e988952bf12ece8 | refs/heads/master | 2023-08-04T12:10:17.639860 | 2023-07-27T08:45:08 | 2023-07-27T08:45:08 | 188,601,919 | 2 | 4 | null | 2021-05-05T16:34:02 | 2019-05-25T18:52:14 | Java | UTF-8 | Java | false | false | 2,603 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"zbynek@geogebra.org"
] | zbynek@geogebra.org |
aff90e578e4b972fb359d4025011a9f40cf09f67 | 29e6f769e937401e20fbc1f8a7b71dd9f2584339 | /spring-annotation/src/main/java/com/hfm/condition/MyCondition.java | 19a323ad731c0dd5e80b45043d99a9843c304c4f | [] | no_license | hfming/java_ee | 0dc57d080a43386d4fcaea3de5f770b4b7791cc6 | e18957c9a69705f2a1f81bd004577dfaafdacd7e | refs/heads/master | 2023-08-31T05:38:21.817110 | 2021-10-24T13:56:15 | 2021-10-24T13:56:15 | 312,496,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,595 | java | package com.hfm.condition;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.context.annotation.Condition;
import org.springframework.context.annotation.ConditionContext;
import org.spring... | [
"hfming2016@163.com"
] | hfming2016@163.com |
92084de418c294e9cea64056fac194abd74be909 | 2088303ad9939663f5f8180f316b0319a54bc1a6 | /src/main/java/com/lottery/core/service/SystemService.java | fa4f93c3bf62dd1c0068481aa415a3691d21a8b3 | [] | no_license | lichaoliu/lottery | f8afc33ccc70dd5da19c620250d14814df766095 | 7796650e5b851c90fce7fd0a56f994f613078e10 | refs/heads/master | 2022-12-23T05:30:22.666503 | 2019-06-10T13:46:38 | 2019-06-10T13:46:38 | 141,867,129 | 7 | 1 | null | 2022-12-16T10:52:50 | 2018-07-22T04:59:44 | Java | UTF-8 | Java | false | false | 3,553 | java | package com.lottery.core.service;
import java.util.Map;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import javax.annotation.PreDestroy;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import org.apache.camel.CamelContext;
import org.apache.camel.Rou... | [
"1147149597@qq.com"
] | 1147149597@qq.com |
bb9a63e58b9b9a07edd9b6b34b7f3a50c8407d30 | a10543f3d7106dc324c4f4d8ed032a8a416ab895 | /lib/java/android/support/v4/app/SuperNotCalledException.java | 96468303c94e9854e2968ef2e14925dba371b5d4 | [] | no_license | whywuzeng/jingmgouproject | 32bfa45339700419842df772b91a2c178dcf0e23 | 0a6d1b9d33f7dca653f199181446b2a2ba8a07a4 | refs/heads/master | 2022-07-15T21:32:28.100332 | 2022-06-24T10:12:28 | 2022-06-24T10:12:28 | 81,888,796 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package android.support.v4.app;
import android.util.AndroidRuntimeException;
final class SuperNotCalledException extends AndroidRuntimeException
{
public SuperNotCalledException(String paramString)
{
super(paramString);
}
}
/* Location: F:\一周备份\面试apk\希望代码没混淆\jingmgou\jingmgou2\classes-dex2jar.jar... | [
"jiushiqiangone@sina.com"
] | jiushiqiangone@sina.com |
45c1391feeb2378993c1a24641f1ef557e1e5d5f | 1bff47a5e5f2c5800a64b9e3c809cdf4e51815e5 | /smt-cloudformation-objects/src/main/java/shiver/me/timbers/aws/ec2/VPCEndpointService.java | 239a4dad1e3cb0074820aa531327c17c7875e532 | [
"Apache-2.0"
] | permissive | shiver-me-timbers/smt-cloudformation-parent | d773863ce52c5de154d909498a7546e0da545556 | e2600814428a92ff8ea5977408ccc6a8f511a561 | refs/heads/master | 2021-06-09T09:13:17.335583 | 2020-06-19T08:24:16 | 2020-06-19T08:24:16 | 149,845,802 | 4 | 0 | Apache-2.0 | 2021-04-26T16:53:04 | 2018-09-22T04:39:40 | Java | UTF-8 | Java | false | false | 4,271 | java |
package shiver.me.timbers.aws.ec2;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import c... | [
"karl.bennett.smt@gmail.com"
] | karl.bennett.smt@gmail.com |
57512da7901ce822c1307c05bb173e8fa3f43bb5 | 1dfa87318ec70f2167894470b703506a85af3117 | /x-micro-service/x-spring-cloud-gateway-service/src/main/java/com/company/spring/cloud/gateway/service/XSpringCloudGatewayServiceApplication.java | 1523d6453737d44250bc25d4e71237f1d6b2b9b3 | [] | no_license | huangjian888/jeeweb-mybatis-springboot | 2d6e9d2f420a89bf6f7f2aca2b1ab31dce6e0095 | 22926faf93f960e02da4a1cad36ed7d8f980b399 | refs/heads/v3.0-master | 2023-07-20T11:42:30.526563 | 2019-08-20T07:34:56 | 2019-08-20T07:34:56 | 145,819,401 | 356 | 138 | null | 2023-07-17T20:03:38 | 2018-08-23T07:45:54 | Java | UTF-8 | Java | false | false | 481 | java | package com.company.spring.cloud.gateway.service;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class XSpringCloudGate... | [
"465265897@qq.com"
] | 465265897@qq.com |
97e4e14223eebcc6286bd6e4f4daf7083f914282 | ee461488c62d86f729eda976b421ac75a964114c | /tags/HtmlUnit-2.11/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDelElement.java | 9d7d85b56ec2a648797d8ac69f42f561db94aac6 | [
"Apache-2.0"
] | permissive | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | /*
* Copyright (c) 2002-2012 Gargoyle Software 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 ... | [
"asashour@5f5364db-9458-4db8-a492-e30667be6df6"
] | asashour@5f5364db-9458-4db8-a492-e30667be6df6 |
dc3484fe95a4775972f16334159aef44c018d7a4 | c754a8e090b24bc21d25ceff10b5555661933abc | /src/com/ufgov/gmap/org/foreign/service/ForeignService.java | 5dbdae033fb09a4a731445cb9c1b0d4178c5051b | [] | no_license | jielen/admin52 | 00128b9d26846d015fddb42364b4d02cce46c537 | 72e0e54d6c3ce3ccdb2832c45b469a609209a996 | refs/heads/master | 2021-01-19T05:03:38.255964 | 2015-09-17T16:21:53 | 2015-09-17T16:21:53 | 42,662,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.ufgov.gmap.org.foreign.service;
import java.util.List;
import java.util.Map;
public abstract interface ForeignService
{
public abstract List getForeignData(String paramString, Map paramMap);
}
| [
"jielenzghsy1@163.com"
] | jielenzghsy1@163.com |
c13d7e530d5a10011906e734e723a7ae9f781438 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/boot/svg/code/drawable/ic_sex_female.java | 6e660f30a83dff4ffd64eea158ae829f4fbe635d | [] | 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 | 5,744 | java | package com.tencent.mm.boot.svg.code.drawable;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Paint.Cap;
import android.graphics.Paint.Join;
import android.graphics.Paint.Style;
import android.graphics.Path;
import android.os.Looper;
imp... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
34ad3f2544eb76cee28aa19cbb84609d8336c1fd | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/com/facebook/proxygen/utils/CircularEventLog.java | a7a3046b6c9948abdc153bbca0dd31f15c11f020 | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package com.facebook.proxygen.utils;
import com.facebook.proxygen.EventBase;
public class CircularEventLog {
public EventBase mEventBase;
public boolean mInitialized;
public final int mRingSize;
private native InflightRequestResponseInfo[] getInflightRequestResponseInfos(EventBase eventBase);
pr... | [
"stan@rooy.works"
] | stan@rooy.works |
92339b038a9181b48ebd90f5a2ab947285657ecc | 2b2e4fbdabc1d8661aca5d1203185248aa9160ec | /integration-tests/src/test/java/fr/pilato/elasticsearch/crawler/fs/test/integration/FsCrawlerTestStoreSourceIT.java | 184551e135c0ed90348f215d3d0424c176a5f0ee | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | anais-it/fscrawler | 0330845be23e0a4d29ec90a7571b36b69ef21e54 | b0c78ac97d0ae6b01c0fe612712530f88b309b1a | refs/heads/master | 2020-03-21T20:27:52.719539 | 2019-07-04T12:09:41 | 2019-07-04T12:09:41 | 139,008,597 | 0 | 0 | Apache-2.0 | 2018-06-28T11:22:57 | 2018-06-28T11:22:57 | null | UTF-8 | Java | false | false | 3,178 | java | /*
* Licensed to David Pilato (the "Author") under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Author licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not use... | [
"david@pilato.fr"
] | david@pilato.fr |
65e15a142a229e6360e06540bd2a6e997ea44142 | d647c7623e6cd5b46049709354403889e90a2c28 | /Numberbasedprob/src/Abundant.java | a5ade865f87853c840d86b41a633a9271d9a68fc | [] | no_license | sahithi111/Practice | a9986b7fb8835ee4835c4ff3016ed640fae7d090 | d20a0e2f71665579e3c26590ada9f4bc88f98955 | refs/heads/master | 2022-11-26T22:45:43.204210 | 2020-08-01T05:22:44 | 2020-08-01T05:22:44 | 271,502,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java |
public class Abundant {
public static void main(String[] args) {
int i,s=0,n=12;
for(i=1;i<=n;i++)
{
if(n%i==0)
s=s+i;
}
if(s>n)
System.out.println("Abundant");
}
}
| [
"mylaptop@DESKTOP-2QOB21C"
] | mylaptop@DESKTOP-2QOB21C |
6c26e6c0353021155309a114d2fbe19ab3baf9b6 | e6957397d656481a63cbf1bd5a0565085b1bfec3 | /ESS/src/com/eec/ess/sell/filter/CharsetFilter.java | 28edea0af655b5c73eab00e4bc5c7d1869180aea | [] | no_license | fendou666/frameBySSM | bc4574c921dabf1e76dd8e9f0f7ba912209e9f18 | 22b2f9a91a1eafe2b7bb8560de6e8cacd5468260 | refs/heads/master | 2021-01-01T04:31:48.913878 | 2017-09-04T08:01:33 | 2017-09-04T08:01:33 | 97,188,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,064 | java | /**
*
* 程序名称:字符编码过滤器
* 功能说明:对get/post 所有字符编码进行过滤设置
* 做成者: eec.sell.lius 2017/07/20 (组织名称.所属.自己的姓名简拼)
* 更新者: eec.sell.lius 2017/07/20 修复错误XXX
* 更新者: eec.sell.lius 2017/07/20 修复错误XXX
* 更新者: eec.sell.lius 2017/07/20 修复错误XXX
* @author 刘帅
* @since JDK1.8(支持的版本)
* @since Tomcat8.0(支持的版本)
*/
package com.eec... | [
"ls_code@126.com"
] | ls_code@126.com |
08c910dc557bb311bc648c6df3de322f53454dc8 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/g/a/dh.java | dc399a6e6beb016d8d7f143beb87e1b6de532765 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package com.tencent.mm.g.a;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.sdk.b.b;
public final class dh extends b
{
public dh.a cwx;
public dh.b cwy;
public dh()
{
this((byte)0);
}
private dh(byte paramByte)
{
AppMethodBeat.i(70144);
this.cwx ... | [
"172601673@qq.com"
] | 172601673@qq.com |
b6ec07d851210a1fbeb63b341ba7d56198eab192 | 6e9a5bddddfb841999a00bec00b9466d266cd1f0 | /jun_ureport2/ureport2-core/src/main/java/com/bstek/ureport/definition/searchform/CheckboxInputComponent.java | a4873fcf51398b50c7b316cf8127fb8b846d42c4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | cuilong1009/jun_bigdata | 9c36dde7a5fe8fe85abfe43398f797decc7cb1d4 | 1ad4194eaab24735e3864831c9fede787361599a | refs/heads/master | 2023-06-05T05:21:58.095287 | 2020-11-25T16:01:26 | 2020-11-25T16:01:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,998 | java | /*******************************************************************************
* Copyright 2017 Bstek
*
* 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/l... | [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
d29878ef2b55fb2b71e8f9a72d2b200d75236d2f | 0ab35958ef1c69584e779035454829c1e45f2dd5 | /mavcom/src/main/java/com/comino/mavcom/control/impl/MAVSimController.java | 645b652ed69f6728125cd7254327aba14078c7fc | [] | no_license | ecmnet/mavcom | 2449873dd2fc199310d4e36a09e072700881cd8c | 2da45e86ff7dd58073009944d3817fcd097dae90 | refs/heads/master | 2023-08-09T13:49:36.745328 | 2023-07-26T12:27:43 | 2023-07-26T12:27:43 | 214,370,805 | 1 | 1 | null | 2023-07-28T20:57:37 | 2019-10-11T07:23:02 | Java | UTF-8 | Java | false | false | 6,798 | java | /****************************************************************************
*
* Copyright (c) 2017,2018 Eike Mansfeld ecm@gmx.de. 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.... | [
"ecm@gmx.de"
] | ecm@gmx.de |
052faab3d9dc47a5f713e6b6c1d830870beb5f73 | 45a832f00cecb2a30b68016118ab675fbb03f7e2 | /jpashop_api/src/main/java/livenowjpaweb/jpashop/exception/NotEnoughStockException.java | 2b692d0f7836c1bb5967e97a241c0cb3b8531743 | [] | no_license | Livenow14/springboot-jpa-web-onlinelecture2 | 84197702ed24cc5326423efb77dc085f768991ca | 17b27aa3e720a15d25aea21ceff895d184d45aca | refs/heads/master | 2022-09-03T15:43:32.001751 | 2020-05-26T14:14:15 | 2020-05-26T14:14:15 | 260,454,869 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package livenowjpaweb.jpashop.exception;
public class NotEnoughStockException extends RuntimeException {
public NotEnoughStockException() {
super();
}
public NotEnoughStockException(String message) {
super(message);
}
public NotEnoughStockException(String message, Throwable cause)... | [
"xowjd41@naver.com"
] | xowjd41@naver.com |
0d6e7e1153d3a18c0854e54443701fcbf87ead0d | 15aff3446c957fc934c98dc84a0668a2025f28c1 | /open-metadata-implementation/repository-services/repository-services-implementation/src/main/java/org/odpi/openmetadata/repositoryservices/enterprise/repositoryconnector/accumulators/EntityDetailAccumulator.java | e003355def3a96be3d4810168f10e178e1419dc2 | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | ilovechai/egeria | 0865773e6deaf35991ab23a649e91f4715dc749c | c7cd3dd4bb6c960f6b81ecd71394af48cc16a23b | refs/heads/main | 2023-03-15T18:15:16.154074 | 2023-03-03T13:10:41 | 2023-03-03T13:10:41 | 610,375,922 | 1 | 0 | Apache-2.0 | 2023-03-06T20:57:45 | 2023-03-06T16:42:28 | null | UTF-8 | Java | false | false | 4,079 | java | /* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators;
import org.odpi.openmetadata.frameworks.auditlog.AuditLog;
import org.odpi.openmetadata.repositoryservices.connectors.stores.... | [
"mandy.e.chessell@gmail.com"
] | mandy.e.chessell@gmail.com |
4639106ad0f4b83f3bb0d60b3ab97354273f813b | 80403ec5838e300c53fcb96aeb84d409bdce1c0c | /server/api/src/org/labkey/api/admin/BaseFolderWriter.java | aa4a5aa9cfbf8131b4d853df37ee6bc8fe69822e | [] | no_license | scchess/LabKey | 7e073656ea494026b0020ad7f9d9179f03d87b41 | ce5f7a903c78c0d480002f738bccdbef97d6aeb9 | refs/heads/master | 2021-09-17T10:49:48.147439 | 2018-03-22T13:01:41 | 2018-03-22T13:01:41 | 126,447,224 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java | /*
* Copyright (c) 2012-2016 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"klum@labkey.com"
] | klum@labkey.com |
1b50f9e291b84871b8337878631d66e5c7166352 | 4148c71fc73d5b8e553c07deede613f46cde3c46 | /src/org/processmining/plugins/realtimedcc/streamer/AbstractStreamListener.java | 9c0d28c7dd4b01c96dfb61dcdf8c74db7f912a55 | [] | no_license | Macuyiko/processmining-decomposedconformance | 3aee21d918d6de3554654e3fcb9e707cf284bc34 | fc00844788e68e15580eab2071f02dc11c0b78e6 | refs/heads/master | 2020-05-07T15:27:08.707573 | 2019-04-10T17:58:10 | 2019-04-10T17:58:10 | 180,635,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package org.processmining.plugins.realtimedcc.streamer;
public abstract class AbstractStreamListener implements StreamListener {
private final StreamController controller;
public AbstractStreamListener(StreamController controller) {
this.controller = controller;
}
public StreamController getController() {
r... | [
"macuyiko@gmail.com"
] | macuyiko@gmail.com |
1e9e84c8d3e6bcd1304e4b2a189c078f05a376e0 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a251/A251260Test.java | 78d9f80a217887a4c4216798ba06cd0e9d913ce1 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a251;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A251260Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
83d51e0284ed8dcb56cc492a6699b52df34615c1 | 9bf6dee1407f112cebf42443e0f492e89d0d3fbc | /gameserver/src/org/openaion/gameserver/model/gameobjects/stats/StatEnum.java | 3a7324d0afc9420a02cd87c604a5b6381bbf44a5 | [] | no_license | vavavr00m/aion-source | 6caef6738fee6d4898fcb66079ea63da46f5c9c0 | 8ce4c356d860cf54e5f3fe4a799197725acffc3b | refs/heads/master | 2021-01-10T02:08:43.965463 | 2011-08-22T10:47:12 | 2011-08-22T10:47:12 | 50,949,918 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,392 | java | package org.openaion.gameserver.model.gameobjects.stats;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
import org.openaion.gameserver.model.items.ItemSlot;
/**
* @author blakawk
* @author ATracer
*
*/
@XmlType(name = "StatEnum")
@XmlEnum
public enum StatEnum
{
// None = 0,
... | [
"tomulescu@gmail.com"
] | tomulescu@gmail.com |
461d3d549036bfbc0db9da6138aca14bd5f7a611 | 3ef55e152decb43bdd90e3de821ffea1a2ec8f75 | /large/module0224_public/tests/more/src/java/module0224_public_tests_more/a/Foo1.java | 96ade80aae983b967ebd1bdb1484548e68984476 | [
"BSD-3-Clause"
] | permissive | salesforce/bazel-ls-demo-project | 5cc6ef749d65d6626080f3a94239b6a509ef145a | 948ed278f87338edd7e40af68b8690ae4f73ebf0 | refs/heads/master | 2023-06-24T08:06:06.084651 | 2023-03-14T11:54:29 | 2023-03-14T11:54:29 | 241,489,944 | 0 | 5 | BSD-3-Clause | 2023-03-27T11:28:14 | 2020-02-18T23:30:47 | Java | UTF-8 | Java | false | false | 1,596 | java | package module0224_public_tests_more.a;
import java.beans.beancontext.*;
import java.io.*;
import java.rmi.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolor... | [
"gwagenknecht@salesforce.com"
] | gwagenknecht@salesforce.com |
cde26fa570ab4d7efdc5a26ba0b92a452ef228cb | cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b | /apps_final/names.of.allah/apk/com/google/b/a/a/d.java | 584783deb46be519a7b547b4ac95c86bc8e48801 | [] | no_license | linux86/AndoirdSecurity | 3165de73b37f53070cd6b435e180a2cb58d6f672 | 1e72a3c1f7a72ea9cd12048d9874a8651e0aede7 | refs/heads/master | 2021-01-11T01:20:58.986651 | 2016-04-05T17:14:26 | 2016-04-05T17:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.google.b.a.a;
import java.util.ArrayList;
import java.util.List;
public abstract class d
extends h
{
protected List<j> unknownFieldData;
public <T> T getExtension(e<T> parame)
{
return (T)k.a(parame, unknownFieldData);
}
public int getSerializedSize()
{
int i = k.a(unknownField... | [
"i@xuzhao.net"
] | i@xuzhao.net |
38d7309f751c415d3e53aff79d9fc36ffa3b8c73 | f96493e1309016c80758f5a00ab8f5902d288263 | /算法练习/矩阵乘法/MatMulti.java | f69b0766a8f84fe6b3bef514d24392ff7a273828 | [] | no_license | ZengPengW/Study | 54e5e4e38913ebf8c32a7b0c94b08d63ad5caef7 | 1ec8fb03b535f56a16e76fe57f8e4d3acd08a4b4 | refs/heads/master | 2022-12-26T04:28:44.190611 | 2019-09-18T09:41:37 | 2019-09-18T09:41:37 | 153,634,692 | 1 | 0 | null | 2022-12-16T07:14:36 | 2018-10-18T14:10:32 | CSS | UTF-8 | Java | false | false | 889 | java | import java.util.Scanner;
public class MatMulti{
public static void main(String[] args) {
Scanner scan=new Scanner(System.in);
int m=scan.nextInt();
int s=scan.nextInt();
int n=scan.nextInt();
int [][]num1=new int[m][s];
int [][]num2=new int[s][n];
for (int k = 0; k <2; k++) {
if(k==0) {
for (in... | [
"44264584+ZengPengW@users.noreply.github.com"
] | 44264584+ZengPengW@users.noreply.github.com |
ca147608a7570b6aaa8489a04b64f62db369e047 | f68e7dddd8ef362cc967c32be7e7a244cf66b96d | /test/src/main/java/businessFramework/module/hospital/modals/diagnosis/DiagnosisFeatureModal.java | 2e642de7d61f96453ea279e551da580789fc5e49 | [] | no_license | skygbr/N2O_IntellijIDEA_Tests_Regres_Smoke | 6e3fbed09464c4cf0929bd7e630f9e6c1892161a | 985e74067cc220eacf90c5c4876390d1494a1421 | refs/heads/master | 2020-06-28T16:46:42.012449 | 2016-11-23T12:57:43 | 2016-11-23T12:57:43 | 74,489,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package businessFramework.module.hospital.modals.diagnosis;
import businessFramework.module.Values;
import net.framework.autotesting.meta.Container;
import net.framework.autotesting.meta.Page;
public class DiagnosisFeatureModal implements Values
{
private Page page = Page.getInstance();
private DiagnosisHelpe... | [
"bulat.garipov@rtlabs.ru"
] | bulat.garipov@rtlabs.ru |
b19fb12173e2417d66a4f2bf8a11591151d4fbe7 | 9fc6f1d415c8cb341e848863af535dae5b22a48b | /Eclipse_Workspace_Hibernate/hibernate_one_to_one_mapping/src/org/hib/oneToOne/uniDir/WithoutAnno/Student.java | 5a41c82faa85ce6972865892faf9559ab487d79c | [] | no_license | MahanteshAmbali/eclipse_workspaces | f7a063f7dd8c247d610f78f0105f9f632348b187 | 1f6d3a7eb0264b500877a718011bf6b842161fa1 | refs/heads/master | 2020-04-17T04:50:33.167337 | 2019-01-17T15:53:13 | 2019-01-17T15:53:13 | 166,226,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package org.hib.oneToOne.uniDir.WithoutAnno;
public class Student {
private int id;
private String firstName;
private String lastName;
public int getId() {
System.out.println("Get ID()");
return id;
}
public void setId(int id) {
System.out.println("Set ID()");
this.id = id;
}
public String getFirstN... | [
"mahantesh378@gmail.com"
] | mahantesh378@gmail.com |
86746acff20f61743e21cb667bcf5ceed56bc075 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_38097.java | da3f80db952f94c9d9701dee3acb0b0e4c41b570 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | public Q setString(final int index,final String value){
initPrepared();
try {
preparedStatement.setString(index,value);
}
catch ( SQLException sex) {
throwSetParamError(index,sex);
}
return _this();
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
9efa430f2f78e798a9cee01645c3f1b949d8a961 | 9157b00d937ae28305ce0b8362aa172b887da731 | /src/main/java/jenkins/scm/api/SCMHeadMigration.java | 1c436e98608ace8e436a13d04d029a91165db7be | [] | no_license | jenkinsci/scm-api-plugin | d1df50de19d674d0f4e33081a98d3d7027d66f70 | 0b6dbec51b49a7cb95c78ff7728be5ce3d5ff4cf | refs/heads/master | 2023-09-04T02:38:10.749430 | 2023-06-27T19:31:03 | 2023-06-27T19:31:03 | 12,713,417 | 29 | 90 | null | 2023-09-04T01:57:42 | 2013-09-09T21:29:01 | Java | UTF-8 | Java | false | false | 5,957 | java | /*
* The MIT License
*
* Copyright (c) 2017, CloudBees, Inc..
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | [
"stephen.alan.connolly@gmail.com"
] | stephen.alan.connolly@gmail.com |
f951fa1cb4262467f39744830e8d9d97a2d4e385 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201308/VideoPositionType.java | 78db6b4da0b2f9497b5ea058710702fb654f4b6c | [
"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 | 1,301 | 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 VideoPosition.Type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType name="V... | [
"jradcliff@google.com"
] | jradcliff@google.com |
a0e8029a2adb5da0e6178ee9fc270aa293bfdabd | c1824c06548415318edadcca2e0fac3c4bb5c953 | /Xing/Labs/Lab4-Associations-2/src/main/java/BookPublisher/Publisher.java | 6220792df0035f58717e0ac63dd628e73b639225 | [] | no_license | sarojthapa2019/EA | 7b76e290d6f2de11cdeeae8bb32ae4d7783c1e02 | 40653f94aa0edea5a8093a1dc2ecf1b367190857 | refs/heads/master | 2022-12-20T13:23:14.299112 | 2019-12-19T22:42:28 | 2019-12-19T22:42:28 | 218,177,481 | 0 | 0 | null | 2022-12-16T00:35:35 | 2019-10-29T01:21:25 | TSQL | UTF-8 | Java | false | false | 534 | java | package BookPublisher;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import java.util.List;
//@Entity
public class Publisher {
@Id
@GeneratedValue
private int id;
private String name;
Publi... | [
"sarose301@gmail.com"
] | sarose301@gmail.com |
6346fbd91c1e67b7e483f6f506ab523ae4ce346c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_05b64a547385d69621b2901778740ec771a2e9cd/UnifiedSherlockPreferenceActivity/21_05b64a547385d69621b2901778740ec771a2e9cd_UnifiedSherlockPreferenceActivity_s.java | 91f29fa08a4e1389e3fd5899bef650b1ec2acc74 | [] | 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 | 6,720 | java | /*
** Copyright 2012, Joel Pedraza
**
** 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 ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a52ad782f5d921f8d1ac4fec632f58b998029e32 | 8ec864ab948e7c6cecfe5e8a3da0752d44d5f48f | /hal-tooling-link-bindings/src/main/java/com/github/codeframes/hal/tooling/link/bindings/LinkRels.java | a90cc275db62044b71a99c238b0126924f47c13c | [
"Apache-2.0"
] | permissive | codeframes/hal-tooling | 340626c4e2d9fd696610f0f721617f4c4653c3f5 | 8db5ff5ed43424007df389ff4c88e7d520c8047c | refs/heads/master | 2021-01-12T12:07:00.321938 | 2017-01-25T20:11:13 | 2017-01-25T20:11:13 | 72,304,743 | 0 | 0 | null | 2017-01-25T19:56:58 | 2016-10-29T19:20:46 | Java | UTF-8 | Java | false | false | 1,278 | java | /*
* Copyright © 2016 Richard Burrow (https://github.com/codeframes)
*
* 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 req... | [
"none"
] | none |
3b720780f6f59f877da85a549386020a87b23e72 | 97aac7aa73a5fcf5b10cf084dc8622616663e5c6 | /src/main/java/io/github/nucleuspowered/nucleus/modules/jail/commands/CheckJailedCommand.java | 5973848691e2d9191dfcb08c21174a6a425277b2 | [
"MIT"
] | permissive | Dirt-Craft/Nucleus | 5f5ebbcd523ac0712c8e580b63bf472fcfd961ef | 7d140ebf6b100162834df80e947735ad6bc09383 | refs/heads/master | 2021-08-18T09:48:08.191641 | 2021-06-13T10:33:16 | 2021-06-13T10:33:16 | 191,478,397 | 0 | 0 | MIT | 2021-06-13T10:33:31 | 2019-06-12T01:55:13 | Java | UTF-8 | Java | false | false | 3,365 | java | /*
* This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file
* at the root of this project for more details.
*/
package io.github.nucleuspowered.nucleus.modules.jail.commands;
import io.github.nucleuspowered.nucleus.Nucleus;
import io.github.nucleuspowered.nucleus.Util;
import i... | [
"git@drnaylor.co.uk"
] | git@drnaylor.co.uk |
34260ce088cff4e84bff57b7dbc1bdd37f0522a1 | 0214aadd5265a9a280c73e7e5a0950104e9c5ecb | /mynew/news/app/news-web-home/src/main/java/com/foodoon/news/action/admin/assist/CmsFriendlinkAct.java | 9aa55fc30dc556006e582e305e01cf2f117cc4c2 | [] | no_license | foodoon-guda/guda | d78d7375895cc7e0edfa2496d3f2df986cceaf30 | df7fd7eaa50b0d610b050d588455aeb120b85aed | refs/heads/master | 2016-09-05T12:25:23.620070 | 2014-07-28T05:14:00 | 2014-07-28T05:14:00 | 21,302,564 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,990 | java | package com.foodoon.news.action.admin.assist;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Mo... | [
"foodoon@qq.com"
] | foodoon@qq.com |
c371fa9fe5f91e2f689ed115bbaaf487812aa789 | fec2a3f603f6914e67b9ffb47648cd60dac5e692 | /Modeler Specification/src/org/netbeans/modeler/config/document/ModelerDocumentConfig.java | 14d1163030eec80c80c6b08f9f53a9b2299ed6c5 | [
"Apache-2.0"
] | permissive | nureyev/NBModeler | 71b2a1d9b9254ce3e50b544ad08794116bf16920 | 6c555c9f2864e751252db1c7738b8d306a244fbd | refs/heads/master | 2021-01-20T07:28:40.501586 | 2017-07-16T20:18:10 | 2017-07-16T20:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,657 | java | /**
* Copyright [2014] Gaurav Gupta
*
* 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 ... | [
"gaurav.gupta.jc@gmail.com"
] | gaurav.gupta.jc@gmail.com |
97b04602d46d613521410ecc63fe768f3aa3ced8 | c5b2d31cdd897d05447c65c4d1fcbf76af189f2a | /core/src/main/java/com/zero/selenium/core/component/Component.java | 627aca520b6ba96f5fdc13dcf922c3eb31d1805a | [] | no_license | zero88/uit-framework | 58bf2f176479e654cb004abcbfb3d3dcca8b01c4 | 0dc648874d45b646f9f28e13e60660c2683fc3d8 | refs/heads/master | 2021-09-18T10:43:23.863763 | 2017-10-24T09:37:40 | 2017-10-24T09:42:49 | 108,106,516 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.zero.selenium.core.component;
import org.apache.logging.log4j.Logger;
import com.zero.selenium.config.LoggerFactory;
public abstract class Component implements IComponent {
protected Logger log() {
return LoggerFactory.instance().getComponentLog();
}
}
| [
"sontt246@gmail.com"
] | sontt246@gmail.com |
ab9857aff277f6b466765ff0874edca6380395b8 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /JDK8Source/src/main/java/javax/print/attribute/standard/PrinterResolution.java | 555735f3ad2a09908fba973193697c1bb42b9a67 | [] | no_license | lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208763 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | UTF-8 | Java | false | false | 7,368 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.print.attribute.standard;
import javax.print.att... | [
"919515134@qq.com"
] | 919515134@qq.com |
0edbc92673551e1bf2f1863a14fb546ef5f3926b | efa7935f77f5368e655c072b236d598059badcff | /src/com/sammyun/dao/campusviewImg/CampusviewImgDao.java | 7de31494d8c10a933c2ac6b0db6827827b161aa2 | [] | no_license | ma-xu/Library | c1404f4f5e909be3e5b56f9884355e431c40f51b | 766744898745f8fad31766cafae9fd4db0318534 | refs/heads/master | 2022-02-23T13:34:47.439654 | 2016-06-03T11:27:21 | 2016-06-03T11:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package com.sammyun.dao.campusviewImg;
import com.sammyun.Page;
import com.sammyun.Pageable;
import com.sammyun.dao.BaseDao;
import com.sammyun.entity.campusviewImg.CampusviewImg;
import com.sammyun.entity.dict.DictSchool;
/**
* CampusviewImg * Dao - 校园风光表
*
*/
public interface CampusviewImgDao extends BaseDao... | [
"melody@maxudeMacBook-Pro.local"
] | melody@maxudeMacBook-Pro.local |
575056808fbcb8cbce41ac47d64ff1f2b1341b94 | 895ea02e9fbbbddccd2f550769600608a5ce26bf | /CoreGraph/src/au/gov/asd/tac/constellation/graph/construction/PathGraphBuilder.java | 489e2070e81adf612dbba007eada4fd2cc6b759f | [
"Apache-2.0"
] | permissive | sol695510/constellation | 8e26a739a8ae09755f1ff2061206d13566d8b432 | 9ab9e0cc3a0bb673204d74d5b017453a882845a0 | refs/heads/master | 2020-12-19T13:40:11.523350 | 2020-03-16T22:31:41 | 2020-03-16T22:31:41 | 226,787,694 | 1 | 0 | Apache-2.0 | 2019-12-20T00:16:47 | 2019-12-09T04:54:54 | null | UTF-8 | Java | false | false | 2,332 | java | /*
* Copyright 2010-2019 Australian Signals Directorate
*
* 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 appl... | [
"39325530+arcturus2@users.noreply.github.com"
] | 39325530+arcturus2@users.noreply.github.com |
9bde76821bd09781bb48c31c8f4de95eaa6a6d0d | f38335dbbaedfee9ad2c1ca9c9f140fd3747da77 | /book-examples/fpinjava-parent/fpinjava-applications/src/main/java/com/fpinjava/application/xml/version_5/ElementName.java | 0bcb6a1103eb387ccd85f8dd3a85df583f7d862d | [] | no_license | kszatkow/java-func | 641c1bf74318d8fe51a29e5485534dec6e33a024 | aed97a64a7d898c03416cf5af44664f972163b37 | refs/heads/master | 2021-06-03T04:24:59.709727 | 2020-04-26T16:58:17 | 2020-04-26T16:58:17 | 115,801,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.fpinjava.application.xml.version_5;
import com.fpinjava.common.Result;
public class ElementName {
public final Result<String> value;
private ElementName(Result<String> value) {
this.value = value;
}
public static ElementName apply(String value) {
return new ElementName(Result.of(Elemen... | [
"k.d.szatkowski@gmail.com"
] | k.d.szatkowski@gmail.com |
35155770bea71a9088eaa9a57aee7a43fd0c8519 | e3162d976b3a665717b9a75c503281e501ec1b1a | /src/main/java/com/alipay/api/domain/ActivityOrderDTO.java | 19af88228bc8cced69a3b395e9eecf7d665a7476 | [
"Apache-2.0"
] | permissive | sunandy3/alipay-sdk-java-all | 16b14f3729864d74846585796a28d858c40decf8 | 30e6af80cffc0d2392133457925dc5e9ee44cbac | refs/heads/master | 2020-07-30T14:07:34.040692 | 2019-09-20T09:35:20 | 2019-09-20T09:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 活动各阶段订单模型
*
* @author auto create
* @since 1.0, 2019-06-25 19:48:28
*/
public class ActivityOrderDTO... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
1e0d5fa0b6a00b5b981d655670e4e8d1f16869bd | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_c265e4a4a39b8af52bc87ab7c99d414fdc6c14c1/CSharpLocalVariableConvertController/30_c265e4a4a39b8af52bc87ab7c99d414fdc6c14c1_CSharpLocalVariableConvertController_t.java | 6377737fa2a7bdb0583a585456200562831403e7 | [] | 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,752 | java | package husacct.analyse.task.analyser.csharp.convertControllers;
import java.util.ArrayList;
import java.util.List;
import org.antlr.runtime.tree.CommonTree;
import husacct.analyse.task.analyser.csharp.CSharpTreeConvertController;
import husacct.analyse.task.analyser.csharp.generators.CSharpGenerator;
impo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
56de5f1961c0f7b72c1f07a6f613dcf41e3ba335 | 73340dd6cbcd855ddd0294d1bf40f1c173b956ed | /aw-lib-crypto-jce/src/main/java/af/gov/anar/lib/cryptojce/exception/NullDataException.java | 74e176f64dc2b3a88779bb7e15e4dfdf763c128a | [] | no_license | mohbadar/mmo-backoffice | 00f5cc72048f777a121e2b26923024f741b8c7a5 | eb55863762d3cce4a04502ed458813027da6cec9 | refs/heads/master | 2022-11-19T13:58:30.545140 | 2021-02-20T04:36:59 | 2021-02-20T04:36:59 | 222,090,501 | 4 | 2 | null | 2022-11-16T01:21:20 | 2019-11-16T11:38:59 | Java | UTF-8 | Java | false | false | 654 | java |
package af.gov.anar.lib.cryptojce.exception;
import af.gov.anar.lang.infrastructure.exception.common.BaseUncheckedException;
/**
* {@link Exception} to be thrown when data is null
*/
public class NullDataException extends BaseUncheckedException {
/**
* Unique id for serialization
*/
private static final lo... | [
"mohammadbadarhashimi@gmail.com"
] | mohammadbadarhashimi@gmail.com |
9c9217700a7d570ac9259cece527e03933ceb7c2 | 0e49eee4f85024e0857b77bce1e78030beb47b1f | /src/main/java/com/tencentcloudapi/tcb/v20180608/models/StaticStorageInfo.java | f1a9859253629f978693c5d3cd684aca1538ae07 | [
"Apache-2.0"
] | permissive | arbing/tencentcloud-sdk-java | 7b880af16540fac10a785a1bef0d529eec89c525 | c1bdd3f711c92f950ffe15e6506426a8e340a638 | refs/heads/master | 2021-03-31T15:58:36.276205 | 2020-03-18T00:28:16 | 2020-03-18T00:28:16 | 248,117,938 | 1 | 0 | Apache-2.0 | 2020-03-18T02:15:34 | 2020-03-18T02:15:33 | null | UTF-8 | Java | false | false | 5,575 | 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
... | [
"zhiqiangfan@tencent.com"
] | zhiqiangfan@tencent.com |
08f16f6e3ff245431da9bbc6013674e71c771bb9 | 380d1187ac2cebd2a33827790913ff3d8d6be17b | /src/main/java/net/mindview/util/DaemonThreadFactory.java | de4b4e5f87fe4dc70f93d8a974222f29f27d7c9e | [] | no_license | XingxianDeng/ThinkingInJavaSample | eb9340fed48af79c60fdddcc6272c5d2d4d17538 | f3414c706c19020cf348461242956bfdac743c9b | refs/heads/master | 2021-06-22T01:41:04.337907 | 2017-08-30T14:06:43 | 2017-08-30T14:06:43 | 84,512,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package net.mindview.util;
import java.util.concurrent.ThreadFactory;
/**
* @author Dylan
* @version 1.00 6/25/2016 12:27
*/
public class DaemonThreadFactory implements ThreadFactory {
@Override
public Thread newThread(Runnable r) {
Thread t = new Thread(r);
t.setDaemon(true);
retur... | [
"dxx1104@gmail.com"
] | dxx1104@gmail.com |
0039d0a8146126f20b2497ff596de2413b86ea4d | b54cb11a1284d8a34b3929229d273f995515752c | /week1/SearchingEarthquakeDataStarterProgram/LargestQuakes.java | c72f2d39b2e70845790accfe49034a54801ec023 | [] | no_license | amandeep-verma/Duke-Java-Programming-Principles-of-Software-Design | 721c14a9a87d4225b153d3f04ee65c7e1d498588 | 73e94399dd384587a722f1e67093a332b0bb66da | refs/heads/master | 2023-03-10T18:52:05.232333 | 2021-03-01T08:10:16 | 2021-03-01T08:10:16 | 318,790,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,767 | java |
import java.util.*;
import edu.duke.*;
/**
* Write a description of LargestQuakes here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class LargestQuakes {
public void findLargestQuakes()
{
EarthQuakeParser parser = new EarthQuakeParser();
String source = "dat... | [
"39786879+amandeep-verma@users.noreply.github.com"
] | 39786879+amandeep-verma@users.noreply.github.com |
275a9aefa8af551d9ed451d5259991afe171fa40 | 7a3ab322cc9d0b61c14b7cba750fe6ae401d4cd1 | /src/main/org/acre/visualizer/graph/popup/PDMResultToRoleResultEdgePopup.java | b576e4d984d3e3821769fe32cbf3b49416f5d267 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JamesLinus/acre | 8fb28fee2050a90664dbb78cae90911d3762c2dc | 052e5fa211e8b8201acf8c08a295e03cd1fdc836 | refs/heads/master | 2020-05-29T12:19:07.861856 | 2011-01-13T04:26:36 | 2011-01-13T04:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,876 | java | /**
* Copyright 2004-2005 Sun Microsystems, 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 re... | [
"deepak.alur@jackbe.com"
] | deepak.alur@jackbe.com |
e42eaf5eaf1f90c767b230c917ef67f3b33ff2d2 | e34955c68880c2b6202c27eb20fe84505f125d65 | /IF/API/eu.supersede.if.api/src/main/java/eu/supersede/integration/api/dm/types/RequestClassification.java | dee53c0cbe38d8494aeb14d829969c772c99626b | [
"Apache-2.0"
] | permissive | danglotb/integration | d528b503511383c9f7754f6386598bc66fbd35c0 | dd05660c5255255f0bcface191eb46fd2c441737 | refs/heads/master | 2021-08-07T16:58:18.783164 | 2017-06-12T16:26:14 | 2017-06-12T16:26:14 | 109,979,317 | 0 | 0 | null | 2017-11-08T13:27:38 | 2017-11-08T13:27:37 | null | UTF-8 | Java | false | false | 142 | java | package eu.supersede.integration.api.dm.types;
public enum RequestClassification {
FeatureRequest, EnhancementRequest, BugFixRequest;
}
| [
"jesus.gorronogoitia@atos.net"
] | jesus.gorronogoitia@atos.net |
a9c322ff1a25cbb2b4ce12f49e4e7c44d90f0ee4 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.2.jar/classes.jar/com/tencent/component/network/downloader/DownloadReport.java | 477cc41c060b577e92e830a90c098634578ba72c | [] | 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 | 860 | java | package com.tencent.component.network.downloader;
import org.apache.http.HttpResponse;
public final class DownloadReport
{
public int a;
public long a;
public String a;
public Throwable a;
public HttpResponse a;
public int b;
public long b;
public String b;
public int c;
public long... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
c2766988c40b4a53fbe5d5dbc40335e61a8e6784 | bf390e6589e240c6ccc325355cfd0c21fbe9d884 | /2.JavaCore/src/com/javarush/task/task12/task1205/Solution.java | c88c48e97d856bba4fddfdef729bff222e13c7b8 | [] | no_license | vladmeh/jrt | 84878788fbb1f10aa55d320d205f886d1df9e417 | 0272ded03ac8eced7bf901bdfcc503a4eb6da12a | refs/heads/master | 2020-04-05T11:20:15.441176 | 2019-05-22T22:24:56 | 2019-05-22T22:24:56 | 81,300,849 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package com.javarush.task.task12.task1205;
/*
Или «Корова», или «Кит», или «Собака», или «Неизвестное животное»
*/
public class Solution {
public static void main(String[] args) {
System.out.println(getObjectType(new Cow()));
System.out.println(getObjectType(new Dog()));
System.out.printl... | [
"vladmeh@gmail.com"
] | vladmeh@gmail.com |
8240ac6c12278fce6145038ac7329a51c77b56b3 | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/JAVA/EV_GraphicWrapper/src/com/earthview/world/graphic/ParticleEmitterFactory.java | c72e0c6f7995b6bb3c2df8df6ebad79b8a2249d0 | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,086 | java | package com.earthview.world.graphic;
import global.*;
import com.earthview.world.base.*;
import com.earthview.world.util.*;
import com.earthview.world.core.*;
/**
* 抽象类定义了EarthView::World::Graphic::CParticleEmitter子类执行的接口
*/
public class ParticleEmitterFactory extends com.earthview.world.core.AllocatedObject {
s... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
8df87b82be8295bf14844abf83fa5e98a2f13743 | 35e46a270d1de548763c161c0dac554282a33d9d | /CFEC-DevR3/cfec.dto/src/main/java/bo/gob/sin/sre/fac/cfec/dto/fpre/interfaces/ISolicitudRecepcion.java | bdb5224ec8c27e91b470b61d1cc6c15e5c7606b0 | [] | no_license | cruz-victor/ServiciosSOAPyRESTJavaSpringBoot | e817e16c8518b3135a26d7ad7f6b0deb8066fe42 | f04a2b40b118d2d34269c4f954537025b67b3784 | refs/heads/master | 2023-01-07T11:09:30.758600 | 2020-11-15T14:01:08 | 2020-11-15T14:01:08 | 312,744,182 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,777 | java | package bo.gob.sin.sre.fac.cfec.dto.fpre.interfaces;
import java.util.Date;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
@XmlJavaTypeAdapter(SolicitudRecepcionAdapter.class)
public interface ISolicitudRecepcion {
String getCodigoSistema();
Integer getC... | [
"cruz.gomez.victor@gmail.com"
] | cruz.gomez.victor@gmail.com |
4120520eca8312e010c2b5df8372cf1b7728a951 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/google/android/gms/common/server/response/FieldMappingDictionary$FieldMapPair.java | ab28f3174214d226a4ef6708216ee7ffe3ba9323 | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package com.google.android.gms.common.server.response;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import com.google.android.gms.common.server.response.FastJsonResponse.Field;
public class FieldMappingDictionary$FieldMapPair implements SafeParcelable {
public... | [
"707194831@qq.com"
] | 707194831@qq.com |
d7d5925f0ab20c56a4468ff1a09008b3d2f64f69 | 1aff6118783ea477f359803fd64f25fabfa49929 | /Play-with-Algorithms/src/main/java/com/study/min_tree/LazyPrim/PrimMST.java | eb6e77d6ad3b8d6dadc8357ba43dddeb854f6999 | [] | no_license | wyj180/design_pattern | 504b0bcb5e6b764b90c9dcc04c5d0887e8a1b985 | 5151b9e8966831564d498060e4ff4e1dea2cb1bf | refs/heads/master | 2022-12-24T12:24:29.303463 | 2020-05-10T03:12:59 | 2020-05-10T03:12:59 | 204,421,461 | 0 | 0 | null | 2022-12-16T03:06:58 | 2019-08-26T07:33:57 | JavaScript | UTF-8 | Java | false | false | 3,620 | java | package com.study.min_tree.LazyPrim;
import java.util.Vector;
// 使用优化的Prim算法求图的最小生成树
public class PrimMST<Weight extends Number & Comparable> {
private WeightedGraph G; // 图的引用
private IndexMinHeap<Weight> ipq; // 最小索引堆, 算法辅助数据结构
private Edge<Weight>[] edgeTo; // 访问的点所对应的边, 算法辅助数据... | [
"l"
] | l |
6edd78eafbe8e67eedc7582d33364fc78ead58e8 | aa13dbc3a010219eebf70ed0a4863db0ed0e747b | /modules/apex-domains/apex-domains.aadm/src/main/java/com/ericsson/apex/domains/aadm/concepts/IMSIStatus.java | 8a1589562286cb2820bcff53405d899e801f63d2 | [] | no_license | zhniu/apex | 48c61243b2e91932fd6af93e3b9f00c47e1d9eba | ab91898c51f6e45be8a4abaefef9747472e22a8e | refs/heads/master | 2020-03-07T14:05:02.605568 | 2018-03-26T18:03:03 | 2018-03-26T18:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,432 | java | /*******************************************************************************
* COPYRIGHT (C) Ericsson 2016-2018
*
* The copyright to the computer program(s) herein is the property of
* Ericsson Inc. The programs may be used and/or copied only with written
* permission from Ericsson Inc. or in accordance with ... | [
"liam.fallon@ericsson.com"
] | liam.fallon@ericsson.com |
967575b20f2c5ed3509416241f197f08a48893b5 | dbfe40b6b87124fcb1a89906a2fe6518eda8665e | /eMayorRepresentationLayer/src/org/apache/commons/validator/ValidatorUtil.java | ea603f42be230dd9fe55fea3b4730657a5bda568 | [] | no_license | BackupTheBerlios/emayor | 1fc04a0411908b6c189b5dfaa1e11f9d25c37884 | daa5627cbf1461323fef5771c23bb16c66ad02aa | refs/heads/master | 2016-09-06T19:26:16.110107 | 2006-05-04T07:27:38 | 2006-05-04T07:27:38 | 40,069,904 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,223 | java | /*
* $Header: /home/xubuntu/berlios_backup/github/tmp-cvs/emayor/Repository/eMayorRepresentationLayer/src/org/apache/commons/validator/ValidatorUtil.java,v 1.1 2006/02/01 15:32:58 emayor Exp $
* $Revision: 1.1 $
* $Date: 2006/02/01 15:32:58 $
*
* ====================================================================... | [
"emayor"
] | emayor |
9e9daf720e41e4b809261b52152ad7468c0e0f25 | 784f18fad4a05aa8135f8470792cb4c5f9e4d758 | /src/main/java/com/xinbo/fundstransfer/report/streamalarm/classify/ActionStreamAlarmDisposed.java | 48e59c31fe02e2d3976437b1d054fdd3a6da7dc8 | [] | no_license | daMaoCoding/project1 | b73fdd1d1b43653923645df025c611617886a8a9 | 0592de7014a581cc2f64ccad8825f26b21dbcb6f | refs/heads/master | 2020-08-03T15:13:51.622527 | 2019-09-30T07:33:03 | 2019-09-30T07:33:03 | 211,796,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package com.xinbo.fundstransfer.report.streamalarm.classify;
import com.xinbo.fundstransfer.domain.pojo.AccountBaseInfo;
import com.xinbo.fundstransfer.report.streamalarm.ActionStreamAlarm;
import com.xinbo.fundstransfer.report.streamalarm.StreamAlarmAnnotation;
import com.xinbo.fundstransfer.report.streamalarm.Stream... | [
"chowleo0606@gmail.com"
] | chowleo0606@gmail.com |
b264777fd30d74a3d1d3d7bcff5588ca1038d08c | 23f4d78623458d375cf23b7017c142dd45c32481 | /Core/orient-collab/src/com/orient/collab/business/projectCore/cmd/concrete/GetAllSubPlansCmd.java | 55a3b257a41edab81be97a9487bb446c02e7ccdb | [] | no_license | lcr863254361/weibao_qd | 4e2165efec704b81e1c0f57b319e24be0a1e4a54 | 6d12c52235b409708ff920111db3e6e157a712a6 | refs/heads/master | 2023-04-03T00:37:18.947986 | 2021-04-11T15:12:45 | 2021-04-11T15:12:45 | 356,436,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,153 | java | package com.orient.collab.business.projectCore.cmd.concrete;
import com.orient.businessmodel.Util.EnumInter;
import com.orient.businessmodel.service.impl.CustomerFilter;
import com.orient.collab.business.projectCore.cmd.Command;
import com.orient.collab.model.Plan;
import com.orient.collab.model.Project;
import com.or... | [
"lcr18015367626"
] | lcr18015367626 |
0a1850a10c86bfeab78668ce5e0992fecec1abe7 | 8e3e49695a7f3a8222eb516a9b3dab3de0d59385 | /app/src/main/java/customer/tcrj/com/djproject/adpater/xxkcAdapter.java | 05e46b68afb0ad50ebfd16ebf045b035165d013f | [] | no_license | atMen/DJproject | 4b8dad17962256e0ccd2a734cb9b8021467f3031 | 015dade760342fc9e267559230569eed2dc95c27 | refs/heads/master | 2020-03-21T14:36:44.655529 | 2018-12-28T06:39:22 | 2018-12-28T06:39:22 | 138,665,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,401 | java | package customer.tcrj.com.djproject.adpater;
import android.content.Context;
import android.graphics.Color;
import android.support.annotation.Nullable;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.chad.library.adapter.base.BaseQu... | [
"377044412@qq.com"
] | 377044412@qq.com |
31c06de74f853c09ec5759b6eae6eed32401d6b2 | 6b60f469e7477fd2e9a21c9e393ccd4da37b685f | /jOOQ-examples/jOOQ-testcontainers-flyway-example/src/main/java/org/jooq/example/testcontainersflyway/db/tables/records/PaymentP2007_04Record.java | 43576fd90bece9c3ec7ab1901a0af05251424d17 | [
"Apache-2.0"
] | permissive | JohnMaybe/jOOQ | 01df08530cf6cba990ef5d0572bfe453a2160c9f | 2178a3cb8fd16840534172315d3e14140e9fb919 | refs/heads/master | 2023-08-01T14:39:09.592734 | 2023-07-10T10:00:59 | 2023-07-10T10:00:59 | 48,222,525 | 0 | 0 | null | 2015-12-18T08:05:10 | 2015-12-18T08:05:09 | null | UTF-8 | Java | false | true | 6,650 | java | /*
* This file is generated by jOOQ.
*/
package org.jooq.example.testcontainersflyway.db.tables.records;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import org.jooq.Field;
import org.jooq.Record6;
import org.jooq.Row6;
import org.jooq.example.testcontainersflyway.db.tables.PaymentP2007_04;
import ... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
82296b7bd488d9c3b64904fc0bd49e989c9d0bee | 4694d36492acad39b6464d153e4d3d3ad47c5c57 | /adcom/adbnsptnr.server/src/main/java/org/adorsys/adbnsptnr/jpa/BpPtnrAccntBlnce.java | 9e14abf3e34ae119ac3917aa675e34f7428efaf0 | [
"Apache-2.0"
] | permissive | francis-pouatcha/adcom | 36ac7ff33eabb351be78b5555c61498b7bc3de6f | 0e3ea1ce6c2045d31c7003fc87dbda533c09c767 | refs/heads/master | 2021-03-27T20:31:45.315016 | 2015-06-29T09:32:06 | 2015-06-29T09:32:06 | 28,821,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | package org.adorsys.adbnsptnr.jpa;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.valida... | [
"francis.pouatcha@adorsys.com"
] | francis.pouatcha@adorsys.com |
c43c48963a30b1206ac39b9e9d4765389e1b5155 | 5a57d6b485659ed310a86ca68284114f62fcedcc | /oraclework/src/oracle/Course.java | d37a6b7cee49611794689f586055bb69bca9e3cf | [] | no_license | xiaoli130/sshproject | fbd00eeb058b169d02f5ce1e501a0f90eb9e8d5d | 9a26f458a1f1034eab3ae69c0289e61339d662ef | refs/heads/master | 2020-07-02T17:57:48.509280 | 2019-08-12T09:03:55 | 2019-08-12T09:03:55 | 201,613,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package oracle;
public class Course {
private String cno;
private String cname;
public String getCno() {
return cno;
}
public void setCno(String cno) {
this.cno = cno;
}
public String getCname() {
return cname;
}
public void setCname(String cname) {
this.cname = cname;
}
}
| [
"goodMorning_glb@atguigu.com"
] | goodMorning_glb@atguigu.com |
c6300c327591999a5fc6a5bce4117653211b259b | 22e6bf275fdf02a7ff2046e7c37282dde85bb43e | /core/src/main/java/juzu/impl/router/MalformedRouteException.java | 36149cc2c7c0d12592336c125cde75549613601a | [] | no_license | ybz216/juzu | 05206904eb7099abaa5a477224e4dcb4de9ed4c2 | 37612ff8b031ec55523fa4654546ab4c2536fc2c | refs/heads/master | 2022-05-11T10:50:40.699471 | 2020-01-14T14:18:50 | 2020-01-29T18:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | /*
* Copyright 2013 eXo Platform SAS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"julien@julienviet.com"
] | julien@julienviet.com |
d496508d3793ea30c3b05b5f9bd30ebe8a4190a0 | a08f0c2e3e492c364f035d3b3b5fc4c29611e7c9 | /testing-application-from-scatch/spring-testing/src/test/java/com/controller/WebMockTest.java | ad565386bdde387c9f5a279c9af9875cfd4fa165 | [] | no_license | chamanbharti/java-works | 9832eb8ba6a81c88250fa81a71fa9db728993cd3 | aec6b503bde515dc174b23404c936635a7f59add | refs/heads/master | 2023-04-26T16:49:48.915313 | 2021-05-31T12:44:50 | 2021-05-31T12:44:50 | 328,213,982 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,428 | java | package com.controller;
// https://spring.io/guides/gs/testing-web/
// https://docs.spring.io/spring-framework/docs/current/reference/html/testing.html#testing-introduction
// https://www.baeldung.com/spring-boot-testing
import static org.hamcrest.CoreMatchers.containsString;
import static org.mockito.Mockito.when;
imp... | [
"chaman.bharti84@gmail.com"
] | chaman.bharti84@gmail.com |
a00cde523f33972b5313c61c5520ace8a14c146a | 233994b4ad1aff4fc1c1734bffd2bf628b420a56 | /src/net/sourceforge/plantuml/posimo/Clusterable.java | cba8d05e97ef766722d54b74a1ec9b4acd0967a7 | [] | no_license | dashersw/plantuml | 76e3ac9a060ed63176636e75fb90b52ba77b3ee7 | 131cb71d6cd37de288463c6231228717f8f9bf15 | refs/heads/master | 2020-03-26T17:14:01.069156 | 2012-07-11T13:30:04 | 2012-07-11T13:30:04 | 2,986,490 | 6 | 3 | null | 2012-07-11T13:30:05 | 2011-12-15T09:18:48 | Java | UTF-8 | Java | false | false | 1,415 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part... | [
"arnaud_roques@28b6c6c1-be0e-40f3-8fed-77912e9d39c1"
] | arnaud_roques@28b6c6c1-be0e-40f3-8fed-77912e9d39c1 |
bcd50c45196987c4fb6e1bab93ceafeaa6ea11d8 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2015/8/CacheRemoveInvalidationListenerMessageTask.java | fd7f48679d154d80a4f07552d9780031b81d656b | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 2,619 | java | /*
* Copyright (c) 2008-2015, Hazelcast, 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 ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
bf52c7d686adbab52671838ea8c7149045f446f3 | 06d0ad5a2b66442fc5caba9d2212c4c9be83470b | /lib/src/main/java/com/sd/lib/eos/rpc/utils/Utils.java | d5ab1709c2305a0a603d62755f929c22ba6d739a | [] | no_license | zj565061763/eosrpc | 22bae0bbcdb54d1325dd52d22fd82bdc5cec07ad | 0685d507d1c71597c238cf0cd629033ab3437826 | refs/heads/master | 2021-07-19T18:55:12.609802 | 2019-01-31T06:55:41 | 2019-01-31T06:55:41 | 153,609,138 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package com.sd.lib.eos.rpc.utils;
public class Utils
{
public static boolean isEmpty(String content)
{
return content == null || content.length() == 0;
}
public static String checkEmpty(String content, String exception)
{
if (isEmpty(content))
throw new NullPointerExcep... | [
"565061763@qq.com"
] | 565061763@qq.com |
22c74d9153cb0c494618c8775fa907b4434d4584 | 1b48aab9eaa4d402130e0f79dde61d539d786358 | /project/src/main/java/io/swagger/model/ChannelRef.java | 8989ba6a4e82ef9469b7ec0b10a7e90676da11ba | [] | no_license | galuropek/pvt_jd2 | 23281fbf7b28707004401033bc7c6df147436a45 | 93e86896f9ddc5afb12153efd49403556115097d | refs/heads/master | 2020-04-07T23:55:23.171537 | 2019-02-11T20:09:42 | 2019-02-11T20:09:42 | 158,830,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | java | package io.swagger.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.springframework.validation.annotation.Validated;
import javax... | [
"galuropek@gmail.com"
] | galuropek@gmail.com |
35ae8202e66fdae228e499ef883f62c9d4e50e7d | 8bdda30bbcea1990fb56c2a083ca2a5693ca9b13 | /sources/com/google/android/gms/drive/metadata/zzd.java | 6feb222c424fb51c4e67d3369480d868c35ed544 | [] | no_license | yusato0378/aa | b14e247470efaf28efcc847433eff4aeb7790be6 | ffc764c33c6f423d8dd6b1837446583d96a67e05 | refs/heads/master | 2021-01-10T01:10:49.084058 | 2016-01-09T12:02:01 | 2016-01-09T12:02:01 | 49,321,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
package com.google.android.gms.drive.metadata;
// Referenced classes of package com.google.android.gms.drive.metadata:
// zza
public abstract class zzd ext... | [
"yu0378@gmail.com"
] | yu0378@gmail.com |
d0ba59558cb13e900eff24af4df2d8a514a6b98c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project86/src/test/java/org/gradle/test/performance86_4/Test86_357.java | caeec43f325869e59bee1244e78e6e33e37dcc11 | [] | 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 | 292 | java | package org.gradle.test.performance86_4;
import static org.junit.Assert.*;
public class Test86_357 {
private final Production86_357 production = new Production86_357("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
7209af5e9b89d5873238d9ffebf4fa97ac2ddfc7 | 67f314a632932b5fc1b0ffe89ff4c5fbef655363 | /src/com/hangout/api/DateDeserializer.java | c5c226d6686b3b69df35109ed3bf9c3975feef27 | [] | no_license | snooplsm/hangout | dd1fa225f58677bfc1f7b030234573b72bacdad2 | 5d5f330aa9f2dc901c11e838fd34d756ba5d192a | refs/heads/master | 2021-01-06T20:37:53.708587 | 2011-04-06T13:51:41 | 2011-04-06T13:51:41 | 1,525,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com.hangout.api;
import java.io.IOException;
import java.util.Date;
import org.codehaus.jackson.JsonParser;
import org.codehaus.jackson.JsonProcessingException;
import org.codehaus.jackson.map.DeserializationContext;
import org.codehaus.jackson.map.JsonDeserializer;
public class DateDeserializer extends Json... | [
"="
] | = |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.