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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18f61bdb9d1e5bd8c57503b69c81478288bfd520 | 5b32059a1ff9e8a8dedc311bc68bba5f5375c381 | /src/travel_20190406/order/domain/Order.java | c77de46056bf50680f589f73dc5a32c0a34421e1 | [] | no_license | morristech/Travel | 7c24b053473f75b9cbbdb373edf4f75440d95d61 | 1164fb93fbd840daf6347eb57726b1cda09c7ab9 | refs/heads/master | 2020-07-20T13:33:00.429622 | 2019-04-14T22:43:11 | 2019-04-14T22:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | 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 travel_20190406.order.domain;
import travel_20190406.common.business.domain.BaseDomain;
import travel_20190406.country.domain.... | [
"morozov_spmt@mail.ru"
] | morozov_spmt@mail.ru |
4ad9ebfe0171d0ab1f656a9e188224e1710c4d32 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/android/java/src/org/chromium/chrome/browser/crash/PureJavaExceptionHandler.java | 75f710df37700f63d1ce02a42ed063c11e9b9151 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | Java | false | false | 2,088 | java | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.crash;
import org.chromium.base.annotations.CalledByNative;
import org.chromium.base.annotations.MainDex;
import org.... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
99a933e10fd882108f0a70e63c1b46885f69ff9a | 40bea3a6520a5780cae127c12940872e61070305 | /src/com/enigma/oop/Circle.java | 897c5513307e05efae1205fd41cfbf14b92a3a76 | [] | no_license | adil819/BelajarOOPJava | 67f2dd0abfe67d9504ede43da63bfa6acfcac07a | 488ae89f2d65801f7cd460a2ab5ba2cc606ebffc | refs/heads/main | 2023-07-18T07:32:53.785124 | 2021-09-07T05:49:52 | 2021-09-07T05:49:52 | 403,855,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package com.enigma.oop;
import com.enigma.oop.constant.Constant;
public class Circle extends Shape{
private Double radius;
public Circle(Double radius) {
this.radius = radius;
}
@Override
public Double getArea() {
return Constant.PHI + Math.pow(this.radius, 2);
}
@Over... | [
"="
] | = |
4eda84e5d682d751974469168e23aa6c6b0fe11f | b37726900ee16a5b72a6cd7b2a2d72814fffe924 | /src/main/java/vn/com/vndirect/domain/IfoStockExchangeViewId.java | 9713b69b116e25c61b589c9fa5b01f1828f3862d | [] | no_license | UnsungHero0/portal | 6b9cfd7271f2b1d587a6f311de49c67e8dd8ff9f | 32325d3e1732d900ee3f874c55890afc8f347700 | refs/heads/master | 2021-01-20T06:18:01.548033 | 2014-11-12T10:27:43 | 2014-11-12T10:27:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,193 | java | package vn.com.vndirect.domain;
@SuppressWarnings("serial")
public class IfoStockExchangeViewId extends BaseBean implements java.io.Serializable {
// Fields
private String symbol;
private String exchangeCode;
private String exchangeName;
// Constructors
/** default constructor */
public IfoStockExchangeViewI... | [
"minh.nguyen@vndirect.com.vn"
] | minh.nguyen@vndirect.com.vn |
23aba7651936c93f571a7d4a8a61303db54145bd | f6d940ecc5f0e1b844a5727abc90170761ccec18 | /src/test/java/me/khmoon/demojpa3/post/PostRepositoryTest.java | 6facd7c107024f008e5e60b642ea070c5ef5bd8b | [] | no_license | mgh3326/demo-jpa3 | e812b472fc7c2320402b0cc2b46fb820324608b7 | 4a2c4b686b18310df9e47b3a79498763c416a3e7 | refs/heads/master | 2022-07-06T01:41:24.646603 | 2019-07-23T05:10:40 | 2019-07-23T05:10:40 | 198,185,286 | 0 | 0 | null | 2019-11-30T06:39:39 | 2019-07-22T08:56:19 | Java | UTF-8 | Java | false | false | 1,147 | java | package me.khmoon.demojpa3.post;
import me.khmoon.demojpa3.post.Post;
import me.khmoon.demojpa3.post.PostPublishedEvent;
import me.khmoon.demojpa3.post.PostRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.... | [
"mgh3326@naver.com"
] | mgh3326@naver.com |
dfacb9ff18df92294580782eeb07b224cadb1a64 | 6d1f8f90cfbe9cbf0a109e2325ca3f9656e35ba1 | /src/com/xiaolianhust/leetcode/easy/BinaryTreeLevelOrderTraversalII.java | 63b8568dce0e0c7f2b616352c1b792b6601aa0f4 | [] | no_license | hustxiaolian/LeetCodeSulotion | a29841e01952e25f11dc98869cbf6d026b9f131a | 1179c45dc963107406e28050d574356a82762aaa | refs/heads/master | 2021-07-15T07:27:59.138624 | 2018-12-11T07:01:56 | 2018-12-11T07:01:56 | 129,014,664 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,691 | java | package com.xiaolianhust.leetcode.easy;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import com.xiaolianhust.leetcode.medium.UniqueBinarySearchTreesII.TreeNode;
public class BinaryTreeLevelOrderTraversalII {
public static void main(String[] args) {
// TODO Auto-generat... | [
"2504033134@qq.com"
] | 2504033134@qq.com |
2ea2e7a8f7200b4512fa7662dc2ff879b04d5ed7 | 342e571310f8019a4fa8117b08897b9fb5736030 | /src/main/java/com/firedata/qtacker/repository/MakerRepository.java | fd9d663e7d3998cb1ac141ef39bd3e9029d8681b | [] | no_license | Marko-Mijovic/qtacker-application | 383ae9e2bd6c6d92d2555c8b79bdfca9d801851b | 3f97152f208cb3347142b2bbc207c498469b6c6c | refs/heads/master | 2022-04-14T04:03:28.834874 | 2020-04-15T00:32:04 | 2020-04-15T00:32:04 | 255,757,303 | 0 | 0 | null | 2020-04-15T00:32:42 | 2020-04-15T00:04:04 | Java | UTF-8 | Java | false | false | 355 | java | package com.firedata.qtacker.repository;
import com.firedata.qtacker.domain.Maker;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the Maker entity.
*/
@SuppressWarnings("unused")
@Repository
public interface MakerRepository exte... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
d13e7e6dc8c745d43098c2590e977cd939f42bb9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_0f4fe1c7c6f5c3733924d8f080c2451e41cc974c/ComponentRequestRouterFilter/18_0f4fe1c7c6f5c3733924d8f080c2451e41cc974c_ComponentRequestRouterFilter_t.java | 12340ad39792b16c102f66040a0a2bb9249635ab | [] | 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,576 | java | /**
* Copyright (C) 2000 - 2011 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
*... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d595c5821167b6b48854308aef89fcf6d436ede2 | 2c319d505e8f6a21708be831e9b5426aaa86d61e | /web/security/src/main/java/leap/web/security/cookie/SecurityCookieBean.java | 063f3170ca8dca1d712579dc5d77e7a16ab3063c | [
"Apache-2.0"
] | permissive | leapframework/framework | ed0584a1468288b3a6af83c1923fad2fd228a952 | 0703acbc0e246519ee50aa9957f68d931fab10c5 | refs/heads/dev | 2023-08-17T02:14:02.236354 | 2023-08-01T09:39:07 | 2023-08-01T09:39:07 | 48,562,236 | 47 | 23 | Apache-2.0 | 2022-12-14T20:36:57 | 2015-12-25T01:54:52 | Java | UTF-8 | Java | false | false | 1,400 | java | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"live.evan@gmail.com"
] | live.evan@gmail.com |
09d91b8851e3ff8ba237783f672f52c816fdc8f1 | 9186be97ad0e7856636df4660e00b9a36ceeeb9a | /src/main/java/net/foxdenstudio/sponge/foxguard/plugin/flag/Flag.java | 4bb80c19bc2a7b9f9a29cf6743a113e19707faa1 | [
"MIT"
] | permissive | gitter-badger/FoxGuard | a66e8cd5a7f3eda06d7fdd19eae6bce8c2810e53 | 8c4f5b62464073a689a48114e3bfd16910b61bfb | refs/heads/master | 2021-01-21T08:33:16.758402 | 2016-07-18T12:44:15 | 2016-07-18T12:44:15 | 63,922,902 | 0 | 0 | null | 2016-07-22T04:12:10 | 2016-07-22T04:12:10 | null | UTF-8 | Java | false | false | 1,835 | java | /*
* This file is part of FoxGuard, licensed under the MIT License (MIT).
*
* Copyright (c) gravityfox - https://gravityfox.net/
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to... | [
"gravityreallyhatesme@gmail.com"
] | gravityreallyhatesme@gmail.com |
ca3cddf07ec3c49f05b2ee9d191cc2430722e969 | de3eb812d5d91cbc5b81e852fc32e25e8dcca05f | /branches/crux/4.1.0/OLD_CruxSite/src/org/cruxframework/cruxsite/client/resource/small/CssCruxSiteSmall.java | 12436a2ac063dae1e90aa88538d69a8ad78032d6 | [] | no_license | svn2github/crux-framework | 7dd52a951587d4635112987301c88db23325c427 | 58bcb4821752b405a209cfc21fb83e3bf528727b | refs/heads/master | 2016-09-06T13:33:41.975737 | 2015-01-22T08:03:25 | 2015-01-22T08:03:25 | 13,135,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,829 | java | /*
* Copyright 2013 cruxframework.org.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"thiago@cruxframework.org@a5d2bbaa-053c-11de-b17c-0f1ef23b492c"
] | thiago@cruxframework.org@a5d2bbaa-053c-11de-b17c-0f1ef23b492c |
237c53ae90a158a3beec925f8ba71cadd29d25ec | d7462ec35d59ed68f306b291bd8e505ff1d65946 | /service/template/src/main/java/com/alibaba/citrus/service/template/impl/TemplateSearchingStrategy.java | 0b826e4a902d8c4bc1893150ab3775393da0307a | [] | no_license | ixijiass/citrus | e6d10761697392fa51c8a14d4c9f133f0a013265 | 53426f1d73cc86c44457d43fb8cbe354ecb001fd | refs/heads/master | 2023-05-23T13:06:12.253428 | 2021-06-15T13:05:59 | 2021-06-15T13:05:59 | 368,477,372 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,222 | java | /*
* Copyright 2010 Alibaba Group Holding Limited.
* 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
*... | [
"isheng19982qrr@126.com"
] | isheng19982qrr@126.com |
51763fffc90a24f38620d5080ffffd5bc41f4470 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_67530fe10a5b83da3780b23d977b809bf82221fb/BlockRedNetLogic/23_67530fe10a5b83da3780b23d977b809bf82221fb_BlockRedNetLogic_t.java | 9ff762dbc0294cc998f6881d73d60dd8c298724c | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,007 | java | package powercrystals.minefactoryreloaded.block;
import java.util.ArrayList;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.player.EntityP... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1b682d5cdc4c765b73b8cd83b8796efc671eb96f | 146ab29e1d12a238c01019bb0c331790d97ecde7 | /src/main/java/com/mashibing/controller/base/TblDbbackupController.java | 42af3779ff870dd9721c32a2f6eb395f63f7dc8f | [] | no_license | DT0352/family_service | 9d4477af02e934614bc710b1f3f54bed1fe5856b | 50dc5801dd74c0030f80f0c9a0588106174d0d40 | refs/heads/master | 2023-02-16T14:31:22.413132 | 2021-01-09T07:37:47 | 2021-01-09T07:37:47 | 328,101,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.mashibing.controller.base;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 数据库备份 前端控制器
* </p>
*
* @author lian
* @since 2021-01-09
*/
@Controller
@RequestMapping("/tblDbbackup")
public class TblDbbackupController {
}
| [
"18535222330fzd@gmail.com"
] | 18535222330fzd@gmail.com |
726755b9dd19c72ecc1ec46efc5b3d471970bcb6 | 04ac638cc2851e216b6edd6578df19ae599f156c | /results/Nopol-Test-Runing-Result/math/57/193/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint_ESTest.java | 6f4e9620e2d7c5884c48d978f8c1fcdebb0cf25c | [] | no_license | tdurieux/test4repair-experiments | 9f719d72de7d67b53b7e7936b21763dbd2dc48d0 | c90e85a1c3759b4c40f0e8f7468bd8213c729674 | refs/heads/master | 2021-01-25T05:10:07.540557 | 2017-06-06T12:25:20 | 2017-06-06T12:25:20 | 93,516,208 | 0 | 0 | null | 2017-06-06T12:32:05 | 2017-06-06T12:32:05 | null | UTF-8 | Java | false | false | 8,067 | java | package org.apache.commons.math.stat.clustering;
public class EuclideanIntegerPoint_ESTest extends org.apache.commons.math.stat.clustering.EuclideanIntegerPoint_ESTest_scaffolding {
@org.junit.Test(timeout = 4000)
public void test00() throws java.lang.Throwable {
int[] intArray0 = new int[9];
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
406703fde2d9f258ab761adbe5b921eade4b704a | fa9772cbce46cf1f0a193238427ceef0f3cf0142 | /src/table/model/MediaTableModel.java | 1fbd9a3d94e1527dac80f4ee2543304f10d9b69b | [] | no_license | robgura/PictureOrganizer | 226cae32ff6ce04450b575da8f5f7df6dc91102f | 4f13bc889a2bf151b590f361c83b28805b1f8dfb | refs/heads/master | 2022-06-24T15:42:18.883154 | 2013-01-24T04:42:19 | 2013-01-24T04:42:19 | 261,894,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,083 | java | package table.model;
import java.io.File;
import java.util.ArrayList;
import java.util.Calendar;
import javax.swing.ImageIcon;
import javax.swing.table.AbstractTableModel;
import cameragroup.model.GroupData;
@SuppressWarnings("serial")
public class MediaTableModel extends AbstractTableModel
{
public st... | [
"devnull@localhost"
] | devnull@localhost |
e669f6e7dafe8ed3ca1a4b3d3d89fad71b6645e7 | 2e18dcce491989de3d765b67b9940c7debbe866b | /catalogo-jee14-java/src/main/java/com/valhala/jee14/catalogo/patterns/factory/Factory.java | bb676b47af5ddc1a60124b1299cfe99646a40eaa | [] | no_license | BrunoLV/catalogo-jee14 | 6fe6e33a9349d2c2c08ecf97be5603c82e4c10d6 | 5ede8a8351a707daf2e331697271553d9dcf376d | refs/heads/master | 2021-01-01T16:19:32.053924 | 2015-01-04T18:10:28 | 2015-01-04T18:14:03 | 28,726,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.valhala.jee14.catalogo.patterns.factory;
import com.valhala.jee14.catalogo.patterns.factory.exception.FactoryException;
public interface Factory {
Object obterObjeto() throws FactoryException;
Object obterObjeto(final int opcaoDao) throws FactoryException;
}
| [
"brunolviana22@hotmail.com"
] | brunolviana22@hotmail.com |
8f5d3a08bf57591da47dadd3cf253ff61b3a6ca7 | c278b2e06e98b0b99ca7350cfc12d2e535db1841 | /account/account-api/src/main/java/com/yl/account/api/bean/response/AccountQueryResponse.java | 78de4ae311c3297e40bf875b99b3e752640535c7 | [] | 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 | 947 | java | /**
*
*/
package com.yl.account.api.bean.response;
import java.util.List;
import com.lefu.commons.utils.Page;
import com.yl.account.api.bean.AccountBean;
import com.yl.account.api.bean.BussinessResponse;
/**
* 账户信息查询响应
*
* @author 聚合支付有限公司
* @since 2016年5月22日
* @version V1.0.0
*/
public class AccountQueryR... | [
"zl88888@live.com"
] | zl88888@live.com |
d8e038e6cb6e2241043dc0789f63a24ca41cb5bc | ff1fa232add9298921cba67377bdb06ed64544b6 | /chapter-07-other-web-frameworks/coursemanager-gwt/src/main/java/org/rooinaction/coursemanager/web/gwt/requests/RegistrationRequest.java | e1974defd2b2979ac2bcd273c166b2d1f5f62300 | [] | no_license | tsuji/spring-roo-in-action-examples | a60f1b74997101635caffdd9d19c351d5d0af079 | a2dd5af5cdd0a6ae1817bf896c7a3dffc38f954a | refs/heads/master | 2021-01-18T08:21:55.457227 | 2013-01-30T18:26:41 | 2013-01-30T18:26:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | // WARNING: THIS FILE IS MANAGED BY SPRING ROO.
package org.rooinaction.coursemanager.web.gwt.requests;
import com.google.web.bindery.requestfactory.shared.InstanceRequest;
import com.google.web.bindery.requestfactory.shared.Request;
import com.google.web.bindery.requestfactory.shared.RequestContext;
import com.googl... | [
"krimple@chariotsolutions.com"
] | krimple@chariotsolutions.com |
c2c67da366becf64a42fe20f635b5694595fe917 | 3ccc3cedfd71942692b66b189e21079f93e4fe4c | /AL-Game/src/com/aionemu/gameserver/dataholders/ConquestPortalData.java | 8dd6995dfe0d33ba2fdfc9030f7ba91eae61adf2 | [] | no_license | Ritchiee/Aion-Lightning-5.0-SRC | 5a4d4ce0bb5c88c05d05c9eb1132409e0dcf1c50 | 6a2f3f6e75572d05f299661373a5a34502f192ab | refs/heads/master | 2020-03-10T03:44:00.991145 | 2018-02-27T17:20:53 | 2018-02-27T17:20:53 | 129,173,070 | 1 | 0 | null | 2018-04-12T01:06:26 | 2018-04-12T01:06:26 | null | UTF-8 | Java | false | false | 1,623 | java | /**
c * This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ve... | [
"michelgorter@outlook.com"
] | michelgorter@outlook.com |
1fe137ce1dc519a6003edf9594e299f9c614b492 | 801ea23bf1e788dee7047584c5c26d99a4d0b2e3 | /com/planet_ink/coffee_mud/Libraries/layouts/AbstractLayout.java | be8132b6ee69c1a67996eab136c61a610672975f | [
"Apache-2.0"
] | permissive | Tearstar/CoffeeMud | 61136965ccda651ff50d416b6c6af7e9a89f5784 | bb1687575f7166fb8418684c45f431411497cef9 | refs/heads/master | 2021-01-17T20:23:57.161495 | 2014-10-18T08:03:37 | 2014-10-18T08:03:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package com.planet_ink.coffee_mud.Libraries.layouts;
import java.util.*;
import com.planet_ink.coffee_mud.core.CMStrings;
import com.planet_ink.coffee_mud.Libraries.interfaces.*;
import com.planet_ink.coffee_mud.Libraries.interfaces.AreaGenerationLibrary.LayoutNode;
import com.planet_ink.coffee_mud.Libraries.int... | [
"bo@zimmers.net"
] | bo@zimmers.net |
a0ab78d91e7a3ee4edaf067514ed86680aee5551 | 72300177cbf06804b025b363d08770abe2e8f8b7 | /src/main/java/me/earth/phobos/mixin/mixins/MixinEntityPlayerSP.java | 4a945c30316f855397d5cb10aee2a05e9c0620ff | [] | no_license | IceCruelStuff/Phobos-1.9.0-BUILDABLE-SRC | b1f0e5dd8e12d681d3496b556ded70575bc6a331 | cabebefe13a9ca747288a0abc1aaa9ff3c49a3fd | refs/heads/main | 2023-03-24T18:43:55.223380 | 2021-03-21T02:05:21 | 2021-03-21T02:05:21 | 349,879,386 | 1 | 0 | null | 2021-03-21T02:06:44 | 2021-03-21T02:05:00 | Java | UTF-8 | Java | false | false | 5,617 | java |
package me.earth.phobos.mixin.mixins;
import me.earth.phobos.Phobos;
import me.earth.phobos.event.events.ChatEvent;
import me.earth.phobos.event.events.MoveEvent;
import me.earth.phobos.event.events.PushEvent;
import me.earth.phobos.event.events.UpdateWalkingPlayerEvent;
import me.earth.phobos.features.modules.misc.B... | [
"hqrion@gmail.com"
] | hqrion@gmail.com |
c485471d9ab2ebf3fb09f62ce297e2eeda58bc8f | 5b8f0cbd2076b07481bd62f26f5916d09a050127 | /src/B1358.java | d92af6a49632539adac8800efc42d7add5cba6d7 | [] | no_license | micgogi/micgogi_algo | b45664de40ef59962c87fc2a1ee81f86c5d7c7ba | 7cffe8122c04059f241270bf45e033b1b91ba5df | refs/heads/master | 2022-07-13T00:00:56.090834 | 2022-06-15T14:02:51 | 2022-06-15T14:02:51 | 209,986,655 | 7 | 3 | null | 2020-10-20T07:41:03 | 2019-09-21T13:06:43 | Java | UTF-8 | Java | false | false | 976 | java | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.lang.reflect.Array;
import java.util.Arrays;
/**
* @author Micgogi
* on 7/1/2020 5:32 PM
* Rahul Gogyani
*/
public class B1358 {
public static void main(String[] args) {
try{
BufferedReader br = new BufferedReader... | [
"rahul.gogyani@gmail.com"
] | rahul.gogyani@gmail.com |
5cc8af233a63d7801743255301b52b75fc19f40d | b82ac609cb6773f65e283247f673c0f07bf09c6a | /week-07/day-1/src/main/java/spring/sql/practice/repository/ToDo.java | 19d101cf9b171f222b3fcc50830217dfbb2d67a1 | [] | no_license | green-fox-academy/scerios | 03b2c2cc611a02f332b3ce1edd9743446b0a8a12 | f829d62bdf1518e3e01dc125a98f90e484c9dce4 | refs/heads/master | 2020-04-02T22:36:36.470006 | 2019-01-07T16:38:20 | 2019-01-07T16:38:20 | 154,839,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package spring.sql.practice.repository;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class ToDo {
@Id
@GeneratedValue
private long ID;
private String title;
private boolean isUrgent;
private boolean isDone;
public ToDo(String tit... | [
"89.t.robert@gmail.com"
] | 89.t.robert@gmail.com |
214e2f6f47566bddd7d6053bce8664a6b7b2df9d | 7033d33d0ce820499b58da1d1f86f47e311fd0e1 | /org/newdawn/slick/openal/DeferredSound.java | 91c8c07155f1437498959152235693bd2381eecd | [
"MIT"
] | permissive | gabrielvicenteYT/melon-client-src | 1d3f1f65c5a3bf1b6bc3e1cb32a05bf1dd56ee62 | e0bf34546ada3afa32443dab838b8ce12ce6aaf8 | refs/heads/master | 2023-04-04T05:47:35.053136 | 2021-04-19T18:34:36 | 2021-04-19T18:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,681 | java | package org.newdawn.slick.openal;
import org.newdawn.slick.loading.*;
import org.newdawn.slick.util.*;
import java.io.*;
public class DeferredSound extends AudioImpl implements DeferredResource
{
public static final int OGG = 1;
public static final int WAV = 2;
public static final int MOD = 3;
public ... | [
"haroldthesenpai@gmail.com"
] | haroldthesenpai@gmail.com |
8883400e3d5ffc5cf905a7b91826729d0245973c | dabc84aeaafa2eb63ffe0397e370ae3794079bba | /src/main/java/cc/before30/service/SchedulerService.java | 5ad366b4645c2004d38c57f3e684c312b7b6b752 | [] | no_license | before30/ddul-scheduler | 3379b3df08693a1a8ff8b6cc5fde8914e2f9e6f5 | 20b5345b5d8a5e55e89f21bbc45b42a59e0047db | refs/heads/master | 2021-01-20T08:36:59.886304 | 2019-02-15T01:36:20 | 2019-02-15T01:36:20 | 89,929,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,750 | java | package cc.before30.service;
import cc.before30.config.DdulProperties;
import com.github.seratch.jslack.Slack;
import com.github.seratch.jslack.api.webhook.Payload;
import com.github.seratch.jslack.api.webhook.WebhookResponse;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowi... | [
"before30@gmail.com"
] | before30@gmail.com |
1252e14c7f0bc7379791e41952a65165df1320bd | 8a43ca36a71b430096c609e96889aae94e93ddc9 | /spincast-plugins/spincast-plugins-jdbc-parent/spincast-plugins-jdbc/src/main/java/org/spincast/plugins/jdbc/utils/ItemsAndTotalCountDefault.java | 219769027886484ea695779dd59359f388ab8d31 | [
"Apache-2.0"
] | permissive | spincast/spincast-framework | 18163ee0d5ed3571113ad6f3112cf7f951eee910 | fc25e6e61f1d20643662ed94e42003b23fe651f6 | refs/heads/master | 2022-10-20T11:20:43.008571 | 2022-10-11T23:21:41 | 2022-10-11T23:21:41 | 56,924,959 | 48 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package org.spincast.plugins.jdbc.utils;
import java.util.ArrayList;
import java.util.List;
public class ItemsAndTotalCountDefault<T> implements ItemsAndTotalCount<T> {
private final List<T> items;
private final long totalCount;
/**
* Empty result.
*/
public ItemsAndTotalCountDefault() {
... | [
"electrotype@gmail.com"
] | electrotype@gmail.com |
46f3d1a9de5e7d09ae6a808f3acb84a49185df0e | 3af6963d156fc1bf7409771d9b7ed30b5a207dc1 | /runtime/src/main/java/apple/eventkitui/EKCalendarChooserDelegateAdapter.java | 5ed120c6b8c6aa57364fa638069764f7efcbc63d | [
"Apache-2.0"
] | permissive | yava555/j2objc | 1761d7ffb861b5469cf7049b51f7b73c6d3652e4 | dba753944b8306b9a5b54728a40ca30bd17bdf63 | refs/heads/master | 2020-12-30T23:23:50.723961 | 2015-09-03T06:57:20 | 2015-09-03T06:57:20 | 48,475,187 | 0 | 0 | null | 2015-12-23T07:08:22 | 2015-12-23T07:08:22 | null | UTF-8 | Java | false | false | 1,073 | java | package apple.eventkitui;
import java.io.*;
import java.nio.*;
import java.util.*;
import com.google.j2objc.annotations.*;
import com.google.j2objc.runtime.*;
import com.google.j2objc.runtime.block.*;
import apple.audiotoolbox.*;
import apple.corefoundation.*;
import apple.coregraphics.*;
import apple.coreservices.*;... | [
"pchen@sellegit.com"
] | pchen@sellegit.com |
e76eb16786ccb5aba1f013d17f5e1bf6314a616a | 5b14625d9a7851ec40c14a209af9e90acef51e0e | /mahjong/src/main/java/com/rafo/chess/model/battle/BattleStep.java | ae6fa94fc3a9fd7ff685b929a784df42ccc290f2 | [] | no_license | leroyBoys/ChaoShanMaJiang | 3d5807fac4cbd64e13800ddb5dd8e220fa96ea38 | bd2364ed92abc8580f516427735ec9c3e3647bad | refs/heads/master | 2020-03-08T02:02:18.317518 | 2018-05-16T08:37:06 | 2018-05-16T08:37:06 | 127,847,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,731 | java | package com.rafo.chess.model.battle;
import com.rafo.chess.utils.MathUtils;
import com.smartfoxserver.v2.entities.data.SFSObject;
import org.apache.commons.lang.StringUtils;
import java.util.*;
/**
* Created by Administrator on 2016/9/17.
*/
public class BattleStep {
private int ownerId ; // 出牌玩家id
priva... | [
"wlvxiaohui@163.com"
] | wlvxiaohui@163.com |
bd5eba3a4fd5f8264f5858c4eb93ea2af704d473 | 6c8987d48d600fe9ad2640174718b68932ed4a22 | /OpenCylocs-Gradle/src/main/java/nl/strohalm/cyclos/dao/access/PasswordHistoryLogDAO.java | 8339c0ca115850c440b6f00f71d8863014a48078 | [] | no_license | hvarona/ocwg | f89140ee64c48cf52f3903348349cc8de8d3ba76 | 8d4464ec66ea37e6ad10255efed4236457b1eacc | refs/heads/master | 2021-01-11T20:26:38.515141 | 2017-03-04T19:49:40 | 2017-03-04T19:49:40 | 79,115,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | java | /*
This file is part of Cyclos (www.cyclos.org).
A project of the Social Trade Organisation (www.socialtrade.org).
Cyclos is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2... | [
"wladimir2113@gmail.com"
] | wladimir2113@gmail.com |
801526001ecb2737dc2261ca466ad1d9e2c24782 | 5de63a6ea4a86c68ee6dcee6133cb3610d87ad8e | /wxxr-mobile-client/wxxr-mobile-communicationhelper-android-quanguo/src/com/wxxr/callhelper/qg/widget/ResizeLayout.java | 5b8b9bb497d734e16971cc84aa93ada8db575e7f | [] | no_license | richie1412/git_hub_rep | 487702601cc655f0213c6a601440a66fba14080b | 633be448911fed685139e19e66c6c54d21df7fe3 | refs/heads/master | 2016-09-05T14:37:19.096475 | 2014-07-18T01:52:03 | 2014-07-18T01:52:03 | 21,963,815 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package com.wxxr.callhelper.qg.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
/**
*
* 自定义的view,为了监听高度的变化,来判断键盘的显示和隐藏
*
* @since 1.0
*/
public class ResizeLayout extends LinearLayout{
private OnResizeListener mListener;
private static final ... | [
"richie1412@gmail.com"
] | richie1412@gmail.com |
dbf3d6dbc8c4b482dc6914a78d20d30161d4fb2f | 1ae6abc37d7844879916e8f612ba1d616bc0c3cb | /src/public/nc/bs/pf/changedir/CHGXC77TOXC69.java | 6c61a8ad6a3c3bc51af371f1f18d031242d82990 | [] | no_license | menglingrui/xcgl | 7a3b3f03f14b21fbd25334042f87fa570758a7ad | 525b4e38cf52bb75c83762a9c27862b4f86667e8 | refs/heads/master | 2020-06-05T20:10:09.263291 | 2014-09-11T11:00:34 | 2014-09-11T11:00:34 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 7,680 | java | package nc.bs.pf.changedir;
import nc.bs.pf.change.ConversionPolicyEnum;
import nc.vo.pf.change.UserDefineFunction;
/**
* 从精粉调拨单到其它入库单的
* 取调入信息
* 后台交换类
* @author Jay
*
*/
public class CHGXC77TOXC69 extends nc.bs.pf.change.VOConversion{
public CHGXC77TOXC69(){
super();
}
/**
* 获得交换后处理类 全... | [
"menlging.rui@163.com"
] | menlging.rui@163.com |
b5cdefb60d421430e5d8f481bba9e632d544118b | 59e6dc1030446132fb451bd711d51afe0c222210 | /components/webapp-mgt/org.wso2.carbon.jaxws.webapp.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/jaxws/webapp/mgt/ui/JaxwsWebappAdminClient.java | 63e8544946f00c36941bdf53948df1e941606506 | [] | no_license | Alsan/turing-chunk07 | 2f7470b72cc50a567241252e0bd4f27adc987d6e | e9e947718e3844c07361797bd52d3d1391d9fb5e | refs/heads/master | 2020-05-26T06:20:24.554039 | 2014-02-07T12:02:53 | 2014-02-07T12:02:53 | 38,284,349 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,722 | java | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... | [
"malaka@wso2.com"
] | malaka@wso2.com |
9c776e9cfc491af87608c5f4dbf46a889002bdaf | 725b0c33af8b93b557657d2a927be1361256362b | /com/planet_ink/coffee_mud/MOBS/GenDeity.java | 124579d6559e2a7263c92ab3c270e1c42125fcb6 | [
"Apache-2.0"
] | permissive | mcbrown87/CoffeeMud | 7546434750d1ae0418ac2c76d27f872106d2df97 | 0d4403d466271fe5d75bfae8f33089632ac1ddd6 | refs/heads/master | 2020-12-30T19:23:07.758257 | 2014-06-25T00:01:20 | 2014-06-25T00:01:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,423 | java | package com.planet_ink.coffee_mud.MOBS;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_... | [
"bo@0d6f1817-ed0e-0410-87c9-987e46238f29"
] | bo@0d6f1817-ed0e-0410-87c9-987e46238f29 |
a050446388b799778cab0c823738fd06eb00103f | 67984d7d945b67709b24fda630efe864b9ae9c72 | /core/src/main/java/com/ey/piit/core/paginator/domain/Paginator.java | 9d67a29a1d50129f36a93e581b761f802b493b60 | [] | no_license | JackPaiPaiNi/Piit | 76c7fb6762912127a665fa0638ceea1c76893fc6 | 89b8d79487e6d8ff21319472499b6e255104e1f6 | refs/heads/master | 2020-04-07T22:30:35.105370 | 2018-11-23T02:58:31 | 2018-11-23T02:58:31 | 158,773,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,027 | java | package com.ey.piit.core.paginator.domain;
import java.io.Serializable;
/**
* 分页器,根据page,limit,totalCount用于页面上分页显示多项内容,计算页码和当前页的偏移量,方便页面分页使用.
*
* @author badqiu
* @author miemiedev
*/
public class Paginator implements Serializable {
private static final long serialVersionUID = -2429864663690465105L;
pri... | [
"1210287515@master"
] | 1210287515@master |
0b24cc26d755186e1d78588ee93b080f0200e569 | 26639ec8cc9e12a3f3aa4911f217a2a5d381a870 | /.svn/pristine/0b/0b24cc26d755186e1d78588ee93b080f0200e569.svn-base | cf6f5d8428da33e6c63bd778aab99399a5e4f63d | [] | no_license | shaojava/v3.6.3 | a8b4d587a48ec166d21bfe791897c6bacced2119 | 8c2352d67c2282fc587fc90686936e6ce451eb00 | refs/heads/master | 2021-12-15T02:59:25.593407 | 2017-07-24T05:55:49 | 2017-07-24T05:55:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,600 | /*
Copyright (c) 2011 Rapture In Venice
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, publish, dist... | [
"Zhongrong.Yu@lavainternational.com"
] | Zhongrong.Yu@lavainternational.com | |
796b7c6f5e7f6a0d60f63918d98a1ea02200db01 | 86cf61187d22b867d1e5d3c8a23d97e806636020 | /src/main/java/base/operators/operator/nlp/word2vec/core/domain/Neuron.java | 6e311a6c830d3ec41463cc1380b2c80fd82cd34d | [] | no_license | hitaitengteng/abc-pipeline-engine | f94bb3b1888ad809541c83d6923a64c39fef9b19 | 165a620b94fb91ae97647135cc15a66d212a39e8 | refs/heads/master | 2022-02-22T18:49:28.915809 | 2019-10-27T13:40:58 | 2019-10-27T13:40:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package base.operators.operator.nlp.word2vec.core.domain;
public abstract class Neuron implements Comparable<Neuron> {
public double freq;
public Neuron parent;
public int code;
// 语料预分类
public int category = -1;
@Override
public int compareTo(Neuron neuron) {
if (this.category == neuron.category) {
if (t... | [
"wangj_lc@inspur.com"
] | wangj_lc@inspur.com |
8d4b31930bf03b27202e7e7d18c28e2ebfb942e4 | 637b4faf515c75451a10c580287f7e5f44423ba0 | /2.JavaCore/src/com/javarush/task/task18/task1814/TxtInputStream.java | 8740546dbef40ce100018367d75b1898fa418f99 | [] | no_license | Abrekov/JavaRushTasks | ccc51f357ee542801e90811dbbc2a4c99845e0e6 | b1703a05303f3b1442e373a853a861bf793031b0 | refs/heads/master | 2020-09-07T05:57:18.878059 | 2019-12-08T17:19:18 | 2019-12-08T17:19:18 | 220,676,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package com.javarush.task.task18.task1814;
import java.io.*;
/*
UnsupportedFileName
*/
public class TxtInputStream extends FileInputStream {
public TxtInputStream(String fileName) throws IOException, UnsupportedFileNameException {
super(fileName);
if (!fileName.endsWith(".txt")) {
s... | [
"abrekov@ya.ru"
] | abrekov@ya.ru |
331ab3a201226f3f2b1e3e5244b71b94f3c7b010 | e4aea93f2988e2cf1be4f96a39f6cc3328cbbd50 | /src/com/flagleader/builder/a/bt.java | eb8b0fc1bbd2fd56450b3b1c45f995362d7dd9ce | [] | no_license | lannerate/ruleBuilder | 18116282ae55e9d56e9eb45d483520f90db4a1a6 | b5d87495990aa1988adf026366e92f7cbb579b19 | refs/heads/master | 2016-09-05T09:13:43.879603 | 2013-11-10T08:32:58 | 2013-11-10T08:32:58 | 14,231,127 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.flagleader.builder.a;
public class bt
implements bp
{
public void b()
{
}
public String a()
{
return "";
}
}
/* Location: D:\Dev_tools\ruleEngine\rbuilder.jar
* Qualified Name: com.flagleader.builder.a.bt
* JD-Core Version: 0.6.0
*/ | [
"zhanghuizaizheli@hotmail.com"
] | zhanghuizaizheli@hotmail.com |
17cf60e9214a2a683d069dcf99507a48802fa07d | df6f96898184729604068a013622c5a3b0833c03 | /app/src/main/java/com/rose/guojiangzhibo/fragment/TwoFragment.java | 5b9f40bcfd3b543e76e5abd0f73c475653589526 | [] | no_license | cherry98/huahua | bd0ab7bcc2b304d7f7c1f44afbaeb0aa38f6d934 | 73ce804da1f0f28f17a57b8eaed376d9d3301ddd | refs/heads/master | 2020-12-30T13:09:29.585800 | 2017-05-15T15:24:58 | 2017-05-15T15:24:58 | 91,336,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,466 | java | package com.rose.guojiangzhibo.fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | [
"cherry18515@163.com"
] | cherry18515@163.com |
043d60d4b2af48d73909e3334e5ba03e3612c1f7 | 77fb90c41fd2844cc4350400d786df99e14fa4ca | /com/coremedia/iso/boxes/TitleBox.java | 926251eadcfdaee6df93a8a470309ca24eb3d064 | [] | no_license | highnes7/umaang_decompiled | 341193b25351188d69b4413ebe7f0cde6525c8fb | bcfd90dffe81db012599278928cdcc6207632c56 | refs/heads/master | 2020-06-19T07:47:18.630455 | 2019-07-12T17:16:13 | 2019-07-12T17:16:13 | 196,615,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package com.coremedia.iso.boxes;
import f.h.a.MimeMessage;
import f.slide.asm.ByteBufferList;
import f.slide.asm.Label;
import org.aspectj.lang.JoinPoint;
public class TitleBox
extends MimeMessage
{
public static final String TYPE = "titl";
public String language;
public String title;
static {}
publ... | [
"highnes.7@gmail.com"
] | highnes.7@gmail.com |
d2a2f1c031af068b2b9702c4888963734f89bb90 | 12563229bd1c69d26900d4a2ea34fe4c64c33b7e | /nan21.dnet.module.ad/nan21.dnet.module.ad.presenter/src/main/java/net/nan21/dnet/module/ad/workflow/ds/model/WfDefNodeFieldDs.java | d0d2034848377876d2661bf080afb22e73d5f875 | [] | no_license | nan21/nan21.dnet.modules | 90b002c6847aa491c54bd38f163ba40a745a5060 | 83e5f02498db49e3d28f92bd8216fba5d186dd27 | refs/heads/master | 2023-03-15T16:22:57.059953 | 2012-08-01T07:36:57 | 2012-08-01T07:36:57 | 1,918,395 | 0 | 1 | null | 2012-07-24T03:23:00 | 2011-06-19T05:56:03 | Java | UTF-8 | Java | false | false | 1,582 | java | /*
* DNet eBusiness Suite
* Copyright: 2008-2012 Nan21 Electronics SRL. All rights reserved.
* Use is subject to license terms.
*/
package net.nan21.dnet.module.ad.workflow.ds.model;
import net.nan21.dnet.core.api.annotation.Ds;
import net.nan21.dnet.core.api.annotation.DsField;
import net.nan21.dnet.cor... | [
"mathe_attila@yahoo.com"
] | mathe_attila@yahoo.com |
3c50fb0c9c4358f43f8f7c3eb4ec9bc96d4e8098 | d132a32f07cdc583c021e56e61a4befff6228900 | /src/main/java/net/minecraft/network/play/server/S05PacketSpawnPosition.java | 614c56f53c190ac6c47cfa868c253d0a04248f7a | [] | no_license | TechCatOther/um_clean_forge | 27d80cb6e12c5ed38ab7da33a9dd9e54af96032d | b4ddabd1ed7830e75df9267e7255c9e79d1324de | refs/heads/master | 2020-03-22T03:14:54.717880 | 2018-07-02T09:28:10 | 2018-07-02T09:28:10 | 139,421,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package net.minecraft.network.play.server;
import java.io.IOException;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
import net.minecraft.util.BlockPos;
import net.minecraftforge.fml.rel... | [
"alone.inbox@gmail.com"
] | alone.inbox@gmail.com |
b7542ee03c0073f3bfc73bf7d51119668a981b84 | 0b5c3fceed7f662ea7224fc9373ff65be027d087 | /app/src/main/java/kntryer/downloadapk/util/CustomTools.java | 89bb787505bb047b99b1888fc2d2f0c742064eb8 | [] | no_license | lipeijian/UpdateApk | c4621cf573259931f95aa20386c64b5321e71cbb | 9938a1bcc4ac2d35947c51c06abe7d825357bb7f | refs/heads/master | 2021-07-13T13:52:19.470376 | 2017-10-17T08:18:12 | 2017-10-17T08:18:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,029 | java | package kntryer.downloadapk.util;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.support.v4.content.FileProvider;
import android.util.Log;
import an... | [
"l"
] | l |
dac5ea3fc002de88b0a86b2e8267451074242239 | d00af6c547e629983ff777abe35fc9c36b3b2371 | /jboss-all/jetty/src/main/org/mortbay/html/Input.java | 410082a08a8c15cd4b8de48de7b03bf9f716d10c | [] | no_license | aosm/JBoss | e4afad3e0d6a50685a55a45209e99e7a92f974ea | 75a042bd25dd995392f3dbc05ddf4bbf9bdc8cd7 | refs/heads/master | 2023-07-08T21:50:23.795023 | 2013-03-20T07:43:51 | 2013-03-20T07:43:51 | 8,898,416 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,820 | java | // ===========================================================================
// Copyright (c) 1996 Mort Bay Consulting Pty. Ltd. All rights reserved.
// $Id: Input.java,v 1.15.2.3 2003/06/04 04:47:37 starksm Exp $
// ---------------------------------------------------------------------------
package org.mortbay.html... | [
"rasmus@dll.nu"
] | rasmus@dll.nu |
023b76c002aaf863be60ae0c81cc3f2f5af87a6b | e2904a117b4ba8582579955ad383cbf8250a6ae5 | /src/march11Codes/reviewMethods.java | 34f7e424b522c274e4fc306c5059a149b5408792 | [] | no_license | eyilmaz4/March11 | 05e24a8d42974333a4128f0071562f47f7baef01 | 52c239f4b473afd7c51201cdb106a1d072120926 | refs/heads/master | 2021-03-14T04:11:25.683507 | 2020-03-12T03:34:17 | 2020-03-12T03:34:17 | 246,735,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package march11Codes;
public class reviewMethods {
public static void main(String[] args) {
parkFee(true, 12);
}
public static void parkFee(Boolean member, int hour) {
int payment=0;
if (member) {
System.out.println("no charge");;
} else {
if (hour >... | [
"eyilmaz4@na.edu"
] | eyilmaz4@na.edu |
89ebe69b1c1ed3fdea9b4d1028e2bd1b74e67782 | 7a682dcc4e284bced37d02b31a3cd15af125f18f | /bitcamp-java-basic/src/main/java/ch20/d/Test04.java | 1a4a25f2045e0a2013d899ce5b378420d38198ce | [] | no_license | eomjinyoung/bitcamp-java-20190527 | a415314b74954f14989042c475a4bf36b7311a8c | 09f1b677587225310250078c4371ed94fe428a35 | refs/heads/master | 2022-03-15T04:33:15.248451 | 2019-11-11T03:33:58 | 2019-11-11T03:33:58 | 194,775,330 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | // HashMap에서 value 목록 꺼내기
package ch20.d;
import java.util.Collection;
import java.util.HashMap;
public class Test04 {
public static void main(String[] args) {
class Student {
String name;
int age;
public Student(String name, int age) {
this.name = name;
this.age... | [
"jinyoung.eom@gmail.com"
] | jinyoung.eom@gmail.com |
a92b07f0c4efa162c11e7aafea8dfa4f882201b8 | 97e29489566dff2c2b309aebc66c91a69db234a3 | /asianpaintsb2b/asianpaintsb2bcockpits/src/com/asianpaintsb2b/cockpits/cmscockpit/browser/filters/AbstractUiExperienceFilter.java | 2335433573803cbd551cf73a413c7d95118f7d2c | [] | no_license | vamshivushakola/Home_asianpaints_b2b | f8ea6568dca3e87375a100c5d9e8f801e702404c | 9ea46652e699fc843f8bb55f94a826bb1a9c4fd0 | refs/heads/master | 2020-12-31T04:56:13.029311 | 2016-05-22T18:28:48 | 2016-05-22T18:28:48 | 58,956,762 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"vamshi.vshk@gmail.com"
] | vamshi.vshk@gmail.com |
da8eedbaf71222ddf0ae0466075cb7a9b07caa47 | f4593abde861f751668565d2961d6e75304f98d3 | /src/main/java/org/soulwing/jwt/api/PublicKeyLocator.java | 24e86d475916dfa82a8298258ff251843501bfea | [
"Apache-2.0"
] | permissive | soulwing/jwt-api | f5fda3d4c7d26a5397b7645fc3166a0dcc23b295 | c894bd33001cffb6ebdc3d6e3b6ae81f5bd4f9ae | refs/heads/master | 2023-05-10T11:11:07.267683 | 2023-04-28T11:39:29 | 2023-04-28T11:39:29 | 174,628,888 | 0 | 0 | NOASSERTION | 2023-04-28T11:39:30 | 2019-03-09T00:18:44 | Java | UTF-8 | Java | false | false | 5,250 | java | /*
* File created on Mar 17, 2019
*
* Copyright (c) 2019 Carl Harris, Jr
* and others as noted
*
* 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/L... | [
"ceharris@vt.edu"
] | ceharris@vt.edu |
025114a4389572ec70ffaa545450a0f55dcd3e12 | 35b710e9bc210a152cc6cda331e71e9116ba478c | /tc-main/src/main/java/com/topcoder/security/groups/services/dto/ProjectDTO.java | a5fdaf7c17513e723cad06568184ad0bae68db04 | [] | no_license | appirio-tech/tc1-tcnode | d17649afb38998868f9a6d51920c4fe34c3e7174 | e05a425be705aca8f530caac1da907d9a6c4215a | refs/heads/master | 2023-08-04T19:58:39.617425 | 2016-05-15T00:22:36 | 2016-05-15T00:22:36 | 56,892,466 | 1 | 8 | null | 2022-04-05T00:47:40 | 2016-04-23T00:27:46 | Java | UTF-8 | Java | false | false | 1,656 | java | /*
* Copyright (C) 2011 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.security.groups.services.dto;
/**
* <p>
* This class represents relevant info about a project
* </p>
* <p>
* <strong>Thread Safety:</strong> This class is mutable and not thread safe
* </p>
*
* @author TCSASSEMBLER
* @versi... | [
"dongzhengbin@winterflames-MacBook-Pro.local"
] | dongzhengbin@winterflames-MacBook-Pro.local |
817ac7be3914e3f38af4e2a288b7512dc4820b51 | 17079fa276050a5a7b5994d7fae541d7d0cfa3b3 | /yxw-commons/src/main/java/com/yxw/commons/entity/platform/app/color/AppColor.java | 8b41c3bb98f9a1d9b9729df505e480e190f95107 | [] | no_license | zhiji6/yxw | 664f6729b6642affb8ff1ee258b915f8d1ccf666 | 7f75370fcd425cda11faf3d2c54e6119ecc7d9fd | refs/heads/master | 2023-08-17T00:12:03.150081 | 2019-12-04T07:33:45 | 2019-12-04T07:33:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package com.yxw.commons.entity.platform.app.color;
import com.yxw.base.entity.BaseEntity;
public class AppColor extends BaseEntity {
private static final long serialVersionUID = 8114263231882165544L;
// 平台名称
private String appName;
// appCode, 银联:unionpay
private String appCode;
// 3/6位的颜色值,带#
private Stri... | [
"279430985@qq.com"
] | 279430985@qq.com |
e366e83d008a3f3ada820fa84dac5d40853188fe | 8de1aa33a1a5a5cf91b05b87ecf2fb9815c358d8 | /basecomponent/src/main/java/com/yuntian/basecomponent/mvp/BaseModel.java | 9dc8da5e8580efcc11f98a17718d1b1baa993a2d | [] | no_license | chuzhonglingyan/GankApp | ca93c5df62b4c16ffe8a0a4c68036b42ecba922e | 3e3104f9a4716df02915aaa2088e3ee27a3f7617 | refs/heads/master | 2020-03-18T04:32:14.270742 | 2018-05-27T10:59:20 | 2018-05-27T10:59:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package com.yuntian.basecomponent.mvp;
/**
* description .
* Created by ChuYingYan on 2018/5/1.
*/
public interface BaseModel{
}
| [
"944610721@qq.com"
] | 944610721@qq.com |
d2f68a8d5ac0e8ee82a326ca30ef4d6e8fadea0f | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/cbr/src/main/java/com/huaweicloud/sdk/cbr/v1/model/BatchUpdateVaultResponse.java | 730c1d7432409d4e0b2ebada43b8dc5745aeab78 | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 2,661 | java | package com.huaweicloud.sdk.cbr.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.huaweicloud.sdk.core.SdkResponse;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.function.Consumer;
/**
* Res... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
9d23c20a1fbfae3e15067dc2e2902a9f906c41a5 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/plugin/game/luggage/b/c.java | bd6d7909e356825714e91bc4b2c29f4fa5a08446 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,280 | java | package com.tencent.mm.plugin.game.luggage.b;
import android.content.Context;
import com.tencent.luggage.d.a.a;
import com.tencent.luggage.g.i;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.g.a.vv;
import com.tencent.mm.plugin.game.luggage.d.e;
import com.tencent.mm.plugin.webview.luggage.j... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
bf5ba58598700cce8d9fd3f8d0314749d0c2fc09 | 9146970ff0b5a2f60128c80d0bc85d95de2549d4 | /log-center/src/main/java/com/cloud/log/service/impl/LogServiceImpl.java | 17e0d02f6fa299db644d60049b3911fe99d736b9 | [] | no_license | anhengchangyua/sc-server | 31e378628fd3faeea0835fc8bdb70024e4247cd2 | 359bc709b8227c722e658088efc1096a2fed8129 | refs/heads/master | 2020-03-16T01:16:26.230076 | 2018-05-08T12:58:46 | 2018-05-08T12:58:46 | 132,436,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package com.cloud.log.service.impl;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import com.cloud.... | [
"188851312@qq.com"
] | 188851312@qq.com |
fef400b499b00a6ef29a9ffa0496874bf9362540 | 62867c0debba4090f6debdf9e8649293fdcf2886 | /博客系统(struts+hibernate+spring)/博客/文档源码和数据库文件/src/dlog4j/security/RangeAllow.java | 64e60a87965c096854cea784d63131ecf006011e | [] | no_license | luomo135/26- | ac1a56a2d2c78a10bf22e31a7bc6d291dd7a8bcc | 349538f5cdebae979910c11150962a72cc2f799c | refs/heads/master | 2022-01-26T08:25:48.015257 | 2018-08-01T02:55:06 | 2018-08-01T02:55:06 | null | 0 | 0 | null | null | null | null | WINDOWS-1253 | Java | false | false | 1,305 | java | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will b... | [
"huangwutongdd@163.com"
] | huangwutongdd@163.com |
37130428d003525e3041abdee6a8d639e434d59d | a15e6062d97bd4e18f7cefa4fe4a561443cc7bc8 | /src/combit/ListLabel24/LLSTG_AccessDenied_Exception.java | 334561d75659561225071dc500cd772f77ec84fd | [] | no_license | Javonet-io-user/e66e9f78-68be-483d-977e-48d29182c947 | 017cf3f4110df45e8ba4a657ba3caba7789b5a6e | 02ec974222f9bb03a938466bd6eb2421bb3e2065 | refs/heads/master | 2020-04-15T22:55:05.972920 | 2019-01-10T16:01:59 | 2019-01-10T16:01:59 | 165,089,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,441 | java | package combit.ListLabel24;
import Common.Activation;
import static Common.Helper.Convert;
import static Common.Helper.getGetObjectName;
import static Common.Helper.getReturnObjectName;
import static Common.Helper.ConvertToConcreteInterfaceImplementation;
import Common.Helper;
import com.javonet.Javonet;
impo... | [
"support@javonet.com"
] | support@javonet.com |
4aa8354430683bca16bb63b553df2442cb3c7432 | aaef3516558bfdbad0f64917c1e1c2dfe840bc8c | /Arnold can not drive today/arnold can not drive today/Arnold-android/gen/com/rhymes/arnold/R.java | fdde74d57dc1ff9d59e1eeaf1013fdbfd8a9e168 | [] | no_license | RDeepakkrishna/games | f3366490c78ab26b33def390f7230ab01ded0682 | 9c854718ec7504b861c2e2f15b377a9d14c77e82 | refs/heads/master | 2021-01-11T03:17:59.104294 | 2015-06-25T11:44:10 | 2015-06-25T11:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.rhymes.arnold;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"kdgupta87@gmail.com"
] | kdgupta87@gmail.com |
4cf99dc1fdaafc2377cb871bed67c2f16a6391eb | ce7f089378d817e242793649785b097c9be3f96b | /gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set9/gondor/Card9_034.java | 56a99887bb7efcf15d29799d604a44cdc3d093ee | [] | no_license | TheSkyGold/gemp-lotr | aaba1f461a3d9237d12ca340a7e899b00e4151e4 | aab299c87fc9cabd10b284c25b699f10a84fe622 | refs/heads/master | 2021-01-11T07:39:27.678795 | 2014-11-21T00:44:25 | 2014-11-21T00:44:25 | 32,382,766 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,925 | java | package com.gempukku.lotro.cards.set9.gondor;
import com.gempukku.lotro.cards.AbstractAttachableFPPossession;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.PreventCardEffect;
import com.gempukku.lotro.cards.effects.choos... | [
"marcins78@gmail.com@eb7970ca-0f6f-de4b-2938-835b230b9d1f"
] | marcins78@gmail.com@eb7970ca-0f6f-de4b-2938-835b230b9d1f |
cdc0df0d20bcd1398b5536570e494e03b1830d9a | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/tomcat70/519.java | fd753b085da0a56c709da752ca15e28827e00b0f | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 5,146 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
f86ad6f5f4121d53b82c9bb4d17d302f662926e4 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-32b-7-9-MOEAD-WeightedSum:TestLen:CallDiversity/org/apache/commons/math3/geometry/partitioning/BSPTree_ESTest.java | 93947476309fe6a75e201b12f82f48bf8797dfaa | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | /*
* This file was automatically generated by EvoSuite
* Tue Apr 07 15:11:12 UTC 2020
*/
package org.apache.commons.math3.geometry.partitioning;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.R... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
babdb081ea65a28f71434f94f5b6a9af458f8401 | f421916482b846ddaa3890f6bee71bd173e4cc80 | /app/src/main/java/com/example/login_demo/SelectSchoolActivity.java | da046560fc7ee2fddd349104799e92d94f1fbbaf | [] | no_license | liudididi/XueYe | 51382f3284a3a5ed5135d96747ff13dd65274fcc | b334ba229634b115ecbc995951cf5cd9da183696 | refs/heads/master | 2021-04-12T04:23:15.151358 | 2018-06-30T05:51:40 | 2018-06-30T05:51:40 | 125,950,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,517 | java | package com.example.login_demo;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import adapter.SelecSchool_Adapter;
import base.BaseActivity;
import bean.AreaBean;
import bean.... | [
"31385116+liudididi@users.noreply.github.com"
] | 31385116+liudididi@users.noreply.github.com |
7fa0db19c9b2fd12bb091db0fe6b4d082e20c974 | 9e72d2ec74a613a586499360707910e983a14370 | /web/org/ace/insurance/web/manage/report/medical/HealthMonthlyReportDTO.java | 056c2aed8fede471af2672c08916e4a0ac6d247c | [] | no_license | pyaesonehein1141991/FNI-LIFE | 30ecefca8b12455c0a90906004f85f32217c5bf4 | a40b502147b32193d467c2db7d49e2872f2fcab6 | refs/heads/master | 2020-08-31T11:20:22.757995 | 2019-10-30T11:02:47 | 2019-10-30T11:02:47 | 218,678,685 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,732 | java | package org.ace.insurance.web.manage.report.medical;
public class HealthMonthlyReportDTO {
private String policyNo;
private String insuredName;
private String nrc;
private String occupation;
private int age;
private String address;
private String unit;
private String periodOfInsurance;
private doub... | [
"ASUS@DESKTOP-37IOB4I"
] | ASUS@DESKTOP-37IOB4I |
9b7fa629dffcc402f810d6d8b187bb75fec19e59 | 13da4b96dea7e2d32b9509244ba1413f15e735d0 | /src/main/java/com/cofc/service/aida/PositionService.java | b4a1105827c222bd6ebd7dafc1c25965d267de4d | [] | no_license | gateshibill/shares100 | f178d8a7377c72e705e1e337d18bdf61e2a222e4 | 7ccad7a4696873372cb6fb5d0bb60ca6183df76f | refs/heads/master | 2022-12-21T07:55:00.747148 | 2020-09-24T03:23:13 | 2020-09-24T03:23:41 | 235,473,835 | 0 | 0 | null | 2022-12-10T03:56:33 | 2020-01-22T01:12:34 | Java | UTF-8 | Java | false | false | 592 | java | package com.cofc.service.aida;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.cofc.pojo.aida.Position;
public interface PositionService {
public void addPosition(Position position);
public void updatePosition(Position position);
public void delPosition(@Param("positionId")Integer p... | [
"z1-bill@ik8s.com"
] | z1-bill@ik8s.com |
19ec3d65ad20d970c4148c9081c473f90d77cfba | ea4da81a69a300624a46fce9e64904391c37267c | /src/main/java/com/alipay/api/response/KoubeiRetailWmsProducerQueryResponse.java | d8c32cc9dceaf3a273482d016a11742bd203b5a7 | [
"Apache-2.0"
] | permissive | shiwei1024/alipay-sdk-java-all | 741cc3cb8cf757292b657ce05958ff9ad8ecf582 | d6a051fd47836c719a756607e6f84fee2b26ecb4 | refs/heads/master | 2022-12-29T18:46:53.195585 | 2020-10-09T06:34:30 | 2020-10-09T06:34:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,074 | java | package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.ProducerVO;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.retail.wms.producer.query response.
*
*... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
eca55bcf6afcef78cc6f2916e09c62ccd998ea19 | 8566e4dc054f0a9c1979b807d6a23ac3cce4d379 | /java8-Tests/src/ma/tests/lambdas/ConvertArray.java | 5139c4e715ea3f6f72bc421a6ab3ffdbc078a848 | [] | no_license | KhalilMar/JavaTests | 55108d8deea6cf3675979f725896c9f6d6812203 | f8eb36ccbdb8acda77d58d3d7d582d618959a814 | refs/heads/master | 2021-06-09T10:13:05.966867 | 2021-04-04T16:02:48 | 2021-04-04T16:02:48 | 150,307,040 | 0 | 1 | null | 2018-10-11T22:59:50 | 2018-09-25T17:55:08 | Java | UTF-8 | Java | false | false | 1,079 | java | package ma.tests.lambdas;
import java.util.Arrays;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class ConvertArray {
public static void main(String[] args) {
String[] array = {"a", "b", "c", "d", "e"};
//Arrays.stream
Stream<String> stream1 = Arrays.st... | [
"HP@HP-PC"
] | HP@HP-PC |
272c848a1b4644e8f1d48051d7bae3bdec549899 | 9bfa71d23e70e514dd9be5f47781b1178833130d | /SQLPlugin/gen/com/sqlplugin/psi/impl/SqlOldOrNewValuesAliasListImpl.java | f1252888b1717fd4e57c420d330f5bcf03b23619 | [
"MIT"
] | permissive | smoothwind/SQL-IDEAplugin | de341884b77c2c61e0b4d6ceefd7c16ff3b7b469 | 3efa434095b4cac4772a0a7df18b34042a4c7557 | refs/heads/master | 2020-04-16T22:37:44.776363 | 2019-01-28T09:43:25 | 2019-01-28T09:43:25 | 165,976,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 1,060 | java | // This is a generated file. Not intended for manual editing.
package com.sqlplugin.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.PsiTreeUtil;
import stat... | [
"stephen.idle@qq.com"
] | stephen.idle@qq.com |
cbce87a294463b8fa681541a635d89b4cc9ebc2d | 1c0633968730b12f567f790825b840c277ae07c5 | /src/org/uecide/TreeUpdaterService.java | 04f7d13eca822cfecae60764d345d9919b4c2fed | [] | no_license | UECIDE/UECIDE | d5f8334c693a9ed774969b9c656551afa0b06c66 | 5c5de111b375f00721f69de64d9ef2e278487527 | refs/heads/master | 2021-07-18T05:25:26.267435 | 2021-05-25T15:54:21 | 2021-05-25T15:54:21 | 10,887,191 | 64 | 18 | null | 2021-02-03T19:35:07 | 2013-06-23T15:47:52 | Java | UTF-8 | Java | false | false | 2,464 | java | /*
* Copyright (c) 2015, Majenko Technologies
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list o... | [
"matt@majenko.co.uk"
] | matt@majenko.co.uk |
ea656ce2e807764d603c617b0cf5a45c86a368c4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_6815fb87def575dffec16f3e4a049b263d4e2a82/HttpRequests/20_6815fb87def575dffec16f3e4a049b263d4e2a82_HttpRequests_s.java | feeead8fd3ffd558f706c36b63fbedfae20053b5 | [] | 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,734 | java | package com.example.friendzyapp;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.osmdroid.util.GeoPoint;
import android.util.Log;
/*
* A non-static container for all the request objects.
*
* Refactored out here so initServer can access them in a non-android env... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
11f3bafdf85d263d9c525495365b1ddbfc0fcb8e | 4eea13dc72e0ff8ec79c7a94deca38e55868b603 | /chapter9/RanderFactory.java | c411914348d2f2713b11ece2800c49767fd47313 | [
"Apache-2.0"
] | permissive | helloShen/thinkinginjava | 1a9bfad9afa68b226684f6e063e9fa2ae36d898c | 8986b74b2b7ea1753df33af84cd56287b21b4239 | refs/heads/master | 2021-01-11T20:38:09.259654 | 2017-03-07T03:52:54 | 2017-03-07T03:52:54 | 79,158,702 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | /**
* Chapter 9 - Exercise 19
* @author wei.shen@iro.umontreal.ca
* @version 1.0
*/
package com.ciaoshen.thinkinjava.chapter9;
import java.util.*;
/**
* Only package access
*/
interface RanderFactory {
/**
* PUBLIC PROXY OF CONSTUCTOR
*/
/**
* METHODS
*/
public Ra... | [
"symantec__@hotmail.com"
] | symantec__@hotmail.com |
0ffe7d5c448f332a075fe8d5db697efb176d42e3 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13138-17-4-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/job/AbstractJob_ESTest_scaffolding.java | d1d245cdb008662bdcd5ee60177a11e311909920 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Apr 07 07:02:08 UTC 2020
*/
package org.xwiki.job;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@EvoS... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
29304ae398e1df193e5b92c195f5e9d990534c1b | 123ce15a7c917681a4d48974cda9b41c3b9ca36d | /magic-api/src/main/java/org/ssssssss/magicapi/model/Header.java | e39c7906d645def52da0aab76689e7aaf7a4cf72 | [
"MIT"
] | permissive | ZyGravel/magic-api | c1cbe8c561a9ed832a0289bca2812db832183056 | d0041940ae03c6e0a717b3f71911f41424009b6e | refs/heads/master | 2023-09-02T13:14:24.435243 | 2021-11-21T02:10:34 | 2021-11-21T02:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package org.ssssssss.magicapi.model;
/**
* Header参数信息
*
* @author mxd
*/
public class Header extends BaseDefinition {
public Header() {
}
public Header(String name, String value) {
super(name, value);
}
}
| [
"838425805@qq.com"
] | 838425805@qq.com |
2bb62e11a5212e3a4b8f79e232e7e0b75479ebfc | aeada48fb548995312d2117f2a97b05242348abf | /bundles/com.zeligsoft.domain.omg.corba.dsl/src-gen/com/zeligsoft/domain/omg/corba/dsl/idl/Connector.java | d6f29ecf5b9c88ef35c37458967fa20124e44753 | [
"Apache-2.0"
] | permissive | elder4p/CX4CBDDS | 8f103d5375595f583ceb30b343ae4c7cc240f18b | 11296d3076c6d667ad86bc83fa47f708e8b5bf01 | refs/heads/master | 2023-03-16T01:51:59.122707 | 2022-08-04T22:13:10 | 2022-08-04T22:13:10 | 198,875,329 | 0 | 0 | Apache-2.0 | 2019-08-22T17:33:21 | 2019-07-25T17:33:51 | Java | UTF-8 | Java | false | false | 2,299 | java | /**
*/
package com.zeligsoft.domain.omg.corba.dsl.idl;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Connector</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link com.zeligsoft.domain... | [
"tuhin@zeligsoft.com"
] | tuhin@zeligsoft.com |
0d2f5de4a32e9b66cddf119e290039a00bc844d9 | 9e632588def0ba64442d92485b6d155ccb89a283 | /mx-webadmin/webadmin-dao/src/main/java/com/balicamp/soap/ws/sertifikasi/Inquiry.java | bd8c41bff0a154b370d5ef6f5a57f009409738a6 | [] | no_license | prihako/sims2019 | 6986bccbbd35ec4d1e5741aa77393f01287d752a | f5e82e3d46c405d4c3c34d529c8d67e8627adb71 | refs/heads/master | 2022-12-21T07:38:06.400588 | 2021-04-29T07:30:37 | 2021-04-29T07:30:37 | 212,565,332 | 0 | 0 | null | 2022-12-16T00:41:00 | 2019-10-03T11:41:00 | Java | UTF-8 | Java | false | false | 1,489 | java |
package com.balicamp.soap.ws.sertifikasi;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous compl... | [
"nurukat@gmail.com"
] | nurukat@gmail.com |
4a3653d699215c33e6ef381436689a69994137da | 7991248e6bccacd46a5673638a4e089c8ff72a79 | /web/application/src/main/java/org/artifactory/webapp/servlet/SessionFilter.java | 81213ddba814aa40acd7ca14d7a42c5a684a78b2 | [] | no_license | theoriginalshaheedra/artifactory-oss | 69b7f6274cb35c79db3a3cd613302de2ae019b31 | 415df9a9467fee9663850b4b8b4ee5bd4c23adeb | refs/heads/master | 2023-04-23T15:48:36.923648 | 2021-05-05T06:15:24 | 2021-05-05T06:15:24 | 364,455,815 | 1 | 0 | null | 2021-05-05T07:11:40 | 2021-05-05T03:57:33 | Java | UTF-8 | Java | false | false | 2,173 | java | /*
*
* Artifactory is a binaries repository manager.
* Copyright (C) 2018 JFrog Ltd.
*
* Artifactory is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at yo... | [
"david.monichi@gmail.com"
] | david.monichi@gmail.com |
7b3cdf3f14b1c7c574782b11bfc16e0df37d153a | 7565725272da0b194a7a6b1a06a7037e6e6929a0 | /spring-cql/src/test/java/org/springframework/cassandra/core/ConsistencyLevelResolverUnitTests.java | 12b0b75d335b5f2c6b2d282fa02facd7fdc6d4fd | [
"LicenseRef-scancode-generic-cla"
] | no_license | paulokinho/spring-data-cassandra | 460abd2b3f6160b67464f3a86b1c7171a8e94e35 | 44671e4854e8395ac33efcc144c1de3bd3d3f270 | refs/heads/master | 2020-02-26T16:12:25.391964 | 2017-03-05T22:17:01 | 2017-03-05T22:17:01 | 68,550,589 | 0 | 3 | null | 2017-03-05T22:17:02 | 2016-09-18T22:25:43 | Java | UTF-8 | Java | false | false | 3,462 | java | /*
* Copyright 2016-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"mpaluch@pivotal.io"
] | mpaluch@pivotal.io |
ff211d7d0001ced7244e221d715aa476bc67cfd5 | 2843dcee70a0a0408eeb46345401b93214071f8b | /app/src/main/java/com/abct/tljr/ui/activity/tools/OneBasis.java | c49c0d0f72cb9d84b88b816fbcca62b25a914c74 | [] | no_license | xiaozhugua/tuling | 16ac6a778e18c99bd1433912195b186a30fbf86a | f3470c5dfca05b47d8d96a9dc33d4738175de59a | refs/heads/master | 2021-01-12T16:42:27.496392 | 2016-10-20T07:00:12 | 2016-10-20T07:00:12 | 71,434,177 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.abct.tljr.ui.activity.tools;
/**
* @author xbw
* @version 创建时间:2015年11月14日 下午6:27:45
*/
public class OneBasis {
private long time;
private float basis;
private float close;
private String name;
public long getVolume() {
return volume;
}
public void setVolume(long volume) {
this.volume = volum... | [
"1343012815@qq.com"
] | 1343012815@qq.com |
b29253d55354bee9c21322c7a1cac90dce259e15 | 66ac0f0289e1c2308463f0422a04e100a9a14d98 | /server/modules/platform/api/src/org/labkey/api/query/QueryNestingOption.java | 7a174f3c6aa7284a04a09a01787565855e8add39 | [
"MIT"
] | permissive | praveenmunagapati/ms-registration-server | b4f860978f4b371cfb1fcb3c794d1315298638c2 | 49a851285dfbccbd0dc667f4a5ba1fcdbb2f0665 | refs/heads/master | 2022-04-19T00:15:59.055397 | 2020-04-14T06:12:38 | 2020-04-14T06:12:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,685 | java | /*
* Copyright (c) 2012-2019 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... | [
"risto.autio@wunderdog.fi"
] | risto.autio@wunderdog.fi |
631f611e99fbc6a1771e2c972f4d5d8306a56e5c | 461619a84c6617ceaf2b7913ef58c99ff32c0fb5 | /android/SimpleCursorAdapter/setViewBinder/src/SimpleCursorAdapter/SimpleCursorAdapter_/src/com/bgstation0/android/sample/simplecursoradapter_/MainActivity.java | 13a80ec04ffe6a9e578d869018cdfa85117906ed | [
"MIT"
] | permissive | bg1bgst333/Sample | cf066e48facac8ecd203c56665251fa1aa103844 | 298a4253dd8123b29bc90a3569f2117d7f6858f8 | refs/heads/master | 2023-09-02T00:46:31.139148 | 2023-09-01T02:41:42 | 2023-09-01T02:41:42 | 27,908,184 | 9 | 10 | MIT | 2023-09-06T20:49:55 | 2014-12-12T06:22:49 | Java | SHIFT_JIS | Java | false | false | 4,971 | java | package com.bgstation0.android.sample.simplecursoradapter_;
import android.app.Activity;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import... | [
"bg1bgst333@gmail.com"
] | bg1bgst333@gmail.com |
f09465ccc736891a77c0a237be9a7437d5739e12 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /sae-20190506/src/main/java/com/aliyun/sae20190506/models/ListTagResourcesQuery.java | 085bced636330ce0d9d26b455c8598405d0d524a | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sae20190506.models;
import com.aliyun.tea.*;
public class ListTagResourcesQuery extends TeaModel {
@NameInMap("RegionId")
@Validation(required = true)
public String regionId;
@NameInMap("ResourceType")
@Validation(required ... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
509f84bcdea6521d38131796541fc26947a82cc6 | 4ab11aac2a3b4e8d11902dfcfb967d5742d5ecb9 | /knowledge/demo/boot/empty/src/main/java/com/mg/empty/demo/alt/sort/SelectSort.java | a36e050e13da71540134193697893077fbd72e01 | [] | no_license | MT-GMZ/mg | af72d0d71ce1b6a8100cddc84af4bbaa14efb9e8 | 020a6796fafa494a6a875689da202835c680f04e | refs/heads/master | 2023-01-19T23:56:13.961811 | 2020-11-29T06:06:21 | 2020-11-29T06:06:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package com.mg.empty.demo.alt.sort;
import com.mg.empty.demo.alt.util.ShowUtill;
/**
* 算法思路,将最小的放在第一个
* 然后 获取出剩余的最小值 放在第二个位置
* 依次排序成功
*/
public class SelectSort {
public void selectSort(int[] array)
{
for(int i=0;i<array.length-1;i++)
{
int index =i;
for(int j=i+1;... | [
"mataoshou@163.com"
] | mataoshou@163.com |
a1249ef747983c30f42fe89008933ad966eead8c | aa10130655e199caab844460ec3a53b8e1947e47 | /Trabajos/cesarvicuna/TrabajoNota/src/pe/eeob/consolidadnotas/dto/consolidadDto.java | 8d89e422ab795e10fd454ea56b37e53f519602f2 | [] | no_license | Vobregon/SISTUNI_PROG_JAVA_003 | 0ace48fbc731798b2565bc970cac93adfa60aff3 | f920a8fd2a63fffeba52575f41d1d897d3c2a456 | refs/heads/master | 2021-01-24T01:30:13.231379 | 2016-02-21T06:14:55 | 2016-02-21T06:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | 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 pe.eeob.consolidadnotas.dto;
/**
*
* @author Cesar Vicuña
*/
public class consolidadDto {
public float notaeparcial;
... | [
"gcoronelc@gmail.com"
] | gcoronelc@gmail.com |
ef91c8a2509e9c62d65b1a569a5aef75611c6e54 | e53daa94a988135b8b1379c2a1e19e25bb045091 | /new_application/app/src/main/java/com/example/new_application/adapter/ServerInfoAdapter.java | e642872ee88e8e710175d77974b37539f8708a60 | [] | no_license | 2020xiaotu/trunk | f90c9bf15c9000a1bb18c7c0a3c0a96d4daf8e68 | ba19836c64828c2994e1f0db22fb5d26b4a014f5 | refs/heads/master | 2023-08-27T08:10:41.709940 | 2021-10-05T06:27:12 | 2021-10-05T06:27:12 | 413,684,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.example.new_application.adapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.viewholder.BaseViewHolder;
import com.example.new_application.bean.ServerInfoEntity;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import jav... | [
"xiaotu20201016@gmail.com"
] | xiaotu20201016@gmail.com |
c962914e0d6422d188c1a9fcbf5e14b9b98c173c | 65981f65e5d1dd676e4b5f48f3b81e1f55ed39ce | /konig-gae-generator/src/test/java/io/konig/gae/datastore/SimpleDaoNamerTest.java | 747f0722bb8c1fcd1a363ab3081103159313bad9 | [] | no_license | konigio/konig | dd49aa70aa63e6bdeb1161f26cf9fba8020e1bfb | 2c093aa94be40ee6a0fa533020f4ef14cecc6f1d | refs/heads/master | 2023-08-11T12:12:53.634492 | 2019-12-02T17:05:03 | 2019-12-02T17:05:03 | 48,807,429 | 4 | 3 | null | 2022-12-14T20:21:51 | 2015-12-30T15:42:21 | Java | UTF-8 | Java | false | false | 1,436 | java | package io.konig.gae.datastore;
/*
* #%L
* Konig GAE Generator
* %%
* Copyright (C) 2015 - 2017 Gregory McFall
* %%
* 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://w... | [
"gregory.mcfall@gmail.com"
] | gregory.mcfall@gmail.com |
647095b097c37d767412178c676c68b3d767fbe3 | 12a99ab3fe76e5c7c05609c0e76d1855bd051bbb | /src/main/java/com/alipay/api/domain/NoticeTemplateArgs.java | d255e9b147217a7e3901bd2baebb17558aa99435 | [
"Apache-2.0"
] | permissive | WindLee05-17/alipay-sdk-java-all | ce2415cfab2416d2e0ae67c625b6a000231a8cfc | 19ccb203268316b346ead9c36ff8aa5f1eac6c77 | refs/heads/master | 2022-11-30T18:42:42.077288 | 2020-08-17T05:57:47 | 2020-08-17T05:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.alipay.api.domain;
import java.util.Date;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 通知内容模板
*
* @author auto create
* @since 1.0, 2019-01-03 10:33:05
*/
public class NoticeTemplateArgs extends AlipayObject {
private static final long s... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
b1f94dc86be746bde3413fd92e0707b8e7f7da28 | efa7935f77f5368e655c072b236d598059badcff | /src/com/sammyun/plugin/alipayDual/AlipayDualPlugin.java | e6f7a62bbbcfc1fbc21b918e5affef82b9f9963b | [] | 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 | 6,109 | java | /*
* Copyright 2012-2014 sammyun.com.cn. All rights reserved.
* Support: http://www.sammyun.com.cn
* License: http://www.sammyun.com.cn/license
*/
package com.sammyun.plugin.alipayDual;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import java.util.TreeMap;
import javax.... | [
"melody@maxudeMacBook-Pro.local"
] | melody@maxudeMacBook-Pro.local |
e85d71650af54f0988c74600034ceaa80f698e32 | 9fe800087ef8cc6e5b17fa00f944993b12696639 | /batik-svggen/src/main/java/org/apache/batik/svggen/font/table/Coverage.java | e527b12c9f8c0d1e57d75bba5abdbeb9e3ef5616 | [
"Apache-2.0"
] | permissive | balabit-deps/balabit-os-7-batik | 14b80a316321cbd2bc29b79a1754cc4099ce10a2 | 652608f9d210de2d918d6fb2146b84c0cc771842 | refs/heads/master | 2023-08-09T03:24:18.809678 | 2023-05-22T20:34:34 | 2023-05-27T08:21:21 | 158,242,898 | 0 | 0 | Apache-2.0 | 2023-07-20T04:18:04 | 2018-11-19T15:03:51 | Java | UTF-8 | Java | false | false | 1,688 | java | /*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | [
"testbot@balabit.com"
] | testbot@balabit.com |
85f9081f53935390b550d98d9edd593e4e44b056 | 8d935d44c34751b53895ce3383dde49073503251 | /src/main/java/org/iii/ideas/catering_service/rest/api/QuerySfschoolproductsetBySchoolResponse.java | 97892598b4f9f500e6ae0ab89ea481fcc5f09815 | [
"Apache-2.0"
] | permissive | NoahChian/Devops | b3483394b8e8189f4647a4ee41d8ceb8267eaebb | 3d310dedfd1bd07fcda3d5f4f7ac45a07b90489f | refs/heads/master | 2016-09-14T05:41:37.471624 | 2016-05-11T07:29:28 | 2016-05-11T07:29:28 | 58,521,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package org.iii.ideas.catering_service.rest.api;
import java.util.ArrayList;
import java.util.List;
import org.iii.ideas.catering_service.rest.bo.SfSchoolproductsetBO;
public class QuerySfschoolproductsetBySchoolResponse extends AbstractApiResponse {
private static final long serialVersionUID = -19041358755... | [
"noahjian@iii.org.tw"
] | noahjian@iii.org.tw |
dcd91a6698983f3e9d16c37728d2a8744971e059 | 9c190f0377d1374d98ccf6866dbd8719aba0be06 | /app/src/main/java/me/lancer/pocket/util/FileTypeRefereeUtil.java | f7548759411fee2c701c140f341e8d512f9a128d | [] | no_license | 1anc3r/Pocket | e7bb03e98947d984ef225971fbfc8610f110766d | 68a49bc2ecabcbf536d7daa12145766aca05c586 | refs/heads/master | 2020-03-28T19:47:22.647719 | 2019-03-02T10:40:54 | 2019-03-02T10:40:54 | 94,602,624 | 11 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,448 | java | package me.lancer.pocket.util;
import java.io.File;
public class FileTypeRefereeUtil {
public static final String[][] FILE_TYPE_TABLE = {
{".3gp", "video/3gpp"},
{".apk", "application/vnd.android.package-archive"},
{".asf", "video/x-ms-asf"},
{".avi", "video/x-msvi... | [
"huangfangzhi@icloud.com"
] | huangfangzhi@icloud.com |
bd833eb22407b2cb66551415cc8a48d64085e0a1 | d7c5121237c705b5847e374974b39f47fae13e10 | /airspan.netspan/src/main/java/Netspan/NBI_17_5/Inventory/SiteCreate.java | cc5ad09ad26daefb45a870f681ce1517fcb3722f | [] | no_license | AirspanNetworks/SWITModules | 8ae768e0b864fa57dcb17168d015f6585d4455aa | 7089a4b6456621a3abd601cc4592d4b52a948b57 | refs/heads/master | 2022-11-24T11:20:29.041478 | 2020-08-09T07:20:03 | 2020-08-09T07:20:03 | 184,545,627 | 1 | 0 | null | 2022-11-16T12:35:12 | 2019-05-02T08:21:55 | Java | UTF-8 | Java | false | false | 1,526 | java |
package Netspan.NBI_17_5.Inventory;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous ... | [
"ggrunwald@airspan.com"
] | ggrunwald@airspan.com |
98f791ef2795e928086f79407fe1b7c591e6fd53 | 8b9190a8c5855d5753eb8ba7003e1db875f5d28f | /sources/com/google/android/gms/common/util/DefaultClock.java | 3568b89067bfaae77c087ab6ef48409351cd7251 | [] | no_license | stevehav/iowa-caucus-app | 6aeb7de7487bd800f69cb0b51cc901f79bd4666b | e3c7eb39de0be6bbfa8b6b063aaa85dcbcee9044 | refs/heads/master | 2020-12-29T10:25:28.354117 | 2020-02-05T23:15:52 | 2020-02-05T23:15:52 | 238,565,283 | 21 | 3 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package com.google.android.gms.common.util;
import android.os.SystemClock;
import com.google.android.gms.common.annotation.KeepForSdk;
@KeepForSdk
public class DefaultClock implements Clock {
private static final DefaultClock zzgm = new DefaultClock();
@KeepForSdk
public static Clock getInstance() {
... | [
"steve@havelka.co"
] | steve@havelka.co |
d059a98a15b85fff863e0421549ef4b0905ecdb1 | e5d9269646f276fd4c9cf110ae7ad6e660ad220a | /app/src/main/java/com/example/android/quizapp/MainActivity.java | 826c9399667cb36158de411df84367d6791818ab | [] | no_license | erickibz/QuizApp | c8b6c9eafa845d0cf33ac96adcbc6905844bb900 | 659b64f1e32804c5ea9252a0e365613a36ecf678 | refs/heads/master | 2020-03-22T00:18:22.164162 | 2018-06-30T09:51:17 | 2018-06-30T09:51:17 | 139,236,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.example.android.quizapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.RadioButton;
import android.widget.RadioGroup;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
s... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
124478b0e7f18f98c8a3447230ff7f2b0dd39d86 | fbf27d453d933352a2c8ef76e0445f59e6b5d304 | /server/src/com/fy/engineserver/message/JIAZU_RELEVANT_DES_REQ.java | 97e57f021fffc9e68daf3bf4965aa8008babccea | [] | no_license | JoyPanda/wangxian_server | 0996a03d86fa12a5a884a4c792100b04980d3445 | d4a526ecb29dc1babffaf607859b2ed6947480bb | refs/heads/main | 2023-06-29T05:33:57.988077 | 2021-04-06T07:29:03 | 2021-04-06T07:29:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,078 | java | package com.fy.engineserver.message;
import com.xuanzhi.tools.transport.*;
import java.nio.ByteBuffer;
/**
* 网络数据包,此数据包是由MessageComplier自动生成,请不要手动修改。<br>
* 版本号:null<br>
* 请求家族界面相关描述<br>
* 数据包的格式如下:<br><br>
* <table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#000000" align="center">
* <tr... | [
"1414464063@qq.com"
] | 1414464063@qq.com |
0117105663f07264fcb5384a5c68b4f8c8dbf63a | 585fd0a0d83b4eeaf47e4f0cadacaff507d2154d | /codeworld-cloud-order/src/main/java/com/codeworld/fc/order/client/MerchantClient.java | 6a538747c8b2c74e9d66cde8e4306f932081478f | [] | no_license | sengeiou/codeworld-cloud-shop-api | accce2ca5686dcf2dc0c0bc65c4c1eb6a467a8e9 | 2297f0e97d1327a9f4a48a341a08ea3a58905a62 | refs/heads/master | 2023-02-16T05:51:21.778190 | 2021-01-15T09:48:56 | 2021-01-15T09:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package com.codeworld.fc.order.client;
import com.codeworld.fc.common.response.FCResponse;
import com.codeworld.fc.order.domain.MerchantResponse;
import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.sp... | [
"1692454247@qq.com"
] | 1692454247@qq.com |
c2eb7f8394e9b806919605e00a14b591ff909d03 | ebbd4e78b717ec83ca7ee55765ac8eb725ae869a | /app/src/main/java/com/gy/recyclerviewadapter/adapter/HomeAdapter.java | 0a26f5c3237ef2d82c9791b2042214a9fa8e19a6 | [] | no_license | newPersonKing/baseAdapter | 9132593b80bb296435a156ac9fbbb502a7e75357 | c1bdf08199e637786262c1a10ec54bbd49571d5b | refs/heads/master | 2020-03-25T01:40:19.015129 | 2018-08-02T06:11:48 | 2018-08-02T06:11:48 | 143,250,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package com.gy.recyclerviewadapter.adapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.gy.recyclerviewadapter.R;
import com.gy.recyclerviewadapter.entity.HomeItem;
import java.util.List;
/**
* https://github.com/CymChad/BaseRecyclerViewAda... | [
"guoyong@emcc.net.com"
] | guoyong@emcc.net.com |
d8ac84be6bbce7ac3d5f5a1f0e0fba655e66b6dc | ec67ea62dbc0fa30ee42065aa92ca53ee4b25a04 | /FCMDemo/app/src/main/java/com/adityadua/fcmdemo/MyFirebaseMessagingService.java | c31d796608d4c08c560851a071483431ee64854a | [] | no_license | aditya-dua/Android28July | 6de5004e0e494dadd896186cd866eed878e5abf0 | 18781fd19fcd31be8ebd70bff48f21812dff7526 | refs/heads/master | 2021-07-17T05:16:47.517747 | 2017-10-24T17:25:56 | 2017-10-24T17:25:56 | 100,294,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,910 | java | package com.adityadua.fcmdemo;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import android.net.Uri;
import android.support.v4.app.NotificationCompat;
import android.util.Log;
import com.go... | [
"adityaduatechm@gmail.com"
] | adityaduatechm@gmail.com |
e220e862c9be523f8a4a5e323ea7860dae948ccb | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/facebook/stetho/inspector/elements/android/AndroidDocumentProviderFactory.java | 87310d32bfcd4e63dc43e60773eef58f9fb8d84b | [] | no_license | t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867734 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,450 | java | package com.facebook.stetho.inspector.elements.android;
import android.app.Application;
import android.os.Handler;
import android.os.Looper;
import com.facebook.stetho.common.ThreadBound;
import com.facebook.stetho.common.UncheckedCallable;
import com.facebook.stetho.common.Util;
import com.facebook.stetho.common.andr... | [
"test@gmail.com"
] | test@gmail.com |
b81dd271bb77249e2edf7fae34aed807c3914d51 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_79d5a8f82f78a42fe64c9077a3b810f9c15f2d9d/MyMediaPlayerActivity/2_79d5a8f82f78a42fe64c9077a3b810f9c15f2d9d_MyMediaPlayerActivity_s.java | 2ea333f7932d7eabaade0f842de7cc0b4978fa65 | [] | 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 | 8,108 | java | package com.example.testapplication;
import android.app.Activity;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.content.res.AssetManager;
import android.media.AudioManager;
import android.os.Bundle;
import android.os.Environment;
import android.os.PowerManager... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
635b2011b1a9e0ae47ca18cadf57c377123884f3 | f0c8eb22449d567e8a215e84fbe68e4e8c5a0893 | /tapestry-core/src/main/java/org/apache/tapestry5/internal/services/CompositeFieldValidator.java | 7aa075edb2a676235a671f65898f12ccbc27e41c | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"MIT-0",
"CC-BY-2.5",
"LGPL-2.0-or-later",
"LicenseRef-scancode-proprietary-license",
"MPL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"MPL-1.1"
] | permissive | apache/tapestry-5 | 6c8c9d5f1f28abe03f424b21b1ff96af9955f76d | b5bda40756c5e946901d18694a094f023ba6d2b5 | refs/heads/master | 2023-08-28T16:05:10.291603 | 2023-07-13T17:25:04 | 2023-07-13T17:25:04 | 4,416,959 | 89 | 103 | Apache-2.0 | 2023-09-14T11:59:30 | 2012-05-23T07:00:11 | Java | UTF-8 | Java | false | false | 1,700 | java | // Copyright 2007, 2008 The Apache Software Foundation
//
// 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 applic... | [
"hlship@apache.org"
] | hlship@apache.org |
2062b36e0d6668eb87d6554a2addfd668cb60722 | 38933bae7638a11fef6836475fef0d73e14c89b5 | /magma-func-builder/src/test/java/eu/lunisolar/magma/func/build/function/to/LTieDblFunctionBuilderTest.java | ab5845f44426c6abaecb13af009465530df06da2 | [
"Apache-2.0"
] | permissive | lunisolar/magma | b50ed45ce2f52daa5c598e4760c1e662efbbc0d4 | 41d3db2491db950685fe403c934cfa71f516c7dd | refs/heads/master | 2023-08-03T10:13:20.113127 | 2023-07-24T15:01:49 | 2023-07-24T15:01:49 | 29,874,142 | 5 | 0 | Apache-2.0 | 2023-05-09T18:25:01 | 2015-01-26T18:03:44 | Java | UTF-8 | Java | false | false | 5,617 | java | /*
* This file is part of "lunisolar-magma".
*
* (C) Copyright 2014-2023 Lunisolar (http://lunisolar.eu/).
*
* 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.o... | [
"open@lunisolar.eu"
] | open@lunisolar.eu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.