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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b15f709aa789649050bd4e6b6cc813b78df5e469 | 231a828518021345de448c47c31f3b4c11333d0e | /src/pdf/bouncycastle/jcajce/spec/KTSParameterSpec.java | e20deff98e21975fa53b5aac38f7e2bb959b95c8 | [] | no_license | Dynamit88/PDFBox-Java | f39b96b25f85271efbb3a9135cf6a15591dec678 | 480a576bc97fc52299e1e869bb80a1aeade67502 | refs/heads/master | 2020-05-24T14:58:29.287880 | 2019-05-18T04:25:21 | 2019-05-18T04:25:21 | 187,312,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,994 | java | package pdf.bouncycastle.jcajce.spec;
import java.security.spec.AlgorithmParameterSpec;
import pdf.bouncycastle.asn1.nist.NISTObjectIdentifiers;
import pdf.bouncycastle.asn1.x509.AlgorithmIdentifier;
import pdf.bouncycastle.asn1.x9.X9ObjectIdentifiers;
import pdf.bouncycastle.util.Arrays;
/**
* Parameter spec for d... | [
"vtuse@mail.ru"
] | vtuse@mail.ru |
ba3d3c78df26d30e10674d02b7013bcfad8c87b8 | cb0e772430877ceb7b9a1656b8fc4ff36289250b | /Java/src/instructions/comparisons/dcmp/DCMPG.java | 77cf775f77013e953b182e4a3503c0e230a84423 | [] | no_license | LailaiMaster/JVM | 4f296ef8f6c1708b8e4524692968aa31249d1932 | 0e3b830c12d5daa531dd01387b1fd74e2296ad34 | refs/heads/master | 2023-03-20T22:49:19.143489 | 2018-01-20T12:16:31 | 2018-01-20T12:16:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package instructions.comparisons.dcmp;
import instructions.base.NoOperandsInstruction;
import instructions.comparisons.fcmp.FCMP;
import runtimedata.Zframe;
/**
* Author: zhangxin
* Time: 2017/5/5 0005.
* Desc:
*/
public class DCMPG extends NoOperandsInstruction {
@Override
public void execute(Zframe fram... | [
"zachaxy@163.com"
] | zachaxy@163.com |
ffe3d4ef4df9f42303f92019ac210120eb529bd3 | 728aa6545b7fa2052822c49f2ff705bd2b5173eb | /src/main/java/com/questv/api/season/SeasonRepository.java | 62acd20ad92ff48dbc44d7c41691ee57553caa21 | [] | no_license | GersonSales/questv-api | 9718bce14ead636aec8bcbb9385aff1623e05419 | 1d2e368e17911f7395963963213f58260ec8cd29 | refs/heads/master | 2022-07-13T00:38:43.637630 | 2020-05-19T20:04:03 | 2020-05-19T20:04:03 | 163,969,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package com.questv.api.season;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
import java.util.Optional;
public interface SeasonRepository extends CrudRepository<SeasonModel, Long> {
List<SeasonModel> findByName(final String name);
}
| [
"gerson.junior@ccc.ufcg.edu.br"
] | gerson.junior@ccc.ufcg.edu.br |
c39324343c31031cbe866c46659426ba657c3c2b | 644b2052fed921687a0fa5e92d421489a3967dd5 | /app/src/main/java/com/ab/hicarerun/handler/OnKycClickHandler.java | 8da4980464404e1156b6bcf5218f16b16fe6ab0a | [] | no_license | arjbht/HiCareApp | 176a1213214245f7a83a5cf6b1b1ee24fd75c024 | 40b8f8cba5780718fe25d2202d90d10f6ac3f119 | refs/heads/master | 2021-10-05T00:36:37.675626 | 2021-08-27T09:31:55 | 2021-08-27T09:31:55 | 199,459,299 | 1 | 1 | null | 2021-09-24T08:11:17 | 2019-07-29T13:33:57 | Java | UTF-8 | Java | false | false | 208 | java | package com.ab.hicarerun.handler;
/**
* Created by Arjun Bhatt on 9/23/2020.
*/
public interface OnKycClickHandler {
void onViewImageClicked(int position);
void onDownloadClicked(int position);
}
| [
"bhatt.arjun97@gmail.com"
] | bhatt.arjun97@gmail.com |
646efb336b91745cf78314dc0ce42495427974cc | 91297ffb10fb4a601cf1d261e32886e7c746c201 | /cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/StringEditor.java | d6f07f34424f073130125a2a2dd8dc13a844324a | [] | no_license | JavaQualitasCorpus/netbeans-7.3 | 0b0a49d8191393ef848241a4d0aa0ecc2a71ceba | 60018fd982f9b0c9fa81702c49980db5a47f241e | refs/heads/master | 2023-08-12T09:29:23.549956 | 2019-03-16T17:06:32 | 2019-03-16T17:06:32 | 167,005,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,148 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are su... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
8d68f354de7cc2f0900d8abc8626bb812f8e70c0 | cfc60fc1148916c0a1c9b421543e02f8cdf31549 | /src/testcases/CWE369_Divide_By_Zero/CWE369_Divide_By_Zero__getCookiesServlet_modulo_61a.java | 0feec192ac08cbfbca91bd17945403111392e3ae | [
"LicenseRef-scancode-public-domain"
] | permissive | zhujinhua/GitFun | c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2 | 987f72fdccf871ece67f2240eea90e8c1971d183 | refs/heads/master | 2021-01-18T05:46:03.351267 | 2012-09-11T16:43:44 | 2012-09-11T16:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,995 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_By_Zero__getCookiesServlet_modulo_61a.java
Label Definition File: CWE369_Divide_By_Zero.label.xml
Template File: sources-sinks-61a.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: getCookiesServlet Read data from the first cookie
* Goo... | [
"amitf@chackmarx.com"
] | amitf@chackmarx.com |
1a3b69023a0b3a25419823898c26ca1cf69347a0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_83a25c036fb6cf0011b4d6074a3da0a07069ea80/BankAccount/2_83a25c036fb6cf0011b4d6074a3da0a07069ea80_BankAccount_t.java | b1e90b0591d845c5ca37ed214b01f5c3eb8b3949 | [] | 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,635 | java | /*
* Straight - A system to manage financial demands for small and decentralized
* organizations.
* Copyright (C) 2011 Octahedron
*
* 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 Fou... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d5f0d91f1071165839941f0f98cacd5a0cc1214c | 7a76838d738be65d601f164cb5a97b699be1da2b | /spring-batch-in-action/base/base/spring-batch/spring-batch-samples/src/main/java/org/springframework/batch/sample/domain/trade/internal/CommonsLoggingInvalidCustomerLogger.java | fc402cc123d83aaedf277a7df59a3c24d173917d | [
"Apache-2.0"
] | permissive | jinminer/spring-batch | fafdedec5de3198aa0c05353a26f0238b396bebc | f2e29682f882c8656b283030279e95ebcf08868a | refs/heads/master | 2022-12-22T21:04:27.438433 | 2019-10-08T16:58:10 | 2019-10-08T16:58:10 | 209,073,938 | 1 | 1 | Apache-2.0 | 2022-12-16T01:35:27 | 2019-09-17T14:18:30 | Java | UTF-8 | Java | false | false | 1,497 | java | /*
* Copyright 2006-2014 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"jinm@uxunchina.com"
] | jinm@uxunchina.com |
2f6fe03cf4d227f7b4510ee74163fb29d2d8d47a | 511a5e5b585be029dc61dd95390c812027c2413b | /newapp/src/main/java/com/tzpt/cloudlibrary/ui/library/LibraryIntroduceView.java | 2d6856636a6b512360b15510e297285431d82375 | [] | no_license | MengkZhang/ebook | 60733cff344dd906c20ec657d95e4fa4d0789cf5 | 109101ebad3e8e5274e758c786013aab650c3ff1 | refs/heads/master | 2020-05-07T09:56:05.996761 | 2019-04-09T15:17:10 | 2019-04-09T15:17:10 | 180,392,558 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,688 | java | package com.tzpt.cloudlibrary.ui.library;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.tzpt.cloudlibrary.R;
import com.tzpt.cloudlibrary.util... | [
"653651979@qq.com"
] | 653651979@qq.com |
48987d2248feae05dabd5a00a01d9ca87b2307ec | 0ad5458bf9edd95d4c03d4b10d7f644022a59cd7 | /src/main/java/ch/ethz/idsc/owl/bot/sat/SatelliteEntity.java | 10d989cb6331e9589b00fb0f46337643708c5985 | [] | no_license | yangshuo11/owl | 596e2e15ab7463944df0daecf34f1c74cb2806cc | 9e8a917ab34d7283dc0cc3514689a6e7683d5e98 | refs/heads/master | 2020-04-05T08:44:51.622349 | 2018-10-29T05:56:00 | 2018-10-29T05:56:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,607 | java | // code by jph
package ch.ethz.idsc.owl.bot.sat;
import java.awt.Color;
import java.awt.Graphics2D;
import java.util.Collection;
import ch.ethz.idsc.owl.glc.adapter.EtaRaster;
import ch.ethz.idsc.owl.glc.core.GoalInterface;
import ch.ethz.idsc.owl.glc.core.PlannerConstraint;
import ch.ethz.idsc.owl.glc.core.StateTime... | [
"jan.hakenberg@gmail.com"
] | jan.hakenberg@gmail.com |
1824aeaba5cac9d04e6586fe25ff78c735a4a1fb | d93ce8a57be61625c4259b41f860c596726bd2af | /src/main/java/soot/jimple/toolkits/pointer/DependenceTag.java | f803413370497b5bf39d9dffaa0cd3d4a13e90f4 | [
"Apache-2.0"
] | permissive | izgzhen/markii | 81b67049ce817582736c8d630ec0e2cd12caa214 | 237a054a72f01121ce0fefac7532c1a39444e852 | refs/heads/master | 2023-05-06T00:24:48.026714 | 2021-04-14T17:41:27 | 2021-04-16T06:29:12 | 275,070,321 | 5 | 0 | Apache-2.0 | 2021-04-16T06:29:13 | 2020-06-26T04:06:53 | Java | UTF-8 | Java | false | false | 1,934 | java | package soot.jimple.toolkits.pointer;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation... | [
"7168454+izgzhen@users.noreply.github.com"
] | 7168454+izgzhen@users.noreply.github.com |
c03dd8d8d401feba5efd9de69f7dd7250d7736b8 | b85376d5c76246b2866a743d70a723e17f99b08e | /Algorithm_931_Minimum Falling Path Sum.java | 9aaf66ae6543c3c23ef7a39a8b728429672aef55 | [] | no_license | zclyne/LeetCode-Problems | db56a21ea6620ccb7506e24622490560c039225e | 3f59e4c2ac7dc95e4b9e70e705616f5ee4915967 | refs/heads/master | 2022-08-27T12:00:49.477906 | 2022-08-22T20:23:10 | 2022-08-22T20:23:10 | 123,556,538 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | // 思路:对每一个元素A[i][j],它所能到达的后继元素是确定的,一定是下一行的第j - 1、j或j + 1列
// 因此对于每个元素,要使得到达该元素的路径上的所有数之和最小,只需要找A[i - 1][j - 1]、A[i - 1][j]和A[i - 1][j + 1]中最小的一个加到A[i][j]上
// 并用这个和取代原来的A[i][j]成为新的A[i][j]
// 重复以上操作直到最后一行时,找最后一行中的最小值即为答案
class Solution {
public int minFallingPathSum(int[][] A) {
for (int i = 1; i < A.length;... | [
"zyfinori@gmail.com"
] | zyfinori@gmail.com |
b7677da6813b19f0d91c8c50c5ead2539d2abc56 | 7a9046ca4c162ba2c87f94dfc400bda981888e03 | /src/java/com/cardpay/pccredit/intopieces/model/DcddpzForm.java | 5834ebdb52a483436faf74a37b91033edf8fae6f | [
"Apache-2.0"
] | permissive | wangpggg/PCCredit_YQ | 6041d430ec7e56b29ba9b55b8dd26194894f1bf6 | 79863c047f309b16b9ae3be5d686ac345629c33e | refs/heads/master | 2021-01-18T12:01:44.526784 | 2016-06-20T08:17:10 | 2016-06-20T08:17:10 | 61,018,565 | 0 | 0 | null | 2016-06-13T08:03:47 | 2016-06-13T08:03:46 | null | UTF-8 | Java | false | false | 3,182 | java | /**
*
*/
package com.cardpay.pccredit.intopieces.model;
import com.wicresoft.jrad.base.web.form.BaseForm;
/**
* 调查模板 -道德品质
*/
public class DcddpzForm extends BaseForm{
private static final long serialVersionUID = 1L;
private String customer_id;
private String product_id;
private String a... | [
"jianghanshi@vip.qq.com"
] | jianghanshi@vip.qq.com |
efe34d5b7fc953d27415107841ec2743c018fd65 | 29159bc4c137fe9104d831a5efe346935eeb2db5 | /mmj-cloud-good/src/main/java/com/mmj/good/model/GoodSaleEx.java | 806f90b4168f5e1afa9ac930a3189b9e97e63901 | [] | no_license | xddpool/mmj-cloud | bfb06d2ef08c9e7b967c63f223fc50b1a56aac1c | de4bcb35db509ce929d516d83de765fdc2afdac5 | refs/heads/master | 2023-06-27T11:16:38.059125 | 2020-07-24T03:23:48 | 2020-07-24T03:23:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | java | package com.mmj.good.model;
import java.util.List;
public class GoodSaleEx extends GoodSale {
private List<Integer> goodIds; //商品id - 查询条件
private List<Integer> saleIds; //销售id - 查询条件
private List<String> goodSkus; //sku - 查询条件
private Integer warehouseNum; //库存数据
private String... | [
"shenfuding@shenfudingdeMacBook-Pro.local"
] | shenfuding@shenfudingdeMacBook-Pro.local |
b7a31eb9b69f7acb684f5c4810f7a5294dc6d246 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_2/src/b/d/a/f/Calc_1_2_13057.java | f32a1411c964550888a34a1da1a06a0e41c44b69 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package b.d.a.f;
public class Calc_1_2_13057 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
0da8054ed14659e150754faef46287b33ea96f3c | 2446d95749442f418fcc60acec6b67aa09624d42 | /fun-service/src/main/java/com/xiaoyu/fun/service/CoreInfoService.java | daf9b99a45ea1411050af0b309d22ac2ef7b453b | [] | no_license | baijianwei827/xiaoyu-fun | f2786e3e5ae90fd13930a504ded03ff819b44c88 | b338c4fd8c16d316d753bd4667f866c50f6e1b43 | refs/heads/master | 2021-09-10T22:22:10.016064 | 2018-04-03T09:10:53 | 2018-04-03T09:10:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.xiaoyu.fun.service;
import com.xiaoyu.fun.entity.CoreInfo;
public interface CoreInfoService {
/**
* 添加
* @param coreInfo
* @return
*/
public boolean insertCoreInfo(CoreInfo coreInfo);
/**
* 修改
* @param coreInfo
* @return
*/
public boolean updateCoreInfo(CoreInfo coreInfo);
/**
* 删除
* @pa... | [
"zy135185@163.com"
] | zy135185@163.com |
72762b6322bdff3651eb8b1bf12820d9fd6d9e81 | 573b9c497f644aeefd5c05def17315f497bd9536 | /src/main/java/com/alipay/api/domain/MybankCreditSupplychainTradeCancelModel.java | d04b0ad9500cb18a84b6ac13c9b6f95237cd2ca1 | [
"Apache-2.0"
] | permissive | zzzyw-work/alipay-sdk-java-all | 44d72874f95cd70ca42083b927a31a277694b672 | 294cc314cd40f5446a0f7f10acbb5e9740c9cce4 | refs/heads/master | 2022-04-15T21:17:33.204840 | 2020-04-14T12:17:20 | 2020-04-14T12:17:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,549 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 交易取消
*
* @author auto create
* @since 1.0, 2018-07-06 12:00:14
*/
public class MybankCreditSupplychainTradeCancelModel extends AlipayObject {
private static final long serialVe... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
4d15c3cca9b91c74c5cfa4a2c15d2e2222166014 | 41f4f1fd29561eb376deb9aee44a1c2227af87f9 | /bus-image/src/main/java/org/aoju/bus/image/nimble/opencv/NativeJ2kImageReaderSpi.java | ff15d58fa6b30f221b31078915030b8c65c40c82 | [
"MIT"
] | permissive | learn-knowlege/bus | ddde17b3fa84fdf909d11d3ece9214ba21da902d | 25f2e1cafed7c1a2a483d5e168b6c415a8f25fad | refs/heads/master | 2023-01-14T09:54:33.479981 | 2020-10-13T10:37:35 | 2020-10-13T10:37:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,679 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"839536@qq.com"
] | 839536@qq.com |
5902fc1a1602b2a70b497d7618b92e450b17fc95 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/59/org/apache/commons/lang/StringUtils_splitWorker_2263.java | 6aa167ac738ba2e4d53dec8d56d8dcb6d04b8213 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 8,162 | java |
org apach common lang
oper link java lang string
code code safe
empti isempti blank isblank
check string text
trim strip
remov lead trail whitespac
equal
compar string safe
index indexof index lastindexof
safe index check
index indexofani index lastindexofani index indexofanybut index lastindex... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
df98d0e5b21c3959a716f51f910bc1449bb39a58 | f1a85ae8b9d5d9d9a848c4c8d9c2410b9726e194 | /library/appcommon/src/main/java/com/yaoguang/appcommon/common/utils/adater/CommonBottomAdapter.java | 719bf5ca904672404490437842c63b2d640653e7 | [] | no_license | P79N6A/as | 45dc7c76d58cdc62e3e403c9da4a1c16c4234568 | a57ee2a3eb2c73cc97c3fb130b8e389899b19d99 | refs/heads/master | 2020-04-20T05:55:10.175425 | 2019-02-01T08:49:15 | 2019-02-01T08:49:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,059 | java | package com.yaoguang.appcommon.common.utils.adater;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.alibaba.android.vlayout.LayoutHelper;
import com.yaoguang.appcommon.R;
import com.yaoguang.appcommon.common.base.BaseLo... | [
"254191389@qq.com"
] | 254191389@qq.com |
2e8fca79ffd05d14165403a8bc7e21c79ba3d0d8 | 40e1088259c04fab27ac2a41df69906e7d075954 | /src/main/java/org/semper/reformanda/syndication/rss/Category.java | 8d3df2e15d6951c2cb3ae4fc1851bace90515140 | [
"Apache-2.0"
] | permissive | nessguy/openaudible | c6114ea6ca0902a7491c8a1e307693f80147010a | f0d68a3d4366bd9895d3fb1dfade9fdcd103abb6 | refs/heads/master | 2020-03-29T08:22:29.507204 | 2020-01-22T20:27:49 | 2020-01-22T20:27:49 | 149,707,495 | 0 | 0 | Apache-2.0 | 2018-09-21T03:57:18 | 2018-09-21T03:57:18 | null | UTF-8 | Java | false | false | 1,761 | java | /**
* Copyright 2015 Joshua Cain
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or a... | [
"racer@torguard.tg"
] | racer@torguard.tg |
89f63aa74f3370bbcfbbd70b6cf084eb6d2c1794 | d993c71bfac21935bf98ff0e177681a68177b3f0 | /src/main/java/manage/CircularCounting.java | 3811dfed98d71d9d3c5771314281449fa8a262ac | [] | no_license | nitinkc/CodingInterviewPreps | 4c2e48eba73e60ddd35705c014277db1175588bf | a3a219e9cbc82d54427e055c0c0f74d441738982 | refs/heads/master | 2022-02-22T09:44:10.051063 | 2022-02-18T07:42:44 | 2022-02-18T07:42:44 | 55,822,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package manage;
/**
* Created by Nitin Chaurasia on 12/17/16 at 1:04 AM.
*/
public class CircularCounting {
public static void main(String[] args) {
countForward(7);
countBackwards(7);
}
private static void countForward(int count){
int print = 0;
//TESTING THE PROGRAM B... | [
"gs.nitin@gmail.com"
] | gs.nitin@gmail.com |
5abbf6462f5fe5780c17eb3156dcfbf86e5dcc0c | 64ba5681978b403bf437257509601c661a4bec6e | /src/main/java/com/tastytreet/restro/web/rest/UserJWTController.java | 01d6aff052a19d358ba3cb59d01b960bc5edd3cd | [] | no_license | kiranv31/TastyTreetRestro | fc4b9f01a7047746dadafdb0b7274d5a86ec94d4 | 21ffe868d2fc6490a9c1ef6653c2c602b70c1c4d | refs/heads/master | 2020-03-19T16:38:37.359132 | 2018-06-09T12:51:27 | 2018-06-09T12:51:27 | 136,722,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,550 | java | package com.tastytreet.restro.web.rest;
import com.tastytreet.restro.security.jwt.JWTConfigurer;
import com.tastytreet.restro.security.jwt.TokenProvider;
import com.tastytreet.restro.web.rest.vm.LoginVM;
import com.codahale.metrics.annotation.Timed;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.sp... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
f5a7bec33609e1d957e5d4d68648b130d4a91be4 | 23d343c5a7d982697ba539de76c24a03e6fd9b0d | /139/Solution.java | 77a6e018c2a2e1f6d21f0345605304dc68e10b52 | [] | no_license | yanglin0883/leetcode | 5050e4062aea6c3070a54843e07d5a09a592eda2 | 851d3bec58d61ed908d8c33c31d309ff204e1643 | refs/heads/master | 2022-12-05T23:50:39.822841 | 2020-08-21T17:13:16 | 2020-08-21T17:13:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | class Solution {
public boolean wordBreak(String s, List<String> wordDict) {
dfs(s, 0, wordDict);
return res;
}
boolean res=false;
void dfs(String s, int start, List<String> dic){
if(start==s.length())res = true;
if(res) return;
for(String i:dic){
int ... | [
"yanglin0883@gmail.com"
] | yanglin0883@gmail.com |
6bb5e36b6101a2940c07529a3fd7b16a977dbc28 | 724486ae493e7858a71bdf43d8dc3af57794b95f | /Base/BlockCustomLeaf.java | bd604efe970e187999c04b2e50d09d764e8b1ec7 | [] | no_license | mralimac/DragonAPI | 1a98ffd9dde9042ca23adc42d34d04596ce2bd02 | fec4010947c471c4443486056e2d19a44aeba4d0 | refs/heads/master | 2021-01-19T09:54:34.020830 | 2017-04-10T10:39:34 | 2017-04-10T10:39:34 | 87,799,014 | 0 | 0 | null | 2017-04-10T10:35:26 | 2017-04-10T10:35:26 | null | UTF-8 | Java | false | false | 5,032 | java | /*******************************************************************************
* @author Reika Kalseki
*
* Copyright 2016
*
* All rights reserved.
* Distribution of the software in any form is only allowed with
* explicit, prior permission from the owner.
****************************************************... | [
"reikasminecraft@gmail.com"
] | reikasminecraft@gmail.com |
cb25029991677fca8dc5c72f7c61aa6445b499cd | 793df459501d0113d6acdd41faf590122a242796 | /confu-master/benchmarks/xalan/original_source_from_jdcore/org/apache/bcel/generic/FDIV.java | 13a9514702364ce708445a96726d42530d13a878 | [
"Apache-2.0"
] | permissive | tsmart-date/nasac-2017-demo | fc9c927eb6cc88e090066fc351b58c74a79d936e | 07f2d3107f1b40984ffda9e054fa744becd8c8a3 | refs/heads/master | 2021-07-15T21:29:42.245245 | 2017-10-24T14:28:14 | 2017-10-24T14:28:14 | 105,340,725 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package org.apache.bcel.generic;
public class FDIV
extends ArithmeticInstruction
{
public FDIV()
{
super((short)110);
}
public void accept(Visitor v)
{
v.visitTypedInstruction(this);
v.visitStackProducer(this);
v.visitSt... | [
"liuhan0518@gmail.com"
] | liuhan0518@gmail.com |
93b1dd05e7183b52100376a41ba06cc05145a69b | a159ab5cc3bc60e013c402f8e6b9bed57e916be0 | /4.11/src/Test1.java | f9e8c3507c623738fc5e649199d1e4c9e849310e | [] | no_license | chickeboy/java-Study | 919a8e8034fa2de6fe8ddc9aa4f39a1c267001a6 | 2ab9ba21ea44bc7ba48423921bbe9e4cb1b543ea | refs/heads/master | 2020-05-24T09:47:17.296617 | 2019-07-24T07:38:30 | 2019-07-24T07:38:30 | 187,210,908 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 684 | java | /*public class Test1{
public static void main(String[] args){
for(int i=1;i<100;i++){
if(i%2!=0){
System.out.println(i);
}
}
}
}*/
/*public class Test1{
public static void main(String[] args){
int a= 0;
for(int i=1;i<101;i+=3){
a +=i;
}
System.out.println(a);
}
}1717*/
/*public class Test1{... | [
"1119644047@qq.com"
] | 1119644047@qq.com |
26eabefaea3bbdbb4d31cbebd01bbf980362506e | fd2dab9312313a2d42b22130909e631d7ecb7e52 | /src/com/javarush/test/level14/lesson08/home03/Solution.java | e3da69986b05825150ac171153b197766cae53ee | [] | no_license | EvgeniyChaika/JavaRush | 543ee5b198a939b56cd3fe616a65113e9c78c661 | 73c888d2c8da46de28a2fd680abf71ab7a9ec530 | refs/heads/master | 2021-01-10T17:15:14.148001 | 2016-10-24T17:54:37 | 2016-10-24T17:54:37 | 48,767,613 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | package com.javarush.test.level14.lesson08.home03;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/* User, Looser, Coder and Proger
1. Ввести [в цикле] с клавиатуры несколько строк (ключей).
Строки(ключи) могут быть такими: "user", "looser", "coder", "proger".
Ввод окончен, когда строка не совпадает... | [
"evgeniy.chaika.83@gmail.com"
] | evgeniy.chaika.83@gmail.com |
5fd58e0711b08b3ef8a8b3590caf55775513953a | ecbb90f42d319195d6517f639c991ae88fa74e08 | /OpenSaml/src/org/opensaml/saml1/core/impl/AuthenticationStatementImpl.java | 2bd7955bbb17e5d978366245a9a154bd36f83465 | [
"MIT"
] | permissive | Safewhere/kombit-service-java | 5d6577984ed0f4341bbf65cbbace9a1eced515a4 | 7df271d86804ad3229155c4f7afd3f121548e39e | refs/heads/master | 2020-12-24T05:20:59.477842 | 2018-08-23T03:50:16 | 2018-08-23T03:50:16 | 36,713,383 | 0 | 1 | MIT | 2018-08-23T03:51:25 | 2015-06-02T06:39:09 | Java | UTF-8 | Java | false | false | 4,110 | java | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Lic... | [
"lxp@globeteam.com"
] | lxp@globeteam.com |
8ce9a46c6f9635b4aff418e720151591bba783e3 | 7c20e36b535f41f86b2e21367d687ea33d0cb329 | /Capricornus/src/com/jet/net/nntp/Newsgroup.java | 90fc673e1d04e87ac800146cc8addb31bfbaccd8 | [] | no_license | fazoolmail89/gopawpaw | 50c95b924039fa4da8f309e2a6b2ebe063d48159 | b23ccffce768a3d58d7d71833f30b85186a50cc5 | refs/heads/master | 2016-09-08T02:00:37.052781 | 2014-05-14T11:46:18 | 2014-05-14T11:46:18 | 35,091,153 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package com.jet.net.nntp;
/**
* Data that encapsulates a newsgroup. This is simply the article name
* and the current minimum and maximum article in this group.
*
* @author Paul Bemowski
*/
public class Newsgroup
{
String name;
int firstarticle=-1;
int lastarticle=-1;
/** Constructs a newsgroup obj... | [
"ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5"
] | ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5 |
ada6dade9750408b6390ca1351531d62d1c692c3 | 93506938dab5ab2f33ea367fcf6b205487e16f92 | /src/main/java/stellarium/config/ILoadSaveHandler.java | 6dec64633ea8a1d3f8705ec8d40b04a64657deea | [] | no_license | AryaDragonmaster/SkyMod | 445c9d9fb8c0866fb180fd05131797e0db56b067 | 23609c1dc511bf5b61a8537ec36613220809d9e1 | refs/heads/master | 2021-05-04T06:54:52.053041 | 2016-03-15T15:42:47 | 2016-03-15T15:42:47 | 70,536,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package stellarium.config;
public interface ILoadSaveHandler {
/**
* called on formatting configuration to get certain input.
* always called before editing / loading configuration.
* */
public void onFormat();
/**
* called when configuration is finished to apply the settings.
* */
public void onApply... | [
"abab9579@gmail.com"
] | abab9579@gmail.com |
837589b5e9ac8c29b0ac91c162a1f4ced0d25107 | 083d72ab12898894f0efa87b73ad4b59d46fdda3 | /trunk/source/AbstractInterpretationV2/src/de/uni_freiburg/informatik/ultimate/plugins/analysis/abstractinterpretationv2/algorithm/IDebugHelper.java | 2368322e7acc16bd5b35d0a8eb860e59a85dae6e | [] | no_license | utopia-group/SmartPulseTool | 19db821090c3a2d19bad6de690b5153bd55e8a92 | 92c920429d6946ff754c3d307943bcaeceba9a40 | refs/heads/master | 2023-06-09T04:10:52.900609 | 2021-06-06T18:30:15 | 2021-06-06T18:30:15 | 276,487,368 | 8 | 6 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package de.uni_freiburg.informatik.ultimate.plugins.analysis.abstractinterpretationv2.algorithm;
import de.uni_freiburg.informatik.ultimate.modelcheckerutils.absint.DisjunctiveAbstractState;
import de.uni_freiburg.informatik.ultimate.modelcheckerutils.absint.IAbstractState;
/**
* {@link IDebugHelper} is used t... | [
"jon@users-MacBook-Pro.local"
] | jon@users-MacBook-Pro.local |
261391ad86a04bbd5e18a7bc00aa0f0c860c03e0 | 51b7aa8ca8dedd69039d17959701bec7cd99a4c1 | /services/simpledb/src/it/java/software/amazon/awssdk/services/simpledb/PutAttributesIntegrationTest.java | 91149df2555074d9081fa4f5e9ab02dd9f812aaa | [
"Apache-2.0"
] | permissive | MatteCarra/aws-sdk-java-v2 | 41d711ced0943fbd6b5a709e50f78b6564b5ed21 | af9fb86db6715b1dbea79028aa353292559d5876 | refs/heads/master | 2021-06-30T05:21:08.988292 | 2017-09-18T15:33:38 | 2017-09-18T15:33:38 | 103,685,332 | 0 | 1 | null | 2017-09-15T17:45:50 | 2017-09-15T17:45:50 | null | UTF-8 | Java | false | false | 2,921 | java | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | [
"millem@amazon.com"
] | millem@amazon.com |
2b632e129d6ee8cb37cb953588dd45ee0d366813 | cdd8cf6479e519ff18c71ccba529c0875e49169a | /src/main/java/top/dianmu/ccompiler/learn/day91/backend/StatementListExecutor.java | d4c817a63cd02e6d8c468cd113bb381922ca1cee | [] | no_license | hungry-game/CCompiler_for_learn | af3611bd636978d72df3e09399f144f1ac482c84 | 3f1d3c48dd229ce1eb265ae0d3c8f2051051418b | refs/heads/master | 2022-05-26T18:33:01.230199 | 2020-05-02T12:57:33 | 2020-05-02T12:57:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package top.dianmu.ccompiler.learn.day91.backend;
public class StatementListExecutor extends BaseExecutor{
@Override
public Object Execute(ICodeNode root) {
executeChildren(root);
Object child = root.getChildren().get(0);
copyChild(root, root.getChildren().get(0));
return root;
}
}... | [
"2673077461@qq.com"
] | 2673077461@qq.com |
c9b5297a7800df143d67254e216383a44d7f15db | 3ebaee3a565d5e514e5d56b44ebcee249ec1c243 | /assetBank 3.77 decomplied fixed/src/java/net/opengis/ogc/SpatialOperatorNameType.java | a1a49572b119f3b5923dcfc661d1b9ab7d77f15b | [] | no_license | webchannel-dev/Java-Digital-Bank | 89032eec70a1ef61eccbef6f775b683087bccd63 | 65d4de8f2c0ce48cb1d53130e295616772829679 | refs/heads/master | 2021-10-08T19:10:48.971587 | 2017-11-07T09:51:17 | 2017-11-07T09:51:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | /* */ package net.opengis.ogc;
/* */
/* */ import javax.xml.bind.annotation.XmlEnum;
/* */ import javax.xml.bind.annotation.XmlEnumValue;
/* */ import javax.xml.bind.annotation.XmlType;
/* */
/* */ @XmlType(name="SpatialOperatorNameType")
/* */ @XmlEnum
/* */ public enum SpatialOperatorName... | [
"42003122+code7885@users.noreply.github.com"
] | 42003122+code7885@users.noreply.github.com |
30b51bdf89ded52f5e5e9e1629e761d279cf72bc | fb9f24616cff56cb0fd7e5a8ef54e64022e08c0e | /app/src/main/java/com/glitchcam/vepromei/utils/permission/PermissionsChecker.java | bce70411770bd2b7f7de8b554e300a90825f5177 | [] | no_license | winterdl/VideoEditor-Android | f455d78d4147c3feab3631c2c31c244c1439b20b | a91c70dc2b7c0526f51985b910ecefa24ca37389 | refs/heads/main | 2023-04-07T17:02:50.790249 | 2021-04-13T20:11:02 | 2021-04-13T20:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,915 | java | package com.glitchcam.vepromei.utils.permission;
import android.content.Context;
import android.content.pm.PackageManager;
import androidx.core.content.ContextCompat;
import java.util.ArrayList;
import java.util.List;
public class PermissionsChecker {
private final Context mContext;
public PermissionsChec... | [
"boryshozh77@gmail.com"
] | boryshozh77@gmail.com |
98f1a68766d1d17d3186b97ca3627e1545a55d06 | 24669636accfe5bc927561500552695e94083dd7 | /exampleWeb/src/main/java/net/demo/hasor/domain/VersionInfoDO.java | b3573f190acb07ca45e6b0c18e8588a083886dd6 | [] | no_license | hiopro2016/hasor | 2b6826904b484a9758345646cecd0260425f7eb7 | 591d3209f1d3cc4e4b2dd3d897b3d49a7bb129ab | refs/heads/master | 2020-12-25T00:08:59.811080 | 2016-06-16T09:50:55 | 2016-06-16T09:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | /*
* Copyright 2008-2009 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... | [
"zyc@hasor.net"
] | zyc@hasor.net |
66ba6741497e485ddbdfc34402d7110721612b06 | 815cb2f74b1c48835d2763df6dbf2fd673772dd0 | /bpm/bonita-core/bonita-process-instance/bonita-process-instance-model-impl/src/main/java/org/bonitasoft/engine/core/process/instance/model/builder/event/trigger/impl/SThrowMessageEventTriggerInstanceBuilderImpl.java | c191115100b573aa0e7191693447c5d4fc24139f | [] | no_license | Melandro/bonita-engine | 04238b7b1f6daefbf568e2985f9ad990e66d2a10 | bd4a9ab2492d5e9843a90fd9bbfe14700eb4bddb | refs/heads/master | 2021-01-15T18:36:29.949274 | 2013-08-14T14:22:15 | 2013-08-14T14:47:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,966 | java | /**
* Copyright (C) 2012 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This library is free software; you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Foundation
* version 2.1 of the License.
* This... | [
"emmanuel.duchastenier@bonitasoft.com"
] | emmanuel.duchastenier@bonitasoft.com |
f8443fcceddf28ca3ecdfa615c0091a279d6698e | a47f5306c4795d85bf7100e646b26b614c32ea71 | /sphairas-libs/clients/src/org/thespheres/betula/clients/termreport/RemoteServiceDescriptor.java | 1aea35d16bbacf0c68c8d8d0829250c291ff26b5 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | sphairas/sphairas-desktop | 65aaa0cd1955f541d3edcaf79442e645724e891b | f47c8d4ea62c1fc2876c0ffa44e5925bfaebc316 | refs/heads/master | 2023-01-21T12:02:04.146623 | 2020-10-22T18:26:52 | 2020-10-22T18:26:52 | 243,803,115 | 2 | 1 | Apache-2.0 | 2022-12-06T00:34:25 | 2020-02-28T16:11:33 | Java | UTF-8 | Java | false | false | 3,074 | 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 org.thespheres.betula.clients.termreport;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.... | [
"boris.heithecker@gmx.net"
] | boris.heithecker@gmx.net |
2f23e35cc9826493274342009e589143e94dae3c | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a010/A010678Test.java | 057ccd9a2161e506c82a5149f443327d84741221 | [] | 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.a010;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A010678Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
1cc9c6a0e85bba46ac38b96ead7627fb7b3974f8 | d12c2b6a4afde66e284ac2f82dc585e7f3eb068a | /stack/src/main/java/com/leetcode/PrintChars.java | ea4248a32e42610c30be2ab33a64fc38b70e69eb | [] | no_license | dhirajn72/datastructureAndAlgorithms | 59fab7c280ec4b7f03b2166927ac49d48677bd5a | bdbfeccf43d0ae8307c572ee58279fb20ba5f1aa | refs/heads/developer | 2021-06-09T02:01:52.345532 | 2021-04-06T09:15:47 | 2021-04-06T09:32:54 | 123,245,218 | 0 | 0 | null | 2021-04-06T09:34:49 | 2018-02-28T07:15:29 | Java | UTF-8 | Java | false | false | 187 | java | package com.leetcode;
/**
* @author Dhiraj
* @date 19/07/19
*/
public class PrintChars {
public static void main(String[] args) {
System.out.println((char)8593);
}
}
| [
"dhiraj.kumar1@myntra.com"
] | dhiraj.kumar1@myntra.com |
621bcc1567a80c2911d3e869b54935cf32a1e0f3 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-medium-project/src/test/java/org/gradle/test/performancenull_38/Testnull_3744.java | 0778b3fc3fe70af58c727525b8b4e96c42bfa41d | [] | 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 | 304 | java | package org.gradle.test.performancenull_38;
import static org.junit.Assert.*;
public class Testnull_3744 {
private final Productionnull_3744 production = new Productionnull_3744("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
a60392d9be4404ca841bbda0847eea5c07a15f59 | 95a54e3f3617bf55883210f0b5753b896ad48549 | /java_src/com/google/android/gms/internal/clearcut/zzgf.java | 5f52507b6a51b70caeda41ba646801e6ccdb4d6b | [] | no_license | aidyk/TagoApp | ffc5a8832fbf9f9819f7f8aa7af29149fbab9ea5 | e31a528c8f931df42075fc8694754be146eddc34 | refs/heads/master | 2022-12-22T02:20:58.486140 | 2021-05-16T07:42:02 | 2021-05-16T07:42:02 | 325,695,453 | 3 | 1 | null | 2022-12-16T00:32:10 | 2020-12-31T02:34:45 | Smali | UTF-8 | Java | false | false | 4,232 | java | package com.google.android.gms.internal.clearcut;
import com.google.android.gms.internal.clearcut.zzcg;
final /* synthetic */ class zzgf {
static final /* synthetic */ int[] zzba = new int[zzcg.zzg.values$50KLMJ33DTMIUPRFDTJMOP9FE1P6UT3FC9QMCBQ7CLN6ASJ1EHIM8JB5EDPM2PR59HKN8P949LIN8Q3FCHA6UIBEEPNMMP9R0().length];
... | [
"ai@AIs-MacBook-Pro.local"
] | ai@AIs-MacBook-Pro.local |
2f71b452e2e0e721df71693de6150ae8b075b197 | 6981973939d36b5282f2811ad546c398c0a23a63 | /chelizi/intapi/src/main/java/com/lili/order/vo/StudentStatisticQuery.java | 9431a084aeff894fd8b13563693bfed58cf41f98 | [] | no_license | lucifax301/chelizi | 8ce36763b2470d1e490d336b493f0dca435a13c8 | e5f33c44a3419158fa7821fcc536cb2f06da9792 | refs/heads/master | 2022-12-25T14:48:08.779035 | 2019-05-30T08:59:55 | 2019-05-30T08:59:55 | 92,494,386 | 1 | 0 | null | 2022-12-16T01:16:34 | 2017-05-26T09:23:10 | Java | UTF-8 | Java | false | false | 1,363 | java | package com.lili.order.vo;
public class StudentStatisticQuery extends BaseQuery {
private String sqlField="ssid as ssid,student_id as studentId,ctid as ctid,total as total,score as score";
private String sqlPost;
private String groupBy;
private String orderBy;
private int pageIndex=1;
private int pageSize=10;
p... | [
"232120641@qq.com"
] | 232120641@qq.com |
b5351b24d115617a0e9411ef156476cb82656c88 | 251861f3124c2b5c842c56470a240a88d1f0195d | /spf4j-zel/src/main/java/org/spf4j/zel/instr/RLIKE.java | a814d0e3b6a5b1e21f0690732f1c1af1def60aeb | [] | no_license | zolyfarkas/spf4j | b8cc01ec017e2d422ef77bac546ce589ab76bc1c | 646004f6ce4a51c164a7736fd96ec788c57b3a5c | refs/heads/master | 2023-08-06T10:21:44.343987 | 2022-12-08T16:58:46 | 2023-07-15T18:06:39 | 7,158,649 | 197 | 40 | null | 2023-07-15T18:06:41 | 2012-12-14T02:06:21 | Java | UTF-8 | Java | false | false | 2,439 | java | /*
* Copyright (c) 2001-2017, Zoltan Farkas All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any... | [
"zolyfarkas@yahoo.com"
] | zolyfarkas@yahoo.com |
c542ac0746d264f72223b834a3cb40801a338e07 | 6503253d96eea96665429be83f5844f6fd95d80b | /Pad/src/main/java/com/ngame/api/model/Meta.java | c4dcb2866c4810846e6f214515da8fbe0c1513d2 | [] | no_license | liguoliang777/main | 352b0c4bef544dbde2acb74a40f30ae9d1d98c42 | a474ef2f863228db6c772134948523a49d7603ae | refs/heads/master | 2019-09-01T02:43:56.277543 | 2018-06-27T03:13:16 | 2018-06-27T03:13:16 | 98,368,608 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.ngame.api.model;
/**
* Created by Administrator on 2017/12/5.
*/
public class Meta {
private String code;
private String message;
public Meta(){super();}
public String getCode(){return code;}
public String getMessage(){return message;}
public void getCode(String s){code = s;}
... | [
"157308001@qq.com"
] | 157308001@qq.com |
248299b3b226c51f2939ea7ef1fc11fc2d68e014 | 841060e745df2c24e6a4f2370ab2d50d4a66b250 | /android/guava-testlib/src/com/google/common/util/concurrent/testing/TestingExecutors.java | 4fbf140f9285f65666d95cf3e5d84b4a1f8a4527 | [
"Apache-2.0"
] | permissive | yangfancoming/guava-parent | 2d61b596fbce5ee82896a00e02f0490a8db2dcc1 | bda34e5e2a9ebfc0d4ff29077a739d542e736299 | refs/heads/master | 2021-06-19T23:21:36.712821 | 2019-07-26T06:50:48 | 2019-07-26T06:50:48 | 198,820,961 | 0 | 0 | Apache-2.0 | 2021-03-31T21:26:52 | 2019-07-25T11:45:39 | Java | UTF-8 | Java | false | false | 5,976 | java | package com.google.common.util.concurrent.testing;
import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.collect.ImmutableList;
import com.google.common.primitives.Longs;
import com.google.common.util.concurrent.AbstractFuture;
import com.google.commo... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
bf94626971c2bd2680dba2faa2674699adf87a1d | b494660c34135527b4443b9d79819fd75db5079b | /VipDashboard/src/com/vipdashboard/app/adapter/CleanMaserAppManagerAdapter.java | 8cbaf11a226b1ea1c24d0d441cca0a5122da0209 | [] | no_license | palash051/R-D | 3ed47f9ac41685165a4730bda950e247492febdf | 2bc1126409e6012be927557b20824d860ac624c9 | refs/heads/master | 2021-01-16T21:04:00.291049 | 2016-08-04T05:40:22 | 2016-08-04T05:40:22 | 64,904,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | package com.vipdashboard.app.adapter;
import com.vipdashboard.app.fragments.AppManagerFragmnet;
import com.vipdashboard.app.fragments.PickManagerFragment;
//import com.vipdashboard.app.fragments.VIPD_Apk_Files_Fragment;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import andr... | [
"md.jahirul.islam.bhuiyan.2014@gmail.com"
] | md.jahirul.islam.bhuiyan.2014@gmail.com |
008321cb6dc9c03efacd728dc709c77cbc14b69f | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.vrshell-VrShell/sources/com/oculus/android/exoplayer2/upstream/ContentDataSource.java | 25eadffe450aa2550bc21440a245a369e3b09264 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 7,180 | java | package com.oculus.android.exoplayer2.upstream;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.net.Uri;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
d4bdc582507de58d4e9cf95896be0ca6a8c5913a | f3aec68bc48dc52e76f276fd3b47c3260c01b2a4 | /core/referencebook/src/main/java/ru/korus/tmis/pix/PRPAIN201301UV02.java | f57be9e89705a8b6e598ed6d8c7cbfa82594acf9 | [] | no_license | MarsStirner/core | c9a383799a92e485e2395d81a0bc95d51ada5fa5 | 6fbf37af989aa48fabb9c4c2566195aafd2b16ab | refs/heads/master | 2020-12-03T00:39:51.407573 | 2016-04-29T12:28:32 | 2016-04-29T12:28:32 | 96,041,573 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,628 | java |
package ru.korus.tmis.pix;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
... | [
"szgrebelny@korusconsulting.ru"
] | szgrebelny@korusconsulting.ru |
d8b2c45c0deeabfe95a374963aeb2f44941c2c05 | 600a4fe2623a9c8f419638075828c44b4a85e37c | /04_Lists/04_Grid_Custom/app/src/main/java/net/openwebinars/liststring/ScrollingActivity.java | 5b6704cc94b85e10dc55de6ab1841cf81d9fd659 | [] | no_license | miguelcamposdev/euromind_glogow | 3a945b9706ca7f9807626860beefe4becc4c77ac | 6db96ed1195862465fd41646c43e2af48375ad1f | refs/heads/master | 2021-05-30T23:19:13.254235 | 2016-01-29T17:22:55 | 2016-01-29T17:22:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,354 | java | package net.openwebinars.liststring;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolba... | [
"camposmiguel@gmail.com"
] | camposmiguel@gmail.com |
6c156b66682cffd0abc73555f60d4e078b2a6d8a | 1a6974cce238519d2ef9d7bfea96ae9effd49fdb | /src/main/java/nmd/orb/repositories/cached/CachedFeedItemsRepository.java | d86cb2d343e16d5a4cc5057d2795b058cfa8205a | [] | no_license | vitaliikacov/nmdService | f592c66960934ceea1cf2d0ad0fd1041dbb96c97 | f998eeceb5c287ec934065496a40110e4c06e957 | refs/heads/master | 2021-01-18T13:21:44.041693 | 2015-04-14T19:11:00 | 2015-04-14T19:11:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,059 | java | package nmd.orb.repositories.cached;
import nmd.orb.feed.FeedItem;
import nmd.orb.repositories.Cache;
import nmd.orb.repositories.FeedItemsRepository;
import java.util.List;
import java.util.UUID;
import java.util.logging.Logger;
import static nmd.orb.util.Assert.assertNotNull;
/**
* Author : Igor Usenko ( igors48... | [
"nmds48@gmail.com"
] | nmds48@gmail.com |
b20d00cf4e032d84140173470343274ab884bb8e | d36b9ff8b62708f939ca535490b0ed6239324dad | /zd-hft-stratagy/src/main/java/com/zd/config/Global.java | 89e66490062c281fe92976111846d9637fd187fd | [] | no_license | userKarl/stratagy-trader | c02b5be3b9b5101a7f61761546ddc7cd45b2e6a3 | fed2000fb2c994c5172c7ec3e31b3651eb2e1d31 | refs/heads/master | 2020-03-26T08:36:15.391928 | 2018-09-13T11:32:14 | 2018-09-13T11:32:14 | 144,710,668 | 3 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | package com.zd.config;
import java.util.concurrent.ConcurrentHashMap;
import com.shanghaizhida.beans.MarketInfo;
import com.zd.business.engine.main.central.CentralEventProducer;
import com.zd.business.engine.main.market.MarketEventProducer;
import com.zd.business.engine.main.order.OrderEventProducer;
import com.zd.bu... | [
"yanglin-163.-com@163.com"
] | yanglin-163.-com@163.com |
7bd57018afcf62336d185d39550443425703c3a3 | 6fb939605984d30c9a908709853cb5673e8b0dcb | /src/main/java/web/test/jhipster/booking/service/AuditEventService.java | 9251ca455228857510e11fa38700bb0ce87d4e86 | [] | no_license | donut-on-ice/testJhipster | f4d8069f73844315eede8c477deb26e9c983de2c | 62cee618d616ada08315bf06457a81aad210febd | refs/heads/master | 2021-06-27T03:31:03.914929 | 2018-05-22T21:48:46 | 2018-05-22T21:48:46 | 134,479,619 | 0 | 1 | null | 2020-09-18T07:45:37 | 2018-05-22T21:48:42 | Java | UTF-8 | Java | false | false | 1,803 | java | package web.test.jhipster.booking.service;
import web.test.jhipster.booking.config.audit.AuditEventConverter;
import web.test.jhipster.booking.repository.PersistenceAuditEventRepository;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.da... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
64473bf4289b6d59cb71bfef189efb5a6faf14d5 | 87901d9fd3279eb58211befa5357553d123cfe0c | /bin/ext-template/yacceleratorstorefront/web/testsrc/de/hybris/platform/yacceleratorstorefront/controllers/cms/CategoryFeatureComponentControllerTest.java | 3d2276bff6da41ca42226faef9d14ca976ccfeba | [] | no_license | prafullnagane/learning | 4d120b801222cbb0d7cc1cc329193575b1194537 | 02b46a0396cca808f4b29cd53088d2df31f43ea0 | refs/heads/master | 2020-03-27T23:04:17.390207 | 2014-02-27T06:19:49 | 2014-02-27T06:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,496 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2013 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 t... | [
"admin1@neev31.(none)"
] | admin1@neev31.(none) |
4edef2f9dbef4b8b42a52dbe85740412a945d63f | 551e459d83c4f8e006d32b54d6365eacc6c78e00 | /smartas-core/src/main/java/org/smartas/core/dao/BatisDaoImpl.java | b0f8b07078ab6c2ddd2a1b8a0bcaf41c9f0f635d | [] | no_license | summitxf/SmartAs | 088f8b5185e215aae2cec31061b13c7316522f72 | a8235d6ddadf5b6e42694f0a3a7d926fbea0869d | refs/heads/master | 2021-01-18T10:49:58.807715 | 2016-07-05T02:54:35 | 2016-07-05T02:54:35 | 50,152,795 | 1 | 0 | null | 2016-01-22T02:44:49 | 2016-01-22T02:44:49 | null | UTF-8 | Java | false | false | 468 | java | package org.smartas.core.dao;
import org.smartas.core.BaseDao;
import org.smartas.core.POJO;
/**
*
* @author chenb
*
* @param <T> 基础表类,对于主键为long类型 ,则直接继承该类,若主键为其他类型,
* 需要直接继承BatisGenericDao
*/
public class BatisDaoImpl<T extends POJO> extends BatisGenericDao<T, Long> implements BaseDao<T> {
pub... | [
"chenjpu@gmail.com"
] | chenjpu@gmail.com |
6b8def15c967ec1faaf97d8708f88facd79b354a | 1ebd71e2179be8a2baec90ff3f326a3f19b03a54 | /hybris/bin/modules/core-accelerator/acceleratorcms/src/de/hybris/platform/acceleratorcms/component/cache/impl/CurrentCategoryCmsCacheKeyProvider.java | f718aca09a49cbe786547df0b8a64377fe448790 | [] | no_license | shaikshakeeb785/hybrisNew | c753ac45c6ae264373e8224842dfc2c40a397eb9 | 228100b58d788d6f3203333058fd4e358621aba1 | refs/heads/master | 2023-08-15T06:31:59.469432 | 2021-09-03T09:02:04 | 2021-09-03T09:02:04 | 402,680,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.platform.acceleratorcms.component.cache.impl;
import de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang.StringUt... | [
"sauravkr82711@gmail.com"
] | sauravkr82711@gmail.com |
cb3498775d283cc8f1077313ad347ce175b15107 | d5515553d071bdca27d5d095776c0e58beeb4a9a | /src/h/gvcolor_t.java | b97bf914314fb224b5dabb89dc59214a470b2043 | [] | no_license | ccamel/plantuml | 29dfda0414a3dbecc43696b63d4dadb821719489 | 3100d49b54ee8e98537051e071915e2060fe0b8e | refs/heads/master | 2022-07-07T12:03:37.351931 | 2016-12-14T21:01:03 | 2016-12-14T21:01:03 | 77,067,872 | 1 | 0 | null | 2022-05-30T09:56:21 | 2016-12-21T16:26:58 | Java | UTF-8 | Java | false | false | 2,386 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* Project Info: http://plantuml.com
*
* This file is part of Smetana.
* Smetana is a partial translation of Graphviz... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
97b2562f669ac9f9fa797c87c3691ba0a23bdd71 | 70365107bea73d7e081d3fd4e3e7cb0120454cac | /app/src/main/java/com/zbxn/main/widget/smarttablayout/utils/ViewPagerItems.java | e8481fb51dd51de7d9293acb8c8a0ac038267757 | [] | no_license | Leader0721/ZBXN | e752744a45efabbc72c196c4412230cb456b3a08 | 168aee78ca6df8911f38f31e5c9c5bc7de6205ac | refs/heads/master | 2020-12-02T08:00:16.600667 | 2017-07-10T10:01:46 | 2017-07-10T10:01:46 | 96,758,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | /**
* Copyright (C) 2015 ogaclejapan
*
* 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... | [
"18410133533@163.com"
] | 18410133533@163.com |
46b19284e8b53710c8f12c60d0e77afd7990c434 | 35348f6624d46a1941ea7e286af37bb794bee5b7 | /Ghidra/Debug/Debugger-agent-dbgmodel/src/main/java/agent/dbgmodel/impl/dbgmodel/concept/IterableConceptImpl.java | 25f84a68545184b87bf2a9e994e84da79b7df5ec | [
"Apache-2.0",
"GPL-1.0-or-later",
"GPL-3.0-only",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | StarCrossPortal/ghidracraft | 7af6257c63a2bb7684e4c2ad763a6ada23297fa3 | a960e81ff6144ec8834e187f5097dfcf64758e18 | refs/heads/master | 2023-08-23T20:17:26.250961 | 2021-10-22T00:53:49 | 2021-10-22T00:53:49 | 359,644,138 | 80 | 19 | Apache-2.0 | 2021-10-20T03:59:55 | 2021-04-20T01:14:29 | Java | UTF-8 | Java | false | false | 2,881 | java | /* ###
* IP: GHIDRA
*
* 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 writin... | [
"46821332+nsadeveloper789@users.noreply.github.com"
] | 46821332+nsadeveloper789@users.noreply.github.com |
7be93cc48d78252fa402c9491e75c5f6d392e7fc | cdeb1696d36c6559f5ddeb9c80a5d53ec346dc1c | /src/main/java/com/mossle/api/audit/AuditDTO.java | 759b0d875701fdac322a307788049feffb2c99c5 | [
"Apache-2.0"
] | permissive | mossle/lemon | da21d489d278a6c7e23a135d362b9309ff9fd942 | 0ef76d73e76daa11f7a11bda8b0b6c661c8967c7 | refs/heads/master | 2020-02-26T14:28:03.118794 | 2015-10-10T08:39:37 | 2015-10-10T08:39:37 | 44,823,298 | 1 | 0 | null | 2015-10-23T15:59:09 | 2015-10-23T15:59:09 | null | UTF-8 | Java | false | false | 1,912 | java | package com.mossle.api.audit;
import java.util.Date;
public class AuditDTO {
private String user;
private String resourceType;
private String resourceId;
private String action;
private String result;
private String application;
private Date auditTime;
private String client;
private... | [
"xyz20003@gmail.com"
] | xyz20003@gmail.com |
7107e06411c948c8a904e38584051f5dea7bab0c | 17553046105f58fb96190fb544c9136f301de670 | /memory-engine/src/main/java/com/whoiszxl/entity/Result.java | de7e31ebdbb54223f8656ff2a648fcdb7b444470 | [] | no_license | TSW2/tues-ex | 8bc8c9d344e1e3bead557105df8321de00542815 | ff1815d98364f616d27f4327f12f6b287304cd9f | refs/heads/master | 2023-03-30T06:59:10.954266 | 2021-04-06T10:29:55 | 2021-04-06T10:29:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | package com.whoiszxl.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
/**
* @description: 返回实体类
* @author: whoiszxl
* @create: 2020-01-03
**/
@Data
@NoArgsConstructor
@AllArgsConstructor
@Accessors(chain = true)
public class Resul... | [
"whoiszxl@gmail.com"
] | whoiszxl@gmail.com |
80457dc49421ddbd1207c29d390917f06db1aa15 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/24676/tar_1.java | c29fa9490d54184f6d59dc67fa1bf9d3af78f95e | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,340 | java | /*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
f406df5bdd7997cdfb75875898ded8609945737c | f4e15ee34808877459d81fd601d6be03bdfb4a9d | /winterwell/jtwitter/SimpleOAuthConsumer.java | 491e1ac7611c196c700e2cebc63a40699fd1a75b | [] | no_license | Lianite/wurm-server-reference | 369081debfa72f44eafc6a080002c4a3970f8385 | e4dd8701e4af13901268cf9a9fa206fcb5196ff0 | refs/heads/master | 2023-07-22T16:06:23.426163 | 2020-04-07T23:15:35 | 2020-04-07T23:15:35 | 253,933,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | //
// Decompiled by Procyon v0.5.30
//
package winterwell.jtwitter;
import oauth.signpost.basic.HttpURLConnectionRequestAdapter;
import java.net.HttpURLConnection;
import oauth.signpost.http.HttpRequest;
import oauth.signpost.AbstractOAuthConsumer;
class SimpleOAuthConsumer extends AbstractOAuthConsumer
{
priv... | [
"jdraco6@gmail.com"
] | jdraco6@gmail.com |
a5687d24a8f31b6e7f8d376c0d73d5f5eb372ca1 | 8c085f12963e120be684f8a049175f07d0b8c4e5 | /castor/tags/tag_0_9_3_6/castor-2002/castor/src/main/org/exolab/castor/xml/schema/Wildcard.java | 4ee79ca7e36c32e42596ce694e46eddc56bdd28f | [] | no_license | alam93mahboob/castor | 9963d4110126b8f4ef81d82adfe62bab8c5f5bce | 974f853be5680427a195a6b8ae3ce63a65a309b6 | refs/heads/master | 2020-05-17T08:03:26.321249 | 2014-01-01T20:48:45 | 2014-01-01T20:48:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,909 | java | /**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright
* statements and notices. Redistributions must also contain a
* ... | [
"nobody@b24b0d9a-6811-0410-802a-946fa971d308"
] | nobody@b24b0d9a-6811-0410-802a-946fa971d308 |
d12b99a9d6e88d6f250a941ec3e1dd09902f8987 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/44/1131.java | ca388ce770fd44647f5760a94ef903db5f02021f | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package <missing>;
public class GlobalMembers
{
public static int reverse(int num)
{
int[] a = new int[10];
int i;
int j;
int output = 0;
for (i = 0;i < 10;i++)
{
a[i] = (int)(num / Math.pow(10,i)) % 10;
}
for (i = 9,j = 0;i >= 0;i--)
{
if (a[i] == 0)
{
j++;
}
else
{
break... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
2e015abb1439a4a8b8a25deec512771fa1bf8bbd | 032e99ccc209b07a311f71bc36323835dabde43d | /src/main/java/com/orchardsoft/bugtracker/config/CacheConfiguration.java | 5f63ae1552d87a03fcc1b881a9b989279efc9c16 | [] | no_license | DavidHuertas/BugTrackerJHipster | 2b8d2b95ae9065fefc129d950644ba5854964b6c | 7a22cf9fcab78c1e08c435ae901ce7cb1c36e93e | refs/heads/master | 2022-12-21T11:06:24.910401 | 2019-12-15T01:18:51 | 2019-12-15T01:18:51 | 228,101,350 | 0 | 0 | null | 2022-12-16T04:42:20 | 2019-12-14T23:06:34 | Java | UTF-8 | Java | false | false | 3,091 | java | package com.orchardsoft.bugtracker.config;
import java.time.Duration;
import org.ehcache.config.builders.*;
import org.ehcache.jsr107.Eh107Configuration;
import org.hibernate.cache.jcache.ConfigSettings;
import io.github.jhipster.config.JHipsterProperties;
import org.springframework.boot.autoconfigure.cache.JCacheM... | [
"dhuertas.eng@gmail.com"
] | dhuertas.eng@gmail.com |
e2d83cb694e4b040700e38dec9dfe6bbb6ee60f0 | 256f4bed8d8f42560a168364056acf47893ddc2c | /bin/custom/merchandisestorefront/web/testsrc/org/merchandise/storefront/security/cookie/EnhancedCookieGeneratorTest.java | 03a4236834d68fb896c0e90a4709b8a3285ab262 | [] | no_license | marty-friedman/e-commerce | 87d5b4226c9a06ca6020bf87c738e6590c071e3f | 5c56f40d240f848e234f430ce904d4483ffe8117 | refs/heads/master | 2021-09-20T13:55:37.744933 | 2018-08-10T03:51:06 | 2018-08-10T03:51:06 | 142,566,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,876 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"egor.pgg@gmail.com"
] | egor.pgg@gmail.com |
2333e07c1f922fe71c62fa8ac517f4e3473ac520 | da8f09e5aa638f547d9259cdf2e6608923d0886c | /app/src/main/java/com/bozlun/health/android/commdbserver/CommDownloadDb.java | dc0eda228d2db310d43e4d2b35426823d6f9032b | [
"Apache-2.0"
] | permissive | wearheart/BzlHealth | dabd4e9c8eb40011851c43c8f85ac6cf4cf9dcdb | ac1b833474e67ca5e6536d34b7a69e0f878a882b | refs/heads/master | 2020-08-10T15:07:53.152585 | 2019-07-30T09:27:02 | 2019-07-30T09:27:02 | 214,365,459 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package com.bozlun.health.android.commdbserver;
import org.litepal.crud.LitePalSupport;
/**
* Created by Admin
* Date 2019/3/13
* 保存从后台获取的数据
*/
public class CommDownloadDb extends LitePalSupport {
/**
* userId
*/
private String userId;
/**
* 设备地址
*/
private String deviceCode;... | [
"758378737@qq.com"
] | 758378737@qq.com |
fda8890efc0b7fc6f92da975c9ce540ce9443067 | cb2e0b45e47ebeb518f1c8d7d12dfa0680aed01c | /openbanking-api-model/src/main/gen/com/laegler/openbanking/model/OtherFeesCharges3.java | 8204a92ae4da713e4afca40a0042901e2a5e5e80 | [
"MIT"
] | permissive | thlaegler/openbanking | 4909cc9e580210267874c231a79979c7c6ec64d8 | 924a29ac8c0638622fba7a5674c21c803d6dc5a9 | refs/heads/develop | 2022-12-23T15:50:28.827916 | 2019-10-30T09:11:26 | 2019-10-31T05:43:04 | 213,506,933 | 1 | 0 | MIT | 2022-11-16T11:55:44 | 2019-10-07T23:39:49 | HTML | UTF-8 | Java | false | false | 4,062 | java | package com.laegler.openbanking.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.laegler.openbanking.model.OtherFeesCharges3FeeChargeCap;
import com.laegler.openbanking.model.OtherFeesCharges3FeeChargeDetail;
import i... | [
"thomas.laegler@googlemail.com"
] | thomas.laegler@googlemail.com |
aecc3c9bd5c1c3a5ed5ca50b13c00906a3c67f47 | 0bcde78717c59eeecfba976ac6eabb58d223b86f | /src/main/java/com/gdtopway/aud/aop/ControllerInvokeAuditor.java | 2a143c2a6e6c675cc4f03a61431b352f80ae6658 | [
"Apache-2.0"
] | permissive | isis-github/gdtopway-core | 194c2d5e25eac3fd0545bd99f3953f3fba346f17 | 5dfadff1fcb4283de92ff84124134a5a321d744a | refs/heads/master | 2021-05-05T06:01:57.081923 | 2018-03-04T16:30:20 | 2018-03-04T16:30:20 | 118,736,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,760 | java | package com.gdtopway.aud.aop;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.util.ClassUtils;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.Signature;
import org.aspectj.lang... | [
"2812849244@qq.com"
] | 2812849244@qq.com |
78c55dc8e86c8680f059e3901818fee6465cd92e | ae92c622f5d16e74a5110e905cc7aaff22ae1164 | /app/src/main/java/com/yehm/model/ResponseViewProfile.java | dd19a8c9d4dd1100a5051a30be784a88731e495d | [] | no_license | MohammadFaizan007/YAHM_MLM | b855700bc2b9f062e28778ca1e17c43c15c61540 | 742409f72d98ce2253b904a3b3ba90df1fd95512 | refs/heads/master | 2022-11-13T03:04:57.807465 | 2020-06-18T04:30:58 | 2020-06-18T04:30:58 | 273,141,279 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package com.yehm.model;
import com.google.gson.annotations.SerializedName;
public class ResponseViewProfile {
@SerializedName("response")
private String response;
@SerializedName("apiUserProfile")
private ApiUserProfile apiUserProfile;
public String getResponse() {
return response;
... | [
"faizanmohd106@gmail.com"
] | faizanmohd106@gmail.com |
4483181e8f6b0c23a80e83e77cbbaa955b6c4335 | db5e2811d3988a5e689b5fa63e748c232943b4a0 | /jadx/sources/zendesk/support/ContactUsSettings.java | e48f4007ac2f86e5f0e08a1d95f4c7c6a3c6e258 | [] | no_license | ghuntley/TraceTogether_1.6.1.apk | 914885d8be7b23758d161bcd066a4caf5ec03233 | b5c515577902482d741cabdbd30f883a016242f8 | refs/heads/master | 2022-04-23T16:59:33.038690 | 2020-04-27T05:44:49 | 2020-04-27T05:44:49 | 259,217,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package zendesk.support;
import java.util.Collections;
import java.util.List;
import o.O;
class ContactUsSettings {
private static ContactUsSettings DEFAULT = new ContactUsSettings(Collections.emptyList());
private List<String> tags;
static ContactUsSettings defaultSettings() {
return DEFAULT;
... | [
"ghuntley@ghuntley.com"
] | ghuntley@ghuntley.com |
f1fc7f0732b42001d60c9fe9bd79785c1f4960d8 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/appbrand/widget/input/numberpad/a.java | e972e68368a99c2c61baba7f8e6e0bcd27b253eb | [] | 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 | 400 | java | package com.tencent.mm.plugin.appbrand.widget.input.numberpad;
import android.view.inputmethod.InputConnection;
public abstract interface a
{
public abstract InputConnection cRo();
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes8.jar
* Qualified Name: com.tencent.mm... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
0c9803aa221dd312084b495e1937a15e15ed1e2a | 3869b790401b37d367ff37e325204e537873e784 | /src/com/facebook/buck/rules/BuildTargetSourcePath.java | f90dd2f9523375e3d279a66558e3a1f5f92f100e | [
"Apache-2.0"
] | permissive | deveshmittal/buck | 9f9f1316ef4fe359a29a7e72d0d9281eabb9414d | 039ea9c404fe6c68869f4739a7551a5676c0b285 | refs/heads/master | 2021-01-22T09:20:43.525079 | 2013-11-17T18:52:50 | 2013-11-17T18:52:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,805 | java | /*
* Copyright 2013-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | [
"mbolin@fb.com"
] | mbolin@fb.com |
e2ff5f86b0ca00bb557dd13cd5fd364577f0dca9 | 0955820bdd56f0b6628dfa5c5b953e287976f273 | /liudiaowenjuan-portal/src/main/java/com/liudiaowenjuan/owneruser/comment/SMSPlatform.java | 63751b97681af2c61c22ea59b19f440e3488f6d6 | [] | no_license | tangminnan/zytizhi | 3d46cc70088704b8a26f063512ad9cc496c02ddf | bb9b84a200962acc151e510358e7b69204260324 | refs/heads/master | 2023-02-11T16:08:48.151327 | 2021-01-09T03:11:19 | 2021-01-09T03:11:19 | 328,061,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package com.liudiaowenjuan.owneruser.comment;
/**
* 短信调用平台
* @author tmn
* @create 2017-4-13
*/
public enum SMSPlatform {
shaicha(1,"【针灸】","username=1111&password=xy-11111","name=bjywhy&password=123qaz789");// 腾信、快用云账号配置
public int code;
public String qianming;
public String url1;
public String url2;
SMSP... | [
"349829327@qq.com"
] | 349829327@qq.com |
c99ed194a829868718a22950f457865d8f9abe68 | d030f0cba6cf93a5375e0976e01d5291a137ef81 | /TravelApp/src/shoporderdao/DefaultAddressdao.java | 2bff2dd33cef21ffdcc69fd7f8f7f58660a3fba7 | [] | no_license | AngelYHY/Travel | a65cc766c6f15d2e2ab284f20fbdc30741fcf124 | ed180b1751276f9c9fb9d7617abfd230b7ba0ad1 | refs/heads/master | 2020-06-14T09:42:02.678682 | 2017-01-17T09:15:39 | 2017-01-17T09:15:39 | 75,203,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package shoporderdao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import beans.ReceiveAddress;
import utils.JDBCutil;
public class DefaultAddressdao{
public List<ReceiveAddress> defaultad... | [
"1064389584@qq.com"
] | 1064389584@qq.com |
8383d22144ddda2231adc9da7478cbfb5f7a32f2 | 8218aacb5bd27f7389c980b7a9c284e19116836c | /streamtau_streaming/src/main/java/com/zetyun/streamtau/streaming/transformer/filter/FilterTransformer.java | 6a640b8c28919165bd5bef96887f1c757cb2303d | [
"Apache-2.0"
] | permissive | lwc-Arnold/StreamTau2 | 6117be703059cbd8ca98de658153ec412b21f434 | 766175573dc268977a726236736ca568fbbf8eb3 | refs/heads/master | 2022-12-27T04:58:52.422508 | 2020-09-27T09:17:02 | 2020-09-27T09:17:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | /*
* Copyright 2020 Zetyun
*
* 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 wr... | [
"jiaoyg@zetyun.com"
] | jiaoyg@zetyun.com |
d9d90e735d83b8f875bb016511e81b5781450979 | dfa46dd73ac209d46a87f49f314614538d209df7 | /src/main/java/com/lyb/client/message/protocol/Message_1002_1.java | ff18abd2bc5b2cd0052e5bab80333d5730f00aa7 | [] | no_license | safziy/lyb_client | a580fb596bc9d3b91db9d1d8d2166d480c31e746 | b2842186f63136309ddd150837352cf63cfb5b9a | refs/heads/master | 2020-12-31T04:28:49.347905 | 2016-01-15T09:28:15 | 2016-01-15T09:28:15 | 45,508,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,829 | java | package com.lyb.client.message.protocol;
import com.lyb.client.message.IMessage;
import com.lyb.client.net.Data;
import com.lyb.client.utils.DummyUtils;
import com.lyb.client.message.protocol.segment.*;
import com.lyb.client.message.MessageParameterContext;
import com.lyb.client.message.handler.IntMessageParameterHand... | [
"787395455@qq.com"
] | 787395455@qq.com |
c7ee1191a240eeb357df896648614757665fb87b | da3e26b8b0f06771ddd3a36b61716d12a2dbb8b6 | /java/com/android/incallui/AudioRouteSelectorActivity.java | 8d166649c2d759a604394bc8ae368c8780f22b71 | [
"Apache-2.0"
] | permissive | CypherOS/packages_apps_Dialer | ff0fe1cc62cea08416affaf5eaf94adfb41632e0 | 24fc672b885d8a155568515cf1ab1085a1a9ab21 | refs/heads/master | 2021-01-17T17:52:35.511894 | 2017-12-05T01:39:47 | 2017-12-05T01:39:47 | 75,876,778 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | /*
* Copyright (C) 2017 The Android Open Source Project
*
* 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... | [
"erfanian@google.com"
] | erfanian@google.com |
00a772df6fea74913267111514e2217476104882 | c43f5b1a4642a05539c74fbb58ca90d8c891af8a | /LuceneDemo/src/cc/pp/common/AllDocCollector.java | bb011e6f837e1b2297006a72bff67781bffb62da | [] | no_license | wgybzbrobot/bookcodes | 33eabeedd863f630901df51ed28e5471c6c21312 | c9bc0f2e3375834ff696444e57b9e853dd767251 | refs/heads/master | 2022-11-30T04:49:15.462214 | 2014-01-23T04:35:01 | 2014-01-23T04:35:01 | 15,858,734 | 1 | 3 | null | 2022-11-24T02:20:59 | 2014-01-13T05:17:19 | Java | UTF-8 | Java | false | false | 1,105 | java | package cc.pp.common;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.search.Collector;
import org.apache.lucene.search.ScoreDoc;
import org.apache.lucene.search.Scorer;
/**
* 从search中聚集所有文档集
* @author ... | [
"wanggang@pp.cc"
] | wanggang@pp.cc |
5bb62682bf174cd835ece6d21bb591a6f10e90d0 | 31a3e02a879bc5cdd0963c03b455dd52715105f2 | /Practica1/src/practica1/Ventana.java | 32595cb35c7f0bc4fab2100ed427bd4a589220f6 | [] | no_license | likendero/procesos | 2455ec60c939859444fcf22f68cd4f2c0b092b4d | cdd4d6f1f7416d7651d8bd690e2ac8bba188682b | refs/heads/master | 2020-03-29T01:50:36.911583 | 2019-02-14T06:33:27 | 2019-02-14T06:33:27 | 149,409,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,132 | 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 practica1;
import java.awt.BorderLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane... | [
"likendero11@gmail.com"
] | likendero11@gmail.com |
87ce39d46b8b2c3e86f48839f0dce47a5b2c5f59 | f5aacd77191465d923ad982adaf32460737f94d2 | /energy/collector/collector-core/src/main/java/com/smxknife/energy/collector/core/driver/sink/SinkHandler.java | 1fcebe2816775d58f17e1514f89931750ef40bea | [] | no_license | smxknife/smxknife | a0a87b5624aaa2bf3c82b05f2180a79bcbc65170 | f6f3ed40bb998d9aea8cba4936ccfa738e4a35b9 | refs/heads/master | 2023-03-15T03:43:16.570846 | 2022-04-05T06:07:47 | 2022-04-05T06:07:47 | 122,691,839 | 1 | 0 | null | 2023-03-08T17:25:34 | 2018-02-24T01:46:19 | Java | UTF-8 | Java | false | false | 264 | java | package com.smxknife.energy.collector.core.driver.sink;
import com.smxknife.energy.services.metric.spi.domain.Datapoint;
import java.util.List;
/**
* @author smxknife
* 2021/5/12
*/
public interface SinkHandler {
void handle(List<Datapoint> datapoints);
}
| [
"2323937771@qq.com"
] | 2323937771@qq.com |
39adbc6e5ccabf63fa5a29e8d942864cc5c9dad4 | 8d93f14c25b30c20ff0a4c83ead5d8ee9256c08f | /FWPl/ExpressionTree_Flat/ExpressionTree/src/com/example/expressiontree_plugin/State.java | d452ba9b905adc34e0e071c299d974c4ca449236 | [] | no_license | priangulo/BttFResults | 48fd6f4aa0a70554029f7c82ed9d55c57d8a6724 | b29c253914d6b9f465802ec20b3ab37452abfa44 | refs/heads/master | 2020-06-28T02:48:57.150955 | 2017-10-11T01:24:27 | 2017-10-11T01:24:27 | 97,085,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,539 | java | package com.example.expressiontree_plugin;
import java.util.Iterator;
/**
* @class State
*
* @brief Implementation of the State pattern that is used to define
* the various states that affect how users operations are
* processed. Plays the role of the "State" base class in the
* State pat... | [
"priangulo@gmail.com"
] | priangulo@gmail.com |
0fab3762f9fa1184d101ccafbe3383aa15fcb78e | b3d9e98f353eaba1cf92e3f1fc1ccd56e7cecbc5 | /xy-games/game-logic/trunk/src/main/java/com/cai/game/phz/data/LouWeaveItem.java | 119106569e2a6ad7ef5ae508094164cbf50bc5b5 | [] | no_license | konser/repository | 9e83dd89a8ec9de75d536992f97fb63c33a1a026 | f5fef053d2f60c7e27d22fee888f46095fb19408 | refs/heads/master | 2020-09-29T09:17:22.286107 | 2018-10-12T03:52:12 | 2018-10-12T03:52:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.cai.game.phz.data;
public class LouWeaveItem{
public int nWeaveKind; //组合类型
public int nLouWeaveKind[][] = new int[50][2];
public int nCount;
public LouWeaveItem() {
}
}
| [
"905202059@qq.com"
] | 905202059@qq.com |
625500217889bfeb658da37c0f7cfcbf68459dcd | fc03329f61f5317294f9c64ef49c35802765fa01 | /08-springcloud-config-client/src/main/java/com/wkcto/springcloud/controller/ConfigController.java | aa69386d45033ab861c9916e91b8bbd05c48902b | [] | no_license | clown14/LearnSpringCloud | 0f0ade436d88219e2e1465b2ca8912db747afc09 | 53663c2dd8706b0ca11ac109a44e8653f3d340d1 | refs/heads/master | 2021-01-30T23:07:34.029583 | 2020-05-14T07:47:06 | 2020-05-14T07:47:06 | 243,508,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.wkcto.springcloud.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @program: w... | [
"785613198@qq.com"
] | 785613198@qq.com |
f21b7a93f0d631272b54570ee817710aeb8a3ee1 | 7c87a85b35e47d4640283d12c40986e7b8a78e6f | /moneyfeed-openapi-wechat/moneyfeed-openapi-wechat-api/src/main/java/com/newhope/openapi/api/rest/user/CustomerEmployeeManageOpenAPI.java | f13253ca2e60f5ea468631fefec7d4e64e869d8c | [] | no_license | newbigTech/moneyfeed | 191b0bd4c98b49fa6be759ed16817b96c6e853b3 | 2bd8bdd10ddfde3f324060f7b762ec3ed6e25667 | refs/heads/master | 2020-04-24T13:05:44.308618 | 2019-01-15T07:59:03 | 2019-01-15T07:59:03 | 171,975,920 | 0 | 3 | null | 2019-02-22T01:53:12 | 2019-02-22T01:53:12 | null | UTF-8 | Java | false | false | 3,072 | java | package com.newhope.openapi.api.rest.user;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
imp... | [
"505235893@qq.com"
] | 505235893@qq.com |
63780e405d6871ccd7e9143bbfcecf2a9c76256f | 6c69998676e9df8be55e28f6d63942b9f7cef913 | /src/com/insigma/siis/demo/Ac02DTO.java | 40f664273c00e346df09393942cb4d556c9dcd34 | [] | no_license | HuangHL92/ZHGBSYS | 9dea4de5931edf5c93a6fbcf6a4655c020395554 | f2ff875eddd569dca52930d09ebc22c4dcb47baf | refs/heads/master | 2023-08-04T04:37:08.995446 | 2021-09-15T07:35:53 | 2021-09-15T07:35:53 | 406,219,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.insigma.siis.demo;
public class Ac02DTO {
String aae140;
Double eac018;
public String getAae140() {
return aae140;
}
public void setAae140(String aae140) {
this.aae140 = aae140;
}
public Double getEac018() {
return eac018;
}
public void setEac018(Double eac018) {
this.eac018 = eac018;
}... | [
"351036848@qq.com"
] | 351036848@qq.com |
2644b274d2a11515b20c5dacfc9312289e4f6ab5 | f525deacb5c97e139ae2d73a4c1304affb7ea197 | /gitv/src/main/java/org/cybergarage/upnp/ssdp/SSDPRequest.java | ef246cf2c18e5b758a4dd2395c85b06ea3153972 | [] | no_license | AgnitumuS/gitv | 93b2359e1bf9f2b6c945298c61c5c6dbfeea49b3 | 242c9a10a0aeb41b9589de9f254e6ce9f57bd77a | refs/heads/master | 2021-08-08T00:50:10.630301 | 2017-11-09T08:10:33 | 2017-11-09T08:10:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,268 | java | package org.cybergarage.upnp.ssdp;
import java.io.InputStream;
import org.cybergarage.http.HTTP;
import org.cybergarage.http.HTTPRequest;
public class SSDPRequest extends HTTPRequest {
public SSDPRequest() {
setVersion("1.1");
}
public SSDPRequest(InputStream in) {
super(in);
}
p... | [
"liuwencai@le.com"
] | liuwencai@le.com |
c0400d240405fe1026c3a640c2b04f8e67226644 | fe860b4dd430b1b457e73f3d42592f485c518cef | /src/main/java/com/house/sushi/config/ApplicationProperties.java | 1b23c239dd4d5ff4a563d2261ae7347811750827 | [] | no_license | suxaryk/sushi-house | b221c031e89236004d55d99e4f372abdabeb1471 | 980c21676bbc62daa683688c220bf42abe4333b4 | refs/heads/master | 2020-03-29T12:15:25.331985 | 2018-09-24T11:00:58 | 2018-09-24T11:00:58 | 149,890,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.house.sushi.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties specific to Sushihouse.
* <p>
* Properties are configured in the application.yml file.
* See {@link io.github.jhipster.config.JHipsterProperties} for a good example.
*/
@ConfigurationPrope... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
a9d3207f6e00a3c80b53c5b1e03959020c1d7c4a | ee9aa986a053e32c38d443d475d364858db86edc | /src/main/java/com/springrain/erp/modules/amazoninfo/dao/EnterpriseTypeGoalDao.java | d5d939a2360d1853bb5d41ac88f6ab3b9fc6fb3f | [
"Apache-2.0"
] | permissive | modelccc/springarin_erp | 304db18614f69ccfd182ab90514fc1c3a678aaa8 | 42eeb70ee6989b4b985cfe20472240652ec49ab8 | refs/heads/master | 2020-05-15T13:10:21.874684 | 2018-05-24T15:39:20 | 2018-05-24T15:39:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package com.springrain.erp.modules.amazoninfo.dao;
import org.springframework.stereotype.Repository;
import com.springrain.erp.common.persistence.BaseDao;
import com.springrain.erp.modules.amazoninfo.entity.EnterpriseTypeGoal;
@Repository
public class EnterpriseTypeGoalDao extends BaseDao<EnterpriseTypeGoal> {
}
| [
"601906911@qq.com"
] | 601906911@qq.com |
5bff27be5e76316a129769825ab71e7b8c6dcee9 | 8e8ecc3abf0a832ddace24404f08aa212bdec1c2 | /web/plugins/admin-user-property-auth/src/main/java/org/visallo/web/plugin/adminUserTools/userPropertyAuth/UserRemoveAuthorization.java | 0341225e2d4f7e01c1d82070e7d488acd71935d8 | [
"Apache-2.0"
] | permissive | YANG-DB/visallo-2 | 0008b689294aadb2bd6b1886a41f52b9cfc9e9c2 | 3b1831d0889d8ce82474d862b26a98f67e8f5b06 | refs/heads/master | 2021-05-26T04:17:22.789774 | 2020-05-21T21:04:23 | 2020-05-21T21:04:23 | 254,049,378 | 1 | 0 | Apache-2.0 | 2020-04-08T09:55:27 | 2020-04-08T09:55:26 | null | UTF-8 | Java | false | false | 1,968 | java | package org.visallo.web.plugin.adminUserTools.userPropertyAuth;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import org.visallo.webster.ParameterizedHandler;
import org.visallo.webster.annotations.Handle;
import org.visallo.webster.annotations.Required;
import org.json.JSONObject;
impor... | [
"unwashedanddazed@protonmail.com"
] | unwashedanddazed@protonmail.com |
814d2b794defbc3b074f673372c31afa108a6c7e | b2b4a6bab187aaa35f5bfc324f0ef07d37c8914a | /string/L792.java | 3b4003c7405896e61600c891b8c1008d4395bd2d | [] | no_license | fyiyu091/Leetcode | 7dd908a39bde4c019bda98038538ddcbfaf2e9c7 | 54c0a823cbf742f4693bb8c7824d9d67221fc5bb | refs/heads/master | 2023-07-19T05:37:41.645801 | 2021-08-31T03:25:25 | 2021-08-31T03:25:25 | 275,048,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package string;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/*
Find how many word in words array is the subsequence of String s
Maintain a hashMap the key is the starting character (26)
The value is a list of word that has the key as the starting char... | [
"yiyu091@gmail.com"
] | yiyu091@gmail.com |
2f11138aed1e96f220af10e590c2b95cac3acb8c | 1698eaa2d9ffaac28ced3b4239a8de9f2621b032 | /org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java | 1910579c74743b0571609c3edb0200ba3c67b033 | [] | no_license | k42jc/java8-src | ff264ce6669dc46b4362a190e3060628b87d0503 | 0ff109df18e441f698a5b3f8cd3cb76cc796f9b8 | refs/heads/master | 2020-03-21T08:09:28.750430 | 2018-07-09T14:58:34 | 2018-07-09T14:58:34 | 138,324,536 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,351 | java | package org.omg.PortableServer.POAPackage;
/**
* org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/workspace/8-2-build-windows-i586-cygwin/jdk8u144/9417/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Friday, July 21, 2... | [
"liao"
] | liao |
2a04dbdf390a68119d7d399acb50e00b809aa800 | da889968b2cc15fc27f974e30254c7103dc4c67e | /Optimization Algorithm_GUI/src/Algorithm_Carpool/CC_CLPSO2_AB_2Si_ApproachII/Convert_Function.java | 59b59323c0a8e3705d894bf00933932ac21f4e00 | [] | no_license | say88888/My_Project_thesis | fcd4d96b34de8627fa054146eb6164b7c3636344 | 04908ea3ed6b7a9c1939a5d8e16dfc65d66437f4 | refs/heads/master | 2020-04-10T08:32:37.106239 | 2018-12-08T05:52:44 | 2018-12-08T05:52:44 | 160,908,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,042 | java | package Algorithm_Carpool.CC_CLPSO2_AB_2Si_ApproachII;
import java.util.ArrayList;
import java.util.List;
public class Convert_Function extends CC_CLPSO2_AB_2Si_ApproachII {
private static int[] rid=new int[P];
private static double[] Si=new double[P*2];
private static int[] A=new int[P];
private static int[] B=... | [
"gtvsta99@gmail.com"
] | gtvsta99@gmail.com |
058b04f38df92090f13c6da45d51d7e076f4f436 | 148100c6a5ac58980e43aeb0ef41b00d76dfb5b3 | /sources/com/facebook/ads/internal/view/hscroll/C2078c.java | 9853ff8c8e52ed67ad5591ecdcf4f1727b287d53 | [] | no_license | niravrathod/car_details | f979de0b857f93efe079cd8d7567f2134755802d | 398897c050436f13b7160050f375ec1f4e05cdf8 | refs/heads/master | 2020-04-13T16:36:29.854057 | 2018-12-27T19:03:46 | 2018-12-27T19:03:46 | 163,325,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.facebook.ads.internal.view.hscroll;
import android.support.v7.widget.RecyclerView.LayoutParams;
import android.view.View;
import android.view.ViewGroup;
/* renamed from: com.facebook.ads.internal.view.hscroll.c */
public class C2078c {
/* renamed from: a */
public int[] m7634a(View view, int i, in... | [
"niravrathod473@gmail.com"
] | niravrathod473@gmail.com |
b637a3c8d89355788062eeb3f1ef3c470a520c24 | fc8135cb8978645008b570b8cbbb1613f42f59f3 | /modules/core/src/main/java/org/mycontroller/standalone/metrics/jobs/MetricsAggregationJob.java | 02bddd17686dc8549a49d0a64cafef0837eaf4a6 | [
"Apache-2.0"
] | permissive | GeoffCapper/mycontroller | bf3e97178464ab25be26a9b9658115bc817ac6ab | 07c3a228b9c861280fe2f560ed4d1097349d08bb | refs/heads/master | 2021-05-08T04:22:56.500144 | 2017-09-25T05:26:18 | 2017-09-25T05:26:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,009 | java | /*
* Copyright 2015-2017 Jeeva Kandasamy (jkandasa@gmail.com)
* and other contributors as indicated by the @author tags.
*
* 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://... | [
"jkandasa@gmail.com"
] | jkandasa@gmail.com |
030aa1b6da664003ea90ffb333fc98b1dc3f4503 | 6f36fc4a0f9c680553f8dd64c5df55c403f8f2ed | /src/main/java/it/csi/siac/siacbilser/business/service/allegatoatto/CompletaAllegatoAttoMultiploAsyncResponseHandler.java | 2e7450a0987a1287794ceb138fa3f0719dbffc74 | [] | no_license | unica-open/siacbilser | b46b19fd382f119ec19e4e842c6a46f9a97254e2 | 7de24065c365564b71378ce9da320b0546474130 | refs/heads/master | 2021-01-06T13:25:34.712460 | 2020-03-04T08:44:26 | 2020-03-04T08:44:26 | 241,339,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | /*
*SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte
*SPDX-License-Identifier: EUPL-1.2
*/
package it.csi.siac.siacbilser.business.service.allegatoatto;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Compon... | [
"barbara.malano@csi.it"
] | barbara.malano@csi.it |
023330e0705cbec1421c0a5f134fcd094eb7b0a6 | 07b266a3b5117d7cf586f0981335176617a5725c | /ITalkerPush/app/ITalker/factory/src/main/java/com/google/jaaaule/gzw/factory/model/api/account/RegisterModel.java | 169d7de8f8dd582f3b77274163fec289937ab557 | [] | no_license | GzwJaaaelu/LearnIMOOCIM | 0752ed40324bc65dd27b3b0e5bcd17e995b85a00 | 4f01bbffeb0812d27228d3275552d3059996b2fc | refs/heads/master | 2020-12-02T08:00:38.765039 | 2017-07-11T11:45:18 | 2017-07-11T11:45:18 | 96,760,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package com.google.jaaaule.gzw.factory.model.api.account;
/**
* Created by admin on 2017/7/6.
*/
public class RegisterModel {
private String account;
private String password;
private String name;
private String pushId;
public RegisterModel(String account, String password, String name) {
... | [
"gzw102030@outlook.com"
] | gzw102030@outlook.com |
bf7f8b42b6c7c93f2e03f6790bee1f0e47644e59 | c16ea32a4cddb6b63ad3bacce3c6db0259d2bacd | /google/cloud/servicedirectory/v1beta1/google-cloud-servicedirectory-v1beta1-java/proto-google-cloud-servicedirectory-v1beta1-java/src/main/java/com/google/cloud/servicedirectory/v1beta1/ServiceProto.java | 3464c01914e3c11cb39a7ec2a901cd73f0cfc16b | [
"Apache-2.0"
] | permissive | dizcology/googleapis-gen | 74a72b655fba2565233e5a289cfaea6dc7b91e1a | 478f36572d7bcf1dc66038d0e76b9b3fa2abae63 | refs/heads/master | 2023-06-04T15:51:18.380826 | 2021-06-16T20:42:38 | 2021-06-16T20:42:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 4,837 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/servicedirectory/v1beta1/service.proto
package com.google.cloud.servicedirectory.v1beta1;
public final class ServiceProto {
private ServiceProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionReg... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.