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
ca11a383bfba5fcaa1cd379c993e1129403641c9
e9faf07f168cfe7a5d7d02c303f74a876b6883fe
/src/main/java/net/abusingjava/sql/v1/impl/GenericActiveRecordFactory.java
d60b1a43b3204fb2969e24d9b6fb802aeb3339de
[ "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
sarndt/AbusingSQL
5b591e03d2a76b93d3f5744955f29983d16b9498
3fe09ab7cb0655bd227cc6f1891d39c307d9d685
refs/heads/master
2016-09-05T18:40:44.802625
2012-03-20T10:47:11
2012-03-20T10:47:11
3,817,405
0
1
null
null
null
null
UTF-8
Java
false
false
535
java
package net.abusingjava.sql.v1.impl; import java.sql.ResultSet; import net.abusingjava.sql.v1.ActiveRecord; import net.abusingjava.sql.v1.ActiveRecordFactory; public class GenericActiveRecordFactory implements ActiveRecordFactory { @Override public <T extends ActiveRecord<T>> T create(Class<T> $class) { // TODO...
[ "julian.fleischer@fu-berlin.de" ]
julian.fleischer@fu-berlin.de
a9927f7e016df72f19365cf36c1da0cbd1edc3a3
88ed30ae68858ad6365357d4b0a95ad07594c430
/agent/arcus-zw-controller/src/main/java/com/iris/agent/zw/ZWUtils.java
cc589b4f4aeb7b59d276bdb4847c4288f91ed8ff
[ "Apache-2.0" ]
permissive
Diffblue-benchmarks/arcusplatform
686f58654d2cdf3ca3c25bc475bf8f04db0c4eb3
b95cb4886b99548a6c67702e8ba770317df63fe2
refs/heads/master
2020-05-23T15:41:39.298441
2019-05-01T03:56:47
2019-05-01T03:56:47
186,830,996
0
0
Apache-2.0
2019-05-30T11:13:52
2019-05-15T13:22:26
Java
UTF-8
Java
false
false
1,765
java
/* * Copyright 2019 Arcus Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "b@yoyo.com" ]
b@yoyo.com
141aaf4bcc3abc3077b71f58dd6220e9810605db
a5dfb6f0a0152d6142e6ddd0bc7c842fdea3daf9
/second_semester/second_semester_sdj/ClientServer/src/chat/domain/view/ClientView.java
a0f679e64c269e9001cb5fd2948e9b0cf82af6fe
[]
no_license
jimmi280586/Java_school_projects
e7c97dfe380cd3f872487232f1cc060e1fabdc1c
86b0cb5d38c65e4f7696bc841e3c5eed74e4d552
refs/heads/master
2021-01-11T11:58:06.578737
2016-12-16T20:55:48
2016-12-16T20:55:48
76,685,030
2
0
null
null
null
null
UTF-8
Java
false
false
3,593
java
package chat.domain.view; import java.awt.BorderLayout; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Observable; import java.util.Observer; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.JPan...
[ "joa@jimmiandersen.dk" ]
joa@jimmiandersen.dk
081509b1dd7ab4bdaf346befbe1ae1f84d191874
0ff078e4db3c0c9b60cf1bd24200fcb7c38662e9
/src/main/java/top/zbeboy/isy/web/bean/error/ErrorBean.java
89fdf00af9fd1528b150863fadc05f0238915904
[ "MIT" ]
permissive
pin062788/ISY
aabada9feca8210793b60d9309bfa5e7befd3777
df1e916dd5b14366f2d7dced9dd0b9848c74fcbe
refs/heads/master
2021-08-06T23:36:31.134588
2017-10-23T14:51:23
2017-10-23T14:51:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
363
java
package top.zbeboy.isy.web.bean.error; import lombok.Data; import java.util.List; import java.util.Map; /** * Created by zbeboy on 2016/11/24. */ @Data(staticConstructor = "of") public class ErrorBean<T> { private boolean hasError; private String errorMsg; private T data; private Map<String, Object...
[ "863052317@qq.com" ]
863052317@qq.com
030ebb0c6f8cb4ce7a02f807ff7e0432792e2ad6
47a0f826caf858d7e58901059624b09e314c1308
/my_weibo/gen/com/coderdream/weibo/BuildConfig.java
d284c08f62d933ad6b1897465f379e52dc765433
[]
no_license
CoderDream/my_weibo
77a1a93b925453dd97c3c46e346ea4c9331e6873
652536cfaf3b2632efe0ae6ee1685f1460bc0a2b
refs/heads/master
2016-09-05T14:31:42.249093
2014-12-29T13:44:19
2014-12-29T13:44:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
162
java
/** Automatically generated file. DO NOT MODIFY */ package com.coderdream.weibo; public final class BuildConfig { public final static boolean DEBUG = true; }
[ "coderdream@gmail.com" ]
coderdream@gmail.com
11d1a97da46ef4ad5d48e0e05f5a408180373bd3
2bf30c31677494a379831352befde4a5e3d8ed19
/vipr-portal/com.iwave.ext.linux/src/java/com/iwave/ext/linux/command/MultipathException.java
399a1acba7496b631a960a9491a41c5d27cac9d3
[]
no_license
dennywangdengyu/coprhd-controller
fed783054a4970c5f891e83d696a4e1e8364c424
116c905ae2728131e19631844eecf49566e46db9
refs/heads/master
2020-12-30T22:43:41.462865
2015-07-23T18:09:30
2015-07-23T18:09:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
443
java
/* * Copyright 2012-2015 iWave Software LLC * All Rights Reserved */ package com.iwave.ext.linux.command; import com.iwave.ext.command.CommandException; import com.iwave.ext.command.CommandOutput; public class MultipathException extends CommandException { private static final long serialVersionUID = 1470336800...
[ "review-coprhd@coprhd.org" ]
review-coprhd@coprhd.org
625a53f8e552db7efda01a18f8f0d35da9b666b7
08b8d598fbae8332c1766ab021020928aeb08872
/src/gcom/financeiro/ControladorFinanceiroCAERNSEJB.java
d38891a4a260d1ba96c96e5dcac3fb2df1172c01
[]
no_license
Procenge/GSAN-CAGEPA
53bf9bab01ae8116d08cfee7f0044d3be6f2de07
dfe64f3088a1357d2381e9f4280011d1da299433
refs/heads/master
2020-05-18T17:24:51.407985
2015-05-18T23:08:21
2015-05-18T23:08:21
25,368,185
3
1
null
null
null
null
WINDOWS-1252
Java
false
false
2,994
java
/* * Copyright (C) 2007-2007 the GSAN – Sistema Integrado de Gestão de Serviços de Saneamento * * This file is part of GSAN, an integrated service management system for Sanitation * * GSAN is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
[ "Yara.Souza@procenge.com.br" ]
Yara.Souza@procenge.com.br
fb0838acef684907616f934a4dc81ddf3bc75006
8b2c9d9914939cadc99c6190706521be0cd577b9
/src/main/java/cc/mrbird/common/service/impl/BaseService.java
907081ab56cc4e86727675e6c9cc5c419b51fa2d
[ "Apache-2.0" ]
permissive
iclockwork/febs
a1c66f3aef265a5d5a3c940298052b2295c367bb
cc55cd2b034ba36c7b2e1dd75d4bf3042428d79a
refs/heads/master
2022-09-13T02:25:11.255843
2019-07-15T09:34:15
2019-07-15T09:34:15
170,794,507
1
0
null
2022-09-01T23:02:50
2019-02-15T03:11:55
Java
UTF-8
Java
false
false
1,845
java
package cc.mrbird.common.service.impl; import java.util.List; import org.apache.ibatis.annotations.Param; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transaction.annotation.Propagation; import org.springframework.transaction.annotation.Transactional; import cc.mrbird.com...
[ "852252810@qq.com" ]
852252810@qq.com
0d1d6b89b29915a8902eb799285979268cc3df2a
d9f4fd57f7836b0d7a292264dca22b9b97eba174
/Alkitab/src/main/java/yuku/alkitab/reminder/widget/HackedTimePickerDialog.java
c562e295ee5b84a57675052ff27dbcf6d25cc887
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
BitJetKit/androidbible
cf5e9faa54204ee553b20992252e64374a3079e1
fb1d6c209f95b11f8c45f7cfd3da1f553703b3ac
refs/heads/develop
2020-08-08T07:23:16.169654
2019-05-28T05:57:53
2019-05-28T05:57:53
213,776,850
0
0
Apache-2.0
2020-05-13T01:01:06
2019-10-08T23:35:19
null
UTF-8
Java
false
false
5,289
java
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "yukuku@gmail.com" ]
yukuku@gmail.com
51e7e4405ea9e82ebf597be7bd1c140c4f390373
5f833db272928e1490ff62e8296c3d65b39c1992
/modules/core/test/com/haulmont/cuba/core/SpringPersistenceTest.java
2c57f8f1a19b615fd97f06c3b0d4daed121e9806
[ "Apache-2.0" ]
permissive
cuba-platform/cuba-thesis
4f1e563ec3f6ba3d1f252939af9de9ee217438e6
540baeedafecbc11d139e16cadefccb351e50e51
refs/heads/master
2021-01-08T16:58:33.119292
2017-05-25T06:23:01
2017-05-25T06:30:56
242,084,081
3
2
null
null
null
null
UTF-8
Java
false
false
2,362
java
/* * Copyright (c) 2008-2016 Haulmont. * * 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 l...
[ "krivopustov@haulmont.com" ]
krivopustov@haulmont.com
6385e3ae189394597b6a927494f97f947b977a4c
32197545c804daccd40eea4a2e1f49cd5e845740
/sharding-sphere/sharding-jdbc-core/src/test/java/io/shardingjdbc/core/AllTests.java
b02dff243af1db1557c57de5ed62759abe3a22bd
[ "Apache-2.0" ]
permissive
dream7319/personal_study
4235a159650dcbc7713a43d8be017d204ef3ecda
19b49b00c9f682f9ef23d40e6e60b73772f8aad4
refs/heads/master
2020-03-18T17:25:04.225765
2018-07-08T11:54:41
2018-07-08T11:54:44
135,027,431
1
1
null
null
null
null
UTF-8
Java
false
false
977
java
/* * Copyright 1999-2015 dangdang.com. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "lierlei@xingyoucai.com" ]
lierlei@xingyoucai.com
966490dee82d47c1ea396e413a3d70baa3fd1568
a6aa78e28472878be55651e2cc86d9dfaf4601ce
/code/source/tundra/hjson.java
6dc1c48f7ce7a867f26ff44832d5165f9be25ab6
[ "MIT" ]
permissive
sasimanam/Tundra
e7a4be9787cfa836d3be5755d0533be1e001ccd1
5f241745d1fd1cf2625bef1418d05a85a4ff8dbd
refs/heads/master
2021-05-02T07:48:12.083820
2018-01-09T02:36:08
2018-01-09T02:36:08
120,838,453
0
0
null
2018-02-09T01:08:16
2018-02-09T01:08:16
null
UTF-8
Java
false
false
2,825
java
package tundra; // -----( IS Java Code Template v1.2 // -----( CREATED: 2017-05-07 10:50:33 EST // -----( ON-HOST: 192.168.66.129 import com.wm.data.*; import com.wm.util.Values; import com.wm.app.b2b.server.Service; import com.wm.app.b2b.server.ServiceException; // --- <<IS-START-IMPORTS>> --- import java.io.IOExcep...
[ "lachlan@permafro.st" ]
lachlan@permafro.st
8dc40031a8152d331b5ddb21cf5cb018375553cb
3283e61cedc185edfb7cf7867513275f4b242484
/usbserial/src/main/java/com/lz/usbserial/driver/UsbSpiInterface.java
e55dcf7f33130e326a571478b7147f726093bc05
[]
no_license
liuzhao1006/Serial_liuzhao
bd91c50021751d8025746c3f07ea31c3754101a9
50d49d6f3d50d942427e503f5ce01c904ea15b1a
refs/heads/master
2020-04-13T12:01:06.806697
2019-04-25T01:44:17
2019-04-25T01:44:17
163,190,290
0
0
null
null
null
null
UTF-8
Java
false
false
759
java
package com.lz.usbserial.driver; public interface UsbSpiInterface { // Clock dividers; int DIVIDER_2 = 2; int DIVIDER_4 = 4; int DIVIDER_8 = 8; int DIVIDER_16 = 16; int DIVIDER_32 = 32; int DIVIDER_64 = 64; int DIVIDER_128 = 128; // Common SPI operations boolean connectSPI(); ...
[ "zhaoliu1006@gmail.com" ]
zhaoliu1006@gmail.com
d87a81377e16a687636b9dbb747ee74208ec227b
5c8b7185e2f3799cc66b6818aa4ee583485c7829
/com/planet_ink/coffee_mud/Abilities/Spells/Spell_ForkedLightning.java
040d393989e89fbc366302808dfa713b4fb22203
[ "Apache-2.0" ]
permissive
cmk8514/BrainCancerMud
6ec70a47afac7a9239a6181554ce309b211ed790
cc2ca1defc9dd9565b169871c8310a3eece2500a
refs/heads/master
2021-04-07T01:28:52.961472
2020-03-21T16:29:03
2020-03-21T16:29:03
248,631,086
1
1
null
null
null
null
UTF-8
Java
false
false
3,664
java
package com.planet_ink.coffee_mud.Abilities.Spells; import java.util.List; import java.util.Set; import com.planet_ink.coffee_mud.Abilities.interfaces.Ability; import com.planet_ink.coffee_mud.Common.interfaces.CMMsg; import com.planet_ink.coffee_mud.Items.interfaces.Weapon; import com.planet_ink.coffee_mud.MOB...
[ "cscordias@gmail.com" ]
cscordias@gmail.com
57a46b6fab34e498db7ea828827ae4d758e80807
ba1f1dece609de547aa5d2b8bf5ee53913776504
/_src/Chapter01/src/com/ioc/di/setter/BalanceSheet.java
e3ef27403b7cfe0ca0417d6936368ea7acb9b98e
[ "Apache-2.0", "MIT" ]
permissive
paullewallencom/java-978-1-7882-9625-0
7d5d4394ab67faa14c2ebc26a5611101296a5d68
99fa2992eb46214c94d72465b0fe5c3f02fc64dd
refs/heads/main
2023-02-14T02:23:43.043655
2020-12-27T00:48:53
2020-12-27T00:48:53
319,158,421
0
0
null
null
null
null
UTF-8
Java
false
false
665
java
package com.ioc.di.setter; import java.util.List; import com.ioc.di.IExportData; import com.ioc.di.IFetchData; public class BalanceSheet { private IExportData exportDataObj= null; private IFetchData fetchDataObj= null; //Setter injection for Export Data public void setExportDataObj(IExportData ex...
[ "paullewallencom@users.noreply.github.com" ]
paullewallencom@users.noreply.github.com
ed3539f93aed5f264adde2ee3f14c3077596530d
a28a2e3792ebf56408a55a4a990002acd5b4dd43
/konig-core/src/main/java/io/konig/formula/DirectionStep.java
79f597ce4c6cc0a35c034daf45c541df27e052ac
[]
no_license
zednis/konig
e01a77e40bf934af928b457f3afc0d1f2bc2e623
9b3e52f0fe53fec7ce2ffcf239d33256b4067a44
refs/heads/master
2021-07-11T18:11:06.415290
2017-10-12T11:51:43
2017-10-12T11:51:43
106,723,389
0
0
null
2017-10-12T17:19:14
2017-10-12T17:19:14
null
UTF-8
Java
false
false
1,414
java
package io.konig.formula; /* * #%L * Konig Core * %% * Copyright (C) 2015 - 2017 Gregory McFall * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/l...
[ "gregory.mcfall@gmail.com" ]
gregory.mcfall@gmail.com
96189c585adee18c548997b8431cfa782fd34c63
e601d79823b855026fabe9c97e816c5b2a6819a2
/authorize/src/main/java/com/wang/authorize/service/impl/LogServiceImpl.java
d26225111a6f5e7282fbaa7c3ac9b384519dead9
[]
no_license
wangjunhao330/cloud
d6e3331df08732ef910b9ab2b703c3a5b77794c5
d2f0f25a2660979b732b742e368f72dea7fface8
refs/heads/master
2022-11-20T05:21:32.889685
2020-04-27T14:06:37
2020-04-27T14:06:37
230,350,849
0
0
null
2022-11-15T23:35:19
2019-12-27T01:22:10
Java
UTF-8
Java
false
false
1,665
java
package com.wang.authorize.service.impl; import com.wang.authorize.entity.User; import com.wang.authorize.jwtUtils.JwtUtils; import com.wang.authorize.service.LogService; import io.jsonwebtoken.Claims; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowire...
[ "you@example.com" ]
you@example.com
3bd8573da8dd38152ab2913c0c6feaf690d8833a
28921a1faba8b61a076cca5857b12755537acffb
/example/android/app/src/main/java/com/vdian/flutter/hybridrouterexample/translucent/NoTranslucentActivity.java
50265a23e0769b5656dcaf6592b850823fb37048
[ "MIT" ]
permissive
weidian/hybrid_router
42b7650a98444c5b35b80977586db15dcdb9e07f
80d516ea9b55e796f22b8a2c680e11855b5c5b63
refs/heads/develop
2021-08-22T01:57:59.439627
2020-05-20T09:18:15
2020-05-20T09:18:15
185,332,968
152
9
MIT
2020-03-16T02:47:53
2019-05-07T06:15:31
Java
UTF-8
Java
false
false
3,440
java
// MIT License // ----------- // Copyright (c) 2019 WeiDian Group // 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, /...
[ "lizhangqu@weidian.com" ]
lizhangqu@weidian.com
c335bd7d92119d3cc1062cefc728e328fcbe42bc
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/org/geoserver/security/web/jdbc/group/JDBCGroupListPageTest.java
9a3ef3dc2f5eca0bea96922e73234c6c3528c631
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
791
java
/** * (c) 2014 Open Source Geospatial Foundation - all rights reserved * (c) 2001 - 2013 OpenPlans * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.security.web.jdbc.group; import org.geoserver.security.web.group.GroupListPageTest; import ...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
9768f052842c3afb925a4641e395494f01d82231
92e1ffd5222afd335ea4a29c619f6e0b43740d0e
/src/amat/report/PropertyReport.java
ff666a12eefb30be8a6133427d7f16aab3039de8
[ "Apache-2.0" ]
permissive
tipplerow/amat
5e0d215065bd8653db26659b449c06df4d3a9ab4
353f07c5f8b71aa8f8c8beb0e16e1a8547d0312c
refs/heads/master
2021-09-12T16:45:35.405288
2018-04-18T22:52:59
2018-04-18T22:52:59
120,043,918
0
0
null
null
null
null
UTF-8
Java
false
false
2,249
java
package amat.report; import java.io.PrintWriter; import java.util.Map; import java.util.Properties; import java.util.TreeMap; import jam.app.JamProperties; import jam.io.IOUtil; import amat.driver.AmatDriver; /** * Records the system properties that were set during the simulation. */ public final class PropertyR...
[ "jsshaff@berkeley.edu" ]
jsshaff@berkeley.edu
cfc3d9b2664f9a62414696bf5502718f39bc83f2
256a3596eb3a9c694d2015b173c51b4e20b82ae0
/DailyRhythmPortal/drp-ws-client/target/generated-sources/wsimport/com/bestbuy/bbym/ise/iseclientucs/NotificationStatusWithCachedUpgradeCheckPutRequest.java
ec49c447f6cf6adfdcb36b922e7697b35d20967b
[]
no_license
sellasiyer/maven-drp
a8487325586bb6018d08a6cdb4078ce0ef5d5989
cbbab7027e1ee64cdaf9956a82c6ad964bb9ec86
refs/heads/master
2021-01-01T19:15:47.427243
2012-11-03T13:04:14
2012-11-03T13:04:14
5,146,773
0
0
null
null
null
null
UTF-8
Java
false
false
7,485
java
package com.bestbuy.bbym.ise.iseclientucs; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for Notification...
[ "sella.s.iyer@gmail.com" ]
sella.s.iyer@gmail.com
6269e2833724f8e85d102d0fcc549fa47f9f6a16
e2d1ad7bfd684f4d49469130e166efd6f47b59af
/design_pattern/src/main/java/com/study/book/interpreter/example5/ReadXmlExpression.java
e98c44f5a6495c4979c0d598ff8d7157f813a801
[]
no_license
snowbuffer/jdk-java-basic
8545aef243c2d0a2749ea888dbe92bec9b49751c
2414167f93569d878b2d802b9c70af906b605c7a
refs/heads/master
2022-12-22T22:10:11.575240
2021-07-06T06:13:38
2021-07-06T06:13:38
172,832,856
0
1
null
2022-12-16T04:40:12
2019-02-27T03:04:57
Java
GB18030
Java
false
false
406
java
package com.study.book.interpreter.example5; /** * 用于处理自定义Xml取值表达式的接口 */ public abstract class ReadXmlExpression { /** * 解释表达式 * * @param c 上下文 * @return 解析过后的值,为了通用,可能是单个值,也可能是多个值, * 因此就返回一个数组 */ public abstract String[] interpret(Context c); }
[ "timmydargon@sina.com" ]
timmydargon@sina.com
94394e8f0434fd7b3191d7224b76a3bbf0d07010
0429ec7192a11756b3f6b74cb49dc1ba7c548f60
/src/main/java/com/linkage/module/itms/resource/act/FunctionDeploymentByDevTypeACT.java
190eeb4f92bfca161aee067c38987d2dcd55bc30
[]
no_license
lichao20000/WEB
5c7730779280822619782825aae58506e8ba5237
5d2964387d66b9a00a54b90c09332e2792af6dae
refs/heads/master
2023-06-26T16:43:02.294375
2021-07-29T08:04:46
2021-07-29T08:04:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,046
java
package com.linkage.module.itms.resource.act; import java.text.SimpleDateFormat; import java.util.GregorianCalendar; import java.util.List; import java.util.Locale; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.apache.struts2.interceptor.ServletRequestAware; import org.apache.struts...
[ "di4zhibiao.126.com" ]
di4zhibiao.126.com
c3e8dcd7014477f112977ee8a7f85e645d103e40
3c7651266f384282ed5642eca51c154d8e29ae03
/src/test/java/de/danielflow/project/PermissionsLite/AppTest.java
44e6d44dd3e904688c595a2dd7150b1ac210225a
[]
no_license
BukkitFlow/PermissionsLite
530be32e17e3375f65d6701dd612307032e3f0cc
f4eadf710a085f99749f48874ff351628f6da69c
refs/heads/master
2021-01-25T14:55:49.981687
2018-03-03T23:03:23
2018-03-03T23:03:23
123,735,809
0
0
null
null
null
null
UTF-8
Java
false
false
703
java
package de.danielflow.project.PermissionsLite; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the ...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
3e23735bf7759b2123df74c651d01b07f8e7e879
5bf1d631977f22aee3d2caf4a23988af0994bcce
/hazelcast/src/main/java/com/hazelcast/concurrent/atomicreference/SetAndGetOperation.java
7a3aa73aa352cea4cc77da55b9244b251a57bdb1
[ "Apache-2.0" ]
permissive
drewrm/hazelcast
b0a898e1aedb9344e42036e4d21bd4b24a14e6ac
b5eaf967dfc2137a116ce5e3e0d1974aa9002c6c
refs/heads/master
2020-12-26T01:30:11.205588
2014-02-14T05:19:30
2014-02-14T05:19:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,264
java
package com.hazelcast.concurrent.atomicreference; import com.hazelcast.nio.ObjectDataInput; import com.hazelcast.nio.ObjectDataOutput; import com.hazelcast.nio.serialization.Data; import com.hazelcast.spi.Operation; import java.io.IOException; public class SetAndGetOperation extends AtomicReferenceBackupAwareOperati...
[ "alarmnummer@gmail.com" ]
alarmnummer@gmail.com
a31ea6b1fd687a212c07824a639dbba0a5642c15
79864def3f1baca500e640a8ace2ec87c469d56e
/java01/src/step06/Test01_5.java
f9bea20117f9d8d5a5a0931712c144cd9f32f4be
[]
no_license
kwonbongsoo/BIT93
d483fa0b1f3e3698fa79bf442b09614b56854115
880c81e0a3c8953dc8d7195a417b3f3dd46cdcd8
refs/heads/master
2021-05-15T12:26:17.113391
2017-10-26T17:36:41
2017-10-26T17:36:41
108,443,715
0
0
null
null
null
null
UTF-8
Java
false
false
675
java
/* */ package step06; public class Test01_5 { public static void main(String[] args) { Student2 s1 = new Student2(); s1.init( "홍길동", 100, 100, 100); s1.compute(); s1.print(); Student2 s2 = new Student2(); s2.init("임꺽정", 90, 90, 90); s2.compute(); s2.print(); Stude...
[ "star1231076@gmail.com" ]
star1231076@gmail.com
2dbf0a1a03c02b0afb3e3502c0cd3b01a72b2f73
8a8254c83cc2ec2c401f9820f78892cf5ff41384
/baseline/materialistic/app/src/test/java/baseline/io/github/hidroh/materialistic/test/TestListActivity.java
88adbf20dc50fbb201f17812fae3e61b35a0e6e5
[ "Apache-2.0" ]
permissive
VU-Thesis-2019-2020-Wesley-Shann/subjects
46884bc6f0f9621be2ab3c4b05629e3f6d3364a0
14a6d6bb9740232e99e7c20f0ba4ddde3e54ad88
refs/heads/master
2022-12-03T05:52:23.309727
2020-08-19T12:18:54
2020-08-19T12:18:54
261,718,101
0
0
null
2020-07-11T12:19:07
2020-05-06T09:54:05
Java
UTF-8
Java
false
false
493
java
package baseline.io.github.hidroh.materialistic.test; import android.view.Menu; import static org.robolectric.Shadows.shadowOf; public class TestListActivity extends baseline.io.github.hidroh.materialistic.ListActivity { @Override public void supportInvalidateOptionsMenu() { Menu optionsMenu = shadow...
[ "sshann95@outlook.com" ]
sshann95@outlook.com
7ff00b6e95b2b4f80c4bf9b8218d33c9263fb2d2
79595075622ded0bf43023f716389f61d8e96e94
/app/src/main/java/android/webkit/JsPromptResult.java
ecece3810b9f386f96673ab506d324d25381d46c
[]
no_license
dstmath/OppoR15
96f1f7bb4d9cfad47609316debc55095edcd6b56
b9a4da845af251213d7b4c1b35db3e2415290c96
refs/heads/master
2020-03-24T16:52:14.198588
2019-05-27T02:24:53
2019-05-27T02:24:53
142,840,716
7
4
null
null
null
null
UTF-8
Java
false
false
425
java
package android.webkit; import android.webkit.JsResult.ResultReceiver; public class JsPromptResult extends JsResult { private String mStringResult; public void confirm(String result) { this.mStringResult = result; confirm(); } public JsPromptResult(ResultReceiver receiver) { ...
[ "toor@debian.toor" ]
toor@debian.toor
319201b26c7b11243e6459a6007c7199eaf61056
6705ac34d021b8cf4802fd54d8e1d28e0a32b956
/d_24_homework_xiejun/src/main/java/com/example/d_24_homework/Special/SpecialFragment.java
d37316fd62617d775d61289d00b608d0546a2908
[]
no_license
androidxiejun/xiejunproject
d1b13cc3e536aa70a4f624c11d5d91b7bd8b7888
d3648467217f6dcb95ab66e0eb8ea60bfae1fd3a
refs/heads/master
2020-09-27T09:35:25.381879
2016-08-20T02:37:20
2016-08-20T02:37:20
66,050,794
0
0
null
null
null
null
UTF-8
Java
false
false
2,832
java
package com.example.d_24_homework.Special; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentP...
[ "1019163135@qq.com" ]
1019163135@qq.com
de62d853d41cafbe52507c3e89d677bb66a78308
b4b62c5c77ec817db61820ccc2fee348d1d7acc5
/src/main/java/com/alipay/api/domain/KbAdvertAddChannelRequest.java
c620d76b3c05480312116f2470acca162f0dfc93
[ "Apache-2.0" ]
permissive
zhangpo/alipay-sdk-java-all
13f79e34d5f030ac2f4367a93e879e0e60f335f7
e69305d18fce0cc01d03ca52389f461527b25865
refs/heads/master
2022-11-04T20:47:21.777559
2020-06-15T08:31:02
2020-06-15T08:31:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,023
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 口碑客渠道信息 * * @author auto create * @since 1.0, 2017-03-03 10:40:48 */ public class KbAdvertAddChannelRequest extends AlipayObject { private static final long serialVersionUID = ...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
a0fd477863e6d376a04068be524162b68ee6da3c
c55ba96bdf1983126b6944b0f90bc5c564e0601f
/src/main/java/org/gbif/cli/converter/UuidConverter.java
dc28fc42034b33be127bb30b9248e1420b421b29
[ "Apache-2.0" ]
permissive
gbif/gbif-cli
c39f778a77b9bce7eae5e06f26d96c4ac054a972
e10aec43a4848d082e08b973732c1f325f9afefc
refs/heads/master
2023-05-02T12:46:40.788822
2021-01-20T08:14:49
2021-01-20T08:14:49
15,904,171
0
1
Apache-2.0
2023-04-15T17:03:53
2014-01-14T14:21:05
Java
UTF-8
Java
false
false
478
java
package org.gbif.cli.converter; import java.util.UUID; import com.beust.jcommander.IStringConverter; import com.beust.jcommander.ParameterException; /** * Converts parameters into UUIDs. */ public class UuidConverter implements IStringConverter<UUID> { @Override public UUID convert(String value) { try { ...
[ "mdoering@gbif.org" ]
mdoering@gbif.org
5e79dc2e6f7151f941db1d44bae786f7c4a80845
73267be654cd1fd76cf2cb9ea3a75630d9f58a41
/services/dli/src/main/java/com/huaweicloud/sdk/dli/v1/model/ListDatabasesResponse.java
ae1543e4daf742cc6ccaae92abd38e430d1ad508
[ "Apache-2.0" ]
permissive
huaweicloud/huaweicloud-sdk-java-v3
51b32a451fac321a0affe2176663fed8a9cd8042
2f8543d0d037b35c2664298ba39a89cc9d8ed9a3
refs/heads/master
2023-08-29T06:50:15.642693
2023-08-24T08:34:48
2023-08-24T08:34:48
262,207,545
91
57
NOASSERTION
2023-09-08T12:24:55
2020-05-08T02:27:00
Java
UTF-8
Java
false
false
4,507
java
package com.huaweicloud.sdk.dli.v1.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.huaweicloud.sdk.core.SdkResponse; import java.util.ArrayList; import java.util.List; import java.util.Objects; import java.util.function.Consumer; /** * Res...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
6c50a4984027c30d7dd6b8376f8bbf3d3dd4f2cd
7d28d457ababf1b982f32a66a8896b764efba1e8
/platform-dao/src/test/java/ua/com/fielden/platform/dao/EntityWithHyperlinkDao.java
f953b2b414ff0292c232dfc132ce31ec28acedc7
[ "MIT" ]
permissive
fieldenms/tg
f742f332343f29387e0cb7a667f6cf163d06d101
f145a85a05582b7f26cc52d531de9835f12a5e2d
refs/heads/develop
2023-08-31T16:10:16.475974
2023-08-30T08:23:18
2023-08-30T08:23:18
20,488,386
17
9
MIT
2023-09-14T17:07:35
2014-06-04T15:09:44
JavaScript
UTF-8
Java
false
false
586
java
package ua.com.fielden.platform.dao; import com.google.inject.Inject; import ua.com.fielden.platform.entity.annotation.EntityType; import ua.com.fielden.platform.entity.query.IFilter; import ua.com.fielden.platform.serialisation.jackson.entities.EntityWithHyperlink; /** * A DAO for {@link EntityWithHyperlink} used ...
[ "jhou.pro@gmail.com" ]
jhou.pro@gmail.com
e8730b9c8dff1b12cd96d431f3b16d5d8b5a0871
30cf12e4016cc89018b554465406e8f9fa4ec3b3
/javaEE/src/test_Practice/day03Test/test13.java
852bdca5aed6de5741bcf553660a53a40ef47dde
[]
no_license
guangjianwei/ssm_sum
9f9b3279ca35599a0495457ab6f9f9db3c9ad025
7545c1e7f4a8626f1a3d8f832bd73cc296523f19
refs/heads/master
2020-04-04T12:52:47.394638
2018-11-03T02:51:03
2018-11-03T02:51:03
155,940,658
1
1
null
null
null
null
UTF-8
Java
false
false
425
java
package test_Practice.day03Test; /* */ public class test13 { public static void main(String[] args) { Student stu[]={new Student("liusan",20,90.0f), new Student("lisi",22,90.0f), new Student("wangwu",20,99.0f), new Student("sunliu",22,100.0f)}; java....
[ "admin@qq.com" ]
admin@qq.com
867b6366b3d85ec9157b62ca2f2f772235aa4525
3441de0b93c9bc4dc40e1a46abd7d36cafe51c2d
/passcloud-common/passcloud-security-core/src/main/java/com/passcloud/security/core/social/weixin/connect/WeixinConnectionFactory.java
00c3e14d742bd3a8cee5fdf23d76312a27c279dd
[]
no_license
XinxiJiang/passcloud-master
23baeb1c4360432585c07e49e7e2366dc2955398
212c2d7c2c173a788445c21de4775c4792a11242
refs/heads/master
2023-04-11T21:31:27.208057
2018-12-11T04:42:18
2018-12-11T04:44:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,500
java
package com.passcloud.security.core.social.weixin.connect; import com.passcloud.security.core.social.weixin.api.Weixin; import org.springframework.social.connect.ApiAdapter; import org.springframework.social.connect.Connection; import org.springframework.social.connect.ConnectionData; import org.springframework.social...
[ "35205889+mliyz@users.noreply.github.com" ]
35205889+mliyz@users.noreply.github.com
9ee362b82c56bb48f8c4345647c45e0064c86fea
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/open-keychain_open-keychain/libkeychain/src/main/java/org/sufficientlysecure/keychain/LibConstants.java
e1f20a6db4fa77ebb3a3aacd4d2fc27ab61acc6e
[]
no_license
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
0564143d92f8024ff5fa6b659c2baebf827582b1
refs/heads/master
2020-07-13T13:53:40.297493
2019-01-11T11:51:18
2019-01-11T11:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
464
java
// isComment package org.sufficientlysecure.keychain; import org.bouncycastle.jce.provider.BouncyCastleProvider; import org.sufficientlysecure.libkeychain.BuildConfig; public final class isClassOrIsInterface { public static final boolean isVariable = isNameExpr.isFieldAccessExpr; public static final String ...
[ "matheus@melsolucoes.net" ]
matheus@melsolucoes.net
76848af504d24351bac6348577d57cb835be07af
68374eb2631cb33ccd8d7924a16bfb79ad08040a
/core/src/test/java/com/gengoai/hermes/annotator/DocumentProvider.java
1df6c1f9cdf60413e5e665fe30a4ccaf33d445c8
[ "Apache-2.0" ]
permissive
gengoai/hermes
92f413788f2870b51369b440d8e479824bdd3ce0
78f48e9edee397907d7ac0bda32fb5ea24f6be4a
refs/heads/master
2021-06-02T06:27:26.783582
2020-07-31T16:47:23
2020-07-31T16:47:23
130,230,032
2
1
Apache-2.0
2020-05-03T15:02:55
2018-04-19T14:41:39
Java
UTF-8
Java
false
false
3,629
java
/* * (c) 2005 David B. Bracewell * * 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, Ve...
[ "david@davidbracewell.com" ]
david@davidbracewell.com
11c7dbc79648339292c4884f6aebaed89b3c6c09
e77777b387a7c9908956ac398652ba1ca3bfbf92
/src/main/java/com/axisdesignsolution/gateway/config/DateTimeFormatConfiguration.java
0ee9b5c2cd450e3ec2987a63ede604978e1a7e73
[]
no_license
leorajesh/AxisDesignSolutionWebApp
cc2de4952ac0ab61eb57ac2d73682e8a2e011eff
33c272dcc53814e42461872d1c0deec89d911fd4
refs/heads/master
2022-10-29T23:30:34.574700
2018-11-19T15:32:30
2018-11-19T15:32:30
158,247,664
0
0
null
2022-10-05T19:15:33
2018-11-19T15:32:21
Java
UTF-8
Java
false
false
737
java
package com.axisdesignsolution.gateway.config; import org.springframework.context.annotation.Configuration; import org.springframework.format.FormatterRegistry; import org.springframework.format.datetime.standard.DateTimeFormatterRegistrar; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /*...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
e54ab4544ca509899fd086582fa0ad8d50429cc3
f2b70e4c2f38ff4a814650df12ee9cecd877c65a
/src/main/java/osm5/ns/yang/ietf/network/rev180226/$YangModelBindingProvider.java
c9fb1b8494f64d16b7a86e9f66d5d5fbe23cb5d5
[ "Apache-2.0" ]
permissive
5GinFIRE/eu.5ginfire.nbi.osm5java
34f17f78930178bdf3b428db7a0e9b24982c7c2a
19b6a70cd39e5b0eddd1d0a63069532fa2a1cee0
refs/heads/master
2021-08-11T15:50:07.182421
2019-06-14T12:25:45
2019-06-14T12:25:45
182,989,539
0
0
Apache-2.0
2021-08-02T17:16:53
2019-04-23T10:15:57
Java
UTF-8
Java
false
false
335
java
package osm5.ns.yang.ietf.network.rev180226; public final class $YangModelBindingProvider implements org.opendaylight.yangtools.yang.binding.YangModelBindingProvider { @java.lang.Override public org.opendaylight.yangtools.yang.binding.YangModuleInfo getModuleInfo() { return $YangModuleInfoImpl.getInsta...
[ "ioannischatzis@gmail.com" ]
ioannischatzis@gmail.com
eed7850869ce1bae30f34ab87d9cb7835a137a63
01993ce8cfce657279aeb2cd0e33579c4da32c48
/src/main/java/com/hyd/salto/IndexController.java
57f32cf5866fb986cd84528127f465c97cb03a53
[ "Apache-2.0" ]
permissive
yiding-he/salto
8a1ab27a3a303c159b501e16cc80173f4a21216a
3c6b43d9eedc31e45270aa59c6e2f99d0466e9e3
refs/heads/master
2021-01-01T06:36:42.645012
2017-07-18T12:16:21
2017-07-18T12:16:21
97,468,876
0
0
null
null
null
null
UTF-8
Java
false
false
272
java
package com.hyd.salto; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; @Controller public class IndexController { @GetMapping("/") public String index() { return "index"; } }
[ "yiding.he@gmail.com" ]
yiding.he@gmail.com
8ee15589214eb0d72809625f37a3da2b3b9b8814
7908299834b5dea6b82330c96b2c06052c9f11b1
/src/_07_abstract_class_interface/baitap/Rectangle.java
331423f3c05e3402b0acd65524962008e852f827
[]
no_license
phucnguyen1995/phucnguyen1995-C0421G1__NguyenKhacPhuc_Module2
75875847e688fe998fb97a380f2c095392a104cd
2def78adbbe4eee5008a58988221f103463f1579
refs/heads/main
2023-07-19T20:00:51.643915
2021-09-04T14:22:41
2021-09-04T14:22:41
372,704,762
0
0
null
null
null
null
UTF-8
Java
false
false
1,381
java
package _07_abstract_class_interface.baitap; public class Rectangle extends Shape implements Resizeable { private double width = 1.0; private double length = 1.0; public Rectangle() { } public Rectangle(double width, double length) { this.width = width; this.length = length; }...
[ "phuckhac1995@gmail.com" ]
phuckhac1995@gmail.com
26238adae2eb4f76adabaebd8cde68a0322c107a
10cba34c5ef8792a918780bd4b3d0e2b8decdaca
/src/main/java/dev/gigaherz/elementsofpower/client/package-info.java
60704bebfae0114ca073397938e5ca6420bae823
[]
no_license
gigaherz/ElementsOfPower
0536a177ca01587baa138f226c84c30272a6cde3
2a4b531f6d8523db0bc5ec6e7567cf066dcb259b
refs/heads/master
2023-07-07T04:14:54.015613
2023-07-02T22:25:07
2023-07-02T22:25:07
7,384,096
13
10
null
2015-11-25T01:51:24
2012-12-31T05:48:49
Java
UTF-8
Java
false
false
215
java
@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault package dev.gigaherz.elementsofpower.client; import net.minecraft.MethodsReturnNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
[ "gigaherz@gmail.com" ]
gigaherz@gmail.com
10f7470a2147c759098a2c7925da2d1fb1e7adf0
2388a977f81c0794ca5ddb8bb0dad0c11805f56b
/src/me/martin/main/Commands/ConfigReload.java
63866f8b5bc33dcf1dbfc95dfa2573cab88d5924
[]
no_license
yungmartin/theminingdeadrt
6d25b883ad2d0abd6fffd90670f0dc3bc9c00606
a0da23306a94d875052c6066e8fb0b02db268a6b
refs/heads/master
2023-07-06T10:57:04.593851
2021-08-11T19:36:55
2021-08-11T19:36:55
393,679,630
1
1
null
null
null
null
UTF-8
Java
false
false
1,130
java
package me.martin.main.Commands; import me.martin.main.Main; import me.martin.main.Utils.Utils; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; public class ConfigReload implements CommandExecutor { Main main;...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
a2a5e090d1ab6138928aa2a09c78765184cec0b7
32364ab81af8bf4d7c0d4283ab3077bc70cba8b8
/src/test/java/spring_framework/head_01_test/becomejavasenior_com/MyApplicationTest.java
084d50e7d326c6b151babdbd05dc2d2d32a63e33
[]
no_license
dimaSkalora/Spring_Easyjava_ru
77fc115bd1996d4b2b2f7e7e91488f3d42eff208
bbf9ee244df81174aca28c4dc8efa7e0cbd1b9be
refs/heads/master
2021-05-08T03:11:16.405255
2017-11-08T17:26:10
2017-11-08T17:26:10
108,232,637
0
0
null
null
null
null
UTF-8
Java
false
false
1,557
java
package spring_framework.head_01_test.becomejavasenior_com; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.c...
[ "timon2@ukr.net" ]
timon2@ukr.net
a61acd50bc08108af6dd71e811f99ac26f9d1b27
f40ba0be10e056339daf3be94b80363ed46bc416
/src/main/java/codeWars/directionsReduction_20200427/DirReductionBestPractice.java
e03ddef97f9024e62816e7edbaed49fc2ab92157
[]
no_license
JinHoooooou/codeWarsChallenge
e94a3d078389bc35eb25928ddc6c963f5878eb3e
4f6cbc7351e6f027f2451b5237db05aa1dc5f857
refs/heads/master
2022-05-21T03:04:36.139987
2021-10-25T06:29:05
2021-10-25T06:29:05
253,538,045
1
1
null
null
null
null
UTF-8
Java
false
false
1,127
java
package codeWars.directionsReduction_20200427; import java.util.Stack; public class DirReductionBestPractice { public static String[] dirReduc(String[] arr) { final Stack<String> stack = new Stack<>(); for (final String direction : arr) { final String lastElement = stack.size() > 0 ? stack.lastEleme...
[ "jinho4744@naver.com" ]
jinho4744@naver.com
7e2b8e9f6605a4abacd90075f8dd46c91321e5ea
7b34a5a10a7f1d905a9b3ac2f2f06d4bdde29b60
/app/src/main/java/com/solarexsoft/tableview/MatrixTableAdapter.java
fbc5e049332e5949bdbb8791b0b23f7e17f5234c
[ "Apache-2.0" ]
permissive
flyfire/TableView
ebf2b3a619af47a18d87281864488d53fae071cd
153bd706afb83a0f320cfa0d99f828df6b304141
refs/heads/master
2021-01-15T12:02:07.596296
2017-08-08T02:47:56
2017-08-08T02:47:56
99,641,751
0
0
null
null
null
null
UTF-8
Java
false
false
2,125
java
package com.solarexsoft.tableview; import android.content.Context; import android.content.res.Resources; import android.util.TypedValue; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.solarexsoft.solarextableview.adapter.BaseTableAdapte...
[ "rh.hou.work@gmail.com" ]
rh.hou.work@gmail.com
345aa452caadefa9e62ed3880bd61cb6bd0b3db7
7fa49925ed7c8517c65d9f9543621d08309bc2cf
/sources\ca\albertahealthservices\contacttracing\services\BluetoothMonitoringService$isBluetoothEnabled$bluetoothAdapter$2.java
11a5e49382c851c6c403124939c42d1131850331
[]
no_license
abtt-decompiled/abtracetogether_1.0.0.apk_disassembled
c8717a47f384fb7e8da076e48abe1e4ef8500837
d81b0ee1490911104ab36056d220be7fe3a19e1c
refs/heads/master
2022-06-24T02:51:29.783727
2020-05-08T21:05:20
2020-05-08T21:05:20
262,426,826
2
1
null
null
null
null
UTF-8
Java
false
false
1,402
java
package ca.albertahealthservices.contacttracing.services; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothManager; import kotlin.Metadata; import kotlin.TypeCastException; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.Lambda; @Metadata(bv = {1, 0, 3}, d1 = {"\...
[ "patrick.f.king+abtt@gmail.com" ]
patrick.f.king+abtt@gmail.com
f3bddd7db13b7085c55da417f596fb202230cb06
c897b075a1890c38100cf0e5726b8998b672a8ab
/AllCollections/src/test.java
b4290243ab4efb12bec83207227acdd443479bf5
[]
no_license
hemantjava/Spring_Framework_2016
91e173e8703c24a3a22c6bd1635eec2f920654e9
c440c9d0eadfc729dd7871c5dc816d7b207021c8
refs/heads/master
2023-07-18T00:23:49.763328
2021-08-13T06:37:55
2021-08-13T06:37:55
395,531,898
0
0
null
null
null
null
UTF-8
Java
false
false
165
java
public class test { static int j=f(); static int i=10; static int f(){ return i; } public static void main(String[] args) { System.out.println(i+" "+j); } }
[ "hemantjava90@gmail.com" ]
hemantjava90@gmail.com
e596e8a50b9257c984fa391b583b9832eaec47cb
bd5d7bbffc14bfa340575c8dffed69f8175c1f8c
/netty_iot/src/main/java/com/example/netty_iot/IotApplication.java
856daa899b5534a38682f2827088b3e9bf1b09eb
[]
no_license
peiqingliu/springboot_netty_all
d1325c3068670e0cdcaadcd865854a171b4bef1f
8b71d5fb8666ccb90cf644765a4087a15eb7e4f2
refs/heads/master
2022-10-06T05:21:09.150253
2020-02-08T03:25:31
2020-02-08T03:25:31
237,787,233
0
0
null
2022-10-04T23:55:53
2020-02-02T14:56:18
Java
UTF-8
Java
false
false
387
java
package com.example.netty_iot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * @Author Liupeiqing * @Date 2020/2/3 19:31 * @Version 1.0 */ @SpringBootApplication public class IotApplication { public static void main(String[] args) {...
[ "1226880979@qq.com" ]
1226880979@qq.com
8eb432f9aaf1a4ea534ab9241781c2d8d7b224d3
ff7105c0b628206aca25691e0fffb90f6b8184dc
/app/src/main/java/com/example/xiaojun/linghejiedao/beans/TianQiBean.java
b8a34d46cbb15eb27895cabb11bfbe2694763609
[]
no_license
yoyo89757001/linhejiedaoXiaoTV
e5ff793e665b4db35a24867847f23dcb54093ae7
44a49126d7166005a5190992023453f06a8019f9
refs/heads/master
2021-01-19T06:02:39.926493
2017-08-17T10:03:39
2017-08-17T10:03:39
100,589,658
0
0
null
null
null
null
UTF-8
Java
false
false
7,060
java
package com.example.xiaojun.linghejiedao.beans; import java.util.List; /** * Created by chenjun on 2017/5/15. */ public class TianQiBean { /** * desc : OK * status : 1000 * data : {"wendu":"25","ganmao":"风较大,阴冷潮湿,较易发生感冒,体质较弱的朋友请注意适当防护。","forecast":[{"fengxiang":"南风","fengli":"3-4级","high":"高温 ...
[ "332663557@qq.com" ]
332663557@qq.com
5f925c1d1b9eb39ab5e2404f93b0791f87aefa90
11fced7d40e3e46d85a2d5afea272dbc6ad8c3c2
/src/chapter15/PE1513_Client.java
37d0b3cf15853e284f7b0d0f3f03b9391a1ab961
[]
no_license
Lo1s/JavaIntroduction
152c94c45f99992df9e32fc5608eda617cd8b9d5
9aa4f37210706ec30f49a15ed339dfff3d175f47
refs/heads/master
2016-09-06T17:55:26.432493
2015-07-03T09:34:38
2015-07-03T09:34:38
37,971,996
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
/** * */ package chapter15; /** * @author jslapnicka * @Date & @Time 8. 9. 2014 2014 8:24:07 */ public class PE1513_Client { /** * @param args */ public static void main(String[] args) throws CloneNotSupportedException { // TODO Auto-generated method stub PE1513_Octagon o1 = new PE1513_Octagon(6); ...
[ "hydRwa@gmail.com" ]
hydRwa@gmail.com
22c6361f624fb0d8d89302f61e65253940c19cb9
8ccd1c071b19388f1f2e92c5e5dbedc78fead327
/src/main/java/ohos/appexecfwk/utils/PerfProfile.java
e69e0855bd914b9e0e28ad70baa10dff54be4fa4
[]
no_license
yearsyan/Harmony-OS-Java-class-library
d6c135b6a672c4c9eebf9d3857016995edeb38c9
902adac4d7dca6fd82bb133c75c64f331b58b390
refs/heads/main
2023-06-11T21:41:32.097483
2021-06-24T05:35:32
2021-06-24T05:35:32
379,816,304
6
3
null
null
null
null
UTF-8
Java
false
false
918
java
package ohos.appexecfwk.utils; import ohos.hiviewdfx.HiLogLabel; public class PerfProfile { private static final HiLogLabel PERFPROFILE_LABEL = new HiLogLabel(3, 218108160, "AppPerfProfile"); private static final int TIME_UNIT = 1000; public static long getTimeStamp() { return System.nan...
[ "yearsyan@gmail.com" ]
yearsyan@gmail.com
8bada3ef95e56c6de640921ba674bed1c53d9b80
840d06787d44056decb54c6da4a42c0f1adf958b
/src/main/java/pl/alkom/spring/repositories/TeamRepository.java
394a5479c73a9698ca2d12e366ba3b31eac1cb5b
[]
no_license
DanielMichalski/altkom-spring-mvc
893f066b159fec71b88bb21c10e5fe35cd5ab9cd
b58a5e7aa355bc4ee02dfba312f161e209501803
refs/heads/master
2021-01-01T19:46:41.917237
2014-08-31T11:23:50
2014-08-31T11:23:50
23,369,575
1
2
null
null
null
null
UTF-8
Java
false
false
231
java
package pl.alkom.spring.repositories; import org.springframework.data.repository.CrudRepository; import pl.alkom.spring.model.Team; /** * Author: Daniel */ public interface TeamRepository extends CrudRepository<Team, Long> { }
[ "michalskidaniel2@gmail.com" ]
michalskidaniel2@gmail.com
1ac3e931b91ea5c4409a006d058fb7f6e1583447
6dc27545eceaa0fe130139c62e36f2c4b17de8f3
/src/main/java/com/norconex/committer/core3/impl/MemoryCommitter.java
54597b6f063cebc3489e12c588467ed38cc5a259
[ "Apache-2.0" ]
permissive
Norconex/committer-core
30059fa960c21e03def13c71cef3bd60ca3f876b
0ed3718c6484b820c5dc2e81fa01a87288a589b7
refs/heads/master
2023-02-09T09:28:06.924160
2022-01-02T21:50:16
2022-01-02T21:50:16
12,910,531
6
11
Apache-2.0
2023-02-08T23:07:44
2013-09-18T00:47:26
Java
UTF-8
Java
false
false
7,337
java
/* Copyright 2019-2020 Norconex 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 o...
[ "pascal.essiembre@norconex.com" ]
pascal.essiembre@norconex.com
c6fdc8d1339eb51a8dd3c91876d83c96c7419830
d13fb02bb909606b9314bfbe67873deb00197fae
/app/src/main/java/com/xy/wk/BaseFragmentActivity.java
163c5ddc8924da9a54966403747b990a5a65ce3d
[]
no_license
chinafengqiang/wkPhone
1ff4e2e8feac47a97f193dc704b7c707a2b43e11
60d8e04fac5fd5c635f146aba4f33899091bd109
refs/heads/master
2020-12-13T03:35:41.420420
2016-08-02T10:41:11
2016-08-02T10:41:11
55,571,229
0
0
null
null
null
null
UTF-8
Java
false
false
1,692
java
package com.xy.wk; import android.content.Context; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.View; import com.xy.view.FProgrssDialog; /** * Created by FQ.CHINA on 2015/8/31. */ public abstract class BaseFragmentActivity extends FragmentActivity implements View.OnC...
[ "chinafengqiang@sina.com" ]
chinafengqiang@sina.com
c31e103290a3e388e0ea81dbd1c1de76fde06e7b
500b104bc8ed57d5daead3df2b20738059b7ef9a
/android/src/com/android/tools/idea/lint/AndroidLintAnimatorKeepInspection.java
1d70ff3a221209e9e7d1e9cfc1c1b95df41fbdfe
[]
no_license
RepoForks/android-2
a9eb30effe202ef0b1ae7ff44d1b24ffde863aff
a69a3102b8bde36f434d72bb30bfe7e7628cf4ef
refs/heads/master
2021-09-01T05:40:37.325999
2017-12-21T16:54:18
2017-12-21T16:54:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,587
java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "tnorbye@google.com" ]
tnorbye@google.com
d5f6dba0cd49be8c6801d3117fa3817ffe479c27
f5da190caa872091c18e68c82eae5ad887892bc9
/src/main/java/com/ats/test/web/rest/vm/LoginVM.java
adef3270b8becc97e1c3934e861803ef81090f0e
[]
no_license
koyaja/jhipsterTest
de89f13ff8d224db9e024d334d62526201a7e112
cf1456d66cd9f0e3958a2dca7efb64b6d5e7f5a8
refs/heads/master
2020-03-14T03:39:34.457397
2018-04-28T16:12:00
2018-04-28T16:12:00
131,424,644
0
0
null
2018-04-28T19:44:21
2018-04-28T16:11:58
Java
UTF-8
Java
false
false
1,111
java
package com.ats.test.web.rest.vm; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; /** * View Model object for storing a user's credentials. */ public class LoginVM { @NotNull @Size(min = 1, max = 50) private String username; @NotNull @Size(min = ManagedUs...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
bc6a0e94e8f95a8107e21d1981ca30b9ea27dee2
ae0d4f528c889cbaba046197ac1a58fb774d38fe
/optaplanner-persistence/optaplanner-persistence-jackson/src/test/java/org/optaplanner/persistence/jackson/api/score/buildin/simplelong/SimpleLongScoreJacksonJsonSerializerAndDeserializerTest.java
4494d6304cd1368af77f17d213185d6d8c269bc9
[ "Apache-2.0" ]
permissive
guotechfin/optaplanner
9ee4771bd55c7511c8a4f9753a3105f3dd511c9d
f66b33b580af92ec4b55f9ec2ac926a27dab3b1c
refs/heads/master
2021-01-25T11:39:20.868655
2018-02-28T18:08:34
2018-02-28T18:08:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,337
java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * 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...
[ "gds.geoffrey.de.smet@gmail.com" ]
gds.geoffrey.de.smet@gmail.com
fbbcb1a590bfcc9372da67f58a5e30b25e0a75cc
70daf318d027f371ada3abeaaa31dd47651640d7
/src/jdo/sta/bean/ABDSType.java
1bcbc868147aa17c490e649d2a23ae815b142ae4
[]
no_license
wangqing123654/web
00613f6db653562e2e8edc14327649dc18b2aae6
bd447877400291d3f35715ca9c7c7b1e79653531
refs/heads/master
2023-04-07T15:23:34.705954
2020-11-02T10:10:57
2020-11-02T10:10:57
309,329,277
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
2,110
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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: 2015.0...
[ "1638364772@qq.com" ]
1638364772@qq.com
33173dbd7028e1422f12663c55f8d38ca3b00ec6
dda81b93a12e0695dc1c85a6a8ca3785f2e36e23
/spigot/work/decompile-93a89a75/net/minecraft/server/LootItemConditionBlockStateProperty.java
be01f43e71c06972a3bfc9d33b3e20fa43793378
[]
no_license
skychwang/MindCraft
a4a8a337738b884af6ecc65c133b314418757a7d
48923ed1c2b9fbc807a61619cc17001312082b83
refs/heads/master
2023-07-20T14:36:48.872240
2021-09-07T20:00:04
2021-09-07T20:00:04
336,148,107
2
0
null
null
null
null
UTF-8
Java
false
false
6,657
java
package net.minecraft.server; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonElement; import com.google.gson.JsonObj...
[ "sky.wang@yahoo.com" ]
sky.wang@yahoo.com
dcc68ed7ff9f248e5e6d9538935951c3e4ee4673
10186b7d128e5e61f6baf491e0947db76b0dadbc
/org/apache/batik/css/engine/Messages.java
c61e1dc9c39f4df179526ed8838d5a7c196f7e0f
[ "SMLNJ", "Apache-1.1", "Apache-2.0", "BSD-2-Clause" ]
permissive
MewX/contendo-viewer-v1.6.3
7aa1021e8290378315a480ede6640fd1ef5fdfd7
69fba3cea4f9a43e48f43148774cfa61b388e7de
refs/heads/main
2022-07-30T04:51:40.637912
2021-03-28T05:06:26
2021-03-28T05:06:26
351,630,911
2
0
Apache-2.0
2021-10-12T22:24:53
2021-03-26T01:53:24
Java
UTF-8
Java
false
false
1,662
java
/* */ package org.apache.batik.css.engine; /* */ /* */ import java.util.Locale; /* */ import java.util.MissingResourceException; /* */ import org.apache.batik.i18n.LocalizableSupport; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ ...
[ "xiayuanzhong+gpg2020@gmail.com" ]
xiayuanzhong+gpg2020@gmail.com
ffada42a66517df1606f142a4a9c596b685295b3
28e356d56e3682cdaa53a14f2ef22a2dbb9799c0
/2.3.04-Exercise-AddDebugPlatforms/core/src/com/udacity/gamedev/gigagal/entities/Platform.java
3b8559968fec2e5b5391ce7a134adb8642fac8c6
[ "MIT" ]
permissive
udacity/ud406
31fb5e8ef02f6f78e500ad8998bae38bf4296494
191d46352271cc74f4232a3f75db3563c200b1c9
refs/heads/master
2023-03-28T21:01:07.283156
2021-10-21T13:33:06
2021-10-21T13:33:06
45,005,805
60
134
MIT
2023-05-08T19:41:40
2015-10-27T00:05:43
Java
UTF-8
Java
false
false
679
java
package com.udacity.gamedev.gigagal.entities; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.udacity.gamedev.gigagal.util.Assets; public class Platform { float top; float bottom; float left; float right; public Platform(float left, float top, float width, float height) { th...
[ "jeremy@udacity.com" ]
jeremy@udacity.com
28c774a0b04046ae5419fd02fdc814e75d6b23b8
52db46cda46618dbd3028e5f54df0864c8ff65b8
/src/main/java/com/intellij/uiDesigner/impl/actions/GroupButtonsAction.java
f32a81c581f381eb06cb55c110eabb1833b1f4df
[ "Apache-2.0" ]
permissive
consulo/consulo-ui-designer
73279cdcce6b7006200a08aba56493ae1bd46ac9
1a7872cd107c90d8775d3c0e433b4a14bbae418f
refs/heads/master
2023-08-31T00:23:34.185990
2023-05-07T11:01:58
2023-05-07T11:01:58
13,801,786
0
0
null
null
null
null
UTF-8
Java
false
false
3,145
java
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
c18040df65e56609c09fe5be50580ac2e4a7920a
d0bfc9d12bf822bb2f93e5e1ec38fffe69353253
/benefits/benefits-moudle/benefits-bean/src/main/java/com/lx/benefits/bean/bo/order/SellerOrderReverseOverviewBO.java
f4036d82adb140d1659f95632547c0bd0974874b
[]
no_license
wuyizhong/SpringFramework.wangmeng.definition
11f3f2958079baad8e4f39a7b6953a87c29fde5f
dd346624d89150836f4a26f1be21192602376b13
refs/heads/master
2020-07-23T23:15:23.948727
2019-09-09T02:51:36
2019-09-09T02:51:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
240
java
package com.lx.benefits.bean.bo.order; import lombok.Data; @Data public class SellerOrderReverseOverviewBO { /**全部订单*/ private int allCount; /**退款成功订单(逆向状态2,4)*/ private int overCount; }
[ "15070083409@163.com" ]
15070083409@163.com
b432541e04666bef7d3147048005aa55ba5a7fc4
ba7cab056c31fded038d49ccee0c1c9c54a6f3d4
/dist/gameserver/data/scripts/quests/_033_MakeAPairOfDressShoes.java
167e55f9ceecb4953a692f7e147556e74f05aea5
[]
no_license
MaicoSautner/l2script-teste
48052f6408be26038e692f48b38f1582a3eded06
196979a27575fd3ff48c28d416f2d820ba02059e
refs/heads/master
2022-07-26T09:08:00.639245
2020-05-22T02:12:02
2020-05-22T02:16:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,731
java
package quests; import l2s.gameserver.model.instances.NpcInstance; import l2s.gameserver.model.quest.Quest; import l2s.gameserver.model.quest.QuestState; public class _033_MakeAPairOfDressShoes extends Quest { int LEATHER = 36516; int GEM_FOR_ACC = 36556; int DRESS_SHOES_BOX = 7113; public _033_MakeAPairOfDressS...
[ "As69839314" ]
As69839314
eaec568ed45d07e2397b00c89255aef956396087
6cfab0fcbfdf8b36d6ea01003867163b17579f4a
/collector/JH-Collector/src/main/java/com/jh/collector/mapping/CalibrationInfoMapper.java
e201f565b79255104a953323e3c1a4a5f08dcdef
[]
no_license
Fairy008/JiaHeDC
ac5ed60ae3db608d8656957ce0b0364c2253e51b
bf31ffe8f452f33d2554dd587770467cecd994ee
refs/heads/master
2020-12-27T13:42:30.153810
2020-02-02T10:28:31
2020-02-02T10:28:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
976
java
package com.jh.collector.mapping; import com.jh.collector.entity.CalibrationInfo; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Component; import java.util.List; @Mapper @Component public interface CalibrationInfoMapper { /** * This method was generated by MyBatis Gen...
[ "fanglei613@hotmail.com" ]
fanglei613@hotmail.com
b51b1c3755551b01bb1aa357ff4f1bcfc2385f70
dbfef24b8e48968baa87dcd2d8d94af6c9821d98
/lynx-api/src/com/dikshatech/portal/dao/LoanEligibilityCriteriaDao.java
b27625187f29c3ad7e9f1b4a2452a226021fb1cd
[]
no_license
sudheer999/vijay-gradle
7ab62da1b41120b48ab5c8f06f3e3be5c4a5530e
c03d167319ec915c3eb25e394761682144e1e3b3
refs/heads/master
2021-04-26T23:02:03.684417
2018-03-02T11:03:07
2018-03-02T11:03:07
123,918,478
0
0
null
null
null
null
UTF-8
Java
false
false
3,965
java
/* * This source file was generated by FireStorm/DAO. * * If you purchase a full license for FireStorm/DAO you can customize this header file. * * For more information please visit http://www.codefutures.com/products/firestorm */ package com.dikshatech.portal.dao; import com.dikshatech.portal.dto.*; import co...
[ "sudheer.tsm9@gmail.com" ]
sudheer.tsm9@gmail.com
59ed04b921ee0099ddf639e7eb0f82582d64a5b2
6d3fccfe86c0fe4d92632f1d6992990ddc31a05c
/hsweb-easy-orm-rdb/src/main/java/org/hswebframework/ezorm/rdb/mapping/defaults/DefaultReactiveQuery.java
7a864a62a59b4a330b0dd6b66c5bca817c4402c0
[]
no_license
MethodLevelAnalyzer/hsweb-easy-orm
7f81cc218f0a7c14c09861a1bd8946e13e42be1f
31659eaac403423bffbd021868e4786e21cd8050
refs/heads/master
2023-05-14T21:33:30.015536
2021-06-08T08:45:56
2021-06-08T08:45:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,842
java
package org.hswebframework.ezorm.rdb.mapping.defaults; import org.hswebframework.ezorm.rdb.events.ContextKeyValue; import org.hswebframework.ezorm.rdb.executor.wrapper.ResultWrapper; import org.hswebframework.ezorm.rdb.mapping.EntityColumnMapping; import org.hswebframework.ezorm.rdb.mapping.ReactiveQuery; import org.h...
[ "admin@hsweb.me" ]
admin@hsweb.me
c8d93a386444e8a19af5f0d7384c250ac69fbe22
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/ta/audid/db/SqliteHelper.java
0238c0ad5649c62606fbf0b8e450c30e84c21330
[]
no_license
shuixi2013/AmapCode
9ea7aefb42e0413f348f238f0721c93245f4eac6
1a3a8d4dddfcc5439df8df570000cca12b15186a
refs/heads/master
2023-06-06T23:08:57.391040
2019-08-29T04:36:02
2019-08-29T04:36:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,815
java
package com.ta.audid.db; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.alipay.mobile.common.transport.monitor.RPCDataItems; import com.ta.audid.utils.UtdidLogger; import java.util.concurrent.Fut...
[ "hubert.yang@nf-3.com" ]
hubert.yang@nf-3.com
0d0d5abf0f6ef08b18f11676c806cf4390199989
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a044/A044128Test.java
22b13e02bd3fe0f99f35632b7d24d8cd5d4c563b
[]
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.a044; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A044128Test extends AbstractSequenceTest { }
[ "sairvin@gmail.com" ]
sairvin@gmail.com
866f0c84d5e6c717d46ec5501db490b739d279cc
d5f09c7b0e954cd20dd613af600afd91b039c48a
/sources/net/lingala/zip4j/headers/VersionNeededToExtract.java
1aa9d17998bf66e25c2b2349fad200509b59375b
[]
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
327
java
package net.lingala.zip4j.headers; public enum VersionNeededToExtract { DEFAULT(10), DEFLATE_COMPRESSED(20), ZIP_64_FORMAT(45), AES_ENCRYPTED(51); private int code; private VersionNeededToExtract(int i) { this.code = i; } public int getCode() { return this.code; ...
[ "test@gmail.com" ]
test@gmail.com
dc64add0e367138cd32949196ee7cb29941e99c0
7480717e8866db20d8738742630b1733410d6d2b
/ApacheDatasets/PIG-0.9.0/pig-0.8.1/test/org/apache/pig/test/TestExampleGenerator.java
2dee27b5674c5b7c829affb124ab11092bd7993a
[ "Apache-2.0" ]
permissive
abcdefghiklk/SeekChanges
600ecffeceedbc2caf1672fc7bb553e37b00131a
82103108425f22e2b535f43e424c23dbdea3b6f2
refs/heads/master
2020-04-06T07:02:43.703757
2016-08-17T10:43:59
2016-08-17T10:43:59
57,231,049
1
1
null
null
null
null
UTF-8
Java
false
false
6,169
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 ...
[ "Qiuchi.Li@open.ac.uk" ]
Qiuchi.Li@open.ac.uk
6768e9c407410bef1be41d39e413228b840bb96b
a464211147d0fd47d2be533a5f0ced0da88f75f9
/EvoSuiteTests/evosuite_3/evosuite-tests/org/mozilla/javascript/NativeJavaClass_ESTest.java
34ae5ce9b5d3875d7e8a97af1fb4527e96f6b1fb
[ "MIT" ]
permissive
LASER-UMASS/Swami
63016a6eccf89e4e74ca0ab775e2ef2817b83330
5bdba2b06ccfad9d469f8122c2d39c45ef5b125f
refs/heads/master
2022-05-19T12:22:10.166574
2022-05-12T13:59:18
2022-05-12T13:59:18
170,765,693
11
5
NOASSERTION
2022-05-12T13:59:19
2019-02-14T22:16:01
HTML
UTF-8
Java
false
false
6,263
java
/* * This file was automatically generated by EvoSuite * Wed Aug 01 22:00:47 GMT 2018 */ package org.mozilla.javascript; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameter...
[ "mmotwani@cs.umass.edu" ]
mmotwani@cs.umass.edu
de61115778ad9d4b9b717c3a6307981442de2aa2
7195a8f1125c55d42c5b6fb0a820ca055583031a
/modules/andes-core/common/src/main/java/org/wso2/andes/messaging/util/Lexicon.java
cc94d819d30c365e5e6a30c7f16ae41194197e0f
[ "Apache-2.0" ]
permissive
wso2/andes
355d3a3b94ee376ae1bef01871216925199f9065
85434f648e56ce5f88cd5abcc6db738edce90af9
refs/heads/master
2023-08-16T09:55:41.020956
2023-06-07T08:40:22
2023-06-07T08:40:22
20,559,270
38
124
Apache-2.0
2023-06-07T07:07:35
2014-06-06T10:04:24
Java
UTF-8
Java
false
false
2,619
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"); y...
[ "shammi@Shammis-MacBook-Pro.local" ]
shammi@Shammis-MacBook-Pro.local
d389a930036dbab2c7d9f4aabc97cb266b8c3a67
29b6a856a81a47ebab7bfdba7fe8a7b845123c9e
/dingtalk/java/src/main/java/com/aliyun/dingtalkdatacenter_1_0/models/GetAdministrativeLicensingRequest.java
8930eb425ec897350f55586f6ec4dda1279f86f2
[ "Apache-2.0" ]
permissive
aliyun/dingtalk-sdk
f2362b6963c4dbacd82a83eeebc223c21f143beb
586874df48466d968adf0441b3086a2841892935
refs/heads/master
2023-08-31T08:21:14.042410
2023-08-30T08:18:22
2023-08-30T08:18:22
290,671,707
22
9
null
2021-08-12T09:55:44
2020-08-27T04:05:39
PHP
UTF-8
Java
false
false
1,268
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dingtalkdatacenter_1_0.models; import com.aliyun.tea.*; public class GetAdministrativeLicensingRequest extends TeaModel { @NameInMap("pageNumber") public Integer pageNumber; @NameInMap("pageSize") public Integer pageSize; ...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
da5211cf697d5935d226cae842f687d63a034316
034dd8550e48d4b7dfd26fae7bbbfe25a23706d0
/subprojects/lensFlare/src/water/WaterRenderer.java
560feeaa3c0ef9c221cc30ed2ab98ada1c2a03b4
[]
no_license
dtrajko/lwjgl_game
3182a970fc542dc1fb1e606f7c72349d8934e354
91e7e01930f411af3ddc545ce742c6eebf2f5d95
refs/heads/master
2021-05-12T03:02:43.863050
2020-05-01T23:36:35
2020-05-01T23:36:35
117,606,702
1
0
null
null
null
null
UTF-8
Java
false
false
2,974
java
package water; import java.util.List; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL13; import org.lwjgl.util.vector.Matrix4f; import org.lwjgl.util.vector.Vector3f; import openglObjects.Vao; import textures.Texture; import utils.ICamera; import utils.MyFile; import utils.OpenGlUtils; public class WaterRe...
[ "dtrajko@gmail.com" ]
dtrajko@gmail.com
4ff04c000b955680c96ba513d33ab8ef85de0628
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/14/14_4e41553096ed8825e7d1ce4b0a0a6bdb6699cddc/SVTableModel/14_4e41553096ed8825e7d1ce4b0a0a6bdb6699cddc_SVTableModel_s.java
9a125a744cb9dc31e328bbaccc2fe4fece2a39dd
[]
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,012
java
/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
d85b05ebdbb32381b66516b09db6a4c9fae1e0ad
000c7ff03a7da1788bc596ce519751de515e846e
/greendaostudy/src/main/java/com/assassin/greendaostudy/app/GreenDaoApp.java
9a1a405241a6aa4554f68ce8b21fc6a68934ee44
[]
no_license
shaycormac/ShayPatrickCormacStudy
bd4faacd9d74781b3130f66590e6775cdf1fc099
4f4c685c45b079bc968a01c3bba4d60ffde4c856
refs/heads/master
2021-01-20T12:23:05.319732
2017-07-15T04:46:25
2017-07-15T04:46:25
90,359,265
0
0
null
null
null
null
UTF-8
Java
false
false
701
java
package com.assassin.greendaostudy.app; import android.app.Application; import com.assassin.greendaostudy.greendaohelper.DBManager; import com.facebook.stetho.Stetho; /** * @Author: Shay-Patrick-Cormac * @Email: fang47881@126.com * @Ltd: GoldMantis * @Date: 2017/5/2 13:42 * @Version: * @Description: */ publi...
[ "574583006@qq.com" ]
574583006@qq.com
8a7a3ded885877d7965f9c5646bb17071b63c165
f0d25d83176909b18b9989e6fe34c414590c3599
/app/src/main/java/com/google/android/gms/internal/ya.java
b8f7773d374464f4623bd4ff40f817ef8ba5275b
[]
no_license
lycfr/lq
e8dd702263e6565486bea92f05cd93e45ef8defc
123914e7c0d45956184dc908e87f63870e46aa2e
refs/heads/master
2022-04-07T18:16:31.660038
2020-02-23T03:09:18
2020-02-23T03:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
578
java
package com.google.android.gms.internal; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder; import java.nio.charset.CodingErrorAction; final class ya extends ThreadLocal<CharsetDecoder> { ya() { } /* access modifiers changed from: protected */ public final /* synthetic */ Object...
[ "quyenlm.vn@gmail.com" ]
quyenlm.vn@gmail.com
bc1245770467b73c29709477c7cf58f80fbfe264
47984d3b623e74e8029f3b8b7422893f1bfdfefa
/src/npc/Sugar.java
cc49d7f0744203b833e1c78809c0e8c4dfbdd017
[]
no_license
SetosanMs/MapleStory2
71467682165a85f6b31ee16aecce009847ee27d9
311bd8fa3f832f2a34dee41d43e7daf9766044a3
refs/heads/master
2022-12-10T00:44:55.389534
2020-08-26T15:22:17
2020-08-26T15:22:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
656
java
package npc; import java.io.Serializable; import map.MapleMap; import map.PointMapName; import map.UpdatedMapInfor; import maplestory.Player; public class Sugar extends Npc implements Serializable { private static final long serialVersionUID = 1L; public Sugar(String image, String name, PointMapName pointMapName)...
[ "hwasub1115@naver.com" ]
hwasub1115@naver.com
510f0f21dbfaad3dbf68d9fc980a0c09fbc6e1c6
752769cdbde5709ec894e46509ea26d072f63860
/jsf-demos/mservice/src/main/java/com/jsf/service/OrderRestService.java
c30595d7fa608a11b20fa82df0e1eedcd9a0a3f7
[ "BSD-3-Clause" ]
permissive
cjg208/JSF
dca375b472d16e2a7cb9ac56e939b63d60cc86cf
693041b6bb6a1b753d3be072c8ee7d879622e6b5
refs/heads/master
2023-01-01T08:39:47.925873
2020-10-27T08:35:08
2020-10-27T08:35:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,177
java
package com.jsf.service; import com.jsf.model.User; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.*; import java.util.Map; /** * Created with IntelliJ IDEA. * Description: Feign方式实现,自带负载均衡 * User: xujunfei * Date: 2018-02-27 * Time: 10:27 */ // 如果接入网关(目前...
[ "809573150@qq.com" ]
809573150@qq.com
7eeb0a97e499e9f2cb3d9d59c9f8644417d4222b
12c766729bb082bf593578fa982981ef65c3fc9b
/SmartCity/src/sjtu/dclab/smartcity/ui/minzheng/CivilAffairHomeAty.java
7f415bb8bb85d39fe1844d5dccd908a7c3045e7c
[]
no_license
m122469119/smartcity-android
876ef5b64762ffe4562856d879d2426b88d1af17
a89d55f28bb18370ba54b96fc268adc5f0c34456
refs/heads/main
2021-06-08T22:00:25.097541
2015-09-28T03:06:17
2015-09-28T03:06:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,613
java
package sjtu.dclab.smartcity.ui.minzheng; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ImageButton; import android.widget.ListView; import android.widget.SimpleAdapter; import java.util.ArrayList; import java.util.HashMap; import...
[ "ernestyj@outlook.com" ]
ernestyj@outlook.com
2d461c41a568b67241a4b0e9a03f7e272ac49f26
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/SQuirrel_SQL/rev4007-4212/base-branch-4007/test/src/net/sourceforge/squirrel_sql/fw/codereformat/AllTests.java
99d682f2ae20544a81f461f06c1489591be78330
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
359
java
package net.sourceforge.squirrel_sql.fw.codereformat; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; public class AllTests extends TestCase { public static Test suite() { TestSuite suite = new TestSuite("SQL codereformat tests"); suite.addTestSuite(CodeRefor...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
1c7cbf825034995d487a68b00ef6e675714ea0d5
9208ba403c8902b1374444a895ef2438a029ed5c
/sources/com/google/android/gms/internal/cast/zzcm.java
b8aca1571bb8ffe2c1e932567fc14898f7f9fe74
[]
no_license
MewX/kantv-decompiled-v3.1.2
3e68b7046cebd8810e4f852601b1ee6a60d050a8
d70dfaedf66cdde267d99ad22d0089505a355aa1
refs/heads/main
2023-02-27T05:32:32.517948
2021-02-02T13:38:05
2021-02-02T13:44:31
335,299,807
0
0
null
null
null
null
UTF-8
Java
false
false
1,254
java
package com.google.android.gms.internal.cast; import android.text.TextUtils; import androidx.annotation.NonNull; public class zzcm { private final String namespace; protected final zzdg zzvq; private zzdl zzvr; protected zzcm(String str, String str2, String str3) { zzcu.zzo(str); this...
[ "xiayuanzhong@gmail.com" ]
xiayuanzhong@gmail.com
0b1f22bb2f6a0fbc0f2acf128f3330c7d1a675be
7ad92fdcde0ddb852fa2cae5700442a9875ae8c1
/android-studio/BabyBox/app/src/main/java/com/babybox/viewmodel/NewCommentVM.java
2ba5b621156b81750ab55d7a4a3b42afa1471359
[]
no_license
mybabybox/BB-Android
0a12b85cdca31e27bcddd4435008a18f49d83382
8d76123a26c97a0b7a5dd3746c962dabd6d589bd
refs/heads/master
2021-01-21T04:37:00.929265
2016-04-17T14:20:58
2016-04-17T14:20:58
41,082,515
1
0
null
null
null
null
UTF-8
Java
false
false
361
java
package com.babybox.viewmodel; import com.babybox.app.AppController; public class NewCommentVM { public Long postId; public String body; public String deviceType; public NewCommentVM(Long postId, String body) { this.postId = postId; this.body = body; this.deviceType = AppContr...
[ "keithlei01@gmail.com" ]
keithlei01@gmail.com
9a30c75abaea5bb966eab836450e4783c603e0e9
ae35d831bab14899f961a0b8784903708149a907
/core/src/lando/systems/trainjam2016/TrainJam2016.java
bd63b2297c383e8d7cee31cf66899a9f2c233cb3
[]
no_license
mtolly/trainjam-2016
854bb799ba5a078cc3a079796dede96307a0e364
4139862536d0be3c378bc828163c555369699439
refs/heads/master
2021-01-18T07:29:31.471383
2016-03-13T22:00:33
2016-03-13T22:00:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
736
java
package lando.systems.trainjam2016; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import lando.systems.trainjam2016.screens.BaseScreen; import lando.systems.trainjam2016.screens.MenuScreen; import lando.systems.trainjam2016.utils.Assets; public class TrainJam2016 extends ApplicationAdapter ...
[ "brian.ploeckelman@gmail.com" ]
brian.ploeckelman@gmail.com
6ab15a1e846fdbf80b991ec25f2f8164c1f226fa
c548d09d6f80c939f694d7404043f50a040f0e0c
/src/main/java/org/projectodd/vertx/jgroups/VertxAddress.java
cbe9229d7ae81dd3153de9c94454b339d53efbc2
[]
no_license
bobmcwhirter/vertx-infinispan-module
b63b4a9348d8210a9b3465fefdb2c665aab75275
7ab8eb85a45af3196217be479665c0bdbb68e3ec
refs/heads/master
2020-05-20T07:21:59.361293
2013-07-12T21:07:22
2013-07-12T21:07:22
11,319,971
2
1
null
null
null
null
UTF-8
Java
false
false
1,252
java
package org.projectodd.vertx.jgroups; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; import org.jgroups.Address; import org.jgroups.PhysicalAddress; public class VertxAddress implements PhysicalAddress { private String ad...
[ "bob@mcwhirter.org" ]
bob@mcwhirter.org
5c9a552bfea5bcf7489b7a9c20fc5ce81a1e82aa
3b91ed788572b6d5ac4db1bee814a74560603578
/com/tencent/mm/plugin/emoji/ui/v2/EmojiStoreV2RewardUI$9.java
8dea8dba5025c9ad9d9cd97d62fbb3e6c13f3895
[]
no_license
linsir6/WeChat_java
a1deee3035b555fb35a423f367eb5e3e58a17cb0
32e52b88c012051100315af6751111bfb6697a29
refs/heads/master
2020-05-31T05:40:17.161282
2018-08-28T02:07:02
2018-08-28T02:07:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
452
java
package com.tencent.mm.plugin.emoji.ui.v2; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; class EmojiStoreV2RewardUI$9 implements OnClickListener { final /* synthetic */ EmojiStoreV2RewardUI iqC; EmojiStoreV2RewardUI$9(EmojiStoreV2RewardUI emojiStoreV2RewardUI...
[ "707194831@qq.com" ]
707194831@qq.com
e82a26e0fff6021188dd21668ba293bce8d7e247
7a3234d282fda192fed2c0aacc57c79477a27074
/net/minecraft/world/storage/MapInfo.java
62e0cee502af3c91a1b03604ef96130890efe363
[]
no_license
mjuniper/mod-design
88a70724730492f9637f210410bcb128b7f7fe8d
9106cbffb1eb8113add8da7cfbb2bf37e9f1b38c
refs/heads/master
2021-01-10T06:46:12.944366
2016-10-03T21:59:05
2016-10-03T21:59:05
44,486,038
1
0
null
null
null
null
UTF-8
Java
false
false
4,274
java
package net.minecraft.world.storage; import java.util.Iterator; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; public class MapInfo { /** Reference for EntityPlayer object in MapInfo */ public final EntityPlayer entityplayerObj; public int[] field_76209_b; ...
[ "mjuniper@gmail.com" ]
mjuniper@gmail.com
45f4aa7c7057cdffc0cdf763d4cdc8bf004a0a2a
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_f316941c0477e728135b13c2cb5f2300d7ecb1c1/VersionUtils/9_f316941c0477e728135b13c2cb5f2300d7ecb1c1_VersionUtils_t.java
cc36547eee94ad6b4f97c255e0a715976345d5fd
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,326
java
/** * Flexmojos is a set of maven goals to allow maven users to compile, optimize and test Flex SWF, Flex SWC, Air SWF and Air SWC. * Copyright (C) 2008-2012 Marvin Froeder <marvin@flexmojos.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
741441f303ea0d470980da00863fd1c50474ec00
b23f4fb8323a223abb26da107b589245142fce33
/src/com/leozzy/nine/HorrorShow.java
b20b08202f369b296be0cc6cee2fd89b62d421c2
[]
no_license
leozhiyu/thinking-in-java
d9f61ccf6657026ae223c36aeb2a5e9a62c24b20
72440f4b4a11022adfa14dd839770843f59079db
refs/heads/master
2021-09-08T02:27:34.035030
2018-03-06T00:54:58
2018-03-06T00:54:58
112,142,580
1
0
null
null
null
null
UTF-8
Java
false
false
1,512
java
package com.leozzy.nine; /** * Created by Leo */ interface Monster{ void menace(); } interface DangerousMonster extends Monster{ void destroy(); } interface Lethal{ void kill(); } class DragonZilla implements DangerousMonster{ @Override public void menace(){ System.out.pr...
[ "18779775257@163.com" ]
18779775257@163.com
b8fd549fd0c017bbebf62ea0a537a345b9d09b06
319b6fac5f0e8872bdc569b11c9adde66e8eefef
/src/main/java/com/bhuwan/spring/di/dependson/A.java
66854bf909f18316011965edf13eb738c2232fd0
[]
no_license
bhuwang/spring_playground
2613a40706d424bee44a6cb9db76c75538483319
5a2a8bbbdcb43310e6d177e49d06eed61cb0c2e1
refs/heads/master
2021-01-20T21:01:01.238271
2016-06-13T04:25:47
2016-06-13T04:25:47
60,771,327
0
0
null
null
null
null
UTF-8
Java
false
false
178
java
/** * */ package com.bhuwan.spring.di.dependson; /** * @author bhuwan * */ public class A { public A() { System.out.println("A object created....."); } }
[ "bhuwangautam@lftechnology.com" ]
bhuwangautam@lftechnology.com
11680450d5bc47d69a540dda5ef2afe6c4dcf5ed
1abc25e5f4fc1ed08175684b9ac956c5274c8b3d
/monitron/src/main/java/net/fortytwo/smsn/monitron/events/MonitronEvent.java
ec04283d113fef21bf1e32ee4fac8ef46f24313e
[ "MIT" ]
permissive
JeffreyBenjaminBrown/smsn
d2420b73a91a554e12e6d039de8402ce816be226
e4ecb2affbb8f4f2b6f8bfc012dd33d100c0fbbd
refs/heads/master
2021-01-14T13:08:35.341690
2016-08-13T19:16:49
2016-08-13T19:16:49
63,748,191
0
0
null
2016-07-20T03:45:28
2016-07-20T03:45:26
null
UTF-8
Java
false
false
1,894
java
package net.fortytwo.smsn.monitron.events; import net.fortytwo.rdfagents.model.Dataset; import net.fortytwo.smsn.SemanticSynchrony; import net.fortytwo.smsn.monitron.Context; import net.fortytwo.smsn.monitron.ontologies.Universe; import org.openrdf.model.IRI; import org.openrdf.model.Literal; import org.openrdf.model....
[ "josh@fortytwo.net" ]
josh@fortytwo.net
112c4c6c06fc8a5e65d8ab649d2519eeaad32d63
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-60-24-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest_scaffolding.java
285e1b6225debdf7c01f80835bb3da22084138de
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
459
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Apr 04 05:04:46 UTC 2020 */ package com.xpn.xwiki.internal.template; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.j...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
739de9136d959c9df1d92cc8bd3e7b55496c14d7
630e08722bec5ab15acc30ae072b8f037b9e4740
/modules/lib-sip/src/main/java/de/fhg/fokus/ims/core/media/StreamMedia2.java
121a8c264c5caef4ebe9ac95b773d159569c9e81
[ "Apache-2.0" ]
permissive
fhg-fokus-nubomedia/signaling-plane
f54feef2b77cca498501523bbd06fd203dedeba1
2ab48dfde4556bd6920d6cbaa1d80a8646ba737f
refs/heads/master
2021-01-10T11:28:03.998041
2016-01-08T11:44:57
2016-01-29T21:41:18
49,268,585
1
0
null
null
null
null
UTF-8
Java
false
false
417
java
package de.fhg.fokus.ims.core.media; import javax.ims.core.media.StreamMedia; public interface StreamMedia2 extends StreamMedia { int HOLDSTATE_NONE = 0; int HOLDSTATE_LOCAL = 1; int HOLDSTATE_REMOTE = 2; boolean isTelephoneEventEnabled(); void setTelephoneEventEnabled(boolean enabled); void startTelephon...
[ "alice.cheambe@fokus.fraunhofer.de" ]
alice.cheambe@fokus.fraunhofer.de
85ee26411f6c610e30657a5ef39f93ece2b03966
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_4b8f126e35047a3ca7e364d2d30994974b337bb8/MonitorFrameInfo/3_4b8f126e35047a3ca7e364d2d30994974b337bb8_MonitorFrameInfo_s.java
9e0505e1324b03fb080099cd774c9b83c1d225f0
[]
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,731
java
/* * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software F...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a25d99f4d5801ed874ec8663f8b50a98205d4588
9543f1302522ab515d29b668adeb8238f325bd06
/Sniffer-Search/src/main/java/com/jpznm/dht/sniffersearch/core/tags/impl/NewTimeTagsImpl.java
a154b77a8e19d0c03b14be61c223c68e0ad7c838
[]
no_license
lianshufeng/dht
9ae537b88868216ce3e3606b22f39bf944f755f7
5b3447cc44e2c904b8f0cc717cd96552d2636959
refs/heads/master
2021-06-13T23:57:43.732952
2021-02-04T06:50:12
2021-02-04T06:50:12
152,176,713
0
0
null
2021-02-04T06:50:55
2018-10-09T02:40:04
Java
UTF-8
Java
false
false
318
java
package com.jpznm.dht.sniffersearch.core.tags.impl; import com.jpznm.dht.sniffersearch.core.tags.TagsTransform; import org.springframework.stereotype.Component; @Component public class NewTimeTagsImpl implements TagsTransform { @Override public boolean execute(String info) { return false; } }
[ "251708339@qq.com" ]
251708339@qq.com
682446ba530ed7fba6fb9faf446ef5e260d2ac71
48541b2e7137ad1b8fc5639c954a2c55ee208e78
/jodconverter-core/src/main/java/org/jodconverter/job/DocumentSpecs.java
5ac7eb54091f0f9a3eee05408c497fc1990dfc36
[ "Apache-2.0" ]
permissive
gary-dgc/jodconverter
cf099a33f62de2ab52db0baa104eb9cdfc2b5c66
eafd1b73a0ffb9953649eb2997ec5a5e7f8f0cbc
refs/heads/master
2020-12-07T14:04:16.614523
2020-01-08T19:39:15
2020-01-08T19:39:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,271
java
/* * Copyright 2004 - 2012 Mirko Nasato and contributors * 2016 - 2020 Simon Braconnier and contributors * * This file is part of JODConverter - Java OpenDocument Converter. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
[ "simonbraconnier@gmail.com" ]
simonbraconnier@gmail.com
b7ae83664e6c22c6c5ff389ad60843e9d8feb076
42fcf1d879cb75f08225137de5095adfdd63fa21
/src/main/java/org/jooq/routines/GetEqualSetSkuidNrforFsc.java
59dcc89f441b19b1b9879b017d73428e47dc21f8
[]
no_license
mpsgit/JOOQTest
e10e9c8716f2688c8bf0160407b1244f9e70e8eb
6af2922bddc55f591e94a5a9a6efd1627747d6ad
refs/heads/master
2021-01-10T06:11:40.862153
2016-02-28T09:09:34
2016-02-28T09:09:34
52,711,455
0
0
null
null
null
null
UTF-8
Java
false
false
2,259
java
/** * This class is generated by jOOQ */ package org.jooq.routines; import java.math.BigDecimal; import javax.annotation.Generated; import org.jooq.Field; import org.jooq.Parameter; import org.jooq.Wetrn; import org.jooq.impl.AbstractRoutine; /** * This class is generated by jOOQ. */ @Generated( value = { ...
[ "krisztian.koller@gmail.com" ]
krisztian.koller@gmail.com
0780c9ccc6b656923b5f9044d0724dc3b81525a7
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/20/20_8dc860b920dd9f98fee5901adb878be298e121dd/ChangeVmConfiguration/20_8dc860b920dd9f98fee5901adb878be298e121dd_ChangeVmConfiguration_s.java
e313876ddcc7a1729c3d0211f7dc33a43c8a80f0
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,903
java
package at.ac.tuwien.lsdc.actions; import java.util.List; import at.ac.tuwien.lsdc.Configuration; import at.ac.tuwien.lsdc.resources.Resource; import at.ac.tuwien.lsdc.resources.VirtualMachine; public class ChangeVmConfiguration extends Action { private VirtualMachine vm; private int optimizedCpuAllocati...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com