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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3630bce1aafa89b766f83a2bd23a827bcfb0a122 | 146086a1d08e226047b91c8b11675b0ed8b9f029 | /snap-studio-service/src/main/java/org/snapscript/studio/service/command/RenameCommandMarshaller.java | 15e697998952b37fa23cfb0128dbda901cbd4aae | [] | no_license | snapscript/snap-develop | 750c82b8b82f7cb5369bec0f7354d007d15bfee0 | 12ea04b6af12b95426171dc668fcd2fc4f21d4d2 | refs/heads/master | 2020-05-21T14:59:23.856444 | 2019-02-09T15:17:50 | 2019-02-09T15:17:50 | 65,230,424 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package org.snapscript.studio.service.command;
public class RenameCommandMarshaller extends ObjectCommandMarshaller<RenameCommand>{
public RenameCommandMarshaller() {
super(CommandType.RENAME);
}
} | [
"gallagher_niall@yahoo.com"
] | gallagher_niall@yahoo.com |
879979a5a41c56ab6ffe52f01d2cd58d0d002e30 | 0ac05e3da06d78292fdfb64141ead86ff6ca038f | /OSWE/oswe/openCRX/rtjar/rt.jar.src/java/rmi/server/RemoteStub.java | b844d35187892c0d9de326111fcbe2cb0e58dc79 | [] | no_license | qoo7972365/timmy | 31581cdcbb8858ac19a8bb7b773441a68b6c390a | 2fc8baba4f53d38dfe9c2b3afd89dcf87cbef578 | refs/heads/master | 2023-07-26T12:26:35.266587 | 2023-07-17T12:35:19 | 2023-07-17T12:35:19 | 353,889,195 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,426 | java | /* */ package java.rmi.server;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | [
"t0984456716"
] | t0984456716 |
599d40553f981a2bde08328570a1b966229dc2d0 | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/aimcost/NewPlanIndexCollection.java | 3c1d03c571b2a8653453ea1f3a721771881b01f0 | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,178 | java | package com.kingdee.eas.fdc.aimcost;
import com.kingdee.bos.dao.AbstractObjectCollection;
import com.kingdee.bos.dao.IObjectPK;
public class NewPlanIndexCollection extends AbstractObjectCollection
{
public NewPlanIndexCollection()
{
super(NewPlanIndexInfo.class);
}
public boolean add(NewPlanI... | [
"yfsmile@qq.com"
] | yfsmile@qq.com |
53ebdf2f04a1b1afe4d7e8d2933ac3865f6841a8 | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/com/google/common/util/concurrent/CombinedFuture.java | 70e6bc9666243bb461288f418809508bf5afb7c6 | [] | no_license | yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172482 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,266 | java | /* */ package com.google.common.util.concurrent;
/* */
/* */ import com.google.common.annotations.GwtCompatible;
/* */ import com.google.common.base.Preconditions;
/* */ import com.google.common.collect.ImmutableCollection;
/* */ import java.util.concurrent.Callable;
/* */ import java.util.... | [
"ishankatwal@gmail.com"
] | ishankatwal@gmail.com |
e4707f40eb57bfd13fc469d7b2c244996e0c291f | 1201b7b03161bd57c7ef1fc965a6685ceb8b97d8 | /src/main/java/org/dasein/cloud/platform/PlatformServices.java | a2135c8e69bd5d393a5c3929bba1297a4f7e9869 | [
"Artistic-2.0"
] | permissive | TranscendComputing/dasein-cloud-core | 316332fe76b239c8478a04fc9f6387f2e95f6b6c | 4f7b809de66f1381a9ac6e496d68f8a962730c64 | refs/heads/master | 2021-01-15T22:14:55.116957 | 2012-11-14T19:32:28 | 2012-11-14T19:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | /**
* Copyright (C) 2009-2012 enStratus Networks 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:/... | [
"george.reese@imaginary.com"
] | george.reese@imaginary.com |
c3e3e99eb502f463f5e0fc5da08724d2fb780c11 | 2ecef5908c27f392cd9ef3f77884d81b0064be1a | /src/main/java/info/julang/interpretation/syntax/DeclInfo.java | 5fa2768e980c659f003892706f49834bf9fa76a0 | [] | no_license | zhoux738/JSE | 478b2419b2fea54890947989a8492489e34b4746 | 3b1d3f9ee4150213fb1589e95db64d375d920539 | refs/heads/master | 2022-07-08T12:08:14.006918 | 2021-06-29T20:41:25 | 2021-06-29T20:41:25 | 128,875,987 | 3 | 1 | null | 2022-07-01T22:17:26 | 2018-04-10T04:59:22 | Java | UTF-8 | Java | false | false | 3,942 | java | /*
MIT License
Copyright (c) 2017 Ming Zhou
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... | [
"zhoux738@umn.edu"
] | zhoux738@umn.edu |
356fcb4e80ed26459bcb287a32ba26d7445fd336 | 8dfd406e855dbef74ef6b80e7b1fcde43d0b7d56 | /Web-Stock1.0/src/test/java/com/example/demo/MailSendTest.java | 6ccb75ef5c53a01796797d09f72db7e151ac2665 | [] | no_license | iechenyb/springboot | db0e4caaf545721f5b6a70d97cce2af2cbbd0797 | 46e541a6319bfced7d2445038464ce249b409e83 | refs/heads/master | 2021-01-20T01:35:04.050414 | 2019-05-16T02:02:04 | 2019-05-16T02:02:04 | 89,299,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,510 | java | package com.example.demo;
import java.io.File;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.a... | [
"zzuchenyb@sina.com"
] | zzuchenyb@sina.com |
3e1116567b30ea071395af665bc1ff92a5a0e459 | 77fb90c41fd2844cc4350400d786df99e14fa4ca | /androidx/media/AudioAttributesImplBaseParcelizer.java | f8a48fd09d29481811bd59e9cf082ff73f599e9e | [] | 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 | 779 | java | package androidx.media;
import b.b.a.N;
import de.asm.ByteVector;
import support.android.v4.asm.Attribute;
@N({b.b.a.N.a.a})
public final class AudioAttributesImplBaseParcelizer
{
public AudioAttributesImplBaseParcelizer() {}
public static Attribute read(ByteVector paramByteVector)
{
Attribute localAttri... | [
"highnes.7@gmail.com"
] | highnes.7@gmail.com |
20116276af9a830b249363606c1ce9abee1a5856 | ccf3b9914a04e121a323de4050dc8a1c450bf21b | /20_JAVA_Training_Practice/30_JAVA_Core_and_Collections/Collection/L_8_task_0830/Main.java | 3657f17e8a7f8cead06e314f3a2351587e2dd35b | [] | no_license | PetrBelmst/JavaRush_Course_Rep | 81333e65963bb69ee2f032acbaab025580cc5bde | 39e6fb64f8d5fc9b5284c8477b70cd1c62a769d5 | refs/heads/master | 2021-05-23T14:20:51.674509 | 2020-05-05T05:45:25 | 2020-05-05T05:45:25 | 253,335,289 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | java | package com.company;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String[] array = new String[20... | [
"PetrBelmst@users.noreply.github.com"
] | PetrBelmst@users.noreply.github.com |
bfb569b576de46abd83fd1d474dc8ef62f0b261c | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group05/578505552/miniJvm/src/com/coderising/jvm/field/Field.java | f5f2cad49d466748b78d44462656fb224c973f2f | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,350 | java | package com.coderising.jvm.field;
import com.coderising.jvm.constant.ConstantPool;
import com.coderising.jvm.constant.UTF8Info;
import com.coderising.jvm.loader.ByteCodeIterator;
public class Field {
private int accessFlag;
private int nameIndex;
private int descriptorIndex;
private ConstantPool po... | [
"542194147@qq.com"
] | 542194147@qq.com |
f66d1fd0172b8d5be49606a5bc1387542c63138b | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/protocal/b/acb.java | a06f9569253ed705a0ec2a42fb0252d62d655777 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,169 | java | package com.tencent.mm.protocal.b;
import a.a.a.b;
import java.util.LinkedList;
public final class acb
extends alq
{
protected final int a(int paramInt, Object... paramVarArgs)
{
if (paramInt == 0)
{
paramVarArgs = (a.a.a.c.a)paramVarArgs[0];
if (jHj == null) {
throw new b("Not all r... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
ee5feede9a375522fb256dd41baf515839c49f1d | 5bb376c84746f552fbc25e30e62decb8ed2952cd | /numerical-recipes-j/core/src/main/java/com/google/code/numericalrecipes/GlobalMembersQroot.java | 5f0de810dc1c7e4959ffc4a6049199ab856eb788 | [] | no_license | githubapitest2/githubapitest | 293a10a5f123cf3cdcf58e2891b85c8afe820cd6 | a4c927926744a75316768b0be1b0a905f52978db | refs/heads/master | 2021-01-18T07:57:13.699195 | 2009-12-09T13:43:47 | 2009-12-09T13:43:47 | 1,302,359 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package com.google.code.numericalrecipes;
public class GlobalMembersQroot
{
public static void qroot(RefObject<VecDoub_I> p, RefObject<Doub> b, RefObject<Doub> c, Doub eps)
{
final Int ITMAX = 20;
final Doub TINY = 1.0e-14;
Doub sc = new Doub();
Doub sb = new Doub();
Doub s = new Doub();
Doub rc... | [
"nabeelmukhtar@yahoo.com"
] | nabeelmukhtar@yahoo.com |
ab723e710fee04c4634c672f15fd0ecc676dde02 | db6614d06a6433a6e8e8e964d7822b54ba1c44ef | /app/src/main/java/com/geek/huixiaoer/mvp/person/ui/adapter/ShopOrderAdapter.java | 58f2f8de988d1963d0094649925a1c9fc71fb303 | [] | no_license | DarianLiu/HuiXiaoEr | 979a1d8755c7eb203abc08046bbbefd8ad3160d8 | 4ee10a740d134149c7b02ce7e2f8ae7202c460b1 | refs/heads/master | 2021-05-03T08:08:32.138775 | 2018-06-20T02:27:49 | 2018-06-20T02:27:49 | 120,560,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,130 | java | package com.geek.huixiaoer.mvp.person.ui.adapter;
import android.content.Context;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.ImageView;
import android.widget.RelativeL... | [
"darian.liu@foxmail.com"
] | darian.liu@foxmail.com |
4f8e859511fd5f9383a39d8683df7d7c53f0c258 | 5a027c7a6d9afc1bbc8b2bc86e43e96b80dd9fa8 | /workspace_movistar_wl11/zejbVpiStbBaClient/actividadesvpistbba/co/com/telefonica/atiempo/vpistbba/actividades/factory/df/configuracion/ADesactivarCodigoSecretoFactory.java | b154bce260ebed07396ddf9f36041f6afaf8e4b8 | [] | no_license | alexcamp/ArrobaTiempoGradle | 00135dc6f101e99026a377adc0d3b690cb5f2bd7 | fc4a845573232e332c5f1211b72216ce227c3f38 | refs/heads/master | 2020-12-31T00:18:57.337668 | 2016-05-27T15:02:04 | 2016-05-27T15:02:04 | 59,520,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | java | /*
* Created on 01-set-09
*/
package co.com.telefonica.atiempo.vpistbba.actividades.factory.df.configuracion;
import javax.ejb.CreateException;
import javax.naming.NamingException;
import co.com.telefonica.atiempo.actividades.IActividadEJB;
import co.com.telefonica.atiempo.actividades.IActividadFactoryEJBService;
i... | [
"alexander5075@hotmail.com"
] | alexander5075@hotmail.com |
159e3d6ee49520ccbb97c004b4128750ed6f9ef3 | 7003f8a6e4e0e9ac4da6311957a4dd639edbf5a2 | /src/main/java/br/com/enviNFe/SignatureType.java | 57df91e395b7374d14d23311744c9c58c59360c4 | [] | no_license | renangtm/frente_caixa_contabilidade | 65e2586ec2e4e10d7d0dbad70b66fda52a81c0ac | 91b1175d3adc8d1357a2cf99efac11223d4071d0 | refs/heads/master | 2022-12-10T09:59:18.687217 | 2019-11-06T05:34:12 | 2019-11-06T05:34:12 | 212,447,056 | 1 | 1 | null | 2023-08-23T17:54:30 | 2019-10-02T21:43:38 | Java | ISO-8859-1 | Java | false | false | 4,459 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Ger... | [
"renan_goncalves@outlook.com.br"
] | renan_goncalves@outlook.com.br |
57d170a80eb6e58c4b3c22af61bedbcf9e8c8023 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_cad88e4de023f3b7eee6e9990889900a29225121/ConfigurationManager/1_cad88e4de023f3b7eee6e9990889900a29225121_ConfigurationManager_t.java | d06f041af7dee7b983540663d68f126802faeaf8 | [] | 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,252 | java | /*
* Copyright (C) 2005-2009 Team XBMC
* http://xbmc.org
*
* 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, or (at your option)
* any later v... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3326cac45a4168169ef8aa294aed70e033362079 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_1756776789274360ab9964ac985d5ec1434117bc/CustomDateFormat/8_1756776789274360ab9964ac985d5ec1434117bc_CustomDateFormat_s.java | d76ffa263159ff591b51db51771c0e8a530b5515 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,303 | java | /*
* This file is part of muCommander, http://www.mucommander.com
* Copyright (C) 2002-2007 Maxence Bernard
*
* muCommander 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 ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a6340ffc287748d6d0a1350bd179aedf6d809c48 | 434eeace9a2d4d19d8946499ad92331bca2e7c5f | /descent.ui/src/descent/internal/ui/text/folding/JavaFoldingStructureProviderRegistry.java | 7fdbd7303cd45668d23d0be4b42b956d4d28f5bd | [] | no_license | jacob-carlborg/descent | bc9632d774c5d4b6b36ace5b63ab213e5040c6b6 | 4a78f1e441aa89632c4a7329fe894f9ed506b4ad | refs/heads/master | 2021-03-12T23:27:42.290232 | 2011-08-26T17:42:07 | 2011-08-26T17:42:07 | 2,454,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,851 | java | /*******************************************************************************
* Copyright (c) 2000, 2005 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... | [
"asterite@6538119e-2221-0410-ba12-9a5a7e5062c7"
] | asterite@6538119e-2221-0410-ba12-9a5a7e5062c7 |
d14d45483459258ccad191e47a0e51ccba3fd304 | b5f5c802cc7ef69113fc480a4fc4b109e86cf1d6 | /spring-restdocs-core/src/test/java/org/springframework/restdocs/operation/QueryStringParserTests.java | b287d4415e5a6bd3df896c24916bf58812e24ff6 | [
"Apache-2.0"
] | permissive | wilkinsona/spring-restdocs | a5180d3c7149ee57a8918073a303934732cc0c2b | d3a1c0b792433635d034d803f7879a6324b1b1df | refs/heads/master | 2022-01-25T15:34:58.481889 | 2020-09-14T10:33:32 | 2020-09-14T10:33:32 | 24,940,450 | 50 | 9 | null | null | null | null | UTF-8 | Java | false | false | 3,356 | java | /*
* Copyright 2014-2019 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... | [
"awilkinson@pivotal.io"
] | awilkinson@pivotal.io |
88fd7047145db5ab61c600c47108ba55822ebb28 | 2eb2670d8535d15ae47f6c85befac3aaa24ac26f | /projects/pro03Algorithm/src/main/java/com/hef/stack/tis/LargestRectangleArea.java | 445e78ff86b616baa83e8c948c763121b6dfa742 | [] | no_license | hefrankeleyn/ARTS | 327550b24add9d5f70157f29ff22a7f1a84f005d | 4ee365a692b0e092a816a6fd7b06a723c061e989 | refs/heads/master | 2023-05-12T08:58:27.045907 | 2023-04-29T08:24:12 | 2023-04-29T08:24:12 | 142,887,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,294 | java | package com.hef.stack.tis;
import java.util.*;
/**
* @Date 2021/10/17
* @Author lifei
*/
public class LargestRectangleArea {
public static void main(String[] args) {
LargestRectangleArea rectangleArea = new LargestRectangleArea();
int[] heights = {2,1,5,6,2,3};
// int[] heights = {2,4};
... | [
"hefrankeleyn@gamil.com"
] | hefrankeleyn@gamil.com |
c47a20399db4f676fc17e91e2df410b546ac8e8b | 6232a4752f83858e96b583a2115554803b44eb61 | /src/main/java/com/linxu/microapp/dao/RobotDao.java | d6fa0d66350fdc1d040049917f70c15625ddc984 | [] | no_license | URcoders/micro_application | c683a9cee6b66cae005050c452ecd54dc040c4dc | 20a63f8260cb1a7e6e50812cbf92ce2073d4033c | refs/heads/master | 2022-06-05T03:13:21.751526 | 2019-05-06T08:43:55 | 2019-05-06T08:43:55 | 179,464,085 | 0 | 0 | null | 2022-05-25T06:28:58 | 2019-04-04T09:17:46 | Java | UTF-8 | Java | false | false | 1,578 | java | package com.linxu.microapp.dao;
import com.linxu.microapp.models.Robot;
import org.apache.ibatis.annotations.*;
import java.sql.SQLException;
/**
* @author linxu
* @date 2019/4/27
*/
@Mapper
public interface RobotDao {
/**********************************robot table*********************************************... | [
"929159338@qq.com"
] | 929159338@qq.com |
6e8a40ff2cccd4a806a214fd0985d1c701624f51 | a737fcf8b109e1b6cee754ccb44ef73d356a4e20 | /yoko/spec-corba/src/main/java/org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java | cddedaa6bc5e582cca4803eff5bfda7813265ab8 | [
"Apache-2.0"
] | permissive | napile/napile.classpath | 42fc9e1eef7bc291960f98924b1dcfa94ca51379 | 1599cba24d751a75dceefdabda0cce384e672ed8 | refs/heads/master | 2020-06-06T05:32:28.210419 | 2012-10-06T10:39:45 | 2012-10-06T10:39:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,552 | java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from F:/yoko-1.0/yoko-spec-corba/src/main/idl/SecurityLevel2.idl
* 14 Август 2012 г. 21:55:46 EEST
*/
/* */
public abstract class PrincipalAuthenticatorPO... | [
"vistall@i.ua"
] | vistall@i.ua |
0581320d57fdc0dba28a8080d19d4349117556a5 | b511684052910867af4c32068042b5c7a9d92908 | /MDSE-master/lab1/lab1.mdse.industrialManSys/src/manufacturingSystem/TransportSteps.java | 7a2a87463e95b23c2a3f320cfe7618ae5c1ce25b | [] | no_license | hchuphal/Chalmers_GU | 5e000e8346e669754a1ae675a65b04d5daa81645 | 68831e266a599fd429dbdf254f9ace7ce0a0c30a | refs/heads/master | 2023-01-19T14:29:20.006127 | 2019-12-01T00:00:53 | 2019-12-01T00:00:53 | 225,082,667 | 1 | 0 | null | 2023-01-09T12:05:50 | 2019-11-30T23:29:22 | Java | UTF-8 | Java | false | false | 1,151 | java | /**
*/
package manufacturingSystem;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Transport Steps</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link manufacturingSystem.Trans... | [
"himanshu.chuphal07@gmail.com"
] | himanshu.chuphal07@gmail.com |
66b2fe54eb655d163cda6e64c35d7677b655a421 | a411a11a39384b0d4dba78f23e9d1409abaf2bac | /dubbo-test/src/main/java/pattern/dynamic/example/sdynamic/Movie.java | 9f931f8f8b5ab5ce9087f27d8956c9d94264be90 | [] | no_license | jtracydy/dubbo | 8765ed72d0b47faf86a77308afd5f060834326e4 | 38c48b61ad849ae40c67e176167b970ba33d0b5f | refs/heads/master | 2022-12-23T14:38:50.861937 | 2019-10-15T01:58:33 | 2019-10-15T01:58:33 | 143,490,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | /*
* 2019
*/
package pattern.dynamic.example.sdynamic;
/**
* @author wangdan Date: 2019/3/12 Time: 16:00
* @version $Id$
*/
public interface Movie {
void play();
} | [
"jtracydy@163.com"
] | jtracydy@163.com |
d7fca446c8d9138b92c6c865d1992980df3317b0 | 3b30f392e996250bd02714d6066aaa4b4f37a5b6 | /pet-fetch/src/main/java/com/taobao/api/response/FenxiaoGradeDeleteResponse.java | 7a157a1d0b9dd332b44957580f33b4790e84b075 | [] | no_license | khaliyo/pet | 1d4ec5ff2d21388c008177f44e810483f012a249 | 4ea1d08b8e75a6fcd4e20e4096c38c318e8af53b | refs/heads/master | 2021-01-14T11:57:54.447524 | 2013-05-21T12:36:30 | 2013-05-21T12:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.taobao.api.response;
import com.taobao.api.internal.mapping.ApiField;
import com.taobao.api.TaobaoResponse;
/**
* TOP API: taobao.fenxiao.grade.delete response.
*
* @author auto create
* @since 1.0, null
*/
public class FenxiaoGradeDeleteResponse extends TaobaoResponse {
private sta... | [
"ordinary1792207542@gmail.com"
] | ordinary1792207542@gmail.com |
fdec08c59d5ef281d3a62418066a004f63c10831 | 8376443ea92cd3906c23d13823ba0de09624f16c | /app/src/main/java/moshimoshi/cyplay/com/doublenavigation/ui/custom/AdyenTerminalAddForm.java | 3cca797b6991b3d514be93d790e1ea6a08caa6a3 | [] | no_license | altkachuk/pixika_offline | cd39b7ffe16a626ff2e3c13db9187ddab2ce6cd0 | bd89105279fe899db75ebcd26fc69b63a19ece63 | refs/heads/master | 2020-05-17T03:02:26.224229 | 2019-04-25T16:53:37 | 2019-04-25T16:53:37 | 183,467,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,795 | java | package moshimoshi.cyplay.com.doublenavigation.ui.custom;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import butterknife.BindView;
imp... | [
"andreyltkachuk@gmail.com"
] | andreyltkachuk@gmail.com |
e79440df651772806886871a33cfe5919b363b67 | 286d74972076811b780a6cb748c33c7868cf53a7 | /B_Baekjoon/Numbering/Main_02001_to_4000/Main_3943_헤일스톤수열.java | 1dcaf53cfa55759b49c759b8552edb7daf5aeb73 | [] | no_license | muckyang/Algorithm_Study | 8a2d63f1afea5bcbe9fadcfe8d2cdc5010c00487 | 7ff692c341a012880316dbdb8d0679870039c2d9 | refs/heads/master | 2023-03-27T14:51:11.200187 | 2021-03-22T05:59:02 | 2021-03-22T05:59:02 | 346,667,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package Main_02001_to_4000;
import java.util.Scanner;
public class Main_3943_헤일스톤수열 {
static int N, num;
static int max;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
N = sc.nextInt();
for (int tc = 0; tc < N; tc++) {
num = sc.nextInt();
max = num;
solve(num);
Sys... | [
"yn782@naver.com"
] | yn782@naver.com |
ce87e1bdaf0999bf9017ff0999f43875cb660e54 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/WhereYouGo-0.9.3-beta/DecompiledCode/Fernflower/src/main/java/com/google/zxing/client/result/SMSTOMMSTOResultParser.java | 828b925a934cc1e45a42dd875f61bd475e089c14 | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.google.zxing.client.result;
import com.google.zxing.Result;
public final class SMSTOMMSTOResultParser extends ResultParser {
public SMSParsedResult parse(Result var1) {
String var2 = null;
String var5 = getMassagedText(var1);
SMSParsedResult var6;
if (!var5.startsWith("smsto:") ... | [
"crash@home.home.hr"
] | crash@home.home.hr |
a75ae6c8478779468c93a08c17a67180d891441e | 3ac4184c438c85bed29d1dbbd5f16822090bbf73 | /XiaoWuWeiboClient/src/com/wwj/weiboClient/model/Favorite.java | a179edcc90183bb8056d831beb6cdc9cdce6ff63 | [] | no_license | devilWwj/sinaweibo-tencentweibo-client | 09aabe4d2e6308856a3f90ed3df43f1ce1431458 | 22f7454d4f2ce35b733f87558e08238779c67b54 | refs/heads/master | 2016-09-07T18:39:50.395228 | 2014-11-10T09:58:19 | 2014-11-10T09:58:19 | 26,429,394 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.wwj.weiboClient.model;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.wwj.weiboClient.interfaces.WeiboObject;
import com.wwj.weiboClient.util.Tools;
import android.text.Html;
public class Favorite implements WeiboObject, Serializable
{
/** 收藏时间 */
pu... | [
"mac@macdeMacBook-Pro.local"
] | mac@macdeMacBook-Pro.local |
8a5042b18f14221e993fa9f97696aae24504e77d | eb840800bc31f991eab945d9e6efe694143b6718 | /codility-algos/src/main/java/algos/MedianOfTwoSortedArray.java | b7bdad6bf430d1098c6faaaed2008b5fb1fa35ba | [] | no_license | aqib1/HackCodeLeet | f3ef6e76bb0d4a94b4fc6cbcca1dc76f8a3fc420 | 65c4b30395e980e73e1abec5219c8a37ddb5f063 | refs/heads/master | 2023-03-16T23:03:09.118125 | 2023-03-13T08:07:30 | 2023-03-13T08:07:30 | 228,961,291 | 10 | 3 | null | 2023-01-08T02:51:52 | 2019-12-19T02:45:26 | Java | UTF-8 | Java | false | false | 757 | java | package algos;
public class MedianOfTwoSortedArray {
// Time complexity O(n) and space O(n+m)
public double findMedianSortedArrays(int[] nums1, int[] nums2) {
int[] merge = merge(nums1, nums2);
int half = merge.length / 2;
return merge.length % 2 != 0 ? merge[half] : //
((double) merge[half - 1] + merge[ha... | [
"aqibbutt3078@gmail.com"
] | aqibbutt3078@gmail.com |
a40648d607d6ba12e36804abf27088944b59bfbc | c404d8a4561428ceb878ce85b5c0cee2bf3f7a14 | /intelliwork/src/main/java/com/hxsn/intelliwork/adapter/FolderAdapter.java | 312b4de03ab37a8353eb439bbbe2f4ac5f5ca72b | [] | no_license | jielysong/HXSN | 3e55acc7c1c35b76d9a3bf106155d2ec5ca4a5e9 | b336bdbf2d9e4ecc6e10a01583812b01a2706cb5 | refs/heads/master | 2021-01-17T20:00:01.236954 | 2016-06-16T06:45:32 | 2016-06-16T06:45:32 | 61,268,879 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,180 | java | package com.hxsn.intelliwork.adapter;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.... | [
"jielysong@163.com"
] | jielysong@163.com |
adff03862ab86a7c60bbb3792ba39d65e0cf997f | d2697b2dc2ada2a5db3d3b763f00648be682a3c5 | /bookexchangeUpdated(1)_source_from_JADX/sources/com/google/firebase/analytics/connector/AnalyticsConnectorImpl.java | f9da58fddfaa08b5c99f3bc45bc659ea6e0f9b9f | [] | no_license | cseadnan16/Uncomplete-project--Android- | 3639b51512c23bfe5baf97d0328a4939133bab15 | 3b7036115db7ae1f141678282cc892ed1bc5f56e | refs/heads/main | 2023-03-06T20:25:28.244479 | 2021-02-21T07:35:29 | 2021-02-21T07:35:29 | 340,841,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,440 | java | package com.google.firebase.analytics.connector;
import android.content.Context;
import android.os.Bundle;
import com.google.android.gms.common.internal.Preconditions;
import com.google.android.gms.measurement.AppMeasurement;
import com.google.firebase.DataCollectionDefaultChange;
import com.google.firebase.FirebaseAp... | [
"adnanan.cse2016@gmail.com"
] | adnanan.cse2016@gmail.com |
5932bf55f5c423e60a9fc3f0d67c4282bdc0c542 | 352b10ed3ab99d5687492f2707fd825047d10148 | /src/main/java/com/sjc/enumerated/OzWitch.java | 324a1269ea50621f59867f62ba8dcdb82617ed07 | [] | no_license | sunjiecheng/Thinking-in-Java | 81b260e4bc9c9137c9c0b37330cb0bb5e6c7ab23 | 4add447dac23483249e281879a337f2631701fc1 | refs/heads/master | 2022-02-24T08:40:21.154529 | 2019-09-21T08:45:18 | 2019-09-21T08:45:18 | 112,471,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | package com.sjc.enumerated;
import static net.mindview.util.Print.print;
/**
* @author jiecheng
* @create 2017-12-07 下午10:00
*/
public enum OzWitch {
// Instances must be defined first, before methods:
WEST("Miss Gulch, aka the Wicked Witch of the West"),
NORTH("Glinda, the Good Witch of the North"),
... | [
"tojiecheng@163.com"
] | tojiecheng@163.com |
f7cb873f1e62af71a1c24222fe3731f83e187e5e | 0558bde59ea4699e3af128fbf7679d54a6ff855a | /frame/src/payment/src/main/java/com/eastinno/otransos/payment/union/pc/util/QuickPayConf.java | e9b14ce31348fab78f65b4c4737812f84aeb9bab | [] | no_license | lingxfeng/seafood | 758fccfc2ef4ff7b5ec1317de3fde32155cc0939 | 4015e374d373fa7df3de941b727161487610484d | refs/heads/master | 2022-08-12T19:21:34.172827 | 2020-12-15T06:16:53 | 2020-12-15T06:17:08 | 81,176,380 | 1 | 2 | null | 2022-07-07T23:17:42 | 2017-02-07T06:50:25 | JavaScript | UTF-8 | Java | false | false | 2,809 | java | package com.eastinno.otransos.payment.union.pc.util;
public class QuickPayConf {
public final static String version = "1.0.0";
// 编码方式
public final static String charset = "UTF-8";
private final static String UPOP_BASE_URL = "https://unionpaysecure.com/api/";
private final static String UPOP_BSPAY_... | [
"991736913@qq.com"
] | 991736913@qq.com |
fc331fe416ec2bc7a652c6a2855b1939db9cc6c8 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE477_Obsolete_Functions/CWE477_Obsolete_Functions__Date_parse_10.java | f0b23986913b422578d1c4e45e3e335637816b8e | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,524 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE477_Obsolete_Functions__Date_parse_10.java
Label Definition File: CWE477_Obsolete_Functions.label.xml
Template File: point-flaw-10.tmpl.java
*/
/*
* @description
* CWE: 477 Use of Obsolete Functions
* Sinks: Date_parse
* GoodSink: Use of preferred java.text.D... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
af165668e98db34511b1b57860a583ce1bfa2095 | e6cb9525dbfa760086e715e4926f0f0e41e72ad4 | /qyds-service-api/src/main/java/net/dlyt/qyds/web/service/ErpBankRecordService.java | ac60e8e1315b428e9d42bb5694c4cdb77044f36a | [] | no_license | 422517423/QYDS | 97fbd76d05ef47d23468a173972e734e82768817 | bcee5294c0554a2c35d11ea15663cba978b84016 | refs/heads/master | 2021-10-08T10:10:31.652107 | 2018-12-11T02:03:31 | 2018-12-11T02:03:31 | 113,963,190 | 0 | 3 | null | 2018-01-04T12:44:58 | 2017-12-12T08:22:33 | JavaScript | UTF-8 | Java | false | false | 1,692 | java | package net.dlyt.qyds.web.service;
import com.alibaba.fastjson.JSONObject;
import net.dlyt.qyds.common.dto.ext.ErpBankRecordExt;
import net.dlyt.qyds.common.form.ErpBankRecordForm;
import java.util.List;
/**
* Created by zlh on 2016/8/6.
*/
public interface ErpBankRecordService {
/**
* 根据Id获取库存列表
*
... | [
"422517423@qq.com"
] | 422517423@qq.com |
7f1b0a5645afb8193eda9dbea18cf136966baa4d | 28a9e7a9aa62b0114f0dc4469b82ac1698d0c95f | /java/common/cout970/UltraTech/packets/PacketTesseract.java | a1d4579ff2b339ae2b94ecd4c4330f2085d68467 | [] | no_license | Kilok/UltraTech | c36d6197e544c84c5dff23f0cfbee28f3f59d2ae | 10fd80a54df71733b2eb824198080e624c308aaf | refs/heads/master | 2021-01-16T20:06:45.316379 | 2014-06-20T18:32:19 | 2014-06-20T18:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | java | package common.cout970.UltraTech.packets;
import api.cout970.UltraTech.network.PacketBase;
import common.cout970.UltraTech.TileEntities.electric.TesseractEntity;
import common.cout970.UltraTech.TileEntities.electric.TesseractEntity.T_Mode;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
... | [
"thecout970@gmail.com"
] | thecout970@gmail.com |
48c1dc26d12361cb83bb14425562cc7435addc63 | 551e459d83c4f8e006d32b54d6365eacc6c78e00 | /smartas-demo/src/main/java/org/smartas/demo/workflow/service/impl/DemoWorkflowServiceImpl.java | b1162281637ad4094a9bfe3eb407472fc291afcc | [] | 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 | 658 | java | package org.smartas.demo.workflow.service.impl;
import org.smartas.core.service.BaseFlowServiceImpl;
import org.smartas.demo.workflow.DemoWorkflow;
import org.smartas.demo.workflow.dao.DemoWorkflowDao;
import org.smartas.demo.workflow.service.DemoWorkflowService;
import org.springframework.beans.factory.annotati... | [
"chenjpu@gmail.com"
] | chenjpu@gmail.com |
5699683f6b21bcfb1d4d3969f9ffdba305e88540 | 32d98545e373a15eace94da9db91ca69c26dd577 | /src/com/transportation/SIRI_IL/SOAP/InfoLinkStructure2.java | 0f7e78a79bf045fc24c7797f1661ee0be477aaac | [] | no_license | sagiben/SIRI_IL | 80eedc6e2530ef6d2e367ed6d70797e7e350120a | 95e3526a6ea02ef2b563f77bfb446f1d20f0ef20 | refs/heads/master | 2016-09-10T01:59:40.616241 | 2013-02-24T21:17:33 | 2013-02-24T21:17:33 | 7,036,640 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java |
package com.transportation.SIRI_IL.SOAP;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
/**
* Type for Info Link.
*
* <p>Java cl... | [
"ilnextbus@gmail.com"
] | ilnextbus@gmail.com |
a5dbef0c8dca93201f9ee23826ceb44bbfbabc10 | 7a699656fee75c43d493497510c081093cf2de56 | /bos_parent/bos_domain/src/main/java/com/hafele/bos/domain/Decidedzone.java | 56285d3beecfef718dfd683af3fb028db689b787 | [] | no_license | wenMN1994/BOS | 715e60f8db3973203538a8e78411e58bfbadaec3 | 559abda0c8fece16a0f052c1b363298d97b6e27c | refs/heads/master | 2020-03-27T19:40:09.625215 | 2018-09-21T03:05:57 | 2018-09-21T03:05:57 | 147,004,302 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | package com.hafele.bos.domain;
import java.util.HashSet;
import java.util.Set;
/**
* 定区
*/
public class Decidedzone implements java.io.Serializable {
// Fields
/**
* serialVersionUID
*/
private static final long serialVersionUID = 2437819101012210387L;
private String id;
private Staff staff;
private S... | [
"18475536452@163.com"
] | 18475536452@163.com |
6aef87fa421f3d2b4351f08731b0ed034a971e65 | 7683938be3d4e276106ee60b227a8bf9351ff906 | /app/src/main/java/com/zige/robot/http/rxhttp/converter/ConverterFactory.java | de248ff2d382a72c57774831dc5d4a9c081c1381 | [] | no_license | PhoneSj/Robot | a42aad4c1c0b34607ed68d8ed777190e18dd2721 | 59a5978ef4ba8338edd7afa78c57fb0edae6b92e | refs/heads/master | 2021-07-16T02:52:12.023042 | 2017-10-10T11:47:42 | 2017-10-10T11:47:42 | 106,408,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.zige.robot.http.rxhttp.converter;
import com.google.gson.Gson;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import okhttp3.ResponseBody;
import retrofit2.Converter;
import retrofit2.Retrofit;
/**
*自定义的转换器工厂类
*/
public class ConverterFactory extends Converter.Factory {
pr... | [
"724430327@qq.com"
] | 724430327@qq.com |
06b1b326dfa2dc068bb9f66366b6a902eea36ba7 | 1c6fe1c9ad917dc9dacaf03eade82d773ccf3c8a | /acm-module-hrb-sys/src/main/java/com/wisdom/acm/hrb/sys/common/PropertiesLoaderUtils.java | 7468cd78d453b0675a8a234d3a6a06a581c78870 | [
"Apache-2.0"
] | permissive | daiqingsong2021/ord_project | 332056532ee0d3f7232a79a22e051744e777dc47 | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | refs/heads/master | 2023-09-04T12:11:51.519578 | 2021-10-28T01:58:43 | 2021-10-28T01:58:43 | 406,659,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,320 | java | package com.wisdom.acm.hrb.sys.common;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.DefaultResourceLoader;
import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;
import java.io.IOException;
import java.io.InputStream;
import java.... | [
"homeli@126.com"
] | homeli@126.com |
d9d5f625d12bb2a931139b816cc132cabb4c8737 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE89_SQL_Injection/s02/CWE89_SQL_Injection__Environment_executeQuery_61a.java | 51b86f9f40922a7c345992385d58e37128cb31a6 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,385 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE89_SQL_Injection__Environment_executeQuery_61a.java
Label Definition File: CWE89_SQL_Injection.label.xml
Template File: sources-sinks-61a.tmpl.java
*/
/*
* @description
* CWE: 89 SQL Injection
* BadSource: Environment Read data from an environment variable
*... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
863d439b7ee9ff98d92d4119d984c1c5dc30cfc7 | da1a4eab3f0747c415a67135685166a08c6bb324 | /mall-services/hmall-promotion-service/src/main/java/com/hand/promotion/client/impl/UserClientServiceImpl.java | 72c52633161b2305615fee7eff0c236c54f4faaa | [] | no_license | newbigTech/mk | ee3ea627c4ec8fca9b9f0c8166733c516e1554aa | 6bc5f34ce3ac35096596ddce8519f1bf4f4c9bab | refs/heads/master | 2020-03-30T06:39:57.542743 | 2018-04-01T08:53:10 | 2018-04-01T08:53:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.hand.promotion.client.impl;
import com.hand.hmall.dto.ResponseData;
import com.hand.promotion.client.IUserClientService;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PathVariable;
/**
* Created by shanks on 2017/2/27.
*/
@Component
public class UserClie... | [
"changbing.quan@hand-china.com"
] | changbing.quan@hand-china.com |
d69722e658b865437ce7fcf5147abbd24689ad2d | 2122d24de66635b64ec2b46a7c3f6f664297edc4 | /spring/spring-security/spring-boot-spring-security-session-management-sample/src/main/java/com/packtpub/springsecurity/dataaccess/JpaEventDao.java | 8a9588a4df6d49db950eecf21b45420b22008f48 | [] | no_license | yiminyangguang520/Java-Learning | 8cfecc1b226ca905c4ee791300e9b025db40cc6a | 87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25 | refs/heads/master | 2023-01-10T09:56:29.568765 | 2022-08-29T05:56:27 | 2022-08-29T05:56:27 | 92,575,777 | 5 | 1 | null | 2023-01-05T05:21:02 | 2017-05-27T06:16:40 | Java | UTF-8 | Java | false | false | 2,305 | java | package com.packtpub.springsecurity.dataaccess;
import com.packtpub.springsecurity.domain.CalendarUser;
import com.packtpub.springsecurity.domain.Event;
import com.packtpub.springsecurity.repository.EventRepository;
import java.util.Calendar;
import java.util.List;
import org.springframework.beans.factory.annotation.A... | [
"litz-a@glodon.com"
] | litz-a@glodon.com |
30399025d352819c93718632fec7a42eda5f0162 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/ecf/2303.java | c4a52cdeb05301b6ed923f2262fcedf71591aadb | [
"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 | 1,693 | java | /****************************************************************************
* Copyright (c) 2004 Composent, Inc. 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, and is avai... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
b3c22296f6277824e312ed3b904f9c7278cac88d | 582b3b233d9c979323aabed1749d83d7b9fa0228 | /noticehiber/src/noticehiber/Main.java | 87dc4377af82529246d0c8a7a13f03dc1c71421e | [] | no_license | PadminiNancy/Hiberuts | 227abd500c6732327d7db190056161f901c9c336 | db7991ccd548b0bfb936f1f290d4e95137da6d0d | refs/heads/master | 2020-04-13T00:02:42.708308 | 2018-12-22T19:23:18 | 2018-12-22T19:23:18 | 162,836,329 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package noticehiber;
/**
*
* @author Nancy
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic he... | [
"pdmnnancy@gmail.com"
] | pdmnnancy@gmail.com |
2280d90ce364de7738f713357c986c197cda620a | 6895565fdaeda65cb7674a9dd80604b6c25069be | /app/src/main/java/com/aserbao/aserbaosandroid/functions/database/greenDao/db/ThingDao.java | 019079e45232ad4a8ed44b5411acb19a7cc9737c | [] | no_license | DawnJF/AserbaosAndroid | f1708b96988b6a34cc954c9dcc87e4d384012176 | 6fd3841c122583f40915447380a961a30a60d817 | refs/heads/master | 2020-03-30T06:02:01.931252 | 2018-09-28T13:15:05 | 2018-09-28T13:15:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,817 | java | package com.aserbao.aserbaosandroid.functions.database.greenDao.db;
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.internal.DaoConfig;
import org.greenrobot.greendao.dat... | [
"1142803753@qq.com"
] | 1142803753@qq.com |
bb841249eb19f60600ab29891f8010842dda148d | cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b | /apps_final/mobi.dream.neko/apk/org/codehaus/jackson/map/deser/std/TokenBufferDeserializer.java | f27c6bff47f43d0368678c6ace4879460e98f9e6 | [] | no_license | linux86/AndoirdSecurity | 3165de73b37f53070cd6b435e180a2cb58d6f672 | 1e72a3c1f7a72ea9cd12048d9874a8651e0aede7 | refs/heads/master | 2021-01-11T01:20:58.986651 | 2016-04-05T17:14:26 | 2016-04-05T17:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package org.codehaus.jackson.map.deser.std;
import java.io.IOException;
import org.codehaus.jackson.JsonParser;
import org.codehaus.jackson.JsonProcessingException;
import org.codehaus.jackson.map.DeserializationContext;
import org.codehaus.jackson.map.annotate.JacksonStdImpl;
import org.codehaus.jackson.util.TokenBuf... | [
"i@xuzhao.net"
] | i@xuzhao.net |
f9fbb715cd429608b6603bd8859912bd4064a70b | fbfc3cb38d8eee2fc7e37c5754527a5d48c3e9a8 | /utilcode/lib/src/main/java/com/blankj/utilcode/util/CacheMemoryUtils.java | c8404bfb163db524ee6aece071486c0c3493e9e3 | [
"Apache-2.0"
] | permissive | daweibayu/AndroidUtilCode | ad7c912c71afcffb9a53031ab15e14b3c1568998 | 22a2aad4f81477f89a05ce9bdfff04d85f59c413 | refs/heads/master | 2021-01-01T16:22:12.689864 | 2019-01-17T08:02:56 | 2019-01-17T08:02:56 | 97,814,518 | 0 | 0 | Apache-2.0 | 2019-01-17T08:02:57 | 2017-07-20T09:06:10 | Java | UTF-8 | Java | false | false | 4,558 | java | package com.blankj.utilcode.util;
import android.support.annotation.NonNull;
import android.support.v4.util.LruCache;
import com.blankj.utilcode.constant.CacheConstants;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* <pre>
* author: Blankj
* blog : http://blankj.com
* ti... | [
"625783482@qq.com"
] | 625783482@qq.com |
49ff3088858a27877e62a894e01340fd26275d2f | be2ba637a6135abf28e693650d5399fb3fdaf780 | /app/src/main/java/com/example/c2n/customer_cart/presenter/adapter/CustomerCartMylistAdapter.java | 431f826d507c04079ad30acf9a12e476198e6a14 | [] | no_license | devrath123/C2NRetailer | fcca842c9f97b32bbf42ea33aa0ce8f4260ee6fc | 38fec2e3ede5bdb527c6b72bb5acc94a7a90e3c8 | refs/heads/master | 2022-02-26T02:16:06.675820 | 2019-10-06T10:16:08 | 2019-10-06T10:16:08 | 197,916,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,495 | java | package com.example.c2n.customer_cart.presenter.adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import andr... | [
"dev.rathee2010@gmail.com"
] | dev.rathee2010@gmail.com |
e18995cbed221320c606f5a436026f27c7f4c63d | da2d0d2e0a8d44194beff2271e9a803e698e96cb | /spring-integration-file/src/main/java/org/springframework/integration/file/filters/ExpressionFileListFilter.java | a874add028be8fe512d80b17ce45e8dd08787631 | [] | no_license | zoeoros/spring-integration | 745f4b382bea9100229a66026b57a9359efbacb1 | fac04aeecee8ab8d46ad23ff4406d3a30e64ad3c | refs/heads/master | 2021-01-11T13:50:51.170696 | 2017-03-29T17:00:21 | 2017-03-29T17:52:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,442 | java | /*
* Copyright 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 applica... | [
"grussell@pivotal.io"
] | grussell@pivotal.io |
78a3ee88f5dbb6ce84269e351fef0fde60b966c4 | 68883d55f35e539d4c00d7fe6f626a6309a09773 | /src/main/java/com/coderdream/gensql/bean/IsbgProjectFinishComparator.java | f163ccd13edf742f5a2751aa5622a73020ca7a4e | [] | no_license | CoderDream/selenium-java-demo | bba75b9210fbf4cea3f5f7596cc0094a14b95974 | 3092ce2267287fdcf393b0cc67f3bd2b5539b1ba | refs/heads/master | 2021-09-08T13:06:23.866612 | 2021-09-02T08:03:52 | 2021-09-02T08:03:52 | 94,756,165 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package com.coderdream.gensql.bean;
import java.util.Comparator;
import com.coderdream.util.DateUtil;
/**
http://www.cnblogs.com/aheizi/p/5207870.html
*
*/
public class IsbgProjectFinishComparator implements Comparator<IsbgProjectFinish> {
/**
* 先按员工号排序,再按月份排序
*/
@Override
public int compare(IsbgProjectFi... | [
"coderdream@gmail.com"
] | coderdream@gmail.com |
829608f41de0b60c41541f52a1530d02fe2dd0fc | 47da275d6b10915cc60d6fc3238b5bc243d6c5c1 | /de.rcenvironment.core.gui.utils.incubator/src/main/java/de/rcenvironment/core/gui/utils/incubator/AlphanumericalTextContraintListener.java | a2751de59affcd88fcb967f445af8f4aa58ae2ba | [] | no_license | rcenvironment/rce-test | aa325877be8508ee0f08181304a50bd97fa9f96c | 392406e8ca968b5d8168a9dd3155d620b5631ab6 | HEAD | 2016-09-06T03:35:58.165632 | 2015-01-16T10:45:50 | 2015-01-16T10:45:50 | 29,299,206 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,920 | java | /*
* Copyright (C) 2006-2014 DLR, Germany
*
* All rights reserved
*
* http://www.rcenvironment.de/
*/
package de.rcenvironment.core.gui.utils.incubator;
import org.eclipse.swt.widgets.Event;
import org.eclipse.swt.widgets.Listener;
/**
* Verifies that endpoint names only contain characters a..... | [
"robert.mischke@dlr.de"
] | robert.mischke@dlr.de |
d66a947720298790dc4c297f3f913ceb627bf2d4 | 3df27b037c878b7d980b5c068d3663682c09b0b3 | /src/com/freework/freedbm/util/listUtil/group/Aggregate/LevelSetData.java | abb9fd301a22d53d86feecd0505df0d8ec7d673f | [] | no_license | shinow/tjec | 82fbd67886bc1f60c63af3e6054d1e4c16df2a0d | 0b2f4de2eda13acf351dfc04faceea508c9dd4b0 | refs/heads/master | 2021-09-24T15:45:42.212349 | 2018-10-11T06:13:55 | 2018-10-11T06:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package com.freework.freedbm.util.listUtil.group.Aggregate;
import java.util.Map;
import com.freework.freedbm.util.listUtil.group.AggregateCol;
public class LevelSetData implements AggregateData{
int level=0;
AggregateCol col;
public void setCol(AggregateCol col) {
this.col=col;
}
public void setData(Map s... | [
"lin521lh"
] | lin521lh |
452a5fcf0e0d6f9ad7cc891ecf348897d4cc0ac7 | 6103cb13beb5c3564376849332c0f65013fb1e4a | /src/org/omg/DynamicAny/NameDynAnyPair.java | 0c457acf40ca418fd93e3d2e72cd1ea4f93554ea | [
"Apache-2.0"
] | permissive | songningbo/jdk8source | 26e1c3b66ce589f0d1bbe4e50a39de0adf106b68 | 7458e994df5fc9519004e60d280b728b6736a978 | refs/heads/main | 2023-03-30T01:12:21.275633 | 2021-04-05T13:40:48 | 2021-04-05T13:40:48 | 334,418,487 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package org.omg.DynamicAny;
/**
* org/omg/DynamicAny/NameDynAnyPair.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u152/9742/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl
* Thursday, September 14, 2017 2:31:37 AM PDT
*/
p... | [
"songningbo520@163.com"
] | songningbo520@163.com |
e032ce054f04d362066364dcc78a6ff76017cfc2 | 774004a61fbc87daf2a51fa8466e7508dbc9f6b6 | /bqiupu/src/com/borqs/common/view/CircleGridView.java | 50cd5bd809ee12a94284e90306b06390b817ff0b | [] | no_license | eastlhu/android | 4f23984a5f11f835a22136ddd95b8f3b964ff3fd | 0d256031e3c04fffdf61700fcbb49f7fcf93486a | refs/heads/master | 2021-01-21T04:11:53.350910 | 2013-09-24T07:29:49 | 2013-09-24T07:29:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | package com.borqs.common.view;
import twitter4j.CircleGridData;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.GridView;
import android.widget.LinearLayout;
import android.widget.TextView;
i... | [
"liuhuadong78@gmail.com"
] | liuhuadong78@gmail.com |
1d8bcc74cb0db8dffb10bff25efbe03da3db9313 | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/TB/Math95/AstorMain-math_95/src/variant-1060/org/apache/commons/math/special/Beta.java | 50e21c55245f2253dd15a4a0f979bc7e529995cb | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,757 | java | package org.apache.commons.math.special;
public class Beta implements java.io.Serializable {
private static final long serialVersionUID = -3833485397404128220L;
private static final double DEFAULT_EPSILON = 1.0E-14;
private Beta() {
super();
}
public static double regularizedBeta(double... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
e8145afaf4cd907e493ec7362f9aff164cc1e271 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /qualitycheck-20190115/src/main/java/com/aliyun/qualitycheck20190115/models/UpdateOnPurchaseSuccessResponseBody.java | a31d384b99cb6120596d21616c2f659d29b21f3d | [
"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,713 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.qualitycheck20190115.models;
import com.aliyun.tea.*;
public class UpdateOnPurchaseSuccessResponseBody extends TeaModel {
@NameInMap("Message")
public String message;
@NameInMap("RequestId")
public String requestId;
@NameI... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
f956d8842d51643f153e1b8bb0e75d180246d0d3 | 784a70b67e80b05554a0b6fdb49e396bbccd319b | /SellABook/src/Controller/PageAssiController.java | b53a1f2f9948e2c1677b8264ec8ec9cfa988b21e | [] | no_license | 0D2807/ICIA_Project2 | 5577f3340ffe1b4ed08f253bfcdaa98bc14e9a42 | af7619dd8c2ee96f8377aa0cb455b0de2d15eaaf | refs/heads/master | 2022-12-29T02:50:48.903023 | 2020-10-19T00:54:46 | 2020-10-19T00:54:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,114 | java | package Controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Htt... | [
"1@1-PC"
] | 1@1-PC |
2ae053a0fa28bf1dc3f0823b5cbc6788e2818bf0 | 75b04f6a1e1d280bb95f6daa32ca683c9ed87c40 | /Java_OOP_2021/src/Polymorphism/Exercise/P03WildFarm/Meat.java | d2ddb72b0e64b9b7dc33195be3818bbc435f9fb7 | [
"MIT"
] | permissive | lmarinov/Java_Basics_And_Advanced_Repo | 42629aa0c558d50d0777b064b5a6fbdbbf5a4714 | e08e4f2ee3c1e6e1e47172cdee9ae3cbfa514f15 | refs/heads/master | 2023-04-05T22:54:33.885916 | 2021-04-19T19:30:52 | 2021-04-19T19:30:52 | 79,246,030 | 0 | 0 | MIT | 2021-04-10T11:03:23 | 2017-01-17T16:15:33 | Java | UTF-8 | Java | false | false | 141 | java | package Polymorphism.Exercise.P03WildFarm;
public class Meat extends Food{
public Meat(int quantity) {
super(quantity);
}
}
| [
"lmarinov93@gmail.com"
] | lmarinov93@gmail.com |
27e8743117d507d94b88dbe6dac482f2c5bb48e0 | 1fe2e09c4682b6ebd52d5201978ecc6c7ce7fa0f | /topographica-spigot/src/main/java/nl/rutgerkok/topographica/render/ServerTaskList.java | 982838952e23f64de9dd056e35d086aa48b676ba | [
"MIT"
] | permissive | rutgerkok/Topographica | 4d31d5b8a99e6aab45af2ed5fe6c7c442228749f | 4a7d8e27d9918da718f1403f60aed96da1b70ec5 | refs/heads/master | 2021-06-10T07:36:24.358470 | 2021-05-01T18:06:08 | 2021-05-01T18:06:08 | 176,159,698 | 13 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,080 | java | package nl.rutgerkok.topographica.render;
import java.util.Map;
import java.util.Objects;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import com.google.common.collect.ImmutableMap;
import org.bukkit.Chunk;
import org.bukkit.World;
import org.bukkit... | [
"rutger.kok@live.com"
] | rutger.kok@live.com |
2b35ed03304060d13a280cec884ea39f9e2c1c4c | fea683c0ec66ff872b001f39fba4bd0f5a772176 | /jpuppeteer-cdp/src/main/java/jpuppeteer/cdp/cdp/entity/target/GetTargetInfoRequest.java | 75a46643f8fdaa41fed6444efe8015b8c8d646c7 | [] | no_license | affjerry/jpuppeteer | c343f64636eabdf5c3da52b6c0d660054d837894 | 5dbd900862035b4403b975f91f1b18938b19f08b | refs/heads/master | 2023-08-15T23:45:39.292666 | 2020-05-27T01:48:41 | 2020-05-27T01:48:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package jpuppeteer.cdp.cdp.entity.target;
/**
*/
@lombok.Setter
@lombok.Getter
@lombok.ToString
public class GetTargetInfoRequest {
/**
*/
private String targetId;
} | [
"jarvis.xu@vipshop.com"
] | jarvis.xu@vipshop.com |
8d6c0144ad50574c0ac7bef116df693cf84705d6 | 5adca47d426f1f90fd111a8e13421280ef8fc08e | /nio-official/src/main/java/org/lili/nio/official/file/DiskUsage.java | a11fb7f4ff4de9ab5ce28e4e266e48b4e57e5951 | [] | no_license | xiaozhiliaoo/netty-practice | 8d829657a7e30b2c96c2980553d54a7aaaf1a637 | c236b9f211c291f81b1e1490c9b2fb0cba097f6b | refs/heads/master | 2023-07-23T03:06:56.823662 | 2022-02-06T14:25:08 | 2022-02-06T14:25:08 | 248,139,147 | 1 | 0 | null | 2023-07-13T17:04:02 | 2020-03-18T04:34:59 | Java | UTF-8 | Java | false | false | 3,219 | java | package org.lili.nio.official.file;/*
* Copyright (c) 2008, 2011, Oracle and/or its affiliates. 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 r... | [
"lili@chainup.com"
] | lili@chainup.com |
eeb891921a8cb3bb4f902e31522c3b5e9bcd804c | 5468f8e2dd1c6ba3fb4d0561f43ad5baa764b62e | /src/org/mybatis/generator/api/dom/java/TopLevelEnumeration.java | 22ee844420d118b698c629d27c4ad28c4912e3be | [] | no_license | liuyuhua1984/MyBatisSql | f0934de98e0c5111efe0de71081a11dc3b28f62f | e039cc7387cf00e04f8b5008e1e9428f77992310 | refs/heads/master | 2021-01-20T16:55:16.391918 | 2017-06-13T10:35:17 | 2017-06-13T10:35:17 | 90,857,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,150 | java | /**
* Copyright 2006-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
*
* Unle... | [
"lyh@163.com"
] | lyh@163.com |
a6f0bbe4b8103071e81315eb5bd7c65f91d3d1c6 | f393be3b18ac2a87ea859cac5a5a07f2a9525c16 | /src/com/facebook/buck/step/StepExecutionResults.java | 7b59f0a2f84bbc0c8d94eead9be830980d9c878d | [
"Apache-2.0"
] | permissive | blubfoo/buck | 976890da6ae3b4850b149213badaea9cc24fc5ed | 45955d18b4155c4e87be3a89707fcfb1411c806a | refs/heads/master | 2023-01-13T02:06:23.501307 | 2019-10-22T04:18:52 | 2019-10-22T05:39:25 | 216,879,969 | 0 | 1 | Apache-2.0 | 2022-12-24T05:44:05 | 2019-10-22T18:12:41 | null | UTF-8 | Java | false | false | 1,250 | java | /*
* Copyright 2017-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... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
a93df15d0af4b797b398b2b88e72b5eea042aac8 | 46739ddb77feee2265af8436db6ac0eb2517e85a | /wallet-service/wallet-service-common/src/main/java/org/wallet/service/common/dao/BaseRepository.java | 0eb23f353c6d1515c991ec6e906fdcead3627caf | [] | no_license | guolinxin/wallet-parent | 9f21e6208153a35c85ed9feb1e2112c5ca53d8c5 | 47dcec9c477dfe0433464033d234acf62c2dad57 | refs/heads/master | 2022-04-06T23:50:50.385832 | 2020-02-04T07:07:40 | 2020-02-04T07:07:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package org.wallet.service.common.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.NoRepositoryBean;
import org.springframework.data.repository.PagingAndSortingRepository;
import java.... | [
"snzke@live.cn"
] | snzke@live.cn |
a1848c15875ca8b7f6231f9215709bc1a771a74f | a01eaed695583aad70bd7e1da1af0ec736c7bf22 | /cave/com.raytheon.viz.core.contours/src/com/raytheon/viz/core/contours/rsc/displays/PlotLocationCache.java | b38f451b56715287016938e620d299156997a420 | [] | no_license | SeanTheGuyThatAlwaysHasComputerTrouble/awips2 | 600d3e6f7ea1b488471e387c642d54cb6eebca1a | c8f8c20ca34e41ac23ad8e757130e91c77b558fe | refs/heads/master | 2021-01-19T18:00:12.598133 | 2013-03-26T17:06:45 | 2013-03-26T17:06:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,647 | java | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | [
"root@lightning.(none)"
] | root@lightning.(none) |
657b364ce0bd5fb9806942a1e01e1f2df2813fb9 | 3dea1a7bd0722494144fda232cd51e5fcb6ad920 | /publiclibrary/src/main/java/com/library/widget/shimmer/ShimmerTextView.java | 175a651b332630cc0697978c1e6579a9e5e8e16d | [] | no_license | luozhimin0918/KxtPkx | 59b53259fcde26f6cdfeb835bac7831ab8307516 | 94e4fc15f1307d10fde73891d138ab8cf9307ae9 | refs/heads/master | 2021-01-23T07:26:57.698708 | 2017-03-28T06:52:09 | 2017-03-28T06:52:09 | 86,425,236 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,313 | java | package com.library.widget.shimmer;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.widget.TextView;
/**
* Shimmer
* User: romainpiel
* Date: 06/03/2014
* Time: 10:19
*
* Shimmering TextView
* Dumb class... | [
"54543534@domain.com"
] | 54543534@domain.com |
e827fc7c76ed83e405dd45d381a44a13c68ed240 | cf7278e9f104cbbbfaef4ec5ffac86e60a02e727 | /src/main/java/ar/gob/gcba/dgisis/mapa360/config/Constants.java | 5d778b6450910dd699e9fd70ac28e7867612d28b | [] | no_license | scarabetta/mapa360 | 019a8319b2bc243731b7f1c447e901e85822879d | a1b4252edecccfefcf8227cb92dce8c4cff7ec99 | refs/heads/master | 2020-03-12T07:43:35.824417 | 2018-04-21T21:09:16 | 2018-04-21T21:09:16 | 130,512,243 | 0 | 0 | null | 2023-04-27T12:08:59 | 2018-04-21T21:09:14 | Java | UTF-8 | Java | false | false | 432 | java | package ar.gob.gcba.dgisis.mapa360.config;
/**
* Application constants.
*/
public final class Constants {
// Regex for acceptable logins
public static final String LOGIN_REGEX = "^[_'.@A-Za-z0-9-]*$";
public static final String SYSTEM_ACCOUNT = "system";
public static final String ANONYMOUS_USER = ... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
59fa31eba211cff654b7b84fe6f6fc1f2a5d3ae6 | bb45ca5f028b841ca0a08ffef60cedc40090f2c1 | /app/src/main/java/com/baidu/mapapi/s.java | 4da2760379f5238716898238340e5f5a3b5676c3 | [] | no_license | tik5213/myWorldBox | 0d248bcc13e23de5a58efd5c10abca4596f4e442 | b0bde3017211cc10584b93e81cf8d3f929bc0a45 | refs/heads/master | 2020-04-12T19:52:17.559775 | 2017-08-14T05:49:03 | 2017-08-14T05:49:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,026 | java | package com.baidu.mapapi;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import io.netty.handler.codec.http.HttpHeaders.Values;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.... | [
"18631616220@163.com"
] | 18631616220@163.com |
5577136496ec2461adafe9217a43ea85a8cbcc98 | 3b85db026f3aa749cff2a7ccf8cca2b62246140a | /src/rewriter/com/newrelic/org/apache/commons/io/IOExceptionWithCause.java | d500218188992687ad5a504cc12509ef84e2dfe1 | [] | no_license | chenhq/newrelic_ref | 9255cf81572d89309a17989c09e42b0d00db126d | 792d7c84dd231fec170894b233996c744f8c318d | refs/heads/master | 2021-01-10T19:01:40.257458 | 2014-12-26T08:39:09 | 2014-12-26T08:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | /* */ package com.newrelic.org.apache.commons.io;
/* */
/* */ import java.io.IOException;
/* */
/* */ public class IOExceptionWithCause extends IOException
/* */ {
/* */ private static final long serialVersionUID = 1L;
/* */
/* */ public IOExceptionWithCause(String message, Throwable c... | [
"hongqing.chen@gmail.com"
] | hongqing.chen@gmail.com |
48aa38a91a17feeca6c1664eb22f554bd5f79b1e | 068a591d47a7cfa296d72572fc5c99d76bcd58f4 | /semester4/AISD/2/Sort/src/L3/RandSelect.java | 6759e67e3aaf8e2352dc9390120e55e986526719 | [] | no_license | n1t4chi/studies | 6afc9243d36d5917e3c6d69001d5ec0913d0cd66 | f21a8255b011cb9dbc119887811b65830a69c09f | refs/heads/master | 2021-01-23T01:17:26.887381 | 2017-06-23T15:36:11 | 2017-06-23T15:36:11 | 92,862,450 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,303 | 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 L3;
import Log.SelectLog;
import java.io.PrintStream;
import java.util.AbstractMap;
import java.util.Map.Entry;
import java.ut... | [
"n1t4chi@interia.pl"
] | n1t4chi@interia.pl |
e19c190c2c1afd4092b201e79ee49cf8e1a962ad | e450e158ccaad7b11e33d2f2a06ca62d1f9cbfb7 | /jadx-core/src/test/java/jadx/tests/integration/java8/TestLambdaStatic.java | 257f071215db2c613dbc2fb4a58db3b5d264c361 | [
"Apache-2.0",
"BSD-3-Clause",
"LGPL-2.1-only",
"EPL-1.0",
"CC-BY-2.5",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | skylot/jadx | ab484eef2e9fc2f2362401a19feca88e46f6d0c7 | 2c92c6b0a60f7fca9a5b0c90925644f8c20b2aac | refs/heads/master | 2023-09-02T07:17:31.375276 | 2023-09-01T20:15:14 | 2023-09-01T20:18:58 | 8,859,474 | 37,693 | 4,938 | Apache-2.0 | 2023-09-14T17:33:32 | 2013-03-18T17:08:21 | Java | UTF-8 | Java | false | false | 1,862 | java | package jadx.tests.integration.java8;
import java.util.concurrent.Callable;
import java.util.function.Function;
import org.junit.jupiter.api.Test;
import jadx.tests.api.IntegrationTest;
import static jadx.tests.api.utils.assertj.JadxAssertions.assertThat;
public class TestLambdaStatic extends IntegrationTest {
p... | [
"skylot@gmail.com"
] | skylot@gmail.com |
6d5faadfad8960252370c561b916fa27d554163e | dd4f84a8e9f4b719cc8204f9459c223981dc7448 | /java_syntax_1/level5/lecture12/task3/Solution.java | dbf9a2bebd5f4850bc3ad6da718b66dedc6792fa | [] | no_license | SevenLightnapper/javarush | 0ab08f532813ae20f68ea01c1b84b2ee5c5a137e | d9631957d5a17f3055e6b3013073a8ed0c8db229 | refs/heads/master | 2020-07-02T13:33:49.565221 | 2019-08-09T20:59:32 | 2019-08-09T20:59:32 | 201,534,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,787 | java | package javarush.java_syntax_1.level5.lecture12.task3;
/*
package com.javarush.Task.task05.task0527;
*/
/*
Том и Джерри
*/
/*
Создай классы Dog, Cat, Mouse.
Добавь по три поля в каждый класс, на твой выбор.
Создай объекты для героев мультика Том и Джерри.
Так много, как только вспомнишь.
Пример:
Mouse jerryMouse = new... | [
"dairenray@gmail.com"
] | dairenray@gmail.com |
7733ed567cf5f6c6478c55e564cddc42e265e2d9 | 888911ce2d6b42806c73b6c99ebc52413fe7a528 | /app/src/main/java/com/zmm/diary/utils/config/CommonConfig.java | cd36556fdbb3bec94091c1defb68858f6197e9b7 | [] | no_license | Giousa/DiraySystem | 3e4d79c41940c25a651eb6e56d497071fad70427 | 32f9288130c5aa19d2e70cd137aea9dcc2c3efbb | refs/heads/master | 2020-04-04T13:33:33.889973 | 2019-04-17T07:36:12 | 2019-04-17T07:36:12 | 155,966,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package com.zmm.diary.utils.config;
/**
* Description:
* Author:zhangmengmeng
* Date:2018/11/3
* Email:65489469@qq.com
*/
public class CommonConfig {
//基本网络请求地址
public static final String BASE_URL = "http://192.168.253.7:8080/diary/";
// public static final String BASE_URL = "http://giousa.nat300.top... | [
"65489469@qq.com"
] | 65489469@qq.com |
cab01a86622baf050736a545a18e3adbdf11ba28 | 4dacd4ccfca64833fb8bd5666c2f01ab80beee18 | /src/main/java/relationship/one_to_one/uni_directional/entity/Employee.java | 5829c594dc71723d1009be19aed953c4600ee093 | [] | no_license | andervyd/Hibernate | 1e4e68fa68b864f38d4a5cd38887d19aa0fe5d89 | c5149f0567d5f050e4a1a3967a1b0054f1f8df52 | refs/heads/master | 2023-02-12T08:11:27.685090 | 2020-12-22T17:23:32 | 2020-12-22T17:23:32 | 308,037,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package relationship.one_to_one.uni_directional.entity;
import javax.persistence.*;
@Entity
@Table(name = "re_employees")
public class Employee {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private int id;
@Column(name = "name")
private String name;
@Col... | [
"andervyd@gmail.com"
] | andervyd@gmail.com |
0eb1f432cad4abd49778497e5fef41e06670f936 | a5610dc24443c7586e4fef4bcfa0df9ccee4ccaf | /1.JavaSyntax/src/com/javarush/task/task07/task0722/Solution.java | 8fb746f7fb220b45b7beebf3774993af794d7c8c | [] | no_license | NMakhamatov/JavaRushTasks | 8d0cafa33e72dcf6e37bb4d062717983c3b0f768 | 20b4130afc6ce84402b0dbf2ecf4bd67d43aaa27 | refs/heads/master | 2020-03-27T14:12:43.767842 | 2019-06-02T16:59:26 | 2019-06-02T16:59:26 | 146,650,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.javarush.task.task07.task0722;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
/*
Это конец
*/
public class Solution {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedRead... | [
"zeropulse8@gmail.com"
] | zeropulse8@gmail.com |
268628025b2585bff7d0530a9c9a4f0dca80f935 | 4eefc2f968d236b21758a56a5187d39a06898408 | /frameWidget/src/main/java/com/ab/view/chart/TimeChart.java | 5c479ecbbdb623b3ce805fa2f4ec943efb88fb2b | [] | no_license | phx1314/PettimeNew | ac2412056f947d5d1457d29095409d2a42f2523b | 3d48aa33f40ce40b867b376c9cdbaa4a9656c1b5 | refs/heads/master | 2020-09-08T11:36:56.635775 | 2019-12-19T06:37:38 | 2019-12-19T06:37:38 | 221,121,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,553 | java | /*
* Copyright (C) 2012 www.amsoft.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"daif@deepblueai.com"
] | daif@deepblueai.com |
ead4c4be95849d4366bf1449b892e87aaef3932f | 1c218fc1c5d6bca1a93f74ab4fe7b25b03f41d7c | /src/main/java/org/training360/finalexam/teams/TeamController.java | 54c7a8be08919bfa6952c07f1918491ebc896c4f | [] | no_license | NDboy/sv2021-jvjbf-zarovizsga | 6d0533a536a5f0b95d8a1fc3dcb342a007ce1233 | 887d767b48cb7f6e6fde570a36cd47cb507e2644 | refs/heads/master | 2023-07-03T12:46:20.192105 | 2021-08-09T22:30:40 | 2021-08-09T22:30:40 | 394,298,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package org.training360.finalexam.teams;
import lombok.AllArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import org.training360.finalexam.players.CreatePlayerCommand;
import javax.validation.Valid;
import java.util.List;
@RestController
@AllArgsConstruc... | [
"endre.karsai@gmail.com"
] | endre.karsai@gmail.com |
9b9a5124291ae2df040137fbaecae22d781a4291 | e69e5d899856b185e23b6ca0ed50df38b2aff5d1 | /estimation-data-services/src/main/java/com/tip/estimation/model/RejectReasonRequest.java | 76183559b56fdf067819d48e83554d280de06183 | [] | no_license | shuvankar999/git_backup | 10edee9a3db6e4dcb6b67df2a712ebce10c33f31 | b39e126e45df1c6147aace22aabbcc75b3d65322 | refs/heads/main | 2023-06-14T17:12:55.874523 | 2021-07-09T16:16:14 | 2021-07-09T16:16:14 | 384,487,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.... | [
"shuvankar999@gmail.com"
] | shuvankar999@gmail.com |
2c0529fcffc1f21a0751fd1e53dffe5bc4399343 | 277e9b46052cc9abd859246de1c3529ec739fcb6 | /szk/src/main/java/com/allen/entity/user/UserGroupResource.java | 32366d85d48e2b3fd5ba2931491a38a4c519149e | [] | no_license | Allen5413/szk | 9c9accc3e082cd6d65c17509461ae8f0e5030452 | 644a8c168132280be8d48fc3aa2f9c91b03aa274 | refs/heads/master | 2021-01-19T22:53:51.277881 | 2018-11-30T07:11:20 | 2018-11-30T07:11:20 | 88,923,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,335 | java | package com.allen.entity.user;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import java.util.Date;
/**
* Created by Allen on 2016/12/12.
*/
@Entity
@Table(name = "user_group_resource")
public class UserGroupResource {
@Id
... | [
"2319772333@qq.com"
] | 2319772333@qq.com |
2b3081aaa518ad92692c0c31a01e27ec2a00bde7 | e89fdd336ef07f755260d96c38e945c247b57db8 | /visallo/core/core/src/main/java/org/visallo/core/model/artifactThumbnails/ArtifactThumbnailRepository.java | 339d6d52906d00de4987844db45da9272b030dd1 | [
"Apache-2.0"
] | permissive | pppguru/react-meta | badb4e78bfaaa9ca93884ac7d631a5d3fc188ca4 | f99d34e4ebbd1afed557b06361dde3e04c3de5f3 | refs/heads/master | 2020-03-14T16:38:31.093667 | 2018-05-01T10:46:08 | 2018-05-01T10:46:08 | 131,702,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,275 | java | package org.visallo.core.model.artifactThumbnails;
import com.google.inject.Inject;
import com.v5analytics.simpleorm.SimpleOrmSession;
import org.vertexium.Vertex;
import org.visallo.core.exception.VisalloResourceNotFoundException;
import org.visallo.core.model.ontology.OntologyRepository;
import org.visallo.core.mode... | [
"luisantonio_vera@yahoo.com"
] | luisantonio_vera@yahoo.com |
97d4cbbd8bc9cf5cc1c6ddf1a18408bad1bca614 | 1b3357b3a4541d79365117d11d4190e87aeaff89 | /app/src/main/java/huyifei/mymvp/architecture/mvp/IDownloadView.java | b78f42bc24616a6d7e522c1eb8e529290d3da612 | [
"Apache-2.0"
] | permissive | songyuanyoung/My-MVP | 7ee4f76e3570ea3b6af2c1a19af5cb9bd702a542 | 8f78442df250db3b9df28d31d1216f04e60ab85b | refs/heads/master | 2021-01-15T10:42:37.293198 | 2017-08-04T02:05:40 | 2017-08-04T02:05:40 | 99,597,031 | 1 | 0 | null | 2017-08-07T16:16:25 | 2017-08-07T16:16:25 | null | UTF-8 | Java | false | false | 510 | java | package huyifei.mymvp.architecture.mvp;
/**
* Created by rookie on 2017/1/23.
*/
public interface IDownloadView {
/**
* 显示进度条
* @param show
*/
void showProgressBar(boolean show);
/**
* 设置进度条进度
* @param progress
*/
void setProcessProgress(int progress);
/**
* ... | [
"foreverlove.zyl@163.com"
] | foreverlove.zyl@163.com |
804144077f0ae5321fd54a318197d788e87128f0 | 4168b1d8b44ea61cab5144ce2c0968ac7fa08149 | /src/main/java/com/qiangdong/reader/dto/BlockUserDto.java | 62d7f436daf2a58a97b5f98b7b33dacd45ca92b8 | [
"Apache-2.0"
] | permissive | Vivian-miao/qiangdongserver | 2a841f0a964c92cbfe73d4eb98f0c2888e542fff | 0c16fec01b369d5491b8239860f291732db38f2e | refs/heads/master | 2023-04-25T07:21:57.354176 | 2021-05-20T04:16:51 | 2021-05-20T04:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.qiangdong.reader.dto;
public class BlockUserDto {
private Long id;
private Long userId;
private String username;
private String avatar;
private String signature;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getUsername() {
return username;... | [
"a857681664@gmail.com"
] | a857681664@gmail.com |
19c1b59fcf1731ef699c7fef437c7ca1aa6b98b3 | 8f70fe0e87e308fe3dc8cfe9a515a315ed131d18 | /src/test/java/com/sugarcrm/test/opportunities/Opportunities_30698.java | 57747e59f9cfc5be41c7975748505e4a38ab4ed8 | [] | no_license | mustaeenbasit/LKW-Walter_Automation | 76fd02c34c766bc34a5c300e3f5943664c70d67b | a97f4feca8e51c21f3cef1949573a8e4909e7143 | refs/heads/master | 2020-04-09T17:54:32.252374 | 2018-12-05T09:49:29 | 2018-12-05T09:49:29 | 160,495,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package com.sugarcrm.test.opportunities;
import org.junit.Test;
import com.sugarcrm.candybean.datasource.FieldSet;
import com.sugarcrm.sugar.VoodooUtils;
import com.sugarcrm.test.SugarTest;
public class Opportunities_30698 extends SugarTest {
public void setup() throws Exception {
sugar().accounts.api.create();
... | [
"mustaeen.basit@ROLUSTECH.NET"
] | mustaeen.basit@ROLUSTECH.NET |
3e6defb09bcb334329bc36ecfd0b1d1ec3840c55 | 6b8bdbea705847c4484ec29f1e6532c8189dba1b | /app/src/main/java/com/activity/analyzer/AnalyzerResultActivity.java | f646cd9769eccb4f8df1b6539036696827f9b5ce | [
"Apache-2.0"
] | permissive | LittleFatZhang/ActivityLaunchAnalyzer | e7f406219a47b1200b556d5dd23eafee0c471b20 | 3194098bc122349c411b44c010a6a2296e48b0fc | refs/heads/master | 2021-01-16T00:12:03.382945 | 2016-02-25T08:47:45 | 2016-02-25T08:47:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,142 | java | package com.activity.analyzer;
import android.app.ListActivity;
import android.content.Context;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.vie... | [
"jgy08954@ly.com"
] | jgy08954@ly.com |
3d39e438c6e637fc710bcae50c6f28748ea1aeb0 | f3c35ce8ca93ad644f523ca19171478dd0ec95da | /ib/src/main/java/com/dwidasa/ib/pages/payment/LoanPaymentReceipt.java | e4b054d3856e74b13d5b74466ae1c8bb2434c04f | [] | no_license | depot-air/internet-banking | da049da2f6288a388bd9f2d33a9e8e57f5954269 | 25a5e0038c446536eca748e18f35b7a6a8224604 | refs/heads/master | 2022-12-21T03:54:50.227565 | 2020-01-16T11:15:31 | 2020-01-16T11:15:31 | 234,302,680 | 0 | 1 | null | 2022-12-09T22:33:28 | 2020-01-16T11:12:17 | Java | UTF-8 | Java | false | false | 1,493 | java | package com.dwidasa.ib.pages.payment;
import com.dwidasa.engine.model.view.LoanPaymentView;
import org.apache.tapestry5.ComponentResources;
import org.apache.tapestry5.annotations.DiscardAfter;
import org.apache.tapestry5.annotations.Persist;
import org.apache.tapestry5.annotations.Property;
import org.apache.tapestry... | [
"gunungloli@gmail.com"
] | gunungloli@gmail.com |
dbf43afc040d9204f36fb53a885c618d2054ba54 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /v2/appserv-api/src/java/com/sun/appserv/management/monitor/statistics/KeepAliveStats.java | cb0df8af95022bdb196051a4876913e7445bba1c | [] | no_license | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,395 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL")... | [
"kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
096da53dfd1706a54907cb0a764b13a6f4ca4b37 | 1931aa0e243dcdfc5a485c3281402319535d3f8c | /src/package1/TestAbstraction2.java | ae1e3ee23f4921881ec915f188c3a535981bf25e | [] | no_license | preetishIbankG99/MindQMisc | 01975136742b2ee95bb1286a113b30156d774739 | b120fafefbe5c695648953e04b67792a99447817 | refs/heads/master | 2023-04-13T18:22:51.294937 | 2021-05-01T13:42:26 | 2021-05-01T13:42:26 | 363,422,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package package1;
public class TestAbstraction2 {
public static void main(String[] args) {
Scooty s;
s=new Honda();
s.run();
s.presskey();
}
}
| [
"shubhamsethiabc87@gmail.com"
] | shubhamsethiabc87@gmail.com |
023486af8060d34f35f692d72186866fd9c6e326 | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-900-Files/boiler-To-Generate-900-Files/syncregions-900Files/BoilerActuator5688.java | 695fde03b6023e9490153dc78b25fbcad3841252 | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 263 | java | package syncregions;
public class BoilerActuator5688 {
public execute(int temperatureDifference5688, boolean boilerStatus5688) {
//sync _bfpnGUbFEeqXnfGWlV5688, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"sultanalmutairi@172.20.10.2"
] | sultanalmutairi@172.20.10.2 |
de3fb9dbb418414c4b3586cc30a757739f82624b | 4a2ba40568ee24c54029421121ff89752613fbd4 | /API/ShaftPowerReceiver.java | e94d8683cf12f736d43b069868bd839fb28491a3 | [] | no_license | Baughn/RotaryCraft | 6c5e079343e4379af157c0da0b77d380a3f5cabb | 7a670e20e8d16124ec0e5160ded02ffe3d83a29c | refs/heads/master | 2020-04-07T15:43:22.006492 | 2013-09-01T06:52:09 | 2013-09-01T06:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | /*******************************************************************************
* @author Reika Kalseki
*
* Copyright 2013
*
* 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 |
82606adcf6cd68f41baad5a8230854a2e8e3d0a0 | aa24c119d65bc08b554c265284c6dcb7800f82a8 | /mybatis_homework_0927/src/main/java/com/jianjieming/study/mapper/GoodsMapper.java | 5067cbfad2a43029652e33e9adc7362b0f21c70d | [] | no_license | JianJieMing/JianJieMing_JAVA | dfe4929d6e3702ebad62bfc8e5583b851fdb042e | 0f3f7212e026e6ab0699943082a41f12cd487b69 | refs/heads/master | 2023-01-13T12:56:00.532459 | 2018-12-11T09:02:31 | 2018-12-11T09:02:31 | 149,609,661 | 2 | 0 | null | 2023-01-06T09:53:09 | 2018-09-20T12:59:01 | Java | UTF-8 | Java | false | false | 302 | java | package com.jianjieming.study.mapper;
import com.jianjieming.study.entity.TbGoods;
import java.util.List;
/**
* @author 铭
* 2018/9/27 9:57
*/
public interface GoodsMapper {
/**
* 查询所有商品,并且携带出商品的种类
* @return
*/
List<TbGoods> findAll();
}
| [
"1434640043@qq.com"
] | 1434640043@qq.com |
7114faaa485ae371e2bbf5f382240c09a2d896e2 | b1eee7989acdad29096ef323a7609b5af2828792 | /AppDyC/PjDevolucion/src/main/java/mx/gob/sat/siat/dyc/servicio/dto/declaraciones/personafisica1317/ConsultarDeclaracionISRPersonaFisica1317bAnexo5a2DTO.java | e0c303883e2fd0d7694697d6916f4da7f6c6d246 | [] | no_license | xtaticzero/AppDyC | 2185e5d25840ddbb73d0de6c6c0d61a497a6cdfa | 1562a358558323ef6adb84fb0e70ba7560200bda | refs/heads/master | 2021-09-09T21:50:41.930101 | 2018-03-19T21:38:45 | 2018-03-19T21:38:45 | 73,757,634 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,376 | java | /*
* Todos los Derechos Reservados 2013 SAT.
* Servicio de Administracion Tributaria (SAT).
*
* Este software contiene informacion propiedad exclusiva del SAT considerada
* Confidencial. Queda totalmente prohibido su uso o divulgacion en forma
* parcial o total.
*/
package mx.gob.sat.siat.dyc.servicio.dto.declara... | [
"emmanuel.estrada@stksat.com"
] | emmanuel.estrada@stksat.com |
af43089055d20224f786aa6d2d14d8221fccb695 | c0fe21b86f141256c85ab82c6ff3acc56b73d3db | /dms/src/main/java/com/jdcloud/sdk/service/dms/client/GeneralCreateViewExecutor.java | 515076bc73fdc9b14ebbe3c629c22dece6f6833d | [
"Apache-2.0"
] | permissive | jdcloud-api/jdcloud-sdk-java | 3fec9cf552693520f07b43a1e445954de60e34a0 | bcebe28306c4ccc5b2b793e1a5848b0aac21b910 | refs/heads/master | 2023-07-25T07:03:36.682248 | 2023-07-25T06:54:39 | 2023-07-25T06:54:39 | 126,275,669 | 47 | 61 | Apache-2.0 | 2023-09-07T08:41:24 | 2018-03-22T03:41:41 | Java | UTF-8 | Java | false | false | 1,381 | java | /*
* Copyright 2018 JDCLOUD.COM
*
* 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... | [
"jdcloud-api@jd.com"
] | jdcloud-api@jd.com |
51f3359f10ab37ecc7323200c5edf626a3e45195 | 9bfcb31bdd532e817a5d162a8d7047048736d70e | /app/src/main/java/com/zhongan/demo/hxin/activitys/HXLoanMoneyDetailActivity.java | e4f124c3ed00b506f20e96ffe9ec7dfd5cd00260 | [] | no_license | fsh596847/youyuDemo | 998918b21647d53700177b23aa48ae79bbd68d37 | 55a3c1f59671cfb01a6c0166a7ec264fa0ba226b | refs/heads/master | 2021-08-28T23:11:47.463407 | 2017-12-13T07:59:46 | 2017-12-13T07:59:46 | 111,054,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,629 | java | package com.zhongan.demo.hxin.activitys;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.zh... | [
"fsh596847@163.com"
] | fsh596847@163.com |
642206e6892e02f5304cc16940ee2e1c5c4a95f1 | ea4da81a69a300624a46fce9e64904391c37267c | /src/main/java/com/alipay/api/domain/AlipayUserInviteOfflinedetailQueryModel.java | bee11b68af8efdf7c89af6f0fb995bf3aad42464 | [
"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,969 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 线下拉新结算明细数据查询
*
* @author auto create
* @since 1.0, 2019-12-17 11:38:45
*/
public class AlipayUserInviteOfflinedetailQueryModel extends AlipayObject {
private static final long ... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
2941336acaf466c450a8db0af3316b16c098af1e | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/val/Magic_Trick/S/MagicTrick(1802).java | fbf8e92bd6fb44ec7f9852db13adb15fb65fd22a | [] | no_license | yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660282 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package methodEmbedding.Magic_Trick.S.LYD1776;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.PrintStream;
import java.util.HashSet;
import java.util.Scanner;
import java.util.Set;
public class MagicTrick {
public static void main(String[] args) {
try {
Sca... | [
"liangyuding@sjtu.edu.cn"
] | liangyuding@sjtu.edu.cn |
605214e5de1c433fdb23746826c7a8391a3a8e6b | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/64/org/apache/commons/math/linear/MatrixUtils_createBigMatrix_295.java | 05b064f43838490d7fef45865c8a06d92b13852d | [] | 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 | 1,496 | java |
org apach common math linear
collect method oper matric
version revis date
matrix util matrixutil
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
3fe9d6d2bc542985ae8b6300c2706a5dc2b46d11 | 47a31099142d84028f2a80c165ee475ac900b6c2 | /guava-tests/test/com/google/common/escape/ArrayBasedCharEscaperTest.java | a5537cb4a725f1e4218de4e032b74c74492bc561 | [
"Apache-2.0"
] | permissive | orenwf/guava | dafff1c9956e37251c5c8907d60d2a03b46ec4b7 | c10d013e1928cac2202813864f1e210f231a5d00 | refs/heads/master | 2020-04-28T19:45:11.638333 | 2016-07-06T15:51:35 | 2016-07-06T15:51:42 | 175,521,556 | 0 | 0 | Apache-2.0 | 2019-03-14T00:46:54 | 2019-03-14T00:46:54 | null | UTF-8 | Java | false | false | 3,517 | java | /*
* Copyright (C) 2009 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"cpovirk@google.com"
] | cpovirk@google.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.