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
1afec16762ef9d49b6f7469750b502d1c6aabbf8
128eb90ce7b21a7ce621524dfad2402e5e32a1e8
/laravel-converted/src/main/java/com/project/convertedCode/includes/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/file_NoCallsException_php.java
37e786027f78126760b7f53b077bcfcf85741e72
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RuntimeConverter/RuntimeConverterLaravelJava
657b4c73085b4e34fe4404a53277e056cf9094ba
7ae848744fbcd993122347ffac853925ea4ea3b9
refs/heads/master
2020-04-12T17:22:30.345589
2018-12-22T10:32:34
2018-12-22T10:32:34
162,642,356
0
0
null
null
null
null
UTF-8
Java
false
false
2,154
java
package com.project.convertedCode.includes.vendor.phpspec.prophecy.src.Prophecy.Exception.Prediction; import com.runtimeconverter.runtime.RuntimeStack; import com.runtimeconverter.runtime.interfaces.ContextConstants; import com.runtimeconverter.runtime.includes.RuntimeIncludable; import com.runtimeconverter.runtime.in...
[ "git@runtimeconverter.com" ]
git@runtimeconverter.com
0d568fd23f31216a4cf76e56caa3568ee29afcb9
1e0d2613af81362370a59fc99bde1429088d4f2c
/src/test/java/tests/java/nio/file/FilesTest.java
03ae1e5cae783b3b88940e5dc558246b97d426d7
[ "Apache-2.0" ]
permissive
jjYBdx4IL/java-evaluation
3134605ae4a666cabf41494dd4261a0d21585a16
744dc4f4a26e264eb1aeab9383babb505aeae056
refs/heads/master
2021-07-01T16:25:16.416416
2021-06-19T14:44:44
2021-06-19T14:44:44
88,812,127
3
3
null
null
null
null
UTF-8
Java
false
false
658
java
package tests.java.nio.file; import static org.junit.Assert.assertTrue; import java.io.File; import java.io.IOException; import java.nio.file.Files; import org.apache.commons.io.FileUtils; import org.junit.Before; import org.junit.Test; import com.github.jjYBdx4IL.utils.env.Maven; /** * * @author Github jjYBdx4I...
[ "jjYBdx4IL@github.com" ]
jjYBdx4IL@github.com
a35d6db93c09a4bf998c94c84130f66df6bd5afd
25aa09263571a5074d3bd5655e83429b12103d6f
/EjerciciosJDBC/src/ej10_manipulacion_de_datos/InsertarDep.java
78a15fbbc37ce4a0fab6f3f2b018afffd8a3e011
[]
no_license
gasparpd/ADT
3de815cacf6a47f20244dfbc77243a4f8d4518c8
4fa498dfe7c2c631b6b76f20668b10d0b28ab6c2
refs/heads/master
2022-07-20T23:56:23.857092
2020-03-20T20:12:46
2020-03-20T20:12:46
233,665,830
0
0
null
2022-06-21T04:13:02
2020-01-13T18:33:55
Java
ISO-8859-1
Java
false
false
1,803
java
package ej10_manipulacion_de_datos; import java.sql.*; public class InsertarDep { public static void main(String[] args) { try { Class.forName("com.mysql.jdbc.Driver");// Cargar el driver // Establecemos la conexion con la BD Connection conexion = DriverManager.getConnection ("jdbc:mysql://localhost/...
[ "you@example.com" ]
you@example.com
59764ab0ba269ba5ee1776223f10abce977ef645
696aa05ec959063d58807051902d8e2c48a989b9
/ole-docstore/ole-docstore-engine/src/test/java/org/kuali/ole/docstore/util/DocStoreEnvUtil_UT.java
332a79ac673b353f51f6667da91a2676a45c83fb
[]
no_license
sheiksalahudeen/ole-30-sprint-14-intermediate
3e8bcd647241eeb741d7a15ff9aef72f8ad34b33
2aef659b37628bd577e37077f42684e0977e1d43
refs/heads/master
2023-01-09T00:59:02.123787
2017-01-26T06:09:02
2017-01-26T06:09:02
80,089,548
0
0
null
2023-01-02T22:05:38
2017-01-26T05:47:58
PLSQL
UTF-8
Java
false
false
1,712
java
package org.kuali.ole.docstore.util; import org.junit.Test; import org.kuali.ole.BaseTestCase; import java.io.IOException; import java.util.Properties; /** * Created with IntelliJ IDEA. * User: ? * Date: 1/21/13 * Time: 5:04 PM * To change this template use File | Settings | File Templates. */ public class D...
[ "sheiksalahudeen.m@kuali.org" ]
sheiksalahudeen.m@kuali.org
3387c862ae81598528975f639807b300418d0f20
83c2f56955a0c338e0c60db13ab7379ef106ca79
/src/main/java/com/badlogic/gdx/graphics/glutils/IndexArray.java
cab14fba454f6a67226519132923e71ec020a0d1
[]
no_license
Harium/propan-gdx-util
36b625bc2454861f618c4892424c9622fa0d56f9
4065ae04a569c01f65aa4550c32545483f3c02c9
refs/heads/master
2021-09-10T23:03:46.234187
2018-04-03T21:26:12
2018-04-03T21:26:12
100,196,478
0
0
null
null
null
null
UTF-8
Java
false
false
4,004
java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
[ "yuripourre@gmail.com" ]
yuripourre@gmail.com
b2afc1d2aebeb995e51222168c288a66d4ee8348
affe223efe18ba4d5e676f685c1a5e73caac73eb
/clients/utilities/src/main/java/com/intalio/vmware/general/package-info.java
fab533468234f1e08dfcd178dd76a692e43f3663
[]
no_license
RohithEngu/VM27
486f6093e0af2f6df1196115950b0d978389a985
f0f4f177210fd25415c2e058ec10deb13b7c9247
refs/heads/master
2021-01-16T00:42:30.971054
2009-08-14T19:58:16
2009-08-14T19:58:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
291
java
/** * Several sample applications that demonstrate a variety of inventory operations, * such as connecting to the server (Connect), browsing the inventory (Browse), * and moving an entity from one location in the inventory to another (Move). */ package com.intalio.vmware.general;
[ "sankarachary@intalio.com" ]
sankarachary@intalio.com
dc4436f2292dac749fcf6e7e4b27431350de11e3
40dd2c2ba934bcbc611b366cf57762dcb14c48e3
/RI_Stack/jvm/security/gnu-crypto/source/gnu/crypto/jce/sig/DSSRawSignatureSpi.java
023038c4f99339efa7db240655de05a482fd5e7b
[]
no_license
amirna2/OCAP-RI
afe0d924dcf057020111406b1d29aa2b3a796e10
254f0a8ebaf5b4f09f4a7c8f4961e9596c49ccb7
refs/heads/master
2020-03-10T03:22:34.355822
2018-04-11T23:08:49
2018-04-11T23:08:49
129,163,048
0
0
null
null
null
null
UTF-8
Java
false
false
2,963
java
package gnu.crypto.jce.sig; // ---------------------------------------------------------------------------- // $Id: DSSRawSignatureSpi.java,v 1.2 2005/10/06 04:24:16 rsdio Exp $ // // Copyright (C) 2001, 2002, Free Software Foundation, Inc. // // This file is part of GNU Crypto. // // GNU Crypto is free software; you ...
[ "amir.nathoo@ubnt.com" ]
amir.nathoo@ubnt.com
da6a663d5a0523c5384a78e08a47eb405e658c89
cb8d3696c404f489a92d98c820ffe1b67678f669
/dynamic-proxy/src/main/java/com/zwd/example/SpringApplication.java
9849ede222bdffe791f6e31e34ef6a5f90336855
[]
no_license
chenglinjava68/spring-examples
3dabae67d0523e43e7985c4cdc2eefba475e6c86
f39abb830751db310da1fe160bc73ef1f44569d8
refs/heads/master
2020-04-14T15:53:19.953747
2018-12-18T01:02:11
2018-12-18T01:02:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
503
java
package com.zwd.example; import java.lang.reflect.Proxy; public class SpringApplication { public static void main(String[] args) { LogicClassFir logicClassFir = new LogicClassFir(); ProxyService targetService = new ProxyServiceImpl(); ProxyService proxyService = (ProxyService) Proxy.newPr...
[ "810095178@qq.com" ]
810095178@qq.com
31d3c4b69f46590054a82c878332aa0fdcefcecc
79a68dbd94ff1261c778f65b9e4c9ce55920ed36
/teach_materials/src/com/zs/weixin/mp/bean/WxMpXmlOutVoiceMessage.java
867a3e97526870257c5cf05f7b092ab758853b07
[]
no_license
Allen5413/tm
e6ca0f6c509fb163e391265c65094ab6fdcbb663
595d44ccc787588f0995d5769908e12c3c6b387f
refs/heads/master
2021-01-23T09:33:16.232580
2019-11-26T13:50:25
2019-11-26T13:50:25
34,732,908
0
0
null
null
null
null
UTF-8
Java
false
false
672
java
package com.zs.weixin.mp.bean; import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamConverter; import com.zs.weixin.common.api.WxConsts; import com.zs.weixin.common.util.xml.XStreamMediaIdConverter; @XStreamAlias("xml") public class WxMpXmlOutVoiceMessage extend...
[ "2319772333@qq.com" ]
2319772333@qq.com
51b129c8da81b275c5968351f9793c75d87ceb45
6369a01f0d8f4727bdb6c7e556211e44eb5f1e72
/src/test/java/com/github/marschall/memoryfilesystem/FileSystemRule.java
b7c8dc9d1cc63c686d8e5c496c1e3c4d3b90e84e
[]
no_license
ferstl/memoryfilesystem
3a61c2a53e400373c0d25d81f9ef2fcfad6e83f6
248f766591f50bca8a46db1917ed15c2b6ee8714
refs/heads/master
2021-01-17T20:26:06.414623
2019-01-05T15:48:42
2019-01-05T15:48:42
45,345,697
0
0
null
2015-11-01T15:26:21
2015-11-01T15:26:21
null
UTF-8
Java
false
false
758
java
package com.github.marschall.memoryfilesystem; import java.nio.file.FileSystem; import org.junit.rules.TestRule; import org.junit.runner.Description; import org.junit.runners.model.Statement; final class FileSystemRule implements TestRule { private FileSystem fileSystem; FileSystem getFileSystem() { return...
[ "philippe.marschall@gmail.com" ]
philippe.marschall@gmail.com
6c27f47aecc7e9e0c1d488d5d9dc17b20d647368
de7b67d4f8aa124f09fc133be5295a0c18d80171
/workspace/ActiveMQ-5.5-Spring/src/com/springactivemq/HelloSender.java
5efd59ddee2f05a7cd8e6461726c44ceb1e02305
[]
no_license
lin-lee/eclipse_workspace_test
adce936e4ae8df97f7f28965a6728540d63224c7
37507f78bc942afb11490c49942cdfc6ef3dfef8
refs/heads/master
2021-05-09T10:02:55.854906
2018-01-31T07:19:02
2018-01-31T07:19:02
119,460,523
0
1
null
null
null
null
UTF-8
Java
false
false
999
java
package com.springactivemq; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Session; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.jms.core.JmsTemplate...
[ "lilin@lvmama.com" ]
lilin@lvmama.com
ed87fbeec14f61c9979f966ad8e5da13d4ee1b2a
d60e287543a95a20350c2caeabafbec517cabe75
/LACCPlus/Hadoop/2005_1.java
22ced82c7fff1be224537eee5666866acc9243cc
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
836
java
//,temp,TestDistCpViewFs.java,354,374,temp,TestIntegration.java,396,417 //,3 public class xxx { @Test public void testUpdateGlobTargetMissingSingleLevel() { try { Path listFile = new Path("target/tmp1/listing").makeQualified(fs.getUri(), fs.getWorkingDirectory()); ...
[ "sgholami@uwaterloo.ca" ]
sgholami@uwaterloo.ca
1149902ccc9deab6e892e778ffe8e48b85e83ddc
1d68f0e3655fbb687c1c008d638bc94056951cc0
/com.qbao.recommend.stream/src/main/java/com/qbao/recommend/stream/cmp/parser/binlog/CartBinLogParser.java
eaa57df04f5738a9d78bb91a9896cfd7f599963a
[]
no_license
jackandyao/com.qbao.common.parent
47fa5485e6763b3f04f3566153b82b3f94a790a2
a94595b88aacee9c66324e75ff4267001e3bb383
refs/heads/master
2021-05-09T02:55:50.583922
2018-01-28T03:45:06
2018-01-28T03:45:06
119,225,146
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
java
/** * */ package com.qbao.recommend.stream.cmp.parser.binlog; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.qbao.recommend.stream.cmp.domain.nginx.Record; import com.qbao.recommend.stream.cmp.enums.EventType; import com.qbao.recommend.stream.cmp.enums.TopicType; import com.qb...
[ "786648643@qq.com" ]
786648643@qq.com
2e1cc31edf75232588b5d9c030da67921f153843
af8f2d1b600d794aea496f5f8005a20ed016960b
/system/trunk/src/java/net/zdsoft/eis/system/frame/dao/FlowDiagramDao.java
8a84160fa262e4d82299f2fc8a2967abf15b8a03
[]
no_license
thyjxcf/learn
46c033f8434c0b0b0809e2a6b1d5601910b36c0d
99b9e04aa9c0e7ee00571dffb8735283cf33b1c1
refs/heads/master
2021-01-06T20:43:53.071081
2017-09-15T10:11:53
2017-09-15T10:11:53
99,546,817
0
0
null
null
null
null
UTF-8
Java
false
false
325
java
package net.zdsoft.eis.system.frame.dao; import java.util.List; import net.zdsoft.eis.system.frame.entity.FlowDiagram; public interface FlowDiagramDao { /** * 获取其流程图List * @param subSystem * @param unitClass * @return */ public List<FlowDiagram> getFlowDiagramList(int subSystem,int unitClass); }
[ "1129820421@qq.com" ]
1129820421@qq.com
de04a45aa0ea06f03455d965cf9277684acb7114
22012491da3f71140d3b8548eb59905baf95a7e0
/com/planet_ink/coffee_mud/Locales/UnderWaterThinGrid.java
a772b474bdbc3f33176ba628a3493fd01869f06e
[ "Apache-2.0" ]
permissive
griffenliu/CoffeeMud
01018dac96d0381ad27cb49e4e5e89557e2c6247
6fb04b990dc6528b01ca8e707a90e752a8310267
refs/heads/master
2020-03-23T02:38:38.136327
2018-07-15T02:18:23
2018-07-15T02:18:23
140,245,931
0
0
Apache-2.0
2018-07-09T07:15:15
2018-07-09T07:15:15
null
UTF-8
Java
false
false
5,671
java
package com.planet_ink.coffee_mud.Locales; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.plan...
[ "bo@zimmers.net" ]
bo@zimmers.net
a7847a14bd401f7f4b7d6005695c9da6eca44c30
a363c46e7cbb080db2b3a69a70ebf912195e25c7
/ls-modules/ls-business/src/main/java/cn/lonsun/system/systemlog/internal/service/ICmsLogService.java
eaf315322aaa3ea9612074fe2c0ac49cc7338113
[]
no_license
pologood/excms
601646dd7ea4f58f8423da007413978192090f8d
e1c03f574d0ecbf0200aaffa7facf93841bab02c
refs/heads/master
2020-05-14T20:07:22.979151
2018-10-06T10:51:37
2018-10-06T10:51:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,470
java
package cn.lonsun.system.systemlog.internal.service; import java.util.Date; import java.util.List; import cn.lonsun.core.base.service.IMockService; import cn.lonsun.core.util.Pagination; import cn.lonsun.system.systemlog.internal.entity.CmsLogEO; /** * * @ClassName: ICmsLogService * @Description: 操作日志业务逻辑层 * @a...
[ "2885129077@qq.com" ]
2885129077@qq.com
5e37ec4cf82f53604464daa87df761ab557a4574
64995981fe2fbd07cce5ca7a3ba7b2d8183114eb
/zhao_sheng/build/generated/source/apt/debug/com/yfy/app/delay_service/DelayAdminToTeaEventActivity$$ViewBinder.java
f95b133d9de6c127f88972767b9eacaff1d9e9a0
[]
no_license
Zhaoxianxv/zhao_sheng_old_one
f34b71d48f7c671c2005c254e4cf2eb8818b27a7
94ca6b035546778b264ce89399e3e8aedde5bb45
refs/heads/master
2022-12-06T15:47:46.156918
2020-09-03T10:14:14
2020-09-03T10:14:14
292,534,564
0
0
null
null
null
null
UTF-8
Java
false
false
2,956
java
// Generated code from Butter Knife. Do not modify! package com.yfy.app.delay_service; import android.view.View; import butterknife.ButterKnife.Finder; public class DelayAdminToTeaEventActivity$$ViewBinder<T extends com.yfy.app.delay_service.DelayAdminToTeaEventActivity> extends com.yfy.base.activity.BaseActivity$$Vi...
[ "1006584058@qq.com" ]
1006584058@qq.com
3ae67b1850bef10d682e7d32d2a58990c60c59b6
1ea4406414e9113b0316c114a17556d5344d4949
/src/ro/nextreports/server/web/core/ErrorPanel.java
14a24bc15581193a0d6e2faa6d05c9efc0526755
[ "Apache-2.0", "MIT" ]
permissive
nextreports/nextreports-server
34039167a0bd4f22d13b26d35b131ab886a300d9
0a6b5bde7cb6228a16e7109aaaac8595155c492e
refs/heads/master
2023-07-10T23:40:50.158795
2023-06-30T17:25:32
2023-06-30T17:25:32
12,408,453
30
21
Apache-2.0
2023-06-30T17:25:33
2013-08-27T14:37:09
Java
UTF-8
Java
false
false
1,668
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "decebal.suiu@gmail.com" ]
decebal.suiu@gmail.com
7bb281b1e98685c6548d496fa64653c95eaeaaf9
e1d928d38b0abe6be9d1cc22347de8d06c74436e
/jmetal-component/src/test/java/org/uma/jmetal/component/algorithm/multiobjective/SMPSOBuilderIT.java
77a75782dc5a71246ae54c3f2aab69dab99881b8
[ "MIT" ]
permissive
dongzhiming/jMetal
d8132386af6988e38fa399f2ea02076f93af7075
7a40faa22298291ff155137a838da8bed9a7f8f4
refs/heads/master
2023-01-03T03:59:20.787752
2022-12-23T09:34:23
2022-12-23T09:34:23
185,506,721
0
0
MIT
2022-02-04T06:22:47
2019-05-08T01:44:46
Java
UTF-8
Java
false
false
4,423
java
package org.uma.jmetal.component.algorithm.multiobjective; import static org.assertj.core.api.Assertions.assertThat; import java.io.IOException; import java.util.List; import org.junit.jupiter.api.Test; import org.uma.jmetal.component.algorithm.ParticleSwarmOptimizationAlgorithm; import org.uma.jmetal.component.catal...
[ "ajnebro@users.noreply.github.com" ]
ajnebro@users.noreply.github.com
d02f99ac27bb952f71c458ad6f40b251d3ef1d27
f46891cca8db8bb3b4b7a1acdf4b60e50f709b0b
/thirdparty-osgi/sip/nist-sip/src/gov/nist/javax/sip/header/Expires.java
f704e1da8c0a532762ab320be60f6bf11b1324b5
[]
no_license
BackupTheBerlios/osgirepo
7778117c9850bbde753e5a470fd546b1ed39063d
581645f2d269a577c76c4bdc40cc01cd68bffbd3
refs/heads/master
2021-01-19T14:58:47.088987
2005-07-29T09:18:00
2005-07-29T09:18:00
40,255,705
0
0
null
null
null
null
UTF-8
Java
false
false
2,912
java
/******************************************************************************* * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). * *******************************************************************************/ package gov.nist.javax.sip.header; import javax.sip.*; /** * Expires SIP H...
[ "afrei" ]
afrei
2ab26be1d469aa61082606658c078b8fa10cf78f
8504b15ba9153caa24c1032f5482deef93b9e339
/JanLib/src/jan/util/CompileHelper.java
8a6404f190a3497f7b08f388c48ded46902ea40a
[]
no_license
AlexanderKwong/myProject
78d4507f0ef9bcc64c383151233d744fe3cc89ef
3828aff308babb689c035e25be71c743d769c093
refs/heads/master
2021-08-31T19:53:35.167478
2017-12-22T16:42:10
2017-12-22T16:42:10
111,092,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,062
java
package jan.util; import java.util.HashMap; import java.util.Map; public class CompileHelper { private boolean[] marks; private Map<String, Integer> markMap; public CompileHelper() { clear(); } private void clear() { marks = new boolean[1000]; for(int i=0; i<marks.length; ++i) { marks[i] = false...
[ "601828006@qq.com" ]
601828006@qq.com
150713750c15b21b7f287d56e678f78279efcc33
74c0d9045182918895e5b4b429db4b0dff831784
/src/com/lingnet/hcm/dao/laobao/WupinhistoryDao.java
018ae5d2f88eb7c35072b974025aafc09dc73cf1
[]
no_license
yuyuliuyu/LAOBAO
c7d43c5e0bb62caacdb81b9417aee1382cd560d7
b7e832d53ed6fd148d235d70db7ba6e868c5ca29
refs/heads/master
2020-03-15T10:40:21.773695
2018-05-08T06:10:09
2018-05-08T06:10:09
132,104,336
0
0
null
null
null
null
UTF-8
Java
false
false
221
java
package com.lingnet.hcm.dao.laobao; import java.util.HashMap; import com.lingnet.util.Pager; public interface WupinhistoryDao { HashMap<String, Object> getPersonByDepId(Pager pager, String searchData,String ids); }
[ "392544641@qq.com" ]
392544641@qq.com
22a3a2da9ca2605e24ec6ed5ef9052675b76cb1b
5dfe78a5ae9e6f77cc5969df11284d44d0a415d5
/app/src/main/java/com/appslelo/ebgsoldier/utils/Constant.java
911ca9c4abc4ae90f6371b8137d85793060c0aeb
[]
no_license
cmFodWx5YWRhdjEyMTA5/EbgSoldier
95c4baa96058755e04d063373ee81e7ce6100cb3
5acb6498c3ff39236a91570d6a60d07a06e8ec3e
refs/heads/master
2020-07-02T06:53:20.227953
2019-08-09T06:26:28
2019-08-09T06:26:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,429
java
package com.appslelo.ebgsoldier.utils; public class Constant { public static final int xOffSet = 0 ; public static final int yOffSet =50 ; public static final String TAG = "tsfapps"; public static final String YOUTUBE_LINK = "youtube_link"; public static final String YOUTUBE_URL = "https://www.yout...
[ "appslelo.com@gmail.com" ]
appslelo.com@gmail.com
9f2aaa9a463f1ea948db63c58b87eebaa96b01f0
69824fef1d11ee59c47a193075d7402cee410f5d
/jOOQ-test/src/test/java/org/jooq/test/firebird/generatedclasses/tables/records/TExoticTypesRecord.java
eac618f377f4a8f4d7723c5eacd3608d1805a31e
[ "Apache-2.0" ]
permissive
gquintana/jOOQ
5db0590dfbabecc702f61afe6f63cca206472261
4a5105d4054606fb021808169394a118113422b4
refs/heads/master
2020-12-06T23:27:19.420528
2014-08-26T11:33:22
2014-08-26T11:33:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,347
java
/** * This class is generated by jOOQ */ package org.jooq.test.firebird.generatedclasses.tables.records; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) @javax.persistence.Entity @javax.persistence.Table(name = "T_EXOTIC_TYPES") public class TExoticTypesRec...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
7307125355507a12c9a6cdc74692417379c95dfe
128da67f3c15563a41b6adec87f62bf501d98f84
/com/emt/proteus/duchampopt/wcsset_1739.java
93f691b9edc74b550527e9441faa007712826f7d
[]
no_license
Creeper20428/PRT-S
60ff3bea6455c705457bcfcc30823d22f08340a4
4f6601fb0dd00d7061ed5ee810a3252dcb2efbc6
refs/heads/master
2020-03-26T03:59:25.725508
2018-08-12T16:05:47
2018-08-12T16:05:47
73,244,383
0
0
null
null
null
null
UTF-8
Java
false
false
2,365
java
/* */ package com.emt.proteus.duchampopt; /* */ /* */ import com.emt.proteus.runtime.api.Env; /* */ import com.emt.proteus.runtime.api.Frame; /* */ import com.emt.proteus.runtime.api.Function; /* */ import com.emt.proteus.runtime.api.ImplementedFunction; /* */ /* */ public final class wcsset_1...
[ "kimjoey79@gmail.com" ]
kimjoey79@gmail.com
49999100b214e14e69cfff45871e841042fca877
b9746f8820b09e0bf665b1aceefa4c0cdf75e428
/app/src/main/java/com/example/anadministrator/recyclerview_moretypes/MyRecycleViewAdapter.java
a0e352932c8a386d32ecb1574eb461c3c0a1a177
[]
no_license
zhangqifan1/RecyclerView_MoreTypes
57f7112ea67d7760286552ff0ba545d88229b18b
846af090e29b659f0ae21777fac7ad3d4a2e3f8b
refs/heads/master
2021-01-23T14:11:29.663252
2017-09-07T01:38:06
2017-09-07T01:38:06
102,676,867
0
0
null
null
null
null
UTF-8
Java
false
false
4,379
java
package com.example.anadministrator.recyclerview_moretypes; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import com.youth.banner.Banner; import java.util.ArrayLi...
[ "852780161@qq.com" ]
852780161@qq.com
9e7ab73ab4084b1ff50ed10ed7124899ac9a25b5
c47bd9de64db3645f9415323b202306c50ad8cf5
/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/tools/command/hive/CommandUtil.java
2d2dcb5a2eb281a02189213244d7aecaa5c2982d
[ "Apache-2.0", "MIT", "BSD-3-Clause", "BSD-2-Clause" ]
permissive
scharanjit/sentry-kerberos-demo
6dca2285b133ab3bae4e90ba3c5cc47118d7630c
7e9921a8afe151c16c7e7779a169b656fd3bd739
refs/heads/master
2022-10-24T01:20:41.502173
2016-06-24T08:11:31
2016-06-24T08:11:31
61,621,595
0
0
Apache-2.0
2022-10-12T19:49:31
2016-06-21T09:40:29
Java
UTF-8
Java
false
false
6,123
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "charanjit.singh@imaginea.com" ]
charanjit.singh@imaginea.com
7e14631d8ec39d66f67cb0992db3f782d9ea0680
cee0b81e31c8a07c1c97dc49abfc3884f9e418fd
/src/test/java/com/github/seratch/jslack/Slack_incomingWebhooks_Test.java
bf705b5485371a63650fde78c8cccd67a182e48f
[ "MIT" ]
permissive
sean-heller/jslack
b60a6d3b32561ad2e568c60ccb0178e483ab41ba
e86dc3acae850a054dd10a62739c040a223b0e72
refs/heads/master
2020-05-17T22:01:49.118763
2019-04-29T01:26:07
2019-04-29T01:26:07
183,988,426
0
0
null
2019-04-29T02:46:26
2019-04-29T02:46:26
null
UTF-8
Java
false
false
4,317
java
package com.github.seratch.jslack; import com.github.seratch.jslack.api.model.Attachment; import com.github.seratch.jslack.api.model.Field; import com.github.seratch.jslack.api.model.block.ActionsBlock; import com.github.seratch.jslack.api.model.block.LayoutBlock; import com.github.seratch.jslack.api.model.block.compo...
[ "seratch@gmail.com" ]
seratch@gmail.com
c52a82083653ac566cef6485efed71e351c5e0e1
43c3e196bf5113ed4167284e8dea45c6a0589337
/lib-gwt-svg/tags/0.5.1/src/main/java/org/vectomatic/dom/svg/OMSVGDescElement.java
b1a9ad9bcb47c4938b0cf8d44cc0d55d0deb3423
[]
no_license
toxic88/vectomatic
1bdec743b7dd4a7c582a792630c5c106db96b418
aa4138b47cf0d080d7a3a4571798114f719ade30
refs/heads/master
2016-09-06T06:16:50.032347
2012-02-07T20:54:46
2012-02-07T20:54:46
33,423,929
0
0
null
null
null
null
UTF-8
Java
false
false
3,276
java
/********************************************** * Copyright (C) 2010 Lukas Laag * This file is part of lib-gwt-svg. * * libgwtsvg is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 ...
[ "laaglu@4ed4caa0-1436-11df-ad8c-0f209b884837" ]
laaglu@4ed4caa0-1436-11df-ad8c-0f209b884837
7ba84566db9c653f84ebca9816487e6db8425d1e
863acb02a064a0fc66811688a67ce3511f1b81af
/sources/p005cm/aptoide/p006pt/view/C5549v.java
fbcede0b2b5438f9efaa9af1839f2f58bdc3b115
[ "MIT" ]
permissive
Game-Designing/Custom-Football-Game
98d33eb0c04ca2c48620aa4a763b91bc9c1b7915
47283462b2066ad5c53b3c901182e7ae62a34fc8
refs/heads/master
2020-08-04T00:02:04.876780
2019-10-06T06:55:08
2019-10-06T06:55:08
211,914,568
1
1
null
null
null
null
UTF-8
Java
false
false
629
java
package p005cm.aptoide.p006pt.view; import p026rx.p027b.C0132p; /* renamed from: cm.aptoide.pt.view.v */ /* compiled from: lambda */ public final /* synthetic */ class C5549v implements C0132p { /* renamed from: a */ private final /* synthetic */ DeepLinkManager f9362a; /* renamed from: b */ private...
[ "tusharchoudhary0003@gmail.com" ]
tusharchoudhary0003@gmail.com
b56d2e1ddab0372dd811bb8af293e9f1864e1ca2
6fee22ba95f0e1742cb0f665db4777025cd0eaac
/hqc_mp/src/main/java/com/hqc/payforparking/ws/GetParkingLotInfo.java
38e91baedf90640a5d0559fd7f263475ed654b48
[]
no_license
Elegant-Smile/hqc_mp
c26f528cd90a821c3612cdfb623e4d0bc9ab2dc3
c8054d66917cd2357cdca108023cfc63117bde81
refs/heads/master
2020-07-31T19:41:08.922565
2019-09-02T01:28:08
2019-09-02T01:28:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,063
java
package com.hqc.payforparking.ws; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>anonymous complex type的 Java 类。 * * <p>以下模式片段指定包含在此类中的预期内容。 * * <pre> * &lt;...
[ "2434387555@qq.com" ]
2434387555@qq.com
ff1cc5c2855209744c3b07039afc4a11f523cad3
cfcebeeb31b59e85a5bded9749c2df8c6e361daf
/src/main/java/com/pri/messenger/server/DataWaiter.java
febdabdb1ed1c2d7766c988e6ee2edd3e78edbaa
[]
no_license
mikegostev/Commons
f4a4cd6504347c77b83a3689b4a519dff4e0d9e9
5ff70df51258db766d57bcdea0d8ccd5448f346d
refs/heads/master
2021-07-03T16:46:05.941603
2017-04-18T16:05:19
2017-04-18T16:05:19
632,355
1
4
null
2020-10-13T09:40:28
2010-04-27T22:23:54
Java
UTF-8
Java
false
false
1,122
java
package com.pri.messenger.server; public class DataWaiter { private static final long MAX_WAIT_TIME_MSEC=60*1000; private boolean busy; private Object data; private String dest,meth; public DataWaiter() { } public synchronized void waitData() { busy=true; data=null; try { ...
[ "gostev@ebi.ac.uk" ]
gostev@ebi.ac.uk
06a824bc5203461d232e6bd5f0109f7cd6d99c63
e82c1473b49df5114f0332c14781d677f88f363f
/MED-CLOUD/med-service/src/main/java/nta/med/service/ihis/handler/ocso/OCS1003P01LoadConsultEndYnAndIsNoConfirmConsultHandler.java
23621e5434b1251c8f06aa94563169b015a07c2a
[]
no_license
zhiji6/mih
fa1d2279388976c901dc90762bc0b5c30a2325fc
2714d15853162a492db7ea8b953d5b863c3a8000
refs/heads/master
2023-08-16T18:35:19.836018
2017-12-28T09:33:19
2017-12-28T09:33:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,148
java
package nta.med.service.ihis.handler.ocso; import java.util.Date; import javax.annotation.Resource; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; import org.springframework.trans...
[ "duc_nt@nittsusystem-vn.com" ]
duc_nt@nittsusystem-vn.com
cf280a0e3b1bde6a95eb0e3efbdab00ef4264f6e
07dc7c560e59f6680851cc3ae4ea4bc4ddbd7702
/src/main/java/com/greglturnquist/links/DatabaseLoader.java
d0f0e97adf7fa38bce7b47961c8561fe7d43a13b
[]
no_license
avinashsaraogi/spring-data-rest-with-custom-links
b7b4a685ed65b473e9d88fa85da9c4f266534131
e5e69f6946b868b621e7c25ce0462513455e622c
refs/heads/master
2020-04-28T17:48:41.044007
2017-10-03T16:49:43
2017-10-03T16:49:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,116
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...
[ "gturnquist@pivotal.io" ]
gturnquist@pivotal.io
c870359b089d1ea4358f157abf3eeb18569c0d68
d39fc8b3c72d7d2585b33104dbd90ee16db3db13
/subprojects/griffon-rt/src/main/groovy/org/codehaus/griffon/runtime/core/NoopEventRouter.java
0582a4bd7fafd1da3e2e7ba9fefc52519a7cae9f
[ "Apache-2.0" ]
permissive
fukkun/griffon
cb3e3f796f7c9cef8fc3df7850351011d139c534
7fb7f20ff1d9a2574672a8f4dc851d95d6694d97
refs/heads/master
2020-12-25T10:41:44.655942
2013-01-10T09:56:26
2013-01-10T09:56:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,314
java
/* * Copyright 2009-2013 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...
[ "aalmiray@gmail.com" ]
aalmiray@gmail.com
a4f527e6b148e8e6d19c73ee53fe76862589ca8e
15f806745ef5cca72251254c24618a345fb3eb4c
/fintech-admin/src/main/java/com/qunar/fintech/plat/admin/query/enums/RepayStatusEnum.java
8873551e58a093adc05193e335a75e352916a65a
[]
no_license
GSIL-Monitor/QunarProjectsStave
005f863b178645d8e90a44bdd14c5c0593574734
c455cda3a3aa86c68203e5d9be2545b2e88b47b0
refs/heads/master
2020-04-23T20:52:59.058801
2019-02-19T09:55:38
2019-02-19T09:55:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,240
java
package com.qunar.fintech.plat.admin.query.enums; /** * Created by bob.li on 2015/9/18. */ public enum RepayStatusEnum { NOT_REPAY(0, "未还款"), REPAYING(1, "还款中"), BANK_GOT(2, "银行已受理"), BANK_REPAYED(3, "银行已还款"); private Integer code; private String name; private RepayStatusEnum(Integer c...
[ "guijun.qu@quanr.com" ]
guijun.qu@quanr.com
924acf77b936a6beb8159ce0f927b55e9b8175f4
745b525c360a2b15b8d73841b36c1e8d6cdc9b03
/jun_java_plugins/jun_javase/src/main/java/com/jun/plugin/javase/winterHomeWork/Exercise9/StringTest2.java
467f91ae5199567a2f061f41d5b3fa78d3e3b175
[]
no_license
wujun728/jun_java_plugin
1f3025204ef5da5ad74f8892adead7ee03f3fe4c
e031bc451c817c6d665707852308fc3b31f47cb2
refs/heads/master
2023-09-04T08:23:52.095971
2023-08-18T06:54:29
2023-08-18T06:54:29
62,047,478
117
42
null
2023-08-21T16:02:15
2016-06-27T10:23:58
Java
UTF-8
Java
false
false
1,046
java
package com.jun.plugin.javase.winterHomeWork.Exercise9; import java.util.Scanner; public class StringTest2 { public static void main(String[] args) { Scanner scan=new Scanner(System.in); System.out.println("��������ĸ��"); String name=scan.next(); checkString(name); } static void checkString(String name) { ...
[ "wujun728@163.com" ]
wujun728@163.com
5e82c0faa84d8aeb48f20501b38214c6fa74082f
a7717cb09e0a7c89a3409d01a58f62c2c41997e8
/src/main/java/project/conf/resource/ormapper/dao/HpAddressContactD/HpAddressContactDDao.java
0d3bf49a87375ccc745915955bca0783f5959da4
[]
no_license
sawhsong/alpaca
999989c2a06f8923cceb5f6c0432863b725a3e3d
783057130c19163b6b5eb2e901161155aefe10ba
refs/heads/master
2023-08-07T02:38:24.106460
2023-07-30T22:53:27
2023-07-30T22:53:27
143,237,867
0
0
null
null
null
null
UTF-8
Java
false
false
640
java
/************************************************************************************************** * Framework Generated DAO Source * - HP_ADDRESS_CONTACT_D - *************************************************************************************************/ package project.conf.resource.ormapper.dao.HpAddressConta...
[ "sawhsong@gmail.com" ]
sawhsong@gmail.com
5f42c17513ca2a212a885b2b29a639b5a68a9a0b
ef2defbb5a523d114c32b4824ef29e81334b1604
/src/main/java/cn/liuyiyou/java/thread/JoinTest2.java
ed04d0ea14deb49223d2bdb0957ca97a577bf0aa
[]
no_license
liuyiyou/cn.liuyiyou.java
daf5c37cadf88596d07f7eb13a9a44c5dce9d813
48c71965fb407b201e46c6ff137dc537e34be4c8
refs/heads/master
2022-12-22T06:54:38.492277
2020-05-13T10:11:15
2020-05-13T10:11:15
110,930,489
0
0
null
2022-12-16T04:30:38
2017-11-16T06:07:11
Java
UTF-8
Java
false
false
1,581
java
/** * 所属项目:cn.liuyiyou.java * 文件名称:cn.liuyiyou.java.thread.JoinTest1.java * 日期: 2017年8月9日下午10:57:15 * Copyright (c) 2017, liuyiyou.cn All Rights Reserved. * */ package cn.liuyiyou.java.thread; /** * http://www.mamicode.com/info-detail-517008.html * @author liuyiyou.cn * @date 2017年8月9日 下午10:57:15 * @version ...
[ "liuyiyou@daojia.com" ]
liuyiyou@daojia.com
37932e329ba70e386c2c0f2096dba118d55aacd8
374fa213d13d8739a1f81cd01716b63cf5cd50e7
/common/src/main/java/cn/wu1588/common/adapter/ImChatFacePagerAdapter.java
5b9a887e02b676ca825953de07fae177c3e0829f
[]
no_license
838245284/sbmall
22dea5509df20e77e53fe4e726308e0b0e74c438
cf975886955225cd54f48a69ba98a51ac95100ce
refs/heads/develop
2023-06-11T20:15:46.413200
2021-07-14T15:11:16
2021-07-14T15:11:16
380,426,907
0
0
null
2021-07-14T15:11:17
2021-06-26T06:02:48
Java
UTF-8
Java
false
false
2,678
java
package cn.wu1588.common.adapter; import android.content.Context; import android.support.annotation.Nullable; import android.support.v4.view.PagerAdapter; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; imp...
[ "838245284@qq.com" ]
838245284@qq.com
d5d4e828e493d11fc02a7bd9d20a68e935ce4746
83d56024094d15f64e07650dd2b606a38d7ec5f1
/sicc_druida/fuentes/java/PedSubtiPosicListFormatter.java
6fbc3ef24c6b9c2d6c60c83b6eb04b0c9d51fb2f
[]
no_license
cdiglesias/SICC
bdeba6af8f49e8d038ef30b61fcc6371c1083840
72fedb14a03cb4a77f62885bec3226dbbed6a5bb
refs/heads/master
2021-01-19T19:45:14.788800
2016-04-07T16:20:51
2016-04-07T16:20:51
null
0
0
null
null
null
null
ISO-8859-10
Java
false
false
2,903
java
/* INDRA/CAR/mmg $Id: PedSubtiPosicListFormatter.java,v 1.1 2009/12/03 18:42:17 pecbazalar Exp $ DESC */ import java.util.Vector; import java.util.Hashtable; import java.util.Enumeration; import es.indra.belcorp.mso.*; import es.indra.druida.DruidaFormatoObjeto; import es.indra.druida.belcorp.MMGDruidaF...
[ "hp.vega@hotmail.com" ]
hp.vega@hotmail.com
d0f1da95aa3a19f9592a1a60e62a6b592b558cf5
a08ff306758d125264c9f7ce7f365316be8e172a
/app/src/main/java/com/cnews/guji/smart/helper/player/util/WindowUtil.java
f13c7c4606c09cc0a138092261d6f9a57651945c
[ "Apache-2.0" ]
permissive
xiamulo/GuJiNews_DayHot_2.0
bbbced3e1776e16ec44d1b00989ec8e588c5e113
4e0c748bc62db8112163d01013c0e524ea20c294
refs/heads/master
2023-07-11T04:09:09.449241
2021-08-25T06:25:45
2021-08-25T06:25:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,910
java
package com.cnews.guji.smart.helper.player.util; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.ContextWrapper; import android.content.res.Resources; import android.graphics.Point; import android.os.Build; import android.support.v7.app.Action...
[ "dincl@jsyl.com.cn" ]
dincl@jsyl.com.cn
a88e54958d816654951056b6aa8b6c4a5fab2d33
91108aa0e65325b1b19dbc0798ae425074dfcbc6
/app/src/main/java/vision/genesis/clientapp/ui/ProfileDataView.java
822d939dcbdaea7a82cd7359e131cabe461620a0
[]
no_license
shvyrev/android-client
41fc3295f3d765b4290f346d4b0cdb6c498e81ad
b10f88997de3d8c535b24aedf18c8d1dfbc198ce
refs/heads/master
2020-04-27T16:20:36.440660
2018-11-15T17:36:23
2018-11-15T17:36:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,443
java
package vision.genesis.clientapp.ui; import android.content.Context; import android.graphics.PorterDuff; import android.support.design.widget.TextInputEditText; import android.support.design.widget.TextInputLayout; import android.support.v4.content.ContextCompat; import android.util.AttributeSet; import android.view.V...
[ "dev.prus@gmail.com" ]
dev.prus@gmail.com
bfef2d87cfbc8b2adcace4c88b6861941cd6500e
9a9b4e8747ac943871b6128be6651fa40cb77180
/jtests/ua/gradsoft/termwaretests/systems/ListSystemTest.java
6a54f42c5024d58e5aa31d24fea06def8e7943e4
[]
no_license
rssh/termware2
8fa72f07f8f7874547bab9242276c15b29f7e0e4
95e6b312aa868758eeb1d5096db87049adbf0009
refs/heads/master
2021-01-23T08:38:32.274836
2012-09-20T05:29:37
2012-09-20T05:29:37
2,424,293
2
1
null
null
null
null
UTF-8
Java
false
false
3,541
java
/* * ListSystemTest.java * * Copyright (c) 2006 GradSoft Ukraine * All Rights Reserved */ package ua.gradsoft.termwaretests.systems; import junit.framework.TestCase; import ua.gradsoft.termware.Term; import ua.gradsoft.termware.TermSystem; import ua.gradsoft.termware.TermWare; import ua.gradsoft.termware.TermW...
[ "rssh@e6263924-d73c-0410-abf9-b8ad5fbdd136" ]
rssh@e6263924-d73c-0410-abf9-b8ad5fbdd136
8c2c81aa2d0bf069c38cbb948e0f48a056dc7c91
0b657fbc76dcbb2544b01e8dbbe83e30289c142f
/403/20210620.java
f063f6287046eddf6c52dadf13bfee9f3cce9916
[]
no_license
MaCoredroid/leetcode
68cbd343ea4a99067a497d9c034e5ab1ca3525e6
58080590f3a4f4d1f8082474a3ec344b87b18b4d
refs/heads/master
2022-03-11T07:17:45.908007
2022-02-08T01:41:24
2022-02-08T01:41:24
227,243,204
0
0
null
null
null
null
UTF-8
Java
false
false
685
java
class Solution { public boolean canCross(int[] stones) { int n = stones.length; boolean[][] dp = new boolean[n][n]; dp[0][0] = true; for (int i = 1; i < n; ++i) { if (stones[i] - stones[i - 1] > i) { return false; } } for(int i=...
[ "coredroid0401@gmail.com" ]
coredroid0401@gmail.com
6ce55d58cffdca7a364fc4b3443cf3ed1a8ed74e
ff026f7189dc7127c99bddf2067b67f2aeba9363
/erian/src/main/java/com/rambo/mysql/service/city/CityService.java
f42405e1097ece6e9edf61a997548a9f522d7abd
[]
no_license
freerambo/rambo
41e383c7b94d078de884f44af38387f317e5ba49
4e7d710c9a01e0ecb7e38480c4041cd902c022ae
refs/heads/master
2022-12-20T20:13:37.196253
2020-09-12T10:42:13
2020-09-12T10:42:13
25,810,606
1
2
null
2022-12-16T03:23:01
2014-10-27T08:53:33
JavaScript
UTF-8
Java
false
false
2,797
java
/******************************************************************************* * Copyright (c) 2005, 2014 springside.github.io * * Licensed under the Apache License, Version 2.0 (the "License"); *******************************************************************************/ package com.rambo.mysql.service.c...
[ "zhuyb@ntu.edu.sg" ]
zhuyb@ntu.edu.sg
8d8d235f816ee5b91bb5463ac0f42c93c0a6ecd3
a2881dfb3246eebda78c695ede7f5aa0b426aec9
/1.7.10 obfuscated/a/ads.java
49e46af4fda321fe97366eb346ebefa342eca672
[]
no_license
Jckf/mc-dev
ca03c1907b4b33c94a7bcb7a2067e3963bbf05d2
128dae1fe7e2b7772d89dcf130a49210bfd06aa3
refs/heads/master
2016-09-05T11:14:19.324416
2014-10-01T00:53:05
2014-10-01T00:53:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
940
java
public class ads extends adb { public ads() { this.a(abt.d); } public boolean a(add var1, yz var2, ahb var3, int var4, int var5, int var6, int var7, float var8, float var9, float var10) { if(var3.a(var4, var5, var6) != ajn.aC) { if(var7 == 0) { --var5; } i...
[ "jckf@jckf.no" ]
jckf@jckf.no
b8ce2f08dfd16f533727fc30f2fb3cdb1c15aea1
f3c58dccbc55101d6302634852aac8994874d3d3
/src/main/java/org/elasql/sql/Key.java
8c51e45a90d85c1cd2c86cc05255ef1d56c624e8
[ "Apache-2.0" ]
permissive
elasql/elasql
1dda91e044a19e8e6e881d44549b5cb99e40fe41
f92e6393437f01b04e8e682a1467c90b9550a7ce
refs/heads/master
2023-02-09T08:20:58.300962
2022-10-13T18:09:51
2022-10-13T18:09:51
61,373,806
25
13
Apache-2.0
2022-10-13T18:09:52
2016-06-17T13:00:38
Java
UTF-8
Java
false
false
5,469
java
package org.elasql.sql; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.Arrays; import java.util.Iterator; import java.util.List; import org.vanilladb.core.sql.Constant; import org.vanilladb.core.sql.Type; import org.vanill...
[ "sam123456777@gmail.com" ]
sam123456777@gmail.com
e92df34ec303e62811cd486c190ec92266a18327
04a8cd6e185c0a9fc75583926c9dcca1ca2d5c14
/app/src/main/java/com/hyt/advsmallscreen/ui/ChangPasswordActivity.java
1680f909531312f07916fcddd588824f63415c37
[]
no_license
expect-github/SmallScreenAdv
c7d147ef5a2d304d5c9d03082b66938656ac516f
2ad58f07ad4c3f1426b81cbad77c531d28f5e3cc
refs/heads/master
2020-03-26T10:15:07.269311
2018-08-15T01:03:44
2018-08-15T01:03:44
144,788,247
0
0
null
null
null
null
UTF-8
Java
false
false
3,362
java
package com.hyt.advsmallscreen.ui; import android.content.Context; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import com.hyt.advsmallscreen.R; import com.hyt.advsmallscreen.global.Shared; import com.hyt.advsmallscre...
[ "1" ]
1
f6446eb8d2dc590bd1396c6d4022852336d81895
d60e287543a95a20350c2caeabafbec517cabe75
/LACCPlus/Hive/13909_2.java
735d27e17bdc10acda365636725316bc5801f7d0
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
1,783
java
//,temp,ThriftHiveMetastore.java,32806,32837,temp,ThriftHiveMetastore.java,32667,32698 //,2 public class xxx { public void onError(java.lang.Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TSerializable msg; get_partitions_spec...
[ "SHOSHIN\\sgholamian@shoshin.uwaterloo.ca" ]
SHOSHIN\sgholamian@shoshin.uwaterloo.ca
c43ea0e7c4a896773c64fa622c548a2a027623ae
ae124491d41fd9bbe79b982f689fd7d255061d9b
/modules/core/src/main/java/org/mycontroller/standalone/metrics/engine/conf/MetricEngineConfigInfluxDB.java
651d50e6832504475f63361a15675fdae74784b8
[ "Apache-2.0" ]
permissive
nino21/mycontroller
8d1a56256fdff04c16732a00873dac73ed3f31f1
1f162e269175980d243aeaab19d34c07a31a57b1
refs/heads/development
2021-01-25T14:49:16.492198
2018-10-29T14:50:06
2018-10-29T14:50:06
123,730,094
0
0
Apache-2.0
2019-03-11T20:25:32
2018-03-03T20:48:42
Java
UTF-8
Java
false
false
1,480
java
/* * Copyright 2015-2018 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
7ac8e590c17f4aa420d6a75d2c6c8d8e6b879824
fbfcb88a9bfdc2868077a7035a74c98dc3eb25a0
/src/combiz/domain/workflow/Wfinstance.java
6b895d1b176853dd0a9e7b5d3d889383e34b74d5
[]
no_license
jackwysxw/combiz
817af9399251ff286d2a4c1d525953e8f66c8e06
9a84f3b4e8866a5030462eafa683bf5d7ad4bf40
refs/heads/master
2020-04-25T14:46:23.301900
2016-09-26T07:04:16
2016-09-26T07:04:16
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
3,872
java
package combiz.domain.workflow; import combiz.system.IBOBaseObject; public class Wfinstance extends IBOBaseObject implements java.io.Serializable { private Long id; //Fields private java.lang.String active; private java.lang.Long curnodeid; private java.lang.String description; private ...
[ "876301469@qq.com" ]
876301469@qq.com
93ffe3d8d481fea0cc1549b2f8ec7a9456cf0626
9049eabb2562cd3e854781dea6bd0a5e395812d3
/sources/com/google/android/gms/people/protomodel/PhoneEntity.java
01d29982bd807c2f8e1fcc57a5845097b8842291
[]
no_license
Romern/gms_decompiled
4c75449feab97321da23ecbaac054c2303150076
a9c245404f65b8af456b7b3440f48d49313600ba
refs/heads/master
2022-07-17T23:22:00.441901
2020-05-17T18:26:16
2020-05-17T18:26:16
264,227,100
2
5
null
null
null
null
UTF-8
Java
false
false
3,581
java
package com.google.android.gms.people.protomodel; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable; import java.util.Arrays; /* compiled from: :com.google.android.gms@201515033@20.15.15 (120300-306758586) */ public class PhoneEntit...
[ "roman.karwacik@rwth-aachen.de" ]
roman.karwacik@rwth-aachen.de
a2d0ce9b2d2edc45726ae2bd9e8a366f975d5612
76b00b7be11ab2c21eb4a604a9484065a500c52f
/customerLR-service-portlet/docroot/WEB-INF/src/com/pacnet/connect/service/impl/FacilityStaffMappingServiceImpl.java
3ceb9c9e23f07573f2075251d9d645013a3986ff
[]
no_license
pankajsharmaatcloudsmartz/Pacnet-Connect
8cf201cbcf6de2deae4407df564784fb42fbf55c
2bdc4d44f35373aad6c83cd29ce8dc970091b79d
refs/heads/master
2021-01-23T14:47:10.167327
2015-03-10T11:21:56
2015-03-10T11:30:53
31,952,143
0
0
null
null
null
null
UTF-8
Java
false
false
1,684
java
/** * Copyright (c) 2000-2012 Liferay, Inc. 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 later...
[ "pankshar@IDCPANKSHAR-LT.cloudsmartz.net" ]
pankshar@IDCPANKSHAR-LT.cloudsmartz.net
1bc7732e087762f23bcb28f1a53991fb715c4992
ec2a02e1bc54560291d80b39e8461fcfd3e88f5c
/app/src/main/java/com/zfsbs/activity/CheckOperatorLoginActivity.java
fe3f765ad488654049863740d4a8dda6e57253b2
[]
no_license
beyond-snail/MySbsfor2N910
12579c9069fcefb82168c837d6d987b463e2dd67
c309bd2722c89c17d13464721666b3d18fecb42f
refs/heads/master
2021-08-17T19:45:10.066951
2018-10-29T07:47:02
2018-10-29T07:47:02
110,087,061
0
0
null
null
null
null
UTF-8
Java
false
false
2,280
java
package com.zfsbs.activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import com.tool.utils.utils.SPUtils; import com.tool.utils.utils.StringUtils; import com.tool.utils.utils.ToastUtils; import com.tool.utils.view.ClearEditText; import...
[ "wu15979937502" ]
wu15979937502
b27dafb4fd91529f8b81efc30a68e7e8d5f41f25
27946456acb2fe726a5b9cf1f7f057e712ebe6d1
/src/main/java/com/rumaruka/powercraft/api/network/packet/PCPacketWindowItems.java
eaf262f463d85d1e407ef75a32b4330f9ec4ea5e
[]
no_license
Rumaruka/powercraft-newlife
6d7884d852db8f80d00a03083fb5084db7becc11
c6e69ef284b001229cda9b1fc22821b3767bff07
refs/heads/master
2020-12-05T17:51:47.901389
2020-01-10T15:34:17
2020-01-10T15:34:17
232,196,287
0
0
null
null
null
null
UTF-8
Java
false
false
1,876
java
package com.rumaruka.powercraft.api.network.packet; import com.rumaruka.powercraft.api.gres.PCGresBaseWithInventory; import com.rumaruka.powercraft.api.network.PCPacket; import com.rumaruka.powercraft.api.network.PCPacketServerToClient; import io.netty.buffer.ByteBuf; import net.minecraft.client.network.NetHandlerPlay...
[ "rumarukakunnya@gmail.com" ]
rumarukakunnya@gmail.com
433ecb9ae7cbfef994a4bf7846635dbf86d8ae30
85e989d34307c2667dfb5e135584eee18700ae60
/order-charge-gateway-notify/src/main/java/com/snowalker/notify/mq/notify/listener/NotifySendListenerImpl.java
7101c16e3ffcf025f87f54d0fb7dbd14cd61a910
[ "Apache-2.0" ]
permissive
TaXueWWL/order-charge-notify
37783634e47147b9c8909d2cd4fad2b07002fb0b
1533cca61b2145e115e64a3aa728f08b4af97011
refs/heads/master
2023-06-21T19:30:53.472976
2022-04-10T03:57:56
2022-04-10T03:57:56
191,669,118
61
32
Apache-2.0
2023-06-14T22:33:12
2019-06-13T01:31:50
Java
UTF-8
Java
false
false
8,061
java
package com.snowalker.notify.mq.notify.listener; import com.snowalker.notify.common.constant.NotifyConstant; import com.snowalker.notify.common.util.DateUtil; import com.snowalker.notify.common.util.LogExceptionWapper; import com.snowalker.notify.mq.payment.producer.OrderStatusUpdateProducer; import com.snowalker.orde...
[ "1210812591@qq.com" ]
1210812591@qq.com
0f5a4211e9443e5777f2f7d2040bfe79a03ff802
de3eb812d5d91cbc5b81e852fc32e25e8dcca05f
/tags/5.0.4/Crux/src/core/org/cruxframework/crux/core/client/rpc/st/CruxSynchronizerTokenServiceAsync.java
11ac6653562c9f993f98bbb4977ff71e2a3e60d4
[]
no_license
svn2github/crux-framework
7dd52a951587d4635112987301c88db23325c427
58bcb4821752b405a209cfc21fb83e3bf528727b
refs/heads/master
2016-09-06T13:33:41.975737
2015-01-22T08:03:25
2015-01-22T08:03:25
13,135,398
0
0
null
null
null
null
UTF-8
Java
false
false
929
java
/* * Copyright 2011 cruxframework.org. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "samuel@cruxframework.org@a5d2bbaa-053c-11de-b17c-0f1ef23b492c" ]
samuel@cruxframework.org@a5d2bbaa-053c-11de-b17c-0f1ef23b492c
2d73f4746f21138895dab25d35bb8541f4ae6094
3183c15317d9bb7fb2a435280c42930cfed61dcd
/ymate-platform-persistence-jdbc/src/main/java/net/ymate/platform/persistence/jdbc/impl/DefaultModuleCfg.java
83884976c2035aa2257bd75bdf58f13440c0a618
[ "Apache-2.0" ]
permissive
zhiqinghuang/ymate-platform-v2
16c4d9fb8a0ed2063dd6d1abbaef15eaa3b023c3
f90601d488bc6262c770bc80e4ed3b9f5304c35f
refs/heads/master
2021-04-25T01:13:23.011398
2017-12-29T02:57:38
2017-12-29T02:57:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,552
java
/* * Copyright 2007-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "suninformation@163.com" ]
suninformation@163.com
de37ee6b3fc95ce8ae2fcd40a785442765e8eae7
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project18/src/test/java/org/gradle/test/performance18_1/Test18_25.java
a0428463e04d0f9d22634f590f33b3cb09c33781
[]
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
289
java
package org.gradle.test.performance18_1; import static org.junit.Assert.*; public class Test18_25 { private final Production18_25 production = new Production18_25("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
184d73a3a3ccb7fa9354195f02d4972b86bf39bd
3e97d2d3d0088588e3f78caea769511597516299
/src/com/zlx/nyoj/e144.java
fdfeedac02a5e31296cb3513925fc3353c47ef4e
[]
no_license
zoulux/JudgeOnline
631042d4bd5cde70e9f7f056893a9c6d1fe1b768
1b3a8c921979ef2ae1483f28aac901bf9b6328ce
refs/heads/master
2021-01-18T13:48:57.795824
2015-05-18T00:24:03
2015-05-18T00:24:03
32,773,208
0
0
null
null
null
null
UTF-8
Java
false
false
655
java
package com.zlx.nyoj; import java.util.Scanner; public class e144 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner cin = new Scanner(System.in); int T = cin.nextInt(); while (T-- > 0) { int a = cin.nextInt(); int b = cin.nextInt(); int n = cin.nextInt...
[ "zoulux@126.com" ]
zoulux@126.com
789ab8f2e200410b6bb354dc28c0d752401bee20
7dbbe21b902fe362701d53714a6a736d86c451d7
/BzenStudio-5.6/Source/com/zend/ide/m/bc.java
f0cca978cc39d6475831e47b25d2b08e5b0e5f2d
[]
no_license
HS-matty/dev
51a53b4fd03ae01981549149433d5091462c65d0
576499588e47e01967f0c69cbac238065062da9b
refs/heads/master
2022-05-05T18:32:24.148716
2022-03-20T16:55:28
2022-03-20T16:55:28
196,147,486
0
0
null
null
null
null
UTF-8
Java
false
false
502
java
package com.zend.ide.m; import com.zend.ide.b.m; import java.io.Serializable; public class bc implements Serializable { private String a; private m b; public bc(String paramString, m paramm) { this.a = paramString; this.b = paramm; } public String c() { return this.a; } public m b()...
[ "byqdes@gmail.com" ]
byqdes@gmail.com
8eb500a84f9945ab7e66852df7f37ed08c43bc64
bdcfd9395419c01d2a6f97202668c17c16709a26
/src/exercices/AreaCirculo02.java
1c983360343783259b5975d026e7ab536173849a
[]
no_license
mucheniski/java-completo-2019
5735abb620752cd9443da7c6970bef9d4397eaa4
1c00e9341734f874de32d5124f13ab90252c221c
refs/heads/master
2020-07-08T12:54:01.567453
2019-09-08T19:37:38
2019-09-08T19:37:38
203,678,197
0
0
null
null
null
null
UTF-8
Java
false
false
386
java
package exercices; import java.util.Locale; import java.util.Scanner; public class AreaCirculo02 { public static void main(String[] args) { Locale.setDefault(Locale.US); Scanner sc = new Scanner(System.in); double raio, area, pi=3.14159; raio = sc.nextDouble(); area = pi * Math.pow(raio, 2); ...
[ "mucheniski@gmail.com" ]
mucheniski@gmail.com
ae6e2fb731d47d7d2277aa8b8966a910788dc058
f71a7ec87f7e90f8025a3079daced5dbf41aca9c
/sf-pay/src/main/java/com/alipay/api/request/AlipayAssetAccountUnbindRequest.java
e25792ad76f56705809c6931e13979f8095ea9e4
[]
no_license
luotianwen/yy
5ff456507e9ee3dc1a890c9bead4491d350f393d
083a05aac4271689419ee7457cd0727eb10a5847
refs/heads/master
2021-01-23T10:34:24.402548
2017-10-08T05:03:10
2017-10-08T05:03:10
102,618,007
1
3
null
null
null
null
UTF-8
Java
false
false
3,353
java
package com.alipay.api.request; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayAssetAccountUnbindResponse; import com.alipay.api.AlipayObject; /** * ALIPAY API: alipay.asset.account.unbind request * * @author auto...
[ "tw l" ]
tw l
1832c86726e49659f36da33b17f44da9f4d7a467
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/grade/769cd811312cbbb82c87033a78ac9584ad282550bcb9cc3ae8c4e3da44c288c1a5b3954e01998c3c0654ee6774ceab66e9fe5b135750905c917d2b0bb5fab98b/000/mutations/120/grade_769cd811_000.java
e516b77a3f2597f33c92b9868d19fae57316cf12
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,458
java
package introclassJava; class IntObj { public int value; public IntObj () { } public IntObj (int i) { value = i; } } class FloatObj { public float value; public FloatObj () { } public FloatObj (float i) { value = i; } } class LongObj { public long value; public...
[ "justinwm@163.com" ]
justinwm@163.com
d18f9eff09f5bdd3b36620d61e3314197a574b3a
993cae9edae998529d4ef06fc67e319d34ee83ef
/src/cn/edu/sau/eop/sdk/widget/IWidget.java
3c551c9a27d00ddccfa0e9e0e912d0f9024ef874
[]
no_license
zhangyuanqiao93/MySAUShop
77dfe4d46d8ac2a9de675a9df9ae29ca3cae1ef7
cc72727b2bc1148939666b0f1830ba522042b779
refs/heads/master
2021-01-25T05:02:20.602636
2017-08-03T01:06:43
2017-08-03T01:06:43
93,504,556
0
0
null
null
null
null
UTF-8
Java
false
false
626
java
package cn.edu.sau.eop.sdk.widget; import java.util.Map; /** * 挂件接口 */ public interface IWidget { /** * 解析挂件并返回解析后的html片段 * @param params 挂件参数Map * @return 解析后的html片段 */ public String process(Map<String, String> params); /** * 挂件设置 * @param params * @return */ public String setting(Map<Str...
[ "zhangyuanqiao0912@163.com" ]
zhangyuanqiao0912@163.com
586c2a29516876ccbca0e46c993b30f4156f9b7b
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/MOCKITO-10b-4-25-Single_Objective_GGA-WeightedSum/org/mockito/internal/creation/MockSettingsImpl_ESTest.java
1b14fad6fe9296266201e8af74786e98e46c0e2d
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
568
java
/* * This file was automatically generated by EvoSuite * Tue Mar 31 12:21:17 UTC 2020 */ package org.mockito.internal.creation; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
ed212681a9fdeab8b7d79d334bce6abcc0c1e2a8
5dd3daa15726c0c0782a630104a4a9a883ee2f72
/2.JavaCore/src/com/javarush/task/task15/task1529/Solution.java
f852048f47c04179c510827fb4ca35925386f13c
[]
no_license
TigranMonte/JavaRushTasks
3476c9b2396cf333f7807ffa6bfbb27a07bffb15
7a945d80745c153badbcbe1a4ab0acc407789179
refs/heads/master
2023-06-16T00:01:40.513230
2021-07-10T20:08:11
2021-07-10T20:08:11
298,334,349
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
package com.javarush.task.task15.task1529; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /* Осваивание статического блока */ public class Solution { public static void main(String[] args) { } static { try { reset();//add your code here...
[ "tigranma@gmail.com" ]
tigranma@gmail.com
76b7c72d1bb8684a8ebcb22f072dfa29e791bfae
12b75ba88d14631e2c99a2fff6b3f3683aafc976
/nts/texmf/source/nts/nts-1.00-beta/nts/node/HSkipNode.java
59456198c7b0f13c2695e36d2ec4177da67390d7
[]
no_license
tex-other/nts
50b4f66b3cafa870be4572dff92d23ab4321ddc8
b4b333723326dc06a84bcd28e2672a76537d9752
refs/heads/master
2021-09-09T07:41:55.366960
2018-03-14T07:37:37
2018-03-14T07:37:37
125,165,059
0
1
null
null
null
null
UTF-8
Java
false
false
1,707
java
// Copyright 2001 by // DANTE e.V. and any individual authors listed elsewhere in this file. // // This file is part of the NTS system. // ------------------------------------ // // It may be distributed and/or modified under the // conditions of the NTS Public License (NTSPL), either version 1.0 // of this license ...
[ "shreevatsa.public@gmail.com" ]
shreevatsa.public@gmail.com
7933475e914caf78dbd027072b4c3054bc4e666a
d5f09c7b0e954cd20dd613af600afd91b039c48a
/sources/com/alibaba/mtl/appmonitor/SdkMeta.java
1487fe76fd26ad80765812ce605d0c7415d8733c
[]
no_license
t0HiiBwn/CoolapkRelease
af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3
a6a2b03e32cde0e5163016e0078391271a8d33ab
refs/heads/main
2022-07-29T23:28:35.867734
2021-03-26T11:41:18
2021-03-26T11:41:18
345,290,891
5
2
null
null
null
null
UTF-8
Java
false
false
1,296
java
package com.alibaba.mtl.appmonitor; import android.content.Context; import com.alibaba.mtl.log.a; import com.alibaba.mtl.log.d.i; import java.util.HashMap; import java.util.Map; public class SdkMeta { public static final String SDK_VERSION = "2.6.4.5_for_bc"; private static final Map<String, String> d; p...
[ "test@gmail.com" ]
test@gmail.com
50dae3672fcc5be837dc9abb8613dc62073995cc
440f26d3ee405d87fc26f4a3bc3cef4703733387
/src/main/java/io/opensec/oval/model/macos/Plist510Test.java
a3d83e8ef9ff24169d91dcf541496ddfe207171c
[ "Apache-2.0" ]
permissive
nakamura5akihito/opensec-oval
37e6e22d79da959a7d64eb7820c4aa81461d056e
7afea82fd919d882231a34e73c0e59d4b184e3e7
refs/heads/master
2021-01-10T06:58:02.597702
2015-06-17T10:56:33
2015-06-17T10:56:33
36,717,938
1
0
null
null
null
null
UTF-8
Java
false
false
2,922
java
/** * Opensec OVAL - https://nakamura5akihito.github.io/ * Copyright (C) 2015 Akihito Nakamura * * 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/...
[ "nakamura5akihito@gmail.com" ]
nakamura5akihito@gmail.com
0679857d3409cbb94667778220b53bc64e0f0923
128eb90ce7b21a7ce621524dfad2402e5e32a1e8
/laravel-converted/src/main/java/com/project/convertedCode/servlets/vendor/laravel/framework/src/Illuminate/Notifications/Channels/servlet_DatabaseChannel_php.java
7abf1983cb01442ca4e2ad0c15b6047a188e778f
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RuntimeConverter/RuntimeConverterLaravelJava
657b4c73085b4e34fe4404a53277e056cf9094ba
7ae848744fbcd993122347ffac853925ea4ea3b9
refs/heads/master
2020-04-12T17:22:30.345589
2018-12-22T10:32:34
2018-12-22T10:32:34
162,642,356
0
0
null
null
null
null
UTF-8
Java
false
false
1,265
java
package com.project.convertedCode.servlets.vendor.laravel.framework.src.Illuminate.Notifications.Channels; import com.runtimeconverter.runtime.includes.RuntimeIncludable; import com.runtimeconverter.runtime.includes.RuntimeConverterServlet; import com.runtimeconverter.runtime.RuntimeEnv; import javax.servlet.http.Http...
[ "git@runtimeconverter.com" ]
git@runtimeconverter.com
364dbeabd6fac75bbeb7e40d1d530707c8ed3972
446d682a06969b04ff637f83fa71b2448fda423f
/tinker/tconstruct/items/CraftingItem.java
3f4c28efc07a9c8418546edc0ebc21d96d7f9dfc
[]
no_license
agaricusb/TinkersConstruct
21ad2db01f867a1397788e80be334c7b5bab9213
2f5d798753d1642eb5ee5f15270b6fe73bfdce3c
refs/heads/master
2021-01-16T00:17:33.310208
2013-03-09T11:49:04
2013-03-09T11:49:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
661
java
package tinker.tconstruct.items; import java.util.List; import tinker.tconstruct.TConstruct; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class CraftingItem ex...
[ "miellekyunni@gmail.com" ]
miellekyunni@gmail.com
e9bc916bb646886c8b1803221d60447148b22f76
0a4d4b808ee0724114e6153c1204de4e253c1dcb
/samples/86/a.java
a43b541a8e4dc293d0aeca2284b09759f39294ca
[ "MIT" ]
permissive
yura-hb/sesame-sampled-pairs
543b19bf340f6a35681cfca1084349bd3eb8f853
33b061e3612a7b26198c17245c2835193f861151
refs/heads/main
2023-07-09T04:15:05.821444
2021-08-08T12:01:04
2021-08-08T12:01:04
393,947,142
0
0
null
null
null
null
UTF-8
Java
false
false
958
java
import java.util.Hashtable; class LRUCache&lt;K, V&gt; implements Cloneable { /** * Flushes all entries from the cache. */ public void flush() { this.currentSpace = 0; LRUCacheEntry&lt;K, V&gt; entry = this.entryQueueTail; // Remember last entry this.entryTable = new Hashtable&lt;&gt;(); // Clear ...
[ "hayeuyur@MacBook-Pro.local" ]
hayeuyur@MacBook-Pro.local
96d32dd0163ddfca742ca5e552892d4c68f7d39b
c1116c7ff8314ec43b16d455ee1aea7d8d289943
/enderio-base/src/main/java/crazypants/enderio/base/item/eggs/RenderEntityOwlEgg.java
ea3c62f67076ab299e64b71a403103925208b3d5
[ "Unlicense", "CC-BY-NC-3.0", "CC0-1.0", "CC-BY-3.0", "LicenseRef-scancode-public-domain" ]
permissive
FinalCraftMC/EnderIO
71054da73fe329d5d49c9a2c239b4545a8b7ed7b
a173868d1659d511154d9b195cd0d4759164029b
refs/heads/master
2023-04-23T19:20:36.682724
2021-05-10T18:42:24
2021-05-10T18:42:24
298,419,938
0
0
Unlicense
2020-09-26T23:02:13
2020-09-24T23:40:35
null
UTF-8
Java
false
false
1,533
java
package crazypants.enderio.base.item.eggs; import javax.annotation.Nonnull; import crazypants.enderio.base.init.ModObject; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.RenderItem; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.RenderManag...
[ "henry@loenwind.info" ]
henry@loenwind.info
a2d57588cc329a340aa69c147c08372919653756
d4d1013d3215088f7ec445b393b58fb30249ca1b
/jonix-onix3/src/main/java/com/tectonica/jonix/onix3/TextItemIdentifier.java
ce62265601d253a0ea78266bc0f04f9553399749
[ "Apache-2.0" ]
permissive
miyewd/jonix
70de3ba4b2054e0a66f688185834c9b0c73a101f
2ce4c9d7fddd453c4c76cf2a4bfae17b98e9b91d
refs/heads/master
2022-11-28T18:00:52.049749
2020-08-06T09:21:47
2020-08-06T09:21:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,876
java
/* * Copyright (C) 2012-2020 Zach Melamed * * Latest version available online at https://github.com/zach-m/jonix * Contact me at zach@tectonica.co.il * * 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 ...
[ "zach@tectonica.co.il" ]
zach@tectonica.co.il
4672eef1ec6770d65be0193f6823a2e0659adb23
9a942a741f3ab466be8b2807aba5272f80377498
/app7/part0/src/X.java
21740bc39205b26cdb8dc7f33cea291034e98ff8
[]
no_license
Vijay-Ky/MyJavaPracticeTest
82db8c507be9fde66f68efe3c3b7bb35dc086f67
6d427886b847e9af8a1af7d73ae8e340a4f47dd5
refs/heads/master
2021-09-27T18:45:11.963373
2018-11-17T15:17:07
2018-11-17T15:17:07
154,494,698
0
3
null
2021-09-23T01:16:57
2018-10-24T12:10:37
Java
UTF-8
Java
false
false
186
java
class X { int i; public static void main(String[] args) { X x1 = new X(); X x2 = new X(); x1.i = 10; x2.i = 20; System.out.println(x1.i); System.out.println(x2.i); } }
[ "vijayky007@gmail.com" ]
vijayky007@gmail.com
8451ca74661e5ee58e92b8ea0d366c205e697e95
88e4c2a0f6e9097efe89b47612509f32b79badb8
/src/main/java/com/alipay/api/response/AlipayMobileBeaconDeviceModifyResponse.java
c1227a0bb86ad4c9e976539b4d7102ab0a2f9674
[]
no_license
xushaomin/alipay-sdk-java
15f8e311b6ded9a565f473cd732e2747ed33d8b0
a03324a1ddc6eb3469c18f831512d5248bc98461
refs/heads/master
2020-06-15T13:26:40.913354
2016-12-01T12:23:27
2016-12-01T12:23:27
75,289,929
0
0
null
null
null
null
UTF-8
Java
false
false
811
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.mobile.beacon.device.modify response. * * @author auto create * @since 1.0, 2015-02-03 19:48:29 */ public class AlipayMobileBeaconDeviceModifyResponse ext...
[ "xushaomin@foxmail.com" ]
xushaomin@foxmail.com
c3b25ada1834a1c0b891b7ad29f15e49b9963dfe
72c1f6c17f1d9a4cd70e9d2e7979b42d30fc7eb1
/app/src/main/java/com/xzwzz/lady/pay/alipay/SignUtils.java
4f4abce49282df888429c2daeca9d519cc3e2380
[]
no_license
gaoyuan117/Lady
e8845334bd436ce7f9222dfa7d190c0fb68be303
39a8f21eecd4d928262f4f0d55df8a6fce1d0670
refs/heads/master
2020-03-28T12:29:02.158314
2018-09-27T10:44:15
2018-09-27T10:44:15
148,303,083
0
0
null
null
null
null
UTF-8
Java
false
false
957
java
package com.xzwzz.lady.pay.alipay; import java.security.KeyFactory; import java.security.PrivateKey; import java.security.spec.PKCS8EncodedKeySpec; public class SignUtils { private static final String ALGORITHM = "RSA"; private static final String SIGN_ALGORITHMS = "SHA1WithRSA"; private static final String DEF...
[ "1179074755@qq.com" ]
1179074755@qq.com
c93801054cafaa8377a431bcd9027565156a20f4
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a169/A169269Test.java
0664a693bd4593c8ca3639852050d930a7a20686
[]
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.a169; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A169269Test extends AbstractSequenceTest { }
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
7ff82360b158c0557aee74fa1bc9f5c86df3c68f
801c39e8bbeee2e25ed1ba2b74aa039f8b3d62ae
/fizteh-java-2014/src/ru/fizteh/fivt/students/ivan_ivanov/filemap/Get.java
26d512632d7f4c7e6e1b2a5098bd99fc66839b24
[]
no_license
grapefroot/mipt
2f6572b3120e28a0e63e28f2542782520384828f
51d13fa07b37bdbdda943bd47d7e356a3a126177
refs/heads/master
2020-12-24T21:12:03.706690
2016-11-08T07:40:20
2016-11-08T07:40:20
56,529,254
1
0
null
null
null
null
UTF-8
Java
false
false
702
java
package ru.fizteh.fivt.students.ivan_ivanov.filemap; import ru.fizteh.fivt.students.ivan_ivanov.shell.Shell; import ru.fizteh.fivt.students.ivan_ivanov.shell.Command; import java.io.IOException; public class Get implements Command { public final String getName() { return "get"; } public final v...
[ "salnikov.dmitri@gmail.com" ]
salnikov.dmitri@gmail.com
9fdd857c9981fd01b23f8e1ca85eb20b521d09df
d89f77bcbcd3474cbb038d79a407c912c6e00cf9
/src/main/java/com/tencentcloudapi/mongodb/v20190725/models/DescribeAsyncRequestInfoResponse.java
57dce0850c6bc014ed52de26d60c3a893b7d0259
[ "Apache-2.0" ]
permissive
victoryckl/tencentcloud-sdk-java
23e5486445d7e4316f85247b35a2e2ba69b92546
73a6e6632e0273cfdebd5487cc7ecff920c5e89c
refs/heads/master
2022-11-20T16:14:11.452984
2020-07-28T01:08:50
2020-07-28T01:08:50
283,146,154
0
1
Apache-2.0
2020-07-28T08:14:10
2020-07-28T08:14:09
null
UTF-8
Java
false
false
2,481
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
9f400ca575d14ed9f106a0bfcac446163bf6f98f
fff8f77f810bbd5fb6b4e5f7a654568fd9d3098d
/src/main/java/com/google/android/gms/internal/fitness/zzev.java
dbf8e21beb82671e8dc4d0e9fdff814b37f6ed64
[]
no_license
TL148/gorkiy
b6ac8772587e9e643d939ea399bf5e7a42e89f46
da8fbd017277cf72020c8c800326954bb1a0cee3
refs/heads/master
2021-05-21T08:24:39.286900
2020-04-03T02:57:49
2020-04-03T02:57:49
252,618,229
0
0
null
2020-04-03T02:54:39
2020-04-03T02:54:39
null
UTF-8
Java
false
false
1,201
java
package com.google.android.gms.internal.fitness; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.common.internal.safeparcel.SafeParcelReader; import com.google.android.gms.fitness.data.DataSource; /* compiled from: com.google.android.gms:play-services-fitness@@18.0.0 */ public fi...
[ "itaysontesterlab@gmail.com" ]
itaysontesterlab@gmail.com
ab14633e6760fbf3a1b1b68c76086686ca3972e3
f886812ecab339023ecf23ff5aa28b7051cc951e
/src/main/java/com/twineworks/tweakflow/lang/interpreter/ops/ClosureReferenceOp.java
f82f288db299d24d9234ce60787e6c72290d3cac
[ "MIT" ]
permissive
twineworks/tweakflow
995608af17f309bacb0064769499077aca7e1f8d
b6aa5241b9347c14d58bb0ef8f6b75a955ea92b6
refs/heads/master
2023-02-21T12:51:35.647910
2023-02-17T10:52:09
2023-02-17T10:52:09
97,735,381
31
6
MIT
2022-01-07T18:52:04
2017-07-19T15:55:15
Java
UTF-8
Java
false
false
2,108
java
/* * The MIT License (MIT) * * Copyright (c) 2019 Twineworks GmbH * * 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 u...
[ "slawomir.chodnicki@gmail.com" ]
slawomir.chodnicki@gmail.com
906b2157f8c288fa0ab313d7a77104f61656878b
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/21/1932.java
7eefa5321fcf2e054eac002bfd1ee946041d975e
[ "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
840
java
package <missing>; public class GlobalMembers { public static int Main() { int n; int i; int middle; double[] a = new double[301]; double[] d = new double[301]; double dmax = 0; double sum = 0.0; double x; n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true)); for (i = 0;i < n;i++) { a[i...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
7e3a5f811e997049e273786f1c38649ab2514171
7938f326cd023007ffeab60bb977a99edd30e86c
/src/test/java/fr/paris/lutece/util/beanvalidation/Bean.java
9ef2e8296f01cbdda94a30df143db4449ace7d5f
[ "LicenseRef-scancode-other-permissive", "BSD-3-Clause" ]
permissive
eahuma/lutece-core
0a83cbd24a0dcf37e80c4e8f1d6ad32acf2d060b
469c86d0263e9f68d94397b79adcd3c2c2092267
refs/heads/master
2022-12-22T04:52:32.298071
2020-07-01T16:38:01
2020-07-01T16:38:01
278,385,330
0
0
BSD-3-Clause
2020-07-09T14:21:13
2020-07-09T14:21:12
null
UTF-8
Java
false
false
4,095
java
/* * Copyright (c) 2002-2020, City of Paris * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright notice * and the f...
[ "pierrelevy@users.noreply.github.com" ]
pierrelevy@users.noreply.github.com
bbcccc723418bf4d7edb2c8ff7ce8b5ba19c6142
6e6db7db5aa823c77d9858d2182d901684faaa24
/sample/webservice/HelloeBayTrading/src/com/ebay/trading/api/LocalListingDistancesNonSubscriptionDefinitionType.java
7e386b75a0bea63b8e7ce4b5be153752843522a8
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
4everalone/nano
68a480d07d80f0f50d73ec593443bfb362d646aa
71779b1ad546663ee90a29f1c2d4236a6948a621
refs/heads/master
2020-12-25T14:08:08.303942
2013-07-25T13:28:41
2013-07-25T13:28:41
10,792,684
0
1
Apache-2.0
2019-04-24T20:12:27
2013-06-19T13:14:26
Java
UTF-8
Java
false
false
673
java
// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.trading.api; import java.io.Serializable; import com.leansoft.nano.annotation.*; import java.util.List; /** * * Defines the LocalListingDistancesNonSubscription feature. This feature displays all the supported local * listing distanc...
[ "51startup@sina.com" ]
51startup@sina.com
e76bffd20b407dd8696d3725b7dc5dc883069249
a63d907ad63ba6705420a6fb2788196d1bd3763c
/src/dataflow/codecheck/src/test/java/com/tencent/bk/base/dataflow/codecheck/util/db/DBConnectionUtilTest.java
f9530df69c4b2fdbefc61d583802d0ef7aa2a034
[ "MIT" ]
permissive
Tencent/bk-base
a38461072811667dc2880a13a5232004fe771a4b
6d483b4df67739b26cc8ecaa56c1d76ab46bd7a2
refs/heads/master
2022-07-30T04:24:53.370661
2022-04-02T10:30:55
2022-04-02T10:30:55
381,257,882
101
51
NOASSERTION
2022-04-02T10:30:56
2021-06-29T06:10:01
Python
UTF-8
Java
false
false
6,106
java
/* * Tencent is pleased to support the open source community by making BK-BASE 蓝鲸基础平台 available. * * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * BK-BASE 蓝鲸基础平台 is licensed under the MIT License. * * License for BK-BASE 蓝鲸基础平台: * ----------------------------------------------...
[ "terrencehan@tencent.com" ]
terrencehan@tencent.com
28b608242afd72d9a4bd5b63c6fbdc85f15d99f2
5f63a60fd029b8a74d2b1b4bf6992f5e4c7b429b
/com/planet_ink/coffee_mud/core/database/GRaceLoader.java
a4ae1d625f5c16a227a5b45943a14efcb86d17d4
[ "Apache-2.0" ]
permissive
bozimmerman/CoffeeMud
5da8b5b98c25b70554ec9a2a8c0ef97f177dc041
647864922e07572b1f6c863de8f936982f553288
refs/heads/master
2023-09-04T09:17:12.656291
2023-09-02T00:30:19
2023-09-02T00:30:19
5,267,832
179
122
Apache-2.0
2023-04-30T11:09:14
2012-08-02T03:22:12
Java
UTF-8
Java
false
false
7,242
java
package com.planet_ink.coffee_mud.core.database; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.CMProps.Int; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com....
[ "bo@zimmers.net" ]
bo@zimmers.net
dd97c51cb607ad208e8723d5fc8a7a591f5f77dc
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Chart/9/org/jfree/data/xy/DefaultIntervalXYDataset_getY_386.java
3d5dbd7f28e158a74dc44195d8203bc158009363
[]
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,202
java
org jfree data dataset defin rang interv valu valu implement arrai store start end start end valu altern implement link interv dataset intervalxydataset provid link interv seri collect xyintervalseriescollect default interv dataset defaultintervalxydataset abstract...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
a1359f89a42862f1ded54df3b9288434360f8130
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2017/4/EncodeGroupsStep.java
aad182bc81d0f8698c10c745efaa8e406cf31f5b
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
3,120
java
/* * Copyright (c) 2002-2017 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 Foundatio...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
c4df0647b9f5c574da408a8fc4c231aac39ef6cf
0a537cdd945804c90d271415d43fe6d80dfe59e9
/src/main/java/com/wikift/config/WikiftErrorConfig.java
6e764322782e7606fbbdd551b7578c1a7a0dc1eb
[ "Apache-2.0" ]
permissive
hrony/wikift-web-java
5e2329154caa9d54e1140cfacb277741d4810677
f598559c089466e57bd29fd0d871005d223f251b
refs/heads/master
2022-01-24T05:01:43.617339
2018-05-02T07:29:46
2018-05-02T07:29:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,807
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "shicheng@ttxit.com" ]
shicheng@ttxit.com
fb2ac67b1b048797f53b5785e1d21166fca955f3
c38508bddde0a6f6639432380bdb8802849f60cb
/school-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
def78303487394f0785303892300aa44c5defaa8
[ "MIT" ]
permissive
organ-xqTeam/campus-management
fe06a043210ea1833d1de04c7331450e980fb430
fcabe667d3140ce84f9ea9ac5a33d596dc00f4d6
refs/heads/master
2022-12-13T20:58:45.433638
2020-06-08T01:48:51
2020-06-08T01:48:51
235,522,776
0
0
MIT
2022-07-06T20:47:04
2020-01-22T07:41:43
JavaScript
UTF-8
Java
false
false
4,850
java
package com.ruoyi.web.controller.common; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowire...
[ "XingPanST@DESKTOP-E2I46F7" ]
XingPanST@DESKTOP-E2I46F7
0179b87366fc45e0e599daeedbbbacbf4422429c
90ad5696a7c20e9e74b995504c66b71d6b521772
/plugins/org.mondo.ifc.cstudy.metamodel.edit/src/org/bimserver/models/ifc2x3tc1/provider/IfcPumpTypeItemProvider.java
fd00ab40d399176e4c6f517ea04946874cfa250c
[]
no_license
mondo-project/mondo-demo-bim
5bbdffa5a61805256e476ec2fa84d6d93aeea29f
96d673eb14e5c191ea4ae7985eee4a10ac51ffec
refs/heads/master
2016-09-13T11:53:26.773266
2016-06-02T20:02:05
2016-06-02T20:02:05
56,190,032
1
0
null
null
null
null
UTF-8
Java
false
false
3,886
java
/** */ package org.bimserver.models.ifc2x3tc1.provider; import java.util.Collection; import java.util.List; import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package; import org.bimserver.models.ifc2x3tc1.IfcPumpType; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclipse.emf.common.notify.Notificati...
[ "debreceni@mit.bme.hu" ]
debreceni@mit.bme.hu
4eda8ec74fb4c9c1aba9a4a5fa77a7c381633ee6
7363aa5bfd1406af5094e50a8f2a4077f509897a
/firefly-nettool/src/main/java/com/firefly/net/buffer/ThreadSafeIOBufferPool.java
021650e767de79e37310a0351ca05efb58a99c51
[ "Apache-2.0" ]
permissive
oidwuhaihua/firefly
b3078b8625574ecf227ae7494aa75d073cc77e3d
87f60b4a1bfdc6a2c730adc97de471e86e4c4d8c
refs/heads/master
2021-01-21T05:29:15.914195
2017-02-10T16:35:14
2017-02-10T16:35:14
83,196,072
3
0
null
2017-02-26T09:05:57
2017-02-26T09:05:57
null
UTF-8
Java
false
false
502
java
package com.firefly.net.buffer; import com.firefly.net.BufferPool; import java.nio.ByteBuffer; public class ThreadSafeIOBufferPool implements BufferPool { private final ThreadLocal<BufferPool> safeBufferPool = ThreadLocal.withInitial(IOBufferPool::new); @Override public final ByteBuffer acquire(int siz...
[ "qptkk@163.com" ]
qptkk@163.com
4f898cf50d7494e42cb4694ed2e2fd737f36655c
e7818f3c8f1a86472c3060993d28f52cbde749b2
/src/ru/barsopen/plsqlconverter/ast/typed/constant_maxvalue.java
556330f502b5f0427c1aa6775dbf656ea2ef33dd
[]
no_license
liuyuanyuan/plsql-pgsql-converter
a9fbc59493b26b9ec06820358617a28cf35bc31a
428c86c09f3be7ef448fe704d7fff4abc90d97e6
refs/heads/master
2020-04-07T12:16:07.250078
2018-11-27T05:56:43
2018-11-27T05:56:43
158,360,845
1
0
null
null
null
null
UTF-8
Java
false
false
3,025
java
package ru.barsopen.plsqlconverter.ast.typed; public class constant_maxvalue implements constant, _baseNode { public int _line = -1; public int _col = -1; public int _tokenStartIndex = -1; public int _tokenStopIndex = -1; public _baseNode _parent = null; public _baseNode _getParent() { return _parent...
[ "liuyuanyuan@highgo.com" ]
liuyuanyuan@highgo.com
06f4fb7d2d33766cd93b598d641c8321b8f085f2
b214f96566446763ce5679dd2121ea3d277a9406
/modules/desktop-swt/desktop-swt-ide-impl/src/main/java/org/eclipse/nebula/cwt/svg/SvgPaint.java
2530cdcd7327505d9e20554b2a629685d171f52c
[ "Apache-2.0", "LicenseRef-scancode-jgraph" ]
permissive
consulo/consulo
aa340d719d05ac6cbadd3f7d1226cdb678e6c84f
d784f1ef5824b944c1ee3a24a8714edfc5e2b400
refs/heads/master
2023-09-06T06:55:04.987216
2023-09-01T06:42:16
2023-09-01T06:42:16
10,116,915
680
54
Apache-2.0
2023-06-05T18:28:51
2013-05-17T05:48:18
Java
UTF-8
Java
false
false
1,607
java
/**************************************************************************** * Copyright (c) 2008, 2009 Jeremy Dowdall * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.ec...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
277761084b371bed753ca7fd5ff16727697c751d
280d09a59bcdae0eb061d3eda579aa0c7a43c084
/app/src/main/java/com/king/khcareer/home/k4/HomeData.java
6b76c95dc68649e7d0e00762bdca30757b59c779
[]
no_license
evrimulgen/KHCareer
3bcc529a21a14d84b57c813be9c6543029146cc2
81637b47f9e979d142f8c233a490b3de8cabd02d
refs/heads/master
2020-12-30T11:58:51.886985
2017-05-02T09:59:26
2017-05-02T09:59:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,678
java
package com.king.khcareer.home.k4; import com.king.khcareer.match.gallery.UserMatchBean; import com.king.khcareer.model.sql.player.bean.Record; import java.util.List; /** * Created by Administrator on 2017/4/3 0003. */ public class HomeData { private List<Record> recordList; private String recordMatch; ...
[ "jingyangsddx@163.com" ]
jingyangsddx@163.com
bb36b75074373d1651ab32e00c7e902481dd876d
1ca86d5d065372093c5f2eae3b1a146dc0ba4725
/core-java-modules/core-java-lang-syntax-2/src/main/java/com/surya/core/scope/LoopScopeExample.java
86579f8f9e7fd3f3f7035b645aecd878af9c9723
[]
no_license
Suryakanta97/DemoExample
1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e
5c6b831948e612bdc2d9d578a581df964ef89bfb
refs/heads/main
2023-08-10T17:30:32.397265
2021-09-22T16:18:42
2021-09-22T16:18:42
391,087,435
0
1
null
null
null
null
UTF-8
Java
false
false
465
java
package com.surya.core.scope; import java.util.Arrays; import java.util.List; public class LoopScopeExample { List<String> listOfNames = Arrays.asList("Joe", "Susan", "Pattrick"); public void iterationOfNames() { String allNames = ""; for (String name : listOfNames) { allNames = ...
[ "suryakanta97@github.com" ]
suryakanta97@github.com
edbff3fe05d7c62ea3c151be67737d78c049dcd7
e63363389e72c0822a171e450a41c094c0c1a49c
/Mate20_9_0_0/src/main/java/android/filterpacks/imageproc/ToRGBAFilter.java
381e79d98110774ee6ef6e2957c07fd8dd5be77c
[]
no_license
solartcc/HwFrameWorkSource
fc23ca63bcf17865e99b607cc85d89e16ec1b177
5b92ed0f1ccb4bafc0fdb08b6fc4d98447b754ad
refs/heads/master
2022-12-04T21:14:37.581438
2020-08-25T04:30:43
2020-08-25T04:30:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,584
java
package android.filterpacks.imageproc; import android.app.slice.SliceItem; import android.filterfw.core.Filter; import android.filterfw.core.FilterContext; import android.filterfw.core.Frame; import android.filterfw.core.FrameFormat; import android.filterfw.core.MutableFrameFormat; import android.filterfw.core.NativeP...
[ "lygforbs0@gmail.com" ]
lygforbs0@gmail.com