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
3694a65dcc6411956545290d9dcded087e62f29b
781e2692049e87a4256320c76e82a19be257a05d
/all_data/cs61b/src/hw3/754/SortedComparableList.java
0af3fca5585476314caf12f943a9c8698d604098
[]
no_license
itsolutionscorp/AutoStyle-Clustering
54bde86fe6dbad35b568b38cfcb14c5ffaab51b0
be0e2f635a7558f56c61bc0b36c6146b01d1e6e6
refs/heads/master
2020-12-11T07:27:19.291038
2016-03-16T03:18:00
2016-03-16T03:18:42
59,454,921
4
0
null
2016-05-23T05:40:56
2016-05-23T05:40:56
null
UTF-8
Java
false
false
6,305
java
import java.util.Formatter; /** * SortedComparableList.java * A list of Comparables in ascending order. */ public class SortedComparableList { /** First element of list. */ public Comparable head; /** Remaining elements of list. */ public SortedComparableList tail; /** A list with head HEAD0 an...
[ "jmoghadam@berkeley.edu" ]
jmoghadam@berkeley.edu
785ac6a6d8dd0ff5974c700ce8147c6f5cf32583
222cfe58de73a4e80a6742908c72cb5309f514f4
/equalsverifier-core/src/test/java/nl/jqno/equalsverifier/testhelpers/annotations/DefaultNonnullJavax.java
c76610a53a72c9f135680ca6b029a793b310bc71
[ "Apache-2.0" ]
permissive
jqno/equalsverifier
7455f2c35135b5ec835c01f78c1bfe7fab513eac
fbc499c52c556a3a37136be2654dca9d9d0b4e11
refs/heads/main
2023-09-05T21:31:32.210726
2023-09-05T12:38:54
2023-09-05T12:39:06
33,067,279
680
128
Apache-2.0
2023-09-02T18:59:34
2015-03-29T09:12:21
Java
UTF-8
Java
false
false
514
java
package nl.jqno.equalsverifier.testhelpers.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.annotation.meta.TypeQualifierDefault; import nl.jqno.equalsverifier.testhelpers.annot...
[ "jan.ouwens@gmail.com" ]
jan.ouwens@gmail.com
3b5ad61f1a71fe5fe0033e1a64a59ba47bab94a9
cbc61ffb33570a1bc55bb1e754510192b0366de2
/ole-app/olefs/src/main/java/org/kuali/ole/describe/form/ImportBibForm.java
2666c52f0a09f81a26f3b32258ccbb24cc8c9640
[ "ECL-2.0" ]
permissive
VU-libtech/OLE-INST
42b3656d145a50deeb22f496f6f430f1d55283cb
9f5efae4dfaf810fa671c6ac6670a6051303b43d
refs/heads/master
2021-07-08T11:01:19.692655
2015-05-15T14:40:50
2015-05-15T14:40:50
24,459,494
1
0
ECL-2.0
2021-04-26T17:01:11
2014-09-25T13:40:33
Java
UTF-8
Java
false
false
6,427
java
package org.kuali.ole.describe.form; import org.kuali.ole.describe.bo.BibDocumentSearchResult; import org.kuali.ole.describe.bo.ImportBibConfirmReplace; import org.kuali.ole.describe.bo.ImportBibSearch; import org.kuali.ole.describe.bo.ImportBibUserPreferences; import org.kuali.ole.describe.service.ImportBibServ...
[ "david.lacy@villanova.edu" ]
david.lacy@villanova.edu
fb1aebef056532877aaf4f30eb6574444fb071cc
c32ad497bef47195aea225e1595c5eb2c9d2d06e
/src/main/java/org/encog/workbench/dialogs/training/methods/InputManhattan.java
0c5bf9a3faff64ca770782e565351dc731f8ff36
[ "BSD-3-Clause" ]
permissive
TotallyBullshit/encog-java-workbench
f98326e63b682108b7d530ee367ceb5fddf5b22a
68efa634c498729dcdf19171b37a477f0fab43e5
refs/heads/master
2020-11-30T16:18:45.195824
2014-06-30T23:56:40
2014-06-30T23:56:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,764
java
/* * Encog(tm) Workbench v3.2 * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-workbench * * Copyright 2008-2013 Heaton Research, 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 obt...
[ "jeff@jeffheaton.com" ]
jeff@jeffheaton.com
abc11feaea33c7371140949df40b7362951b6fe2
d601bd73e19cf7026664a2dd56373ee8a47e2ea3
/src/com/itheima/dom4j/Dom4jDemo.java
75a77455f123add35b5b80b36e847678f37db8df
[]
no_license
qingtianxt/day08
9e00c9effad6ecea71cf253657b52fce53ae91f4
37e1d2ab00a8683f4d5ad7695886afe7b815a2fd
refs/heads/master
2020-12-03T02:27:22.002889
2017-07-01T03:40:48
2017-07-01T03:40:48
95,940,139
0
0
null
null
null
null
GB18030
Java
false
false
871
java
package com.itheima.dom4j; import java.util.List; import org.dom4j.Document; import org.dom4j.Element; import org.dom4j.io.SAXReader; public class Dom4jDemo { public static void main(String[] args) throws Exception { //创建核心对象 SAXReader reader = new SAXReader(); //获取dom树 Document doc = reader.read("E:\\w...
[ "2628556573@qq.com" ]
2628556573@qq.com
2fa1df11d6b9d4d8fc388e153f16f9005e72a9b8
f095d4078896712dc5caf473665a45bbd3606a34
/Example3/src/samples/userguide/example4/Service.java
5be529afe0744944ae7dddaaec572e67e31f5db0
[]
no_license
fatihalgan/Axis
b5fec0b3f0788a1b79c0053f63282444c54bcbde
4574eafe03d092ee550f996b0dbde00e8ffbdd73
refs/heads/master
2021-01-01T04:25:16.356379
2016-05-02T19:56:15
2016-05-02T19:56:15
57,917,190
0
0
null
null
null
null
UTF-8
Java
false
false
143
java
package samples.userguide.example4; public class Service { public String testMethod() { return "Hi, you've reached the testMethod."; } }
[ "fatih.algan@gmail.com" ]
fatih.algan@gmail.com
9cada46f4ca71d3a7fb454a60f4dfce3f00bbc38
c9b8db6ceff0be3420542d0067854dea1a1e7b12
/web/KoreanAir/src/main/java/com/ke/css/cimp/ffr/ffr8/Rule_DIM.java
bae2a37e001fa2cf2242be25f145e6c45a56abff
[ "Apache-2.0" ]
permissive
ganzijo/portfolio
12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a
a31834b23308be7b3a992451ab8140bef5a61728
refs/heads/master
2021-04-15T09:25:07.189213
2018-03-22T12:11:00
2018-03-22T12:11:00
126,326,291
0
0
null
null
null
null
UTF-8
Java
false
false
2,408
java
package com.ke.css.cimp.ffr.ffr8; /* ----------------------------------------------------------------------------- * Rule_DIM.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Fri Feb 23 14:32:20 KST 2018 * * ------------...
[ "whdnfka111@gmail.com" ]
whdnfka111@gmail.com
e2e041bfe018a214b6be047739cd924f9b8b45d2
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_305/Testnull_30452.java
e59190f41dafaf48949b70a90d7de0da08e767f1
[]
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
308
java
package org.gradle.test.performancenull_305; import static org.junit.Assert.*; public class Testnull_30452 { private final Productionnull_30452 production = new Productionnull_30452("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
f10f6f8c3518fbf2acfd5314f3aece664322012e
00e1e0709c471385b807b25ae5da0715f069136d
/scene/src/com/chuangyou/xianni/campaign/cmd/CreateGuildSeizeCampaignCmd.java
ef020a95d36700e3148a335904b0205d9bfe463d
[]
no_license
hw233/app2-java
44504896d13a5b63e3d95343c62424495386b7f1
f4b5217a4980b0ff81f81577c348a6e71593a185
refs/heads/master
2020-04-27T11:23:44.089556
2016-11-18T01:33:52
2016-11-18T01:33:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,638
java
package com.chuangyou.xianni.campaign.cmd; import com.chuangyou.common.protobuf.pb.arena.ArenaResultProto.ArenaResultMsg; import com.chuangyou.common.protobuf.pb.army.RobotInfoProto.RobotInfoMsg; import com.chuangyou.common.util.Log; import com.chuangyou.xianni.campaign.Campaign; import com.chuangyou.xianni.campaign.C...
[ "you@example.com" ]
you@example.com
1388565631c0c74a1f94429f8acd887e23cf5b2a
419fe034a0a028eab7da60864a5b3289c6630ba0
/deprecated/UltimateAndroidNormal/UltimateAndroid/src/com/marshalchen/common/CommonApplication.java
928f56a9a00be67145aad18184bead99e582aecc
[ "Apache-2.0" ]
permissive
netstu/UltimateAndroid
bcf1ba2d55f22a9c9eb74f975a15b429b3ce683f
5abd6794e1bbc885e83600df532436b83a21b6e3
refs/heads/master
2023-02-28T19:59:52.727390
2019-04-04T07:50:18
2019-04-04T07:50:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
936
java
package com.marshalchen.common; import android.app.Application; import com.activeandroid.ActiveAndroid; import com.marshalchen.common.commonUtils.urlUtils.UniversalImageLoader; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; /** * Com...
[ "cymcsg@gmail.com" ]
cymcsg@gmail.com
2888791b49222a2a1310d57fbeeb85fabe507835
9cb211a6e275d7df8a2035a6347ff7128d0e222d
/src/main/java/com/github/GBSEcom/model/CustomerAddress.java
5a26c36e2ad53282239cc6700ae6b587deaa4533
[]
no_license
hechuan103/java
bfd03556a4701b676daf96aecef328ac95791e41
3cf80cdf2c89a7b22e079a10659cd4166fd27412
refs/heads/master
2022-11-24T01:01:19.264351
2020-07-10T14:20:36
2020-07-10T14:20:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,766
java
/* * Payment Gateway API Specification. * The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway. * * The version of the OpenAPI document: 6.1...
[ "emargules@bluepay.com" ]
emargules@bluepay.com
70f694c3665474c080e5ef8b62e5d3f62324de5b
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Lang/64/org/apache/commons/lang/builder/ToStringStyle_setDefaultFullDetail_1566.java
66cf11f7250ba8411ecf7f26314afca6fae0a699
[]
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
3,263
java
org apach common lang builder control code string code format link string builder tostringbuild main code string builder tostringbuild code class intend code singleton code instanti style time program gener predefin constant altern link standard string style standardtostringstyl set individu ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
568247853f89777c9cba2177d737a98a833a1f1f
ceeacb5157b67b43d40615daf5f017ae345816db
/generated/sdk/postgresql/azure-resourcemanager-postgresql-generated/src/main/java/com/azure/resourcemanager/postgresql/generated/implementation/ConfigurationListResultImpl.java
9c9517e333142b01caf6354ae3b1861c461184d1
[ "LicenseRef-scancode-generic-cla" ]
no_license
ChenTanyi/autorest.java
1dd9418566d6b932a407bf8db34b755fe536ed72
175f41c76955759ed42b1599241ecd876b87851f
refs/heads/ci
2021-12-25T20:39:30.473917
2021-11-07T17:23:04
2021-11-07T17:23:04
218,717,967
0
0
null
2020-11-18T14:14:34
2019-10-31T08:24:24
Java
UTF-8
Java
false
false
1,885
java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.postgresql.generated.implementation; import com.azure.resourcemanager.postgresql.generated.fluent.models.ConfigurationInner; imp...
[ "actions@github.com" ]
actions@github.com
ada4ad12cabece3f92a5805b70b9248ee2a41622
fc2ef2d999552dcfc0cb8636656d6dd9f296edac
/sample/Restaurant/modules/schema-1.0/app/models/schema/MotorcycleRepair.java
bffee8e32fd18c2518d879d79f471ed207e6c3f9
[]
no_license
midorikocak/schema
41e1a5f92c33f957351b9c47becc3f982689feed
53d66a594964e0e2c068547771f23e875d5d56f0
refs/heads/master
2021-01-20T06:17:16.242781
2012-09-07T14:15:37
2012-09-07T14:15:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,908
java
package models.schema; import java.util.*; /** * A motorcycle repair shop. * Auto-generated class (Schema Draft Version 0.97) - More info about this type: http://schema.org/MotorcycleRepair */ public class MotorcycleRepair { /** * The currency accepted (in <a href="http://en.wikipedia.org/wiki/ISO_4217" target="ne...
[ "samuel.croset@gmail.com" ]
samuel.croset@gmail.com
e4f495bc87620cfebf46ffe49804197c5a3ea199
43fb25aaeed69b6bdbd5ee8e1283721d001861ba
/src/test/java/org/joda/time/contrib/hibernate/TestPersistentIntervalNull.java
7d8181e7e9c302ff14c133d173305ff77dadd512
[ "Apache-2.0" ]
permissive
JodaOrg/joda-time-hibernate
542b02e61f6970fd7e3351ed5507807ec64b4c6c
6d65f89a324fd6fbf414093569626d82b0bcabfd
refs/heads/master
2023-08-17T23:46:52.998193
2020-10-13T10:08:50
2020-10-13T10:08:50
1,755,653
30
46
Apache-2.0
2022-02-09T23:23:16
2011-05-16T14:33:15
Java
UTF-8
Java
false
false
2,592
java
/* * Copyright 2001-2012 Stephen Colebourne * * 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 a...
[ "scolebourne@joda.org" ]
scolebourne@joda.org
9dbac7bc8d02c06c12f76d242000c55944f55eb9
82e57abb1b1cd0ee231be5413c95ed6dc5330a71
/app/src/main/java/com/app/Adapter/Crown_MultiAdapter.java
a712a23b8980f145c357fc135c4ecf13d704a265
[]
no_license
guyuegeblog/Six_RongMengPay_ThreeSplash_Live_UpVideo
d647f095b94def8371a0a7e28aef94a83851fa48
6e8ae9b94180e285be13c5416b083f60672d006c
refs/heads/master
2021-01-18T15:42:41.053282
2017-04-10T08:55:25
2017-04-10T08:55:25
86,674,693
1
0
null
null
null
null
UTF-8
Java
false
false
4,449
java
package com.app.Adapter; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.bumptech.glide.Glide; import com.chad.library.adapter.base.BaseMultiItemQuickAdapter; import com.chad.library...
[ "2219736084@qq.com" ]
2219736084@qq.com
1b0864155b2f099c51578b302e663c1fd73ff893
5b94a1004c8a7678d355b71bd2daa0970bc4c027
/src/org/jbpt/graph/algo/GraphAlgorithms.java
447f032abaf24a316f03c46a6eec9c16256e46f6
[]
no_license
Ghazibenslama/SMD-master
2bed3f99810e83dbde492f3ae372d161b3886530
a7312e8dd367234046ba5fae1c5790ef9f303a8a
refs/heads/master
2020-05-17T20:06:07.313487
2018-07-18T02:33:28
2018-07-18T02:33:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,404
java
package org.jbpt.graph.algo; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import org.jbpt.graph.abs.AbstractMultiGraphFragment; import org.jbpt.graph.abs.IEdge; import org.jbpt.graph.abs.IGraph; import org.jbpt.hypergraph.abs.IVertex; /** * Collection of graph algorithms * @...
[ "zandrea418@gmail.com" ]
zandrea418@gmail.com
e2ddcb7b2de63da7682491e2643a14c0685547af
be4a269588480088020f9f70c19739df106b944b
/java/src/main/java/no/bouvet/workshop/solid/visitor/Employee.java
4800c9b63832b6163448ed0a755481adc7802f83
[]
no_license
bouvet/soild-2
d7cacb0762688594df5479f8a7e24094a9c07ae3
64bf29c3dd9fbf30d9036632a0ce1d8357d7cd71
refs/heads/master
2021-01-01T19:30:50.953597
2015-04-13T20:21:18
2015-04-13T20:21:18
31,947,191
0
0
null
null
null
null
UTF-8
Java
false
false
765
java
package no.bouvet.workshop.solid.visitor; public class Employee extends Worker { private final String position; private final int monthlySalary; public Employee(String name, String position, int monthlySalary) { super(name); this.position = position; this.monthlySalary = monthlyS...
[ "rafael.wth@web.de" ]
rafael.wth@web.de
025e5274dbcac0ccbc004ef1a36d328d8ac8a0cf
e46e489fd75dd238e0b4e91df079690a06707c3f
/app/src/main/java/br/org/unesco/appesca/control/FormularioListDetailFragment.java
6b92c7216ded3befc629efda4af05425e34eff5f
[]
no_license
yesusvera/appescafev2016
bf4eac17b2ca95ea1201ba61460f1d715d84ae31
050ceaafbbe956dc2eb6388e2c501f4ec494b65d
refs/heads/master
2021-01-15T15:42:16.976207
2017-05-08T16:49:43
2017-05-08T16:49:43
52,308,074
0
0
null
null
null
null
UTF-8
Java
false
false
5,125
java
package br.org.unesco.appesca.control; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widge...
[ "yesusvera@gmail.com" ]
yesusvera@gmail.com
e754d92361601fb30fe6ab0881820526bc8556f5
b60da22bc192211b3978764e63af23e2e24081f5
/cdc/build/linux-x86-generic/gcj/specjvm98/java_bak/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java
4224df605d386c8e53ef07b21002461ff7c4d5ee
[]
no_license
clamp03/JavaAOTC
44d566927c057c013538ab51e086c42c6348554e
0ade633837ed9698cd74a3f6928ebde3d96bd3e3
refs/heads/master
2021-01-01T19:33:51.612033
2014-12-02T14:29:58
2014-12-02T14:29:58
27,435,591
5
4
null
null
null
null
UTF-8
Java
false
false
633
java
package org.omg.PortableServer.POAPackage; /** * org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl * Wednesday, October 18, 2006 9:56:44 AM GMT-08:00 */ public final class...
[ "clamp03@gmail.com" ]
clamp03@gmail.com
ffa2efab80d045fdf2e003073af94f08be2d3b28
d44539d1bd27b03f9313c6b6a78549ab531c9126
/easybatch-core/src/test/java/org/easybatch/core/converter/BooleanTypeConverterTest.java
7861d40c164c31a6e9e4dec707b62a597b94a338
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
shmztko/easybatch-framework
ab548c8ba6597a5551d537f20334f6f584839d01
560afa1faaf2fb84cb69dca95a9249eb55b9e292
refs/heads/master
2021-05-30T19:15:04.602846
2016-02-26T02:26:44
2016-02-26T02:26:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,637
java
/* * The MIT License * * Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr) * * 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 li...
[ "md.benhassine@gmail.com" ]
md.benhassine@gmail.com
d6de75fc5d5bf32a692a546cec53d7b85ed345b3
7569e7dbdff7a15f5d0f2ad8b9e922ab9df2042c
/spring-guides/dto-demo/src/main/java/cn/boxfish/dto/enumentity/GenderEnum.java
ab4aafaaa886f89e77c3c5ea7ff53adba415c273
[]
no_license
valuesa/samples-tim
26844be16d27de87af7dd19d183046297d101486
4b7ebc03d2c470050665abe3c45c82533b828c7c
refs/heads/master
2021-01-22T18:57:43.914534
2017-03-02T11:25:03
2017-03-02T11:25:03
85,136,407
1
0
null
2017-03-16T00:57:47
2017-03-16T00:57:47
null
UTF-8
Java
false
false
384
java
package cn.boxfish.dto.enumentity; import org.springframework.stereotype.Component; /** * Created by LuoLiBing on 16/3/18. */ @Component public class GenderEnum extends BaseEnum { private final static String name = "gender"; public GenderEnum() { put(0, "男"); put(1, "女"); put(2, "未...
[ "397911353@qq.com" ]
397911353@qq.com
5e237811aa80c7accbf502f7b00a8336a0982455
1e9819332147bf0d8987a5d884c2dd815e30aaaf
/core/api/src/main/java/sh/isaac/api/component/semantic/version/dynamic/types/DynamicPolymorphic.java
c473572d3029a45f4651a3ed855361236cdcec64
[ "Apache-2.0" ]
permissive
Sagebits/ISAAC
5d4d1bade39c06cd6d4ed0993f7bce47ee57be64
af62273159241162eee61134f21cc82219b8fc69
refs/heads/develop-fx11
2022-12-03T18:13:36.324085
2020-05-17T22:04:08
2020-05-17T22:04:08
195,490,068
0
1
Apache-2.0
2022-11-16T08:52:54
2019-07-06T02:49:49
Java
UTF-8
Java
false
false
2,078
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * * You may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * d...
[ "campbell@informatics.com" ]
campbell@informatics.com
c89d786ed4094acfc9f1610360c28d7e139c1d7f
5f4afbc92a72bd847b8aa9ae95f9be9d706ad7d8
/commons/src/main/java/com/westangel/common/bean/sms/SmsCaptchaCheckReq.java
39b977946c2e6ffa860d3fd1c202c9d35fce2eb5
[]
no_license
331491512/esz
dfc13ba9e142ab1cbacc92cd0bf1b55fec2a05a1
8edd10a74b75d36d3963d2ae64602d02ba548b43
refs/heads/master
2021-04-06T20:31:45.968785
2018-03-16T02:56:36
2018-03-16T02:56:36
125,451,748
1
0
null
null
null
null
UTF-8
Java
false
false
1,208
java
package com.westangel.common.bean.sms; public class SmsCaptchaCheckReq implements java.io.Serializable{ private static final long serialVersionUID = 1L; /** * 业务线ID */ private Integer businessId; /** * 产品ID */ private Integer productId; /** * 手机号 */ private String mobile; /** * 验证码 */ private ...
[ "zhuguo@qgs-china.com" ]
zhuguo@qgs-china.com
367f006dd2261d9110fe091cf216aab2c67acae1
46712a562af3878be4478ebf9c46f01defc9637d
/family_service_platform/src/main/java/org/zhen77/controller/base/ZhRentShareController.java
ed918a6335fd1dbdf9539b62e5d9d7538dcfa01f
[]
no_license
Zhen7-7/Project
8460ba771be59331b4690d0ad883f44153e7a4a8
3358a4706da6bae447919ed7dd9a13a8c3c4ac10
refs/heads/master
2023-03-06T01:15:54.589286
2021-03-01T15:25:49
2021-03-01T15:25:49
342,460,283
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package org.zhen77.controller.base; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** * <p> * 租赁分租信息 前端控制器 * </p> * * @author lian * @since 2021-02-26 */ @Controller @RequestMapping("/zhRentShare") public class ZhRentShareController { }
[ "Zhen18103690519@gmail.com" ]
Zhen18103690519@gmail.com
6137c156fd2ee0c6405fbbf2af5b4671d0f83ece
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_0b7b1d555bec65d065ad3466e3cddae8a2ea207c/StatePropertyDialog/23_0b7b1d555bec65d065ad3466e3cddae8a2ea207c_StatePropertyDialog_t.java
b058578b9071a82a33a5f7437a813c50227d58a3
[]
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
2,929
java
package org.eclipse.etrice.ui.behavior.dialogs; import org.eclipse.core.databinding.DataBindingContext; import org.eclipse.core.databinding.validation.IValidator; import org.eclipse.core.databinding.validation.ValidationStatus; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Statu...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
32af88f8908aa08e8e9a145f6514de00dfb7f717
f90d6bd7262dc5ac0f18ac4ca593c16553f5ba9a
/nano-concurrent/src/main/java/org/nanoframework/concurrent/scheduler/defaults/monitor/LocalJmxMonitorScheduler.java
86e75406da334b60becceef55db7b45acb00e232
[ "Apache-2.0" ]
permissive
DeityWD/nano-framework
96342ce0571def67f2d7613503777f4d80e0490f
ad36d8967838798c2e4ee25d716fece65cc17c80
refs/heads/master
2021-01-24T07:30:18.130415
2017-05-27T09:14:34
2017-05-27T09:14:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,032
java
/* * Copyright 2015-2016 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 app...
[ "comicme_yanghe@icloud.com" ]
comicme_yanghe@icloud.com
6e47be90dde674dc61e074bbc6e09ae9eb3d473a
6f0027d205d58140fae053fc5a637c535521276d
/java-opensaml/opensaml-soap-impl/src/main/java/org/opensaml/ws/wsaddressing/impl/AbstractWSAddressingObjectMarshaller.java
6434efc4937d8126de2b5717ce9bb757066d1b3b
[]
no_license
murkhog/SAML-2.0
b8f5fbf91f68bc3d9cef05cda16d0121304c8e16
96363df652cff76cd7a04f200a7f58b988b7bfe7
refs/heads/master
2020-05-07T18:44:23.200028
2011-05-31T21:32:14
2011-05-31T21:32:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,520
java
/* * Copyright 2008 Members of the EGEE Collaboration. * Copyright 2008 University Corporation for Advanced Internet Development, 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 *...
[ "alex.objelean@gmail.com" ]
alex.objelean@gmail.com
15aaf2850070802be56cd809bfdc2e8b9f86f8f9
762724f613eb2b00f78a564d1024aced7744c578
/backEnd/src/main/java/fr/almavivahealth/dao/DishRepository.java
309e275896bce3e3df758cddf5431933f929a8e3
[]
no_license
ChristopherLukombo/daily-follow-up
dbe6dea471ac248f4af5ef3c222db3e7c782c945
033aa7bf16759a483f904782bed9f2eaea4526a2
refs/heads/master
2023-01-11T16:33:20.908426
2020-07-12T21:00:56
2020-07-12T21:00:56
240,965,906
0
0
null
2023-01-07T16:11:52
2020-02-16T21:06:56
Java
UTF-8
Java
false
false
796
java
package fr.almavivahealth.dao; import java.util.Optional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.P...
[ "christopher.lukombo@outlook.fr" ]
christopher.lukombo@outlook.fr
5ce7d828e512500b617fc99c4d4d061bb54c2971
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/31/31_d628b13e28ad5d821aa19c4384b2a7df76405244/ExtendedFiniteStateMachine/31_d628b13e28ad5d821aa19c4384b2a7df76405244_ExtendedFiniteStateMachine_t.java
3c6d2cb57044f285a446964f916d744a1d5f8d82
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
7,362
java
package org.tigris.mbt.machines; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.PrintStream; import java.util.Enumeration; import java.util.Hashtable; import ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ade6cfe93283511d2c78b83b9af3bc413fee0725
720f138e70aa052acd6e992ff31c27bbea9a198d
/Section3UnitTests/src/main/java/com/mycompany/section3unittests/SameFirstLast.java
e9a0b46d149492b6ee682c9b745a06b3687125e6
[]
no_license
kengardiner/SoftwareGuildJavaFullStackWork
2438698bf3f407020978016bb5ab13602d049bd0
2ce98fbf21135979251f10c1505b1cd15417755f
refs/heads/master
2021-05-16T05:23:11.116103
2017-10-10T18:35:08
2017-10-10T18:35:08
106,449,844
0
3
null
null
null
null
UTF-8
Java
false
false
856
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.mycompany.section3unittests; /** * * @author n0252282 */ public class SameFirstLast { // Given an array of ints, r...
[ "ken_gardiner@yahoo.com" ]
ken_gardiner@yahoo.com
939fa62918d2ffe9d4fca3c004c73d8b9fb45571
7a45733e4bc2164ac07ec7f0a2fe546f5d60bedd
/farmingManageClient/src/main/java/com/ruicheng/farmingmanageclient/adapter/PromanageListPagerAdapter.java
f8b1453ebbe3ae06e977e511af346af48d9e2d2e
[]
no_license
Chicook/FarmingManageClient
bbf8cc0a05fc17ac6fab982aac86c682674059bd
82b09c9846da4fb708a14e33ba23ba8b80dc4679
refs/heads/master
2023-03-21T03:01:57.126784
2017-09-15T03:51:01
2017-09-15T03:51:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
770
java
package com.ruicheng.farmingmanageclient.adapter; import java.util.List; import com.ruicheng.farmingmanageclient.fragment.PromanageListFragment; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; public class PromanageListPagerA...
[ "1044072796@qq.com" ]
1044072796@qq.com
212253ff526e048e3ca5e693b26a9c704e54835f
7a66d391a9a0a33d8bfc8ca55837d4ae2a9a5f63
/src/test/java/com/rar/compras/graphql/resolvers/cliente/ClienteQueryResolverTest.java
1f9194d0c56bfa63273e49e07a6f9d3dfca634c8
[]
no_license
ricardoaruiz/graphql-compras
d4a827c89ddb7aa21a258e4ca824ee08c796da87
be3d1a90b7e927fc166679002e681daae92d0f5b
refs/heads/master
2021-03-02T14:54:25.543781
2020-03-18T20:59:42
2020-03-18T20:59:42
245,876,721
0
0
null
null
null
null
UTF-8
Java
false
false
1,830
java
package com.rar.compras.graphql.resolvers.cliente; import static org.junit.Assert.assertTrue; import java.io.IOException; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.configurationprocessor.json.JSONArray; import org.springframework.boot.configuration...
[ "ricardo.almendro.ruiz@gmail.com" ]
ricardo.almendro.ruiz@gmail.com
eb60c4c075879ee83600683d2097df3d461250d7
c1c6dc7d6806f6891e42c73ec0af7c32881aa2ec
/jstarcraft-ai-math/src/main/java/com/jstarcraft/ai/math/algorithm/correlation/CorrelationMonitor.java
26b79c9b01555ed987b0bd35bcbe1d4e33c46cd0
[ "Apache-2.0" ]
permissive
HongZhaoHua/jstarcraft-ai
21ead2a6c216c51dfb4f986406235029b3da165b
05b156623385dd817543bd1ac83943d2af0cb043
refs/heads/master
2023-04-18T04:44:51.601053
2023-04-11T03:14:22
2023-04-11T03:14:22
160,455,791
195
52
Apache-2.0
2022-08-06T05:14:00
2018-12-05T03:34:38
Java
UTF-8
Java
false
false
214
java
package com.jstarcraft.ai.math.algorithm.correlation; @FunctionalInterface public interface CorrelationMonitor { void notifyCoefficientCalculated(int leftIndex, int rightIndex, float coefficient); }
[ "Birdy@LAPTOP-QRG8T75T" ]
Birdy@LAPTOP-QRG8T75T
8dea90cf6e3c41202669b44d83e280d2e30dd941
15af49c89103f1e3c565514f927a34d74a0a078d
/disco-framework/disco-core-api/src/test/java/uk/co/exemel/disco/core/api/ev/OperationKeyTest.java
546a820cce94398f14679a4fbfe082ec99397c51
[ "Apache-2.0" ]
permissive
fossabot/disco
d09f7ad42231882f7cab8e802848396801780058
fa24f0e05d14aac8b5a63d435e45febe8444ad5e
refs/heads/master
2020-03-12T04:26:52.096334
2018-04-21T06:05:19
2018-04-21T06:05:19
130,445,041
0
0
null
2018-04-21T06:05:18
2018-04-21T06:05:18
null
UTF-8
Java
false
false
2,670
java
/* * Copyright 2014, The Sporting Exchange Limited * * 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 applicabl...
[ "simon@exemel.co.uk" ]
simon@exemel.co.uk
6d1e82665b718260e7bc29eefb12b542d8a6505f
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_239/Testnull_23806.java
2d1626ff15a373397737be086a6df16962d9c4b2
[]
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
308
java
package org.gradle.test.performancenull_239; import static org.junit.Assert.*; public class Testnull_23806 { private final Productionnull_23806 production = new Productionnull_23806("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
c33a17e743b58f457f5461e25621c7c2a7d03867
d1d021f2f70e7c415a1ec02aa5d37e3dd3c73255
/Java Fundamentals September 2017/Java OOP Advanced/Enumerations and Annotations - Exercises/09. Traffic Lights/interfaces/Clinic.java
a6e77dc306218f92db2fd3c42264aaa169287864
[]
no_license
MartinRavanov72/Softuni
92f3a1f6ef747a37f4cc69d75619336dd2e26151
7ec9e64fd23e700b7840c9ad05e0e4eb044bfb90
refs/heads/master
2022-12-30T00:54:21.993884
2021-02-18T15:02:13
2021-02-18T15:02:13
210,897,550
0
0
null
2022-12-22T19:21:37
2019-09-25T17:02:37
Java
UTF-8
Java
false
false
3,330
java
package interfaces; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class Clinic implements Iterable{ private int numberOfRooms; private String name; private List<Room> rooms; public Clinic(String name, int numberOfRooms) { this.setNumberOfRooms(numberOfRo...
[ "m.ravanov@gmail.com" ]
m.ravanov@gmail.com
482559ad404d4529c909733d90d8285fa420894a
027bdbf25fb9760443b4d0f78db9d9385cd6f37a
/workspace_multiple/commons-ws/modules/library-one/com.test.library.one.service/src/main/java/com/test/library/one/service/LiferayOneService.java
5b7886ba0d428a4b2e262e0c8748ccde386b767a
[]
no_license
gamerson/devcon2021
d57db7df20419fb08c623f6fa1d2c91b092eb92c
0e47251a23c959c6007d3c19d5c7da66a2ef532f
refs/heads/main
2023-03-15T03:23:57.584524
2021-03-24T14:59:59
2021-03-24T14:59:59
346,603,148
1
0
null
2021-03-24T15:23:23
2021-03-11T06:37:06
Java
UTF-8
Java
false
false
353
java
package com.test.library.one.service; import org.osgi.service.component.annotations.Component; import com.test.library.one.api.LibraryOne; @Component public class LiferayOneService implements LibraryOne { @Override public String thisThing() { return "this"; } @Override public String thatThing(String that) {...
[ "gregory.amerson@liferay.com" ]
gregory.amerson@liferay.com
66d2aa1acfd5b38a9216934da191dbbdde67d184
85500ecc00677759f5bb20154b38d1797746c49b
/CUARTA_SESION/CACHE_SINGLETON/starter-ear/ejb/src/main/java/net/tecgurus/entities/MovimientosCuenta.java
17e3ffcc6809037729b3930c4f468fac76aa070b
[]
no_license
amaro-coria/tg-integracion-empr
3e66f7b8a5fd58c9f577b4095a9894e5fee5fc71
febc9655722dc2604c7a9dbbe14e69d5799eab07
refs/heads/master
2021-04-26T08:46:07.388376
2017-11-18T19:52:38
2017-11-18T19:52:38
106,944,680
0
0
null
null
null
null
UTF-8
Java
false
false
1,956
java
package net.tecgurus.entities; import java.io.Serializable; import javax.persistence.*; import java.math.BigDecimal; import java.sql.Timestamp; /** * The persistent class for the movimientos_cuenta database table. * */ @Entity @Table(name="movimientos_cuenta") @NamedQuery(name="MovimientosCuenta.findAll", query=...
[ "amaro.coria@gmail.com" ]
amaro.coria@gmail.com
dcdf8e0c9a8436c3331b6fffe8e829085c41f523
1e109337f4a2de0d7f9a33f11f029552617e7d2e
/jcatapult-persistence/tags/1.0.7/src/java/main/org/jcatapult/persistence/txn/TransactionException.java
3ba5f3fe8af741701074a5b4aa52d0c5b6e9c092
[]
no_license
Letractively/jcatapult
54fb8acb193bc251e5984c80eba997793844059f
f903b78ce32cc5468e48cd7fde220185b2deecb6
refs/heads/master
2021-01-10T16:54:58.441959
2011-12-29T00:43:26
2011-12-29T00:43:26
45,956,606
0
0
null
null
null
null
UTF-8
Java
false
false
1,107
java
/* * Copyright (c) 2001-2010, JCatapult.org, 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 * * Unless required ...
[ "bpontarelli@b10e9645-db3f-0410-a6c5-e135923ffca7" ]
bpontarelli@b10e9645-db3f-0410-a6c5-e135923ffca7
94b2cbc3abbcd4e0a5df285d2927a1082c4caba8
5c7fbc21b38986b8e588aaca311e49191dd2cf35
/ymir-example-generic/src/main/java/com/example/update/EntityAlreadyDeletedRuntimeException.java
7ae8f671da4b8b649f1256f5c5c400444d213b27
[]
no_license
seasarorg/test-ymir-example-1
c5072b5857cda3bc3c3510951cf799fc25d4e690
3b927cd0ec05b910a15f6514dc9606ede79c32b3
refs/heads/master
2016-09-06T18:40:05.535456
2013-10-09T03:49:16
2013-10-09T03:49:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
228
java
package com.example.update; public class EntityAlreadyDeletedRuntimeException extends RuntimeException { private static final long serialVersionUID = 1L; public EntityAlreadyDeletedRuntimeException() { } }
[ "skirnir@gmail.com" ]
skirnir@gmail.com
48c3834bcde2a3d1f0ba4ee607d59aa64182c513
f02f6a5c5579a3989a93633504d1e7e5071202b2
/aquarius-spring-boot-example/src/main/java/com/nepxion/aquarius/example/lock/service/MyService2Impl.java
9a8c1bfe469b8427c56f7f978c8eb81d7eb87c4f
[ "Apache-2.0" ]
permissive
Nepxion/Aquarius
5215de642ebd935233962e2ef88f7d62994da0d2
df9b0b9ac1083733572d2767b7c3abfdbccb1b24
refs/heads/master
2023-04-13T16:24:58.377809
2023-04-09T12:32:57
2023-04-09T12:32:57
110,342,369
427
162
Apache-2.0
2021-06-23T06:50:42
2017-11-11T12:06:53
Java
UTF-8
Java
false
false
1,069
java
package com.nepxion.aquarius.example.lock.service; /** * <p>Title: Nepxion Aquarius</p> * <p>Description: Nepxion Aquarius</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ import java.util.concurrent.TimeUnit; import org.slf4j.Logger; import org....
[ "1394997@qq.com" ]
1394997@qq.com
56a17c877083adbe4547d69c9e2116d936452503
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_149e89466f08d03bdd5a6d40933c87049e475b00/ConceptValidator/2_149e89466f08d03bdd5a6d40933c87049e475b00_ConceptValidator_s.java
c13bfc0d94d00766925fbb59b1b7d0c85f639bae
[]
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,664
java
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7de005e557e3d863c6b70e4209544df19d5bdcdf
c8bd99cff98113502ecece15fef0b970f8161593
/org/kwansystems/space/planet/atmosphere/MarsCospar2Atmosphere.java
2b6dd61fa481f2593ed8d48159faea81ee527598
[]
no_license
kwan3217/java
7aa67e8baffebd27c337adaa2601b218160342f4
d9cecd94d5fa26dd5ae8fc4293bc23304ffeb8a3
refs/heads/master
2020-04-06T06:54:39.656838
2016-09-10T13:54:47
2016-09-10T13:54:47
63,456,241
0
0
null
null
null
null
UTF-8
Java
false
false
6,870
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.kwansystems.space.planet.atmosphere; import org.kwansystems.tools.table.*; import static org.kwansystems.space.planet.atmosphere.EarthAirConstants.*; /** * * @author jeppesen */ public class MarsCospar...
[ "omoikane.kwansystems.org" ]
omoikane.kwansystems.org
eb38af2eda5fc4a2203e704e34f321281705a689
b1af7c61dcea66cb9e94806359818a464879dbe7
/bssv/JP56RC01/valueobject/ShowCheckandRetrieveItemRevInformation.java
f8aae8a8bf9a4cdeec208a20b7cf77592cb33f11
[]
no_license
PPatel0212/Java-Web-Services-JDE
aa8c17bac68a73db153de903129246bf2d1f06ae
c296873106455f69aa541e45ae73a15756e9a413
refs/heads/master
2022-12-29T18:17:41.801803
2020-10-07T21:09:57
2020-10-07T21:09:57
264,015,732
0
0
null
2020-06-22T01:14:32
2020-05-14T20:15:26
Java
UTF-8
Java
false
false
5,869
java
package be.e1.bssv.JP56RC01.valueobject; import be.e1.bssv.J56RC01.valueobject.InternalGetCheckandRetrieveItemRevInformation; import java.io.Serializable; import oracle.e1.bssvfoundation.base.MessageValueObject; /** * TODO: Java Doc comments for Value Object here */ public class ShowCheckandRetrieveItemRevInfor...
[ "parineeta.ailani@gmail.com" ]
parineeta.ailani@gmail.com
9d8d6d735085d8dc47c4339b44efa370bc3832a1
0013a10ff59696a7122cc7c3ba78e21efab0d267
/bus-image/src/main/java/org/aoju/bus/image/metric/acquire/ImageReaderExtension.java
d2ea1fff1a0f1e3052ecaf07e4b0846f121aeb9d
[ "MIT" ]
permissive
smile2049/bus
3ce28ab6631f5a26394b9370658e1b761a73ae68
9f95d736f23a40a3463a59f0b41b6ad6d7b0c129
refs/heads/master
2022-11-18T09:05:04.318261
2020-07-07T06:40:36
2020-07-07T06:40:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,784
java
/********************************************************************************* * * * The MIT License (MIT) * * ...
[ "839536@qq.com" ]
839536@qq.com
86dc273729ef9ac194681b90000c0a4b473a6cfa
827bf064e482700d7ded2cd0a3147cb9657db883
/source_NewVersionImported/app/src/main/java/com/google/gson/VersionExclusionStrategy.java
fdcc3908f2e5a123074a07d7e3de774235720466
[]
no_license
cody0117/LearnAndroid
d30b743029f26568ccc6dda4313a9d3b70224bb6
02fd4d2829a0af8a1706507af4b626783524813e
refs/heads/master
2021-01-21T21:10:18.553646
2017-02-12T08:43:24
2017-02-12T08:43:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,642
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.gson; import com.google.gson.annotations.Since; import com.google.gson.annotations.Until; // Referenced classes of package c...
[ "em3888@gmail.com" ]
em3888@gmail.com
56b3b1b0f640d3fa25cb3e4567515128e07d77ca
6bf5dfe453d489e66b04a82514cc314f7042d958
/WCP-WS/src/main/java/com/hphc/mystudies/dto/LegalTextDto.java
8e4d7a806e752c32260ecde51f1fae6a712b5e26
[ "MIT", "Apache-2.0" ]
permissive
elliot2extreme/FDA-My-Studies-Mobile-Application-System
19cba2bb18404b83df1b37c42211201910b7bff2
4a9fa581a439c7b17a671efe7b2e5b6309d10cd7
refs/heads/2019.05
2022-01-09T06:14:58.415053
2019-05-14T17:26:03
2019-05-14T17:26:03
190,152,983
0
0
NOASSERTION
2019-06-06T09:53:14
2019-06-04T07:37:13
Java
WINDOWS-1250
Java
false
false
4,820
java
/******************************************************************************* * Copyright © 2017-2019 Harvard Pilgrim Health Care Institute (HPHCI) and its Contributors. * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwar...
[ "Adam_Paczuski@harvardpilgrim.org" ]
Adam_Paczuski@harvardpilgrim.org
1ab8638f6daa8d2e3530ac50428689bb3bf7e2f8
b9afc95430f29a12ebb72b7f12331f6f9e9b30df
/src/main/java/com/elytradev/correlated/init/CStacks.java
990421fd8c5fb501f932c41d60dae10691368f16
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
tyra314/Correlated
f2ec697ccd6807e21fb19f26355ad0fecb4b88b2
f1287ca25da6e99c10cc9d9810248e0e34efcabb
refs/heads/1.11.2
2021-01-01T06:35:04.442999
2017-06-12T11:59:28
2017-06-12T12:01:22
97,458,453
0
0
null
2017-07-17T09:22:36
2017-07-17T09:22:36
null
UTF-8
Java
false
false
5,408
java
package com.elytradev.correlated.init; import net.minecraft.item.ItemStack; public class CStacks { public static ItemStack processor() { return processor(1); } public static ItemStack processor(int amount) { return new ItemStack(CItems.MISC, amount, 0); } public static ItemStack drivePlatterCeramic() {...
[ "aesen@unascribed.com" ]
aesen@unascribed.com
d42f27725234af09992d96bc90fc2d41b0f98ccb
8fb936aa0d983bdae9377ff1e4e9c6029da1a8e1
/app/src/main/java/com/journals/jenvoh/ui/fragments/ArchiveFragment.java
637ae0fa79f0706e8638576f4d704c363c61b5f7
[]
no_license
suresh429/jenvoh
82b7999ea79f71f33c6291ac51f24ceccb99930e
2c512f2a581b253f80fca69216ac552c35779afd
refs/heads/master
2023-02-18T03:06:03.897754
2020-12-31T15:26:19
2020-12-31T15:26:19
325,825,980
0
0
null
null
null
null
UTF-8
Java
false
false
4,187
java
package com.journals.jenvoh.ui.fragments; import android.graphics.Color; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.Fragment; import androidx.lifecycle.ViewModelPro...
[ "ksuresh.unique@gmail.com" ]
ksuresh.unique@gmail.com
431dd46a461d5e6c3b8a24f4b115e70fbd8c64ec
975945cf2c76b20d5d4448b89f7057e33d1a9ebc
/customer/src/main/java/com/shareshenghuo/app/user/network/request/RetrievePwdRequest.java
bb28b6e70079c91f10d8fb0104f7252f7bad11c9
[]
no_license
gy121681/Share
aa64f67746f88d55e884e5ae48b3789422175f8f
031286dc1d2ce4ebe7fe2665ebd525d1946ad163
refs/heads/master
2021-01-15T12:02:34.908825
2017-08-08T03:01:07
2017-08-08T03:01:07
99,643,530
3
0
null
null
null
null
UTF-8
Java
false
false
206
java
package com.shareshenghuo.app.user.network.request; public class RetrievePwdRequest extends BaseRequest { public String account; public String password; public String msg_id; public String msg_code; }
[ "295306443@qq.com" ]
295306443@qq.com
f07b8605be97640111a09265496d4b5b0153cd20
b21faa38b0e1f02e5b22a4361f180a3c8e64a91c
/OpenConcerto/src/org/openconcerto/sql/ui/InfoPanel.java
4f35cc425a6b0290c1cffffa102aeecad75647b8
[]
no_license
aliasdoc/openconcerto
fb2d65965feed10dd3f9065c98f3033ea9e97e89
feb93aa9cafd43c0738d09964fb27987a31563cb
refs/heads/master
2020-12-25T18:32:11.116705
2016-09-09T15:19:06
2016-09-09T15:19:06
93,955,918
0
0
null
null
null
null
UTF-8
Java
false
false
2,510
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved. * * The contents of this file are subject to the terms of the GNU General Public License Version 3 * only ("GPL"). You may not use this file except in compliance with th...
[ "ilm@658cf4a1-8b1b-4573-6053-fb3ec553790b" ]
ilm@658cf4a1-8b1b-4573-6053-fb3ec553790b
ba7dd90aa3d4685e6308723c484b2c0af3df9ab2
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/p177mm/plugin/appbrand/jsapi/p310k/C38317l.java
89018907ead91c78818e553d8a42ad6b7cbdc928
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,745
java
package com.tencent.p177mm.plugin.appbrand.jsapi.p310k; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.p177mm.plugin.appbrand.C38492q; import com.tencent.p177mm.plugin.appbrand.jsapi.C10296a; import com.tencent.p177mm.plugin.appbrand.jsapi.C2241c; import com.tencent.p177mm.plugin.appbrand.p328r...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
412723a95d75da856d36112842e4b8e6fe9735bc
1bb9bfb1efb17de1775bdc1576b358c2448e2b05
/app/src/main/java/com/yy/dome/entity/DemoInfo.java
c1cd379d5fd19cf7f66016ebc4bbf4aef5cc2760
[]
no_license
bobo19870225/Dome
555fc94de3b9a6c36c99332406144b0b6245d0dd
7b64c756c99dc949de535ba8f296212f13dd4c72
refs/heads/master
2022-04-28T06:30:15.305679
2020-04-30T02:57:07
2020-04-30T02:57:07
260,099,284
0
0
null
null
null
null
UTF-8
Java
false
false
4,830
java
package com.yy.dome.entity; public class DemoInfo { public class Data { private String phone; private String loginTime; private String followSchool; private String form; private String appInfo; private String articleLike; private String score; ...
[ "rain19870225@163.com" ]
rain19870225@163.com
18f8e56d0fc270aa7dd4c1eeab745ffff2b58ac8
b690c61cd17cb8141f75b35f982067ca75b40a52
/src/test/java/me/github/lparo/geolocation/service/IpCountryLocationServiceTest.java
7ce0f9668e21a2c425dbe7943eab8210251641c2
[]
no_license
LuizParo/ip-geolocation
b02138562a84792e61f747eab3e05e74fb6a8307
b8df30591afaa9bf727a2fbfe133117e153eae08
refs/heads/master
2022-11-26T15:35:43.925841
2020-08-07T05:15:10
2020-08-07T05:15:10
285,742,161
0
0
null
null
null
null
UTF-8
Java
false
false
4,670
java
package me.github.lparo.geolocation.service; import me.github.lparo.geolocation.repository.IpCountryLocationRepository; import me.github.lparo.geolocation.domain.Country; import me.github.lparo.geolocation.domain.IpCountryLocation; import me.github.lparo.geolocation.exception.LocationNotFoundException; import org.juni...
[ "lg_paro@hotmail.com" ]
lg_paro@hotmail.com
f4e1813399fe96a1738ac1a6e0fc6372a49ba18f
82adffa46f4d9b3bef068724e7a3fb5cc7299f47
/genesis_src/silaSayan/StoryTellerWithPlanning.java
04c8509150e76152b40cfad94d2498e9be9b44db
[]
no_license
giripal/genesis
3fbe9577613a77b485212cfc8bc8ce87ad13b652
25e23a5fc1d9463cf54791a551ce0176daea2a99
refs/heads/master
2020-04-27T10:48:52.570891
2014-09-29T03:15:53
2014-09-29T03:15:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,831
java
/* 1: */ package silaSayan; /* 2: */ /* 3: */ import bridge.reps.entities.Sequence; /* 4: */ import connections.AbstractWiredBox; /* 5: */ import connections.Connections; /* 6: */ import connections.Ports; /* 7: */ /* 8: */ public class StoryTellerWithPlanning /* 9: */ extends Abs...
[ "yuyajeremyong@gmail.com" ]
yuyajeremyong@gmail.com
a7250b31e30677298f47bfbb29cbc2908fc9885a
aff1fc8c8a43897e6383e8d5c1974b11a8e35073
/src/main/java/concurrent/B/Y_LogService.java
22a42c8ad872f497091c1d379b272a04be76b004
[]
no_license
wangchao550586585/juc
a75056229024bed6d8eb45a0556df74d9bd76e25
af7d09161cf656188104d1e37efb991142eaa37f
refs/heads/master
2022-12-26T17:45:55.926344
2020-04-14T04:22:31
2020-04-14T04:22:31
255,508,968
0
0
null
2020-10-13T21:10:12
2020-04-14T04:21:19
Java
UTF-8
Java
false
false
1,681
java
package concurrent.B; import java.io.PrintWriter; import java.util.concurrent.ExecutorService; import java.util.concurrent.TimeUnit; /** * jvm关闭 * 正常关闭中,jvm首先调用所有已注册的关闭钩子 * 关闭钩子:通过Runtime.addShutdownHook注册但尚未开始的线程 * jvm不能保证钩子的调用顺序,钩子没执行完,强行关闭。 * 由于关闭钩子将并发执行,因此关闭日志文件时可能导致其他需要日志服务的关闭钩子产生问题 * 解决:关闭钩子不应该依赖那些可能被应用程...
[ "550586585@qq.com" ]
550586585@qq.com
5f10edd2f857dfaceae8f6fcf501ff69425b1ff9
d1ad33f6a5bd99abfc413b3c8ded8904f3d62ad0
/2.JavaCore/src/com/javarush/task/task12/task1233/Solution.java
c0b468b0620f9d43a1e2b6fd3f7549f4e55367c4
[]
no_license
nikitakoliadin/JavaRushTasks
96872b9a2293e05129225f3a30f3a6c98f5ec677
9b1fbc149863043cd72150c2de7d6b7a802b3b0a
refs/heads/master
2021-09-18T09:09:44.863281
2018-07-12T11:00:39
2018-07-12T11:00:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,065
java
package com.javarush.task.task12.task1233; /* Изоморфы наступают */ public class Solution { public static void main(String[] args) throws Exception { int[] data = new int[]{1, 2, 3, 5, -2, -8, 0, 77, 5, 5}; Pair<Integer, Integer> result = getMinimumAndIndex(data); System.out.println("Mi...
[ "qThegamEp@gmail.com" ]
qThegamEp@gmail.com
e626de0812c44ae68b4de1260e39bd802122b434
c4def2817a43af0177bf3f4e57ce5864cd81978d
/gizwits-lease-master/gizwits-lease-model/src/main/java/com/gizwits/lease/device/entity/DeviceToProductServiceMode.java
67ec029e9b57e7175d4352582cfcfe86770e1fe0
[]
no_license
chengjingming060241/bllc
6b43b46da97da6200a81c249e27c805dacd97b34
4b29e67f6066aa5b2519d08bdb66c09cc929d99f
refs/heads/master
2022-07-14T16:17:38.966611
2019-12-24T09:53:17
2019-12-24T09:53:17
225,526,000
0
2
null
2022-06-29T17:49:13
2019-12-03T03:51:26
Java
UTF-8
Java
false
false
2,397
java
package com.gizwits.lease.device.entity; import com.baomidou.mybatisplus.enums.IdType; import java.util.Date; import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableField; import com.baomidou.mybatisplus.activerecord.Model; import com.baomidou.mybatisplus.annotations.Tabl...
[ "cjm060241" ]
cjm060241
410f2247613d6af8b2860c9ea844f4282e783908
f985611e90c5921bf9d7264feba653d6a45e3806
/Spring/src/com/zk/demo1025/StringToDateConverter.java
239a7c877f3f15568bef408bb49691e9eb6cdee5
[]
no_license
zuokai666/Util
84e0383d146a8b3b6f3bf3dbfa891cec5b9ff62a
d406fafec1668c13a0e3c036e9a52184272ddd14
refs/heads/master
2023-05-25T12:24:26.305933
2023-05-18T05:09:00
2023-05-18T05:09:00
188,515,547
0
0
null
2023-05-17T13:09:44
2019-05-25T03:23:29
Java
UTF-8
Java
false
false
809
java
package com.zk.demo1025; import java.text.SimpleDateFormat; import java.util.Date; import org.springframework.core.convert.converter.Converter; import org.springframework.util.StringUtils; public class StringToDateConverter implements Converter<String, Date> { private String[] patterns = {"yyyy-MM-dd ...
[ "13703391897@163.com" ]
13703391897@163.com
772882989ff3de089cda38d8730b8de0964efc26
c81963cab526c4dc24bee21840f2388caf7ff4cf
/com/google/api/PageOrBuilder.java
883460fc9102cd2e2d1df81640585bff0e9e0c07
[]
no_license
ryank231231/jp.co.penet.gekidanprince
ba2f38e732828a4454402aa7ef93a501f8b7541e
d76db01eeadf228d31006e4e71700739edbf214f
refs/heads/main
2023-02-19T01:38:54.459230
2021-01-16T10:04:22
2021-01-16T10:04:22
329,815,191
0
0
null
null
null
null
UTF-8
Java
false
false
572
java
package com.google.api; import com.google.protobuf.ByteString; import com.google.protobuf.MessageLiteOrBuilder; import java.util.List; public interface PageOrBuilder extends MessageLiteOrBuilder { String getContent(); ByteString getContentBytes(); String getName(); ByteString getNameBytes(); Pag...
[ "ryank231231@gmail.com" ]
ryank231231@gmail.com
c64fcb6516e3702186754d85953e259a818dd154
97e8cb5e5c272c09d05e89e66a6350652ad256fd
/hackathon/online/src/main/java/com/hackathon/online/utils/enumeration/EmployeeType.java
4a82553bf3df6fc5af5f00ead0d3e9f84b221d7a
[]
no_license
AmanMoglix/Hackathon_Group_1
680be9f51fa913effc1d4e9c0c92475487511aba
c35a08ff01663dd180e37b721d1589d5ec489b3b
refs/heads/master
2023-08-28T01:11:04.908360
2021-10-26T09:45:59
2021-10-26T09:45:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
818
java
package com.hackathon.online.utils.enumeration; public enum EmployeeType { SUPPLIER("SUPPLIER"), MANAGER("MANAGER"), ERROR("Error"); private String type; EmployeeType(String type) { this.type = type; } public static EmployeeType from(String type) { if (type.equalsIgnoreCa...
[ "aman.katiyar@moglix.com" ]
aman.katiyar@moglix.com
8f234cd5602dcd9451ff30e40a53ff9a9ae1b4d2
013e83b707fe5cd48f58af61e392e3820d370c36
/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java
d468e319c2e6bf851ed195951a7ae454d3a60945
[]
no_license
yuexiaoguang/spring4
8376f551fefd33206adc3e04bc58d6d32a825c37
95ea25bbf46ee7bad48307e41dcd027f1a0c67ae
refs/heads/master
2020-05-27T20:27:54.768860
2019-09-02T03:39:57
2019-09-02T03:39:57
188,770,867
0
1
null
null
null
null
UTF-8
Java
false
false
2,688
java
package org.springframework.test.web.servlet.htmlunit.webdriver; import com.gargoylesoftware.htmlunit.BrowserVersion; import com.gargoylesoftware.htmlunit.WebClient; import com.gargoylesoftware.htmlunit.WebConnection; import org.openqa.selenium.Capabilities; import org.openqa.selenium.htmlunit.HtmlUnitDriver; import ...
[ "yuexiaoguang@vortexinfo.cn" ]
yuexiaoguang@vortexinfo.cn
89bf600cbe9c09a71013dfaf300b0f6c58235452
a6658a372b91f9de3140755b944e3d8f0847031c
/epm-parent/middleware/ums/emp-mgr-impl/src/main/java/com/kpisoft/emp/impl/graph/EmployeeGraph.java
9bc6dff5b4c8ca692ec00e0ee23629551aa12961
[]
no_license
sagaranbu/Myresults-epm
81fa1686ae8424bd803e858b11d380aece69591b
001a27c1fc182146f51a00cce75865b64948eb79
refs/heads/master
2021-01-23T00:44:36.620373
2017-05-30T13:22:59
2017-05-30T13:22:59
92,835,001
0
0
null
null
null
null
UTF-8
Java
false
false
5,542
java
package com.kpisoft.emp.impl.graph; import java.util.*; import com.canopus.graph.*; import com.tinkerpop.frames.*; import com.tinkerpop.blueprints.*; public class EmployeeGraph { public interface AssignedOrganization extends EdgeFrame { @Domain Organization getOrganization(); ...
[ "kalpanadare@gmail.com" ]
kalpanadare@gmail.com
07999af90d1901abd5539cc19bb29eb46c9fc2b1
c5ac5f0ff2e0e1bbf51f2eb38972f207e0bb5d12
/chapter_004/src/main/java/functions/Functions.java
54a9813d85227e7b6b9d4e8618bca0c9db7e047d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Rodriguez111/job4j
fae14cb95ad2b2f5fe70b33ca7acf3c339036555
85237b8b9b77895b42fd62fd1555cc175a791af3
refs/heads/master
2022-12-22T19:41:12.022558
2020-01-02T05:57:57
2020-01-02T05:57:57
156,921,927
0
0
Apache-2.0
2022-12-16T14:51:21
2018-11-09T21:50:15
Java
UTF-8
Java
false
false
1,606
java
package functions; import java.util.ArrayList; import java.util.List; import java.util.function.BiFunction; import java.util.function.Consumer; import java.util.function.Function; public class Functions { public List<Double> diapason(int start, int finish, java.util.function.Function<Double, Double> function) ...
[ "dreamhunter1@ukr.net" ]
dreamhunter1@ukr.net
fce29ea389c2fb975fa793a44bef5945348113c2
d872aa508989da16d81c99c2ae302a8d0b446846
/app/src/main/java/com/dabangvr/live/view/MyImageView.java
2081d1fd81daf8266cdadb418d6cd7637c35a036
[]
no_license
2803404074/RxjavaRetrofit2-master
297090bf9d69486504a9cb866cc531b737ac4d72
d290dccb6dabd8b983d914707787a0ee5fd84688
refs/heads/master
2020-07-31T12:24:30.753407
2019-09-28T12:53:29
2019-09-28T12:53:29
210,602,830
0
0
null
null
null
null
UTF-8
Java
false
false
3,901
java
package com.dabangvr.live.view; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Path; import android.os.Build; import android.util.AttributeSet; import android.view.View; import androidx.appcompat.widget.AppCompatImageView; import com.dab...
[ "2803404074@qq.com" ]
2803404074@qq.com
d2561bf10fcfa60121acce69ec6fe50adcd3444f
92dd6bc0a9435c359593a1f9b309bb58d3e3f103
/src/LeetcodeTemplate/_0040CombinationSumII.java
b59e4ffd7f44b5c46065d39f3da3e5513aa7b3a0
[ "MIT" ]
permissive
darshanhs90/Java-Coding
bfb2eb84153a8a8a9429efc2833c47f6680f03f4
da76ccd7851f102712f7d8dfa4659901c5de7a76
refs/heads/master
2023-05-27T03:17:45.055811
2021-06-16T06:18:08
2021-06-16T06:18:08
36,981,580
3
3
null
null
null
null
UTF-8
Java
false
false
373
java
package LeetcodeTemplate; import java.util.List; public class _0040CombinationSumII { public static void main(String[] args) { System.out.println(combinationSum2(new int[] { 10, 1, 2, 7, 6, 1, 5 }, 8)); System.out.println(combinationSum2(new int[] { 2, 5, 2, 1, 2 }, 5)); } public static List<List<Integer>> c...
[ "hsdars@gmail.com" ]
hsdars@gmail.com
74d0fc07f4634d943793d9666963ec032d7148b4
2d659a53f1b1ea4472737691b80ad9354f1e4db4
/android/support/v4/view/ah.java
5749bbed0d987329369b7090944e4644d06ed922
[]
no_license
sydneyli/bylock_src
52117e0e419f4d57f352547c5e5c597228247a93
226d54fdafb14dfd3bab48c1a343c83a5544e060
refs/heads/master
2021-04-29T18:11:57.792778
2018-02-15T23:05:02
2018-02-15T23:05:02
121,687,542
0
0
null
null
null
null
UTF-8
Java
false
false
193
java
package android.support.v4.view; import android.view.MenuItem; /* compiled from: MyApp */ public interface ah { boolean m536a(MenuItem menuItem); boolean m537b(MenuItem menuItem); }
[ "sydney@eff.org" ]
sydney@eff.org
a88c4d5dd1bac9df895b4b5dc2fdaa4d01c3a979
618365c282e032a1094b07ea45f2046355c122c4
/remote-common/src/main/java/pl/khuzzuk/remote/ListableDTO.java
68c0e9aefd51c7fc4db6c9f2344bd2036f308e6f
[]
no_license
171250620/wfrp-helper
47a3618205329455dfbeacece19d955db9da993e
c5583dd0b08042cda2ed902f843297a75cef2b1c
refs/heads/master
2020-06-09T19:17:26.616451
2019-06-22T19:42:47
2019-06-22T19:42:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
package pl.khuzzuk.remote; import java.util.Objects; import java.util.UUID; public abstract class ListableDTO extends BaseDTO { private String uuid = UUID.randomUUID().toString(); public String getUuid() { return uuid; } public void setUuid(String uuid) { this.uuid = uuid; } ...
[ "adriandrabik@gmail.com" ]
adriandrabik@gmail.com
c2aef6cda0a133f6cdfa2161df143235fedb2a04
fbeeb4cc331c5618ff96e15dfe91bc5271a3b687
/src/com/xt/bcloud/bg/impl/AppInstanceInspector.java
d6d92ac76f82b74d1c6c23ba21003736d1dc948f
[]
no_license
AlbertZheng66/B-Cloud
3d01bd1708455548bd169bb9d74f85cba9fd2f6b
a3f8d380b6a9e08005c56122a505e2fd19ff2a6a
refs/heads/master
2021-01-22T07:38:59.181855
2015-02-09T07:58:17
2015-02-09T07:58:17
29,894,799
0
0
null
null
null
null
GB18030
Java
false
false
8,526
java
package com.xt.bcloud.bg.impl; import com.xt.bcloud.app.App; import com.xt.bcloud.app.AppInstance; import com.xt.bcloud.app.AppInstanceState; import com.xt.bcloud.app.AppService; import com.xt.bcloud.app.AppVersion; import com.xt.bcloud.app.AppVersionState; import com.xt.bcloud.app.PublishInfo; import com.xt.bcloud.re...
[ "albert_zheng66@hotmail.com" ]
albert_zheng66@hotmail.com
daa4a75ecf243d5ebfef752a461fd8f9fb098fa9
92225460ebca1bb6a594d77b6559b3629b7a94fa
/src/com/kingdee/eas/fdc/sellhouse/MarketUnitControlFactory.java
9a1ed584087c8e524a97ba4b0f3691153fd3ff02
[]
no_license
yangfan0725/sd
45182d34575381be3bbdd55f3f68854a6900a362
39ebad6e2eb76286d551a9e21967f3f5dc4880da
refs/heads/master
2023-04-29T01:56:43.770005
2023-04-24T05:41:13
2023-04-24T05:41:13
512,073,641
0
1
null
null
null
null
UTF-8
Java
false
false
1,514
java
package com.kingdee.eas.fdc.sellhouse; import com.kingdee.bos.BOSException; import com.kingdee.bos.BOSObjectFactory; import com.kingdee.bos.util.BOSObjectType; import com.kingdee.bos.Context; public class MarketUnitControlFactory { private MarketUnitControlFactory() { } public static com.kingdee.eas.f...
[ "yfsmile@qq.com" ]
yfsmile@qq.com
810e18090487a6b3d9b83e401069425e1a46e793
81195d6bbc759452d0692b14e90c1e4d51f7b5c9
/app/src/main/java/cn/itsite/cashier/common/ApiService.java
6477d2fe7204d65b50e34baf1f694ef66dbcd5c0
[]
no_license
leguang/Cashier
472edf8f345c24ac6dad5c76e263f859d3f50f3a
56c687e45546970d269e30cdeb6474ef8afd7e49
refs/heads/master
2021-01-21T23:53:23.755018
2017-09-13T07:36:08
2017-09-13T07:36:08
102,182,434
0
0
null
null
null
null
UTF-8
Java
false
false
271
java
package cn.itsite.cashier.common; /** * Created by leguang on 2017/5/6 0006. * Email:langmanleguang@qq.com */ public interface ApiService { String BASE_USER = Constants.BASE_USER; //用户 //*************以上基础路径******************* }
[ "langmanleguang@qq.com" ]
langmanleguang@qq.com
17d538fdd8df9579e4c78bef23f2af8241b8c24d
47798511441d7b091a394986afd1f72e8f9ff7ab
/src/main/java/com/alipay/api/response/AlipayMarketingCardTemplateQueryResponse.java
d0257ffd604867f3155695156b7080072b40b0e6
[ "Apache-2.0" ]
permissive
yihukurama/alipay-sdk-java-all
c53d898371032ed5f296b679fd62335511e4a310
0bf19c486251505b559863998b41636d53c13d41
refs/heads/master
2022-07-01T09:33:14.557065
2020-05-07T11:20:51
2020-05-07T11:20:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,129
java
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.TemplateActionInfoDTO; import com.alipay.api.domain.TemplateCardLevelConfDTO; import com.alipay.api.domain.TemplateColumnInfo...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
083c1c2d7dca5e16af9180eae60b588366dfbd91
4809012fefec5c13f487cf75af006c1f8275120e
/lombokstarting/src/test/java/GetterSetterExampleTest.java
146a4ab55e179de30b50994a006dad3400b462c8
[]
no_license
maiorovi/PlayGround
7b09883401a74d6458cc96740a86db7293b393ee
5a8bf588bfa2cd6861366104d1ec4e62176759a7
refs/heads/master
2021-01-23T04:58:56.313891
2017-09-09T11:36:10
2017-09-09T11:36:10
86,262,432
0
0
null
null
null
null
UTF-8
Java
false
false
523
java
import app.GetterSetterExample; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.assertThat; public class GetterSetterExampleTest { private GetterSetterExample ex; @BeforeEach void setUp() { ex = new GetterSetterExample(); } @Test void...
[ "maiorov.prog@gmail.com" ]
maiorov.prog@gmail.com
c9e6d97d47e9cd93b9e54227930d863ab9792932
4ad17f7216a2838f6cfecf77e216a8a882ad7093
/clbs/src/main/java/com/zw/protocol/netty/common/HBaseDataHandler.java
9d84f626817f8b60ce07d939edf5a682248f6f81
[ "MIT" ]
permissive
djingwu/hybrid-development
b3c5eed36331fe1f404042b1e1900a3c6a6948e5
784c5227a73d1e6609b701a42ef4cdfd6400d2b7
refs/heads/main
2023-08-06T22:34:07.359495
2021-09-29T02:10:11
2021-09-29T02:10:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
package com.zw.protocol.netty.common; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.LinkedBlockingQueue; /** * Created by LiaoYuecai on 2017/6/21. */ public class HBaseDataHandler { private static final Logger logger = LoggerFactory.getLogger(HBaseDataHandler.class); ...
[ "wuxuetao@zwlbs.com" ]
wuxuetao@zwlbs.com
10e407ac1f52fc99a8b375951554a4ae0517d9fa
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/30/org/apache/commons/math3/linear/RealVector_walkInOptimizedOrder_982.java
bff4af8b72b3a1660131169b8f4350815d5cc4b2
[]
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
2,521
java
org apach common math3 linear class defin real valu vector basic algebra oper vector element index base code entri getentri return element vector code code map code map maptoself method oper vector element wise perform oper ad scalar appli function element turn code map version cre...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
4980a66eab1d9e0fd315219150bfdeab14f86e78
cea3fe1ae551bf2f81b431876d15563d6347119b
/case Module Thread/case Thread Queue/src/main/java/com/gang/study/threadqueue/logic/SynchronousQueueLogic.java
4473c7580345d39f8db9d4e5a873eda232c52ae8
[]
no_license
black-ant/case
2e33cbd74b559924d3a53092a8b070edea4d143d
589598bb41398b330bc29b2ca61757296b55b579
refs/heads/master
2023-07-31T23:22:51.168312
2022-07-24T06:15:53
2022-07-24T06:15:53
137,761,384
86
26
null
2023-07-17T01:03:21
2018-06-18T14:22:01
Java
UTF-8
Java
false
false
194
java
package com.gang.study.threadqueue.logic; /** * @Classname SynchronousQueueLogic * @Description TODO * @Date 2020/7/23 17:51 * @Created by zengzg */ public class SynchronousQueueLogic { }
[ "1016930479@qq.com" ]
1016930479@qq.com
662100dfc602d977c1b2cb3a2b19c9887feb7455
3039a8f072e0cb83edfe7ce6e58b7e5cf424bb44
/src/day45/Person.java
c1fffea7a613c18ebd2e7d4bb0aef641b3857991
[]
no_license
qakiran/java-sdet-2020
7e098c0548b1ee77974ee4da7cc7a622e58ca3eb
88447ad1743e0d2ba69d06f4a772dfc602ce93b1
refs/heads/master
2022-11-21T07:47:08.884135
2020-07-05T16:49:05
2020-07-05T16:49:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
297
java
package day45; public class Person { String name; int age; public Person(String name, int age) { this.name = name; this.age = age; } public Person() {} public void increaseAgeBy(int by) { age = age + by; } public String nameAsUpperCase() { return name.toUpperCase(); } }
[ "Suranchiyev96@gmail.com" ]
Suranchiyev96@gmail.com
b91904e58c268324157e1d78f38a9f3c0b10d34c
db2d7241afcb02a7de80503bf492fa02251f9018
/services/mpc/src/main/java/com/huaweicloud/sdk/mpc/v1/model/WatermarkRequest.java
1d5556676501c5b6c326d242ff0255214246d342
[ "Apache-2.0" ]
permissive
yasuor/huaweicloud-sdk-java-v3
64359e3ab599144d1dc2df08fb15f8e404295be5
3407632f294cdd40a62d4f9167f9708d95464cb8
refs/heads/master
2022-11-23T23:38:12.977127
2020-07-30T08:46:12
2020-07-30T08:46:12
286,420,644
1
0
NOASSERTION
2020-08-10T08:35:22
2020-08-10T08:35:21
null
UTF-8
Java
false
false
6,011
java
package com.huaweicloud.sdk.mpc.v1.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import com.huaweicloud.sdk.mpc.v1.model.ImageWatermark; import ...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
593dcf340adca162e6207ff8149be6a1a5f87bfb
67cc93248e62fc954c59023419c44dab70bfa288
/src/main/java/com/lwl/ems/util/CustomDateDeserializer.java
7be759747a0c3db1137a58b82631b7169141bf81
[]
no_license
tallurilakshman/project_batch_10_11
0785c472a389b94a662c706f1c229eb6afbcdfee
cfd5272472af10b8ad9a40b466d4fc4c4e2482e1
refs/heads/master
2022-10-06T22:46:50.810038
2020-06-08T23:20:58
2020-06-08T23:20:58
269,448,336
0
0
null
2020-06-08T23:20:59
2020-06-04T19:34:20
Java
UTF-8
Java
false
false
950
java
package com.lwl.ems.util; import java.io.IOException; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.DeserializationContext; import com.faster...
[ "tanvi.avula@outlook.com" ]
tanvi.avula@outlook.com
4188579d6bfe62085e7e974322fec9f7f987eb31
8e8278cfcd01882f48cd13acc57c03bd6472cb7e
/snap-server/orthrus-common/src/main/java/io/orthrus/common/collections/LeastRecentlyUsedSet.java
edfab49bef3c3e180264a62b23bbb02442be1cc0
[]
no_license
snapscript/snap-archive
e66d9a240f4c2a6e4b21434def7a45a74445f8a7
9838eddc5a2cfff5315b1f2f3839fd72f65ed658
refs/heads/master
2021-01-22T01:12:06.122986
2018-10-26T01:41:45
2018-10-26T01:41:45
102,211,593
0
0
null
null
null
null
UTF-8
Java
false
false
935
java
package io.orthrus.common.collections; import java.util.AbstractSet; import java.util.Iterator; public class LeastRecentlyUsedSet<T> extends AbstractSet<T> { private final LeastRecentlyUsedMap<T, T> cache; public LeastRecentlyUsedSet() { this(1000); } public LeastRecentlyUsedSet(int capacit...
[ "=" ]
=
64e22b60d2f978854e63a1faf89738740ff486b2
e3d6330b1358fffaef563248fb15722aeb977acc
/upa-api/src/main/java/net/vpc/upa/BeanAdapter.java
b510d9043eacd02ca0b5d556ba9415f81dbca9e0
[]
no_license
nesrinesghaier/upa
92fd779838c045e0e3bbe71d33870e5b13d2e3fe
2eb005e03477adad5eb127c830bc654ab62f5cc9
refs/heads/master
2021-04-09T11:33:36.714597
2018-02-24T12:04:41
2018-02-24T12:04:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,061
java
/** * ==================================================================== * UPA (Unstructured Persistence API) * Yet another ORM Framework * ++++++++++++++++++++++++++++++++++ * Unstructured Persistence API, referred to as UPA, is a genuine effort * to raise programming language frameworks managing relational da...
[ "vpc@linux-booster" ]
vpc@linux-booster
85def5860346ad3ea51783264f07c1d555672a81
86a284303cf5d2d86fcc6101b46b6aaa403f3374
/base-core/src/com/lj/base/core/pagination/PageParamEntity.java
03ad160dc7a626ad197cf4454e36b65ba1ece2ad
[]
no_license
wo510751575/base
b84278fb880a79b4c9cd106279d3a2ee214b2494
3e1bd5f2678a43c129defe57b99de50727f43c0d
refs/heads/master
2022-12-20T04:57:12.405471
2019-08-27T03:21:22
2019-08-27T03:21:22
203,961,153
0
0
null
2022-12-16T11:17:50
2019-08-23T08:50:57
Java
UTF-8
Java
false
false
2,653
java
package com.lj.base.core.pagination; /** * Copyright &copy; 2017-2020 All rights reserved. * * Licensed under the 深圳市扬恩科技 License, Version 1.0 (the "License"); * */ import java.io.Serializable; /** * * * 类说明:分页查询参数模型 * * * <p> * 详细描述: * * @Company: 扬恩科技有限公司 * @author 邹磊 * * CreateDate: ...
[ "37724558+wo510751575@users.noreply.github.com" ]
37724558+wo510751575@users.noreply.github.com
cd8e3f39487f884823d4838ff3a1b58664c934d8
8ced32b21f1be9511c256cb8b589d7976b4b98d6
/alanmall-service/mscard-service/card-api/src/main/java/com/itcrazy/alanmall/mscard/dto/Base/CardBaseDto.java
9f023d974971d4b1a6b95057da9eb436fa351dae
[]
no_license
Yangliang266/Alanmall
e5d1e57441790a481ae5aa75aa9d091909440281
38c2bde86dab6fd0277c87f99bc860bfc0fbdc0a
refs/heads/master
2023-06-13T05:01:25.747444
2021-07-10T12:18:58
2021-07-10T12:18:58
293,702,057
1
0
null
null
null
null
UTF-8
Java
false
false
1,471
java
package com.itcrazy.alanmall.mscard.dto.Base; import com.itcrazy.alanmall.common.framework.dto.BaseDto; import java.util.Date; /** * 根据要求,添加公共字段, * 为了不改变com.itcrazy.alanmall.common.framework.dto.BaseDto共通,新建此类 * @author chenfei * 2018-09-10 */ public class CardBaseDto extends BaseDto { /** * */ private ...
[ "546493589@qq.com" ]
546493589@qq.com
a82d8ff20321c0d3b4cee5f9d569ba14d071ed1a
e6f52bf02ceda6a93776ebcee6a8f72a16ba2c67
/app/src/main/java/myproject/pfuinreal/ResultActivity.java
fc9dc8acb0e577081408e22a2030fd5b97150e6b
[]
no_license
ArifGlory/PFUINReal
1f45684bbc5cff59c3faf4ab5fdd6d7c96d736dc
438ee7c0561d8cbc95ab1e167c82ea41d7dfb1e9
refs/heads/master
2020-04-07T09:42:27.919298
2019-02-16T07:05:21
2019-02-16T07:05:21
158,262,136
0
0
null
null
null
null
UTF-8
Java
false
false
4,086
java
package myproject.pfuinreal; import android.content.ContentValues; import android.content.DialogInterface; import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import android.os.Build; import android.support.annotation.RequiresApi; import android.support.v7.app.AlertDialog; import android.supp...
[ "arifglory46@gmail.com" ]
arifglory46@gmail.com
85e198154632761ed3969f02cc766cf10338377c
1f3d84829b7e737e6946531d52e6ec4a2c2850e6
/bus-core/src/main/java/org/aoju/bus/core/convert/impl/MapConverter.java
c29d7225410d31664ea28a24cb85b2068a22b675
[ "MIT" ]
permissive
ArnoldZhou/bus
1a8acfb6936edaa92f4e3fd059c08272508d9000
cdda4e470d4da79097a247176637a0e1b25fff9e
refs/heads/master
2020-07-05T16:25:48.087330
2019-08-16T05:16:32
2019-08-16T05:16:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,803
java
/* * The MIT License * * Copyright (c) 2017, aoju.org All rights reserved. * * 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 right...
[ "839536@QQ.COM" ]
839536@QQ.COM
59a492f75acc0d0b8ed615048719108fc41804c4
71975999c9d702a0883ec9038ce3e76325928549
/src2.4.0/src/main/java/com/zjwh/android_wh_physicalfitness/ui/mine/MyOrderActivity.java
a1d683096a24dace05b2dbcf7d9427514b2d93a7
[]
no_license
XposedRunner/PhysicalFitnessRunner
dc64179551ccd219979a6f8b9fe0614c29cd61de
cb037e59416d6c290debbed5ed84c956e705e738
refs/heads/master
2020-07-15T18:18:23.001280
2019-09-02T04:21:34
2019-09-02T04:21:34
205,620,387
3
2
null
null
null
null
UTF-8
Java
false
false
3,668
java
package com.zjwh.android_wh_physicalfitness.ui.mine; import android.app.Activity; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.View; import android.widget.TextView; import com.zjwh.android_wh_physicalfitness.R; import com.zjwh.android_wh_physicalfitness.activity.common....
[ "xr_master@mail.com" ]
xr_master@mail.com
153dbdceca1993f2eeb6caf19f09cd560c0dc415
caef666bd30431d8625b659bd2a95a5f9a02289e
/org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseFetchConnection.java
6f460251c057ecec924ad7dafbf80fcc927b900a
[ "BSD-3-Clause", "MIT" ]
permissive
RatYoung/inform
d8c9432b796cccc475a7c0650f240a338ff6f8d4
f63a30550ae3c41f9232e953cd41588acee1e2ee
refs/heads/master
2020-03-26T23:08:44.190852
2018-08-22T02:27:00
2018-08-22T02:27:00
145,514,141
0
0
null
null
null
null
UTF-8
Java
false
false
4,255
java
/* * Copyright (C) 2008, Google Inc. * Copyright (C) 2008, Marek Zawirski <marek.zawirski@gmail.com> * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org> * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available * under the terms...
[ "yhrnju@qq.com" ]
yhrnju@qq.com
ddc4cb75706faf3eed2dacd869f753b9299201d4
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a024/A024725.java
d4d7118e51b297b5450ed9684fb5df62c2daab10
[]
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
614
java
package irvine.oeis.a024; import irvine.math.z.Z; import irvine.oeis.MemorySequence; /** * A024725 <code>a(n) = Sum_{i=1..floor((n+1)/4)} a(2*i-1) * a(n-2*i+1)</code>, with <code>a(1)=a(2)=1</code> and <code>a(3)=3</code>. * @author Sean A. Irvine */ public class A024725 extends MemorySequence { @Override pro...
[ "sairvin@gmail.com" ]
sairvin@gmail.com
d7eebb2d91ea3a2a1c5b0fc1b8e182e63b128730
4bbaa5cd377a8edbd87824b4c5a90d4eec6c6139
/rxlibrary/src/main/java/starter/kit/pagination/Paginator.java
7aed3a821ee049157d7d7a72367124e5dfc8f9d8
[ "Apache-2.0" ]
permissive
cihejimba/android-starter-kit
d048cfe8a45a0c906a244acf5d0bc7cb5d420f92
351361c6a0a7ee2d8babd222090ddc63dfc95ffa
refs/heads/master
2021-01-23T01:34:47.167901
2017-05-30T16:38:29
2017-05-30T16:38:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,260
java
package starter.kit.pagination; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.ArrayList; import starter.kit.model.entity.Entity; import starter.kit.util.Lists; /** * @author <a href="mailto:smartydroid.com@gmail.com">Smartydroid</...
[ "smartydroid@gmail.com" ]
smartydroid@gmail.com
9b973c9ba5cbb57c55aaef3933e516d533d3f126
64a3ef01063917d43a248ce7f8f230617c02d3c6
/src/main/java/core/parsers/params/CountryParameters.java
d2ae2a102e483e9fc9916662ea092a5c42b9a40b
[ "MIT" ]
permissive
lucam03/discordBot
1b88ff29849bc7dba928c7cf8f1947b3930a2088
9b7c6799f4108e8a75b0ce7d48be57fe195ce361
refs/heads/master
2022-11-11T06:55:18.133457
2020-06-16T21:43:45
2020-06-16T21:43:45
274,467,690
0
0
MIT
2020-06-23T17:26:20
2020-06-23T17:26:19
null
UTF-8
Java
false
false
701
java
package core.parsers.params; import com.neovisionaries.i18n.CountryCode; import dao.entities.LastFMData; import dao.entities.TimeFrameEnum; import net.dv8tion.jda.api.events.message.MessageReceivedEvent; public class CountryParameters extends ChuuDataParams { private final CountryCode code; private final Time...
[ "ishwi6@gmail.com" ]
ishwi6@gmail.com
4065d48c983c73659c5c0be64181bcfa4846ff69
000e9ddd9b77e93ccb8f1e38c1822951bba84fa9
/java/classes2/com/umeng/analytics/pro/bu.java
cec68c94e6973021179026ca235da2fbf4ca41e0
[ "Apache-2.0" ]
permissive
Paladin1412/house
2bb7d591990c58bd7e8a9bf933481eb46901b3ed
b9e63db1a4975b614c422fed3b5b33ee57ea23fd
refs/heads/master
2021-09-17T03:37:48.576781
2018-06-27T12:39:38
2018-06-27T12:41:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,849
java
package com.umeng.analytics.pro; import android.text.TextUtils; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.util.zip.DataFormatException; import java.util.zip.Deflater; import java.util.zip.Inflater; public class bu { public static int a...
[ "ght163988@autonavi.com" ]
ght163988@autonavi.com
76e346e7dfbdf65f5309a36bc85d44294cebf941
87bee68fe53c9258fb0d57f9be403ada2f2adc77
/task03_array_collections1/src/task3/Game.java
62372e71854567a9a8372e392b081eb756ffbe51
[]
no_license
Lexkane/JavaProjects
6aa9bc07b7664756bf3b77553117061a067b5400
360093d4fbc20651428f7213878111dc89a0c674
refs/heads/master
2020-04-27T22:32:11.447121
2019-05-04T14:43:47
2019-05-04T14:43:47
174,740,470
0
0
null
null
null
null
UTF-8
Java
false
false
2,192
java
package novosad; import java.util.Random; public class Game { int[] doors; private Person person; private int deadEnd; public Game() { doors = new int[10]; person = new Person(); deadEnd = 0; } public void fillDoors() { Random rand = new Random(); boolean isEnemy; for (int i = 0...
[ "alexkane.vip@gmail.com" ]
alexkane.vip@gmail.com
b0bf9be45c73d5d7b542d004fb2fc836fceafabc
445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602
/aliyun-java-sdk-elasticsearch/src/main/java/com/aliyuncs/elasticsearch/transform/v20170613/ListLogstashPluginsResponseUnmarshaller.java
0682283aa25adab6082938087cfa174576027cee
[ "Apache-2.0" ]
permissive
caojiele/aliyun-openapi-java-sdk
b6367cc95469ac32249c3d9c119474bf76fe6db2
ecc1c949681276b3eed2500ec230637b039771b8
refs/heads/master
2023-06-02T02:30:02.232397
2021-06-18T04:08:36
2021-06-18T04:08:36
172,076,930
0
0
NOASSERTION
2019-02-22T14:08:29
2019-02-22T14:08:29
null
UTF-8
Java
false
false
2,041
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
0460259b0e722b31a672102289d4ce1f0ab2e9ce
46786b383a16fff9c5d57b6b197b905e56a40dba
/xcloud/xcloud-vijava/src/main/java/com/vmware/vim25/HostDatastoreBrowserSearchResults.java
30fb65c9c942a9112839d4ae28d39542b691c1c3
[]
no_license
yiguotang/x-cloud
feeb9c6288e01a45fca82648153238ed85d4069e
2b255249961efb99d48a0557f7d74ce3586918fe
refs/heads/master
2020-04-05T06:18:30.750373
2016-08-03T06:48:35
2016-08-03T06:48:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,391
java
/*================================================================================ Copyright (c) 2013 Steve Jin. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must re...
[ "waddy87@gmail.com" ]
waddy87@gmail.com
f62bfd35705ce04f672adc629529fa30e8a8f38a
4ac51f07e5e4d5da395caa5cc8c3516923ef3012
/taverna-reference-api/src/main/java/net/sf/taverna/t2/reference/annotations/DeleteIdentifiedOperation.java
863a193c9d61d9325f1fc2a093c4a897293a84a7
[]
no_license
taverna-incubator/incubator-taverna-engine
eb2b5d2c956982696e06b9404c6b94a2346417fe
1eca6315f88bfd19672114e3f3b574246a2994a5
refs/heads/master
2021-01-01T18:11:06.502122
2015-02-21T23:43:42
2015-02-21T23:43:42
28,545,860
0
1
null
2015-02-04T15:45:25
2014-12-27T20:40:19
Java
UTF-8
Java
false
false
448
java
package net.sf.taverna.t2.reference.annotations; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Retention; import java.lang.annotation.Target; /** * Applied to methods in Dao implementations which delete data in the back...
[ "stain@apache.org" ]
stain@apache.org
20db035927940bcd2f8bdf7e98c954d4dd21d9b2
e9ad092dfc4efe87fe49e3d3083482311f765731
/lang/src/main/java/nl/knaw/dans/common/lang/search/simple/SimpleSearchRequest.java
0ed02fdbc12082b626eaa40841a855990ee491e2
[ "Apache-2.0" ]
permissive
DANS-KNAW/dccd-legacy-libs
e0f863cc5953dcceb9b91d4eb6ffdd0d37831bbb
687d2e434359ad80af0b192748475ec4a76529c4
refs/heads/master
2021-01-01T19:35:17.114074
2019-09-03T13:58:30
2019-09-03T13:58:30
37,195,178
0
1
Apache-2.0
2020-10-13T06:53:30
2015-06-10T12:15:06
Java
UTF-8
Java
false
false
5,452
java
/******************************************************************************* * Copyright 2015 DANS - Data Archiving and Networked Services * * 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 Licens...
[ "jan.van.mansum@dans.knaw.nl" ]
jan.van.mansum@dans.knaw.nl
bd1cc80d45fb46e58deb2b365a0f8848710a0654
f9a57ebe15a5f3e9c61f287081a2b9367f6029a4
/Application/app/src/main/java/com/channel/engine/view/ViewPagerItems.java
9c6500f94316f781c2179529797f2bdfb2f300f7
[]
no_license
AsepMo/YTChannel
d2c9dc7c221d07ab0321d18c1feba32c13486d11
1a7c94d6c32adb6011bc0b5451d4496fe3c31bf8
refs/heads/main
2023-04-23T16:15:12.264517
2021-05-10T10:13:47
2021-05-10T10:13:47
363,630,323
0
0
null
2021-05-02T16:58:15
2021-05-02T11:06:01
Java
UTF-8
Java
false
false
1,177
java
package com.channel.engine.view; import android.content.Context; import android.support.annotation.LayoutRes; import android.support.annotation.StringRes; public class ViewPagerItems extends PagerItems<ViewPagerItem> { public ViewPagerItems(Context context) { super(context); } public static Creator with(C...
[ "asepmo.story@gmail.com" ]
asepmo.story@gmail.com
dd864e9b3558f332a6618cf0af6f532f162c0b56
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/27/27_7a54a1e8b03fd726ce36df289cfa86a3c4531a7b/BaseDroidApp/27_7a54a1e8b03fd726ce36df289cfa86a3c4531a7b_BaseDroidApp_s.java
a6afe9d1f98ae88a860d3879bd6bf50ec2a10c5b
[]
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,149
java
package org.emdev; import android.app.Application; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; import android.content.res.Configuration; import android.os.Build; import android...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
551f8dca1d037f4a9a2c22f36bb387169392ed46
440f26d3ee405d87fc26f4a3bc3cef4703733387
/src/main/java/io/opensec/oval/model/windows/FileTest.java
b4743b0b7d7a187550724749eb462ad0e2248107
[ "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,888
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