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
2f620927688463685d4536c5379f9f4d040799c8
8e3466e06df53054e2400e0e4fb1a7bbfe25b98a
/src/test/java/guru/nidi/ramltester/JaxrsTest.java
3840934800a1291bbd8d1ab924a36bdb3bdc11fb
[ "Apache-2.0" ]
permissive
nidi3/raml-tester
2e35951b11a55cf50f06af85392aac3658d09c89
6241a5f46a05cc0988be2ce3825495fa2cf95006
refs/heads/master
2021-01-23T21:01:37.979885
2018-02-23T12:30:02
2018-02-23T12:30:02
19,320,564
81
27
Apache-2.0
2023-01-03T16:17:07
2014-04-30T16:49:44
Java
UTF-8
Java
false
false
5,091
java
/* * Copyright © 2014 Stefan Niederhauser (nidin@gmx.ch) * * 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...
[ "ghuder5@gmx.ch" ]
ghuder5@gmx.ch
3e9a87c1c5fbec2b3e1d545e8c3c747623acb648
e41891da9c6aa30c8699d8f582372f590c8be862
/hapi-fhir-docs/src/main/java/ChangelogMigrator.java
7c6b23bdf4ea71290a35f83923dfd597b1f1cf22
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
mo3dev/hapi-fhir
c542a57379d1d1dc99532912ac30ea0a84f48ac9
d9d47bb419df5d2f012c4b0a1e3fc1db7a354bee
refs/heads/master
2020-11-23T23:58:43.971255
2019-12-12T19:47:12
2019-12-12T19:47:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,219
java
/*- * #%L * HAPI FHIR - Docs * %% * Copyright (C) 2014 - 2019 University Health Network * %% * 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/LI...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
0eac164f7de8d09afd321abf25f8f48ece139f78
eed87ed9685bd67e65159db7f67586aff7a43dbe
/2.JavaCore/src/com/javarush/task/task17/task1701/Solution.java
c699dddf82b264da6bfcb68ff88df0f9b9ac5a33
[]
no_license
Skwoll/Learning_JavaRush
bda3d4e90b3ddd6b962b1d62e7ea7d0ab71ebb05
dcf266ae67a5dda2dd348c60756bb37151a6a659
refs/heads/master
2021-06-04T16:04:57.857442
2020-11-04T12:44:04
2020-11-04T12:44:04
115,603,079
0
0
null
null
null
null
UTF-8
Java
false
false
2,929
java
package com.javarush.task.task17.task1701; import java.util.ArrayList; import java.util.List; /* Заметки Асинхронность выполнения нитей. 1. Класс Note будет использоваться нитями. 2. Создай public static нить NoteThread (Runnable не является нитью), которая в методе run 1000 раз (index = 0-999) сделает следующие дей...
[ "air_mib@mail.ru" ]
air_mib@mail.ru
9ddbdd28b5868359ebc0654fc1aa9a404e5ac178
48f0fdfd9e3926311be9f7c4f05f8896c292c993
/Food Analyzer Server/test/bg/sofia/uni/fmi/mjt/analyzer/command/GetFoodByBarcodeCommandTest.java
1777cce8dffafdc12956d9474dac623d3e3d4bf0
[]
no_license
vanshianec/Food-Analyzer
4c881ada465e7fcde35a5eac866fd1a41b5c316f
fe00cfa72bb97111cc6ae4a20662793997527ed9
refs/heads/master
2023-03-05T09:59:19.463975
2021-02-21T12:51:28
2021-02-21T12:51:28
340,900,309
0
0
null
null
null
null
UTF-8
Java
false
false
4,853
java
package bg.sofia.uni.fmi.mjt.analyzer.command; import bg.sofia.uni.fmi.mjt.analyzer.dtos.Food; import bg.sofia.uni.fmi.mjt.analyzer.exceptions.FoodNotFoundException; import bg.sofia.uni.fmi.mjt.analyzer.exceptions.FoodServiceException; import bg.sofia.uni.fmi.mjt.analyzer.exceptions.InvalidCommandArgumentException; im...
[ "ivaniovov@abv.bg" ]
ivaniovov@abv.bg
d102e5ceef644527f50759375359080ca7f05c01
ad18e138687c1a0e790a16e8a98eb6546e045e4d
/baremaps-osm/src/main/java/com/baremaps/osm/cache/PostgisReferenceCache.java
0861565094f941b12681869eabeb9049387699b7
[ "Apache-2.0" ]
permissive
boswellp/baremaps
abc3c945683dd58820f57b61863e5123244bd3ce
d213d240b91f7e538ea344163396360a32bfece9
refs/heads/master
2022-12-15T21:09:24.769854
2020-08-26T21:26:41
2020-08-26T21:26:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,399
java
/* * Copyright (C) 2020 The Baremaps Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "bchapuis@gmail.com" ]
bchapuis@gmail.com
01867978d13fae6d650aa850abf195e3a5f2d5b6
b8743f5f3d3c8754eba595d3c9a8a4de8259b68a
/bitcamp-java-basic/src/main/java/ch15/Test13_1.java
33b13d05463c685a28675f5e301606425efed0e2
[]
no_license
ryong890314/bitcamp-java-20190527
bb68333bca72e5acc6268ff1ec31f8f22ee3529d
a55614799700fd2ee99d8e2070562a2a4680826f
refs/heads/master
2020-06-13T20:14:36.797757
2020-04-20T06:59:10
2020-04-20T06:59:10
194,775,345
0
0
null
2020-04-30T11:48:02
2019-07-02T02:41:02
Java
UTF-8
Java
false
false
1,916
java
// Object 클래스 - clone() : shallow copy package ch15; // clone()은 인스턴스를 복제할 때 호출하는 메서드이다. public class Test13_1 { static class Engine implements Cloneable { int cc; int valve; public Engine(int cc, int valve) { this.cc = cc; this.valve = valve; } @Override public Engine clone()...
[ "syamsyalla@naver.com" ]
syamsyalla@naver.com
b6fe71c993c95f2e94d880825c96951d408d264f
4e50a70c4513619e60e3ba6d5a50813b082bcaf5
/examples/scep-example/src/main/java/org/xipki/scep/example/ScepClientExample.java
647958f620d53c0af10392ec6f615935f976da6d
[ "Apache-2.0" ]
permissive
hoggmania/xipki
e87dee2e86131aa0d062835d4e7090d3d8596861
93824ff1034f59c1bdd2ed6200398673581c604d
refs/heads/master
2023-04-06T07:19:38.792670
2020-03-15T16:21:57
2020-03-15T16:21:57
247,776,526
0
0
Apache-2.0
2023-04-04T00:54:59
2020-03-16T17:24:47
null
UTF-8
Java
false
false
4,545
java
/* * * Copyright (c) 2013 - 2020 Lijun Liao * * 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 a...
[ "lijun.liao@gmail.com" ]
lijun.liao@gmail.com
aba24e4af43e84a63e48e02491cd977359e856dc
ba37fff2f1989b14c6765fcfa2afc07d4581771a
/src/main/java/com/chuzihang/lesson/concurrency/example/syncContainer/VectorExample1.java
76793b878d57d7253ab9b8b424a4980a52541f9b
[]
no_license
winter13292/www.chuzihang.com
3fb4a0d6eadf24d6ae03947ee934bb983559456e
b21ef38488c3b881e5bb03c0fd55f308b39da1c6
refs/heads/master
2020-06-16T10:04:39.806654
2019-04-01T11:08:46
2019-04-01T11:08:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,973
java
package com.chuzihang.lesson.concurrency.example.syncContainer; import com.google.common.collect.Lists; import lombok.extern.slf4j.Slf4j; import java.util.Collections; import java.util.List; import java.util.Vector; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.u...
[ "qiuwei@dongsport.com" ]
qiuwei@dongsport.com
f45a8dbef46b71d167177c7f261fd065b0e91367
0e47241136f839b0697e8895729c061b9e219cea
/src/main/java/com/enotes/note/service/authentication/TokenInfo.java
a0a83c32527041834aed5666bf7a5e9b76639e71
[]
no_license
nassimbg/ENotes
5128d9a1afb84609056ff04d02c04461d1c7a8a5
9a6eb7102defed6292523d9a633c4d3a1870015a
refs/heads/master
2023-02-13T12:16:18.468823
2021-01-10T11:39:09
2021-01-10T11:56:21
328,367,551
0
0
null
null
null
null
UTF-8
Java
false
false
1,163
java
package com.enotes.note.service.authentication; public class TokenInfo { private final String id; private final String userName; private final boolean isValid; private final String token; public TokenInfo(Builder builder) { this.id = builder.id; this.userName = builder.userName; this.isValid = ...
[ "nassimboughannam@gmail.com" ]
nassimboughannam@gmail.com
4542508b13e54923a8e31691da0ed6a872f919a6
50384d299d30ab1a4769e7e04021af897c169945
/guansongtao20200218/src/main/java/com/bawei/guansongtao20200218/activity/fragment/Fragment_one.java
f83a7b808fde489d3486f48b63d0c191720ea5f1
[]
no_license
gaunsongtao/week2
d5438734ac845dcc540baac3c8ea68d38df04333
bc43e54eecbb9b9d4dd6dae065231c58b6ccccd1
refs/heads/master
2021-01-08T15:09:13.676036
2020-02-21T05:35:53
2020-02-21T05:35:55
242,063,046
0
0
null
null
null
null
UTF-8
Java
false
false
3,265
java
package com.bawei.guansongtao20200218.activity.fragment; import android.content.Intent; import android.support.v4.app.Fragment; import android.util.Log; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import com.bawei.guansongtao20200218.R; import com.bawei.guansongtao2020...
[ "you@example.com" ]
you@example.com
d8e1510b496b701bc61d2ad476195709a6a639bf
0c993ac3c8ac60aa0765561530959feb9847c0a3
/JavaCoreProf/src/main/java/lesson_5/optional/Person.java
32ba5b4e5668999d345af4e364b1a6d1e7b77ac4
[]
no_license
D1mkaGit/GeekBrains
0b96bb871b70708e6ad3f8f7ca74ad3908d9205e
a638f697e3380c2c1461156fa8b8153f825f220e
refs/heads/master
2023-04-06T06:47:20.423827
2022-12-25T19:31:18
2022-12-25T19:31:18
221,762,240
1
1
null
2023-03-24T01:17:50
2019-11-14T18:30:42
Java
UTF-8
Java
false
false
741
java
package lesson_5.optional; import java.util.Optional; public class Person { private Optional<String> firstName; private Optional<String> secondName; private Optional<Integer> age; public Optional<String> getFirstName() { return firstName; } public void setFirstName( String firstNa...
[ "30922998+D1mkaGit@users.noreply.github.com" ]
30922998+D1mkaGit@users.noreply.github.com
bef0cd5836559a72456ac1463394cff8ab2b048f
afade4ecf3cc19053db4e77c1f1919219dd3f17d
/src/main/java/com/github/hotire/springbatch/JobUtils.java
93281f8decb76e938c56c1328e2a7892d0ef4a7c
[]
no_license
hotire/spring-batch
5a5f3cae26ff0853d853e3537c352da72a076905
47e5857d917bf526494947b5ff35645b8ad25a70
refs/heads/master
2022-07-16T11:25:24.223189
2022-06-21T23:38:03
2022-06-21T23:38:03
210,638,080
0
0
null
2022-06-21T04:22:47
2019-09-24T15:35:00
Java
UTF-8
Java
false
false
1,414
java
package com.github.hotire.springbatch; import static java.util.Collections.emptyMap; import static java.util.stream.Collectors.toMap; import java.util.Date; import java.util.Map; import java.util.Optional; import org.springframework.batch.core.JobParameter; import org.springframework.batch.core.JobParameters; impor...
[ "gngh0101@gmail.com" ]
gngh0101@gmail.com
e3cb351fcf7a30b042355d03e45ba29557cba422
86ccb87786458a8807fe9eff9b7200f2626c01a2
/src/main/java/p328/Solution.java
80e6e9d79b79789634e50dc60a5b8de2d70c1553
[]
no_license
fisher310/leetcoderevolver
d919e566271730b3df26fe28b85c387a3f48faa3
83263b69728f94b51e7188cd79fcdac1f261c339
refs/heads/master
2023-03-07T19:05:58.119634
2022-03-23T12:40:13
2022-03-23T12:40:13
251,488,466
0
0
null
2021-03-24T01:50:58
2020-03-31T03:14:04
Java
UTF-8
Java
false
false
918
java
package p328; import util.ListNode; import util.ListNodeUtil; /** 奇偶链表 */ class Solution { public ListNode oddEvenList(ListNode head) { ListNode oddDummy = new ListNode(0); ListNode evenDummy = new ListNode(0); ListNode curOdd = oddDummy; ListNode curEven = evenDummy; int i = 1; while (head...
[ "316049914@qq.com" ]
316049914@qq.com
a2d2ad327099ca1cd0ecc1ed6c0f083e115b6006
40de84efccbb63fdf19c61349e4de03b8f1f68d6
/schemacrawler-tools/src/main/java/schemacrawler/tools/text/base/CommonTextOptions.java
c3333487d217af73f6422e17bb3d4e0e771e4cb5
[]
no_license
jooohhn/SchemaCrawler
587426464c78f331e946985e2d574cb65cbb96a8
431069e89c304cf66fd16692e765994d26399410
refs/heads/master
2020-03-11T22:11:13.316687
2018-04-20T00:00:20
2018-04-20T00:00:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,178
java
/* ======================================================================== SchemaCrawler http://www.schemacrawler.com Copyright (c) 2000-2018, Sualeh Fatehi <sualeh@hotmail.com>. All rights reserved. ------------------------------------------------------------------------ SchemaCrawler is distributed in the hope that...
[ "sualeh@hotmail.com" ]
sualeh@hotmail.com
a34ba452013b15365803b79d0e6f4a37052b62ac
38c4451ab626dcdc101a11b18e248d33fd8a52e0
/tokens/xalan-j-2.7.1/src/org/apache/xalan/xsltc/compiler/util/MultiHashtable.java
19aa28f4272e221e2bbe2e39583cb1321737da8e
[]
no_license
habeascorpus/habeascorpus-data
47da7c08d0f357938c502bae030d5fb8f44f5e01
536d55729f3110aee058ad009bcba3e063b39450
refs/heads/master
2020-06-04T10:17:20.102451
2013-02-19T15:19:21
2013-02-19T15:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,068
java
package TokenNamepackage org TokenNameIdentifier . TokenNameDOT apache TokenNameIdentifier . TokenNameDOT xalan TokenNameIdentifier . TokenNameDOT xsltc TokenNameIdentifier . TokenNameDOT compiler TokenNameIdentifier . TokenNameDOT util TokenNameIdentifier ; TokenNameSEMICOLON import TokenNameimport java TokenNameIdent...
[ "pschulam@gmail.com" ]
pschulam@gmail.com
ae056fddef3bdd1edf1bb10989592085b5965dd8
442f6be098eeb1866fc2e94796a8ad2016f317d2
/juikito/atinject-jndi/src/main/java/net/gcolin/di/atinject/jndi/ResourceInjectionPointBuilder.java
ec60a4e195ac433dfdba0d5b195e55662f78197f
[ "Apache-2.0" ]
permissive
gcolin/smallee
355774d6feb2b9f478b297a17297d446c33705a3
3f21f2cbea2af708bb7e8f31375dcc4f56a17e16
refs/heads/master
2023-07-24T03:00:08.848827
2022-12-31T17:23:12
2022-12-31T17:23:12
205,173,969
0
0
Apache-2.0
2023-07-22T14:51:15
2019-08-29T13:47:29
Java
UTF-8
Java
false
false
1,822
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
[ "gael87@gmail.com" ]
gael87@gmail.com
a239ab431eafe5d1ebe15b978ae222e9235c9bed
096e862f59cf0d2acf0ce05578f913a148cc653d
/code/apps/Gallery2/src/com/sprd/gallery3d/drm/VideoDrmUtils.java
3adba52d8ba9d8dc18c2d069ed7d9a49d8fe531c
[]
no_license
Phenix-Collection/Android-6.0-packages
e2ba7f7950c5df258c86032f8fbdff42d2dfc26a
ac1a67c36f90013ac1de82309f84bd215d5fdca9
refs/heads/master
2021-10-10T20:52:24.087442
2017-05-27T05:52:42
2017-05-27T05:52:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,262
java
package com.sprd.gallery3d.drm; import android.app.Activity; import android.app.AddonManager; import android.content.Context; import android.net.Uri; import android.view.MenuItem; import com.android.gallery3d.app.MoviePlayer; import com.android.gallery3d.R; public class VideoDrmUtils { static VideoDrmUtils sInst...
[ "wangjicong6403660@126.com" ]
wangjicong6403660@126.com
d7ddc1a6383bc7487da0184baf139f80dd4ffc36
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/k9mail_k-9/mail/common/src/main/java/com/fsck/k9/mail/filter/PeekableInputStream.java
38728e20e8c6c8d6c34948ac97373df9ec321780
[]
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
1,823
java
// isComment package com.fsck.k9.mail.filter; import java.io.FilterInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Locale; /** * isComment */ public class isClassOrIsInterface extends FilterInputStream { private boolean isVariable; private int isVariable; public ...
[ "matheus@melsolucoes.net" ]
matheus@melsolucoes.net
1e0b008c8d6b2121911dd49c6c47f1b790c3bff1
1fc2683bc9ec62850a1eaf70dff8fe3624d3867f
/wasp/src/ca/mcmaster/magarveylab/wasp/session/SessionListener.java
23568b768da521416658479731d2b7fe0d12ba64
[]
no_license
magarveylab/wasp
4985c69eacb2bdf67e21d158a70998c1ea91a348
bc8dfb75f84b568caa9eac45a393f5afe6ee93c7
refs/heads/master
2021-01-20T07:28:40.790488
2017-08-08T02:41:26
2017-08-08T02:41:26
28,422,098
0
0
null
null
null
null
UTF-8
Java
false
false
2,022
java
package ca.mcmaster.magarveylab.wasp.session; import java.io.PrintWriter; import java.io.StringWriter; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.logging.Level; import java.util.logging.Logger; /** * Reports Clams search progress to user. * * @author skinnider * */ public class...
[ "michaelskinnider@gmail.com" ]
michaelskinnider@gmail.com
453f9e0e2da654390c6b731a10ecb39124736f8f
d715d4ffff654a57e8c9dc668f142fb512b40bb5
/workspace/glaf-bpmn/src/main/java/com/glaf/bpmn/parse/BpmnXmlReader.java
40b6f4f021433c953d2c85afbd18d8862b97d673
[]
no_license
jior/isdp
c940d9e1477d74e9e0e24096f32ffb1430b841e7
251fe724dcce7464df53479c7a373fa43f6264ca
refs/heads/master
2016-09-06T07:43:11.220255
2014-12-28T09:18:14
2014-12-28T09:18:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,538
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 ...
[ "jior2008@gmail.com" ]
jior2008@gmail.com
8195b017757dfd88cd3a98d76b915ef9a123a6d4
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/com/iqoption/e/wa.java
b163f2eb86e091e20b951557368ab9507e15071e
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
3,195
java
package com.iqoption.e; import android.util.SparseIntArray; import android.view.View; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
caa8cedb16b4b359c9f5bd3a5f2b7edede1290c5
eb462bccac683e0d9e2030dbbab0cfa507c6abb8
/multithreading/src/com/training/interthread/Application.java
88045f5679da9672d20f62fd205ec4117bf71e04
[]
no_license
vatsanTraining/lumen_off_campus_2021
7df11b84cc0fedd0db21531db27458ecd3ad4613
7ce805204ea6106d2ce2f69a19e710f967f51b6e
refs/heads/master
2023-06-22T07:07:20.490081
2021-07-15T04:31:32
2021-07-15T04:31:32
379,652,001
0
21
null
2021-06-30T17:30:19
2021-06-23T15:37:55
Java
UTF-8
Java
false
false
621
java
package com.training.interthread; public class Application { public static void main(String[] args) { Runnable task = () -> { for(int i=0;i<10;i++) { System.out.println("Hello World"); } }; Thread t = new Thread(task); t.start(); BankAccount account = new BankAccount(); Thread t...
[ "vatsank@gmail.com" ]
vatsank@gmail.com
8b61daf8c43e6d817ac53880846e9536c610608e
f97613e16f20c3cc4796c739754edb9516e2c250
/src/main/java/be/isach/samaritan/log/SmartLogger.java
c3d2cfc7860d9df27da6f36c7c02a9ca7b296b48
[ "MIT" ]
permissive
iSach/Samaritan
6f11a368a9554790a765cc843a2b52e0fc3be719
c759551cdffbb0fe1203e47c43b7be8180d8e677
refs/heads/master
2021-01-24T08:21:44.381854
2016-12-25T20:21:11
2016-12-25T20:21:11
60,129,221
9
2
null
2016-11-16T21:33:27
2016-05-31T22:56:47
Java
UTF-8
Java
false
false
1,388
java
package be.isach.samaritan.log; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Objects; /** * Project: samaritan * Package: be.isach.samaritan.log * Created by: Sacha * Created on: 15th May, 2016 * <p> * Description: Represents a Smart Logger. */ public ...
[ "sacha.lewin@me.com" ]
sacha.lewin@me.com
4fff53553bb54d5d7a9e0cae88a4d65282cb287d
05daac799b7ade63a3501abc8582f9af428ebb9a
/lujnet/src/main/java/luj/net/internal/client/connect/NetClientConnectorV2.java
48a67b353922ce50345d8f4dfaf02265ab64287a
[]
no_license
lowZoom/lujnet
15db98215cb23d3345908e743e65b3326e81880c
11ae408137903dea12388d749746b4cbf9b7e045
refs/heads/master
2022-12-12T04:36:03.795661
2022-12-02T02:54:18
2022-12-02T02:54:18
219,450,973
0
0
null
2022-11-23T00:46:18
2019-11-04T08:21:28
Java
UTF-8
Java
false
false
2,244
java
package luj.net.internal.client.connect; import com.google.common.collect.ImmutableList; import io.netty.bootstrap.Bootstrap; import io.netty.channel.Channel; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.nio.NioEventLo...
[ "david_lu_st@163.com" ]
david_lu_st@163.com
3484b32cb6be564879551622f25185e3799f05be
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XRENDERING-481-7-2-SPEA2-WeightedSum:TestLen:CallDiversity/org/xwiki/display/internal/DocumentContentDisplayer_ESTest.java
8ad3f84c976dd1ed615287efe8cdc23a0135ec1f
[]
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
581
java
/* * This file was automatically generated by EvoSuite * Mon Apr 06 19:57:31 UTC 2020 */ package org.xwiki.display.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(Ev...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
582e892075bb78691f9666d65ad87d4176a601d6
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a040/A040024.java
cc5315cf728ab3f9afff1ca71067d8f69dd4281c
[]
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
523
java
package irvine.oeis.a040; // Generated by gen_seq4.pl cfsqrt 30 at 2019-07-04 10:53 // DO NOT EDIT here! import irvine.math.z.Z; import irvine.oeis.ContinuedFractionOfSqrtSequence; /** * A040024 Continued fraction for <code>sqrt(30)</code>. * @author Georg Fischer */ public class A040024 extends ContinuedFractionO...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
5c3ca30934f545672c2a1ebc54c5bb84c10e49b4
56f6ce0eae24fa29ff2e018c68f84f715f3cdbc4
/worktest/src/main/java/com/mw/java/test/utils/MWCommonUtils.java
5dd211ec2ba8721caadca9a869b08eb1d7e754cc
[]
no_license
Git2191866109/MyWorkTest
57852f5244342a235b06a67d88bd959ddce61f24
2a8281a3f88760b0a6dbe431fa0fd2a5ba96749e
refs/heads/master
2020-05-21T20:18:24.906806
2016-08-04T02:11:26
2016-08-04T02:11:26
62,592,440
1
0
null
null
null
null
UTF-8
Java
false
false
3,148
java
package com.mw.java.test.utils; import com.mw.java.test.Constant; import org.junit.Test; import java.io.*; import java.util.Properties; /** * Created by mawei on 2016/6/23. */ public class MWCommonUtils { /** * 从jar包中读取文件 * this是不能在static(静态)方法或者static块中使用的,原因是static类型的方法或者代码块是属于类本身的,不属于某个对象, * ...
[ "2191866109@qq.com" ]
2191866109@qq.com
9e74bec21e6706a17d8ac518dde6bb82908569db
5095b037518edb145fbecbe391fd14757f16c9b9
/gameserver/src/main/java/l2s/gameserver/network/l2/c2s/AddTradeItem.java
3953fbb75825e19cc6247973c3516776b4c398b3
[]
no_license
merlin-tribukait/lindvior
ce7da0da95c3367b05e0230379411f3544f4d9f3
21a3138a43cc03c7d6b8922054b4663db8e63a49
refs/heads/master
2021-05-28T20:58:13.697507
2014-10-09T15:58:04
2014-10-09T15:58:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,264
java
package l2s.gameserver.network.l2.c2s; import java.util.List; import l2s.commons.math.SafeMath; import l2s.gameserver.model.Player; import l2s.gameserver.model.Request; import l2s.gameserver.model.Request.L2RequestType; import l2s.gameserver.model.items.ItemInstance; import l2s.gameserver.model.items.TradeItem; impor...
[ "namlehong@gmail.com" ]
namlehong@gmail.com
9b9c94f5240347e6d5d17af10a6fd0da8e2ae327
f5d5b368c1ae220b59cfb26bc26526b494c54d0e
/finalPhonecall/src/com/kd/phonecall/PhoneCallReceiver.java
75e379c00aa73f6961a9aeb94b6e60ca086a4eaa
[]
no_license
kishordgupta/2012_bkup
3778c26082697b1cf223e27822d8efe90b35fc76
53ef4014fb3e11158c3f9242cb1f829e02e3ef69
refs/heads/master
2021-01-10T08:25:57.122415
2020-10-16T12:06:52
2020-10-16T12:06:52
47,512,520
0
0
null
null
null
null
UTF-8
Java
false
false
6,339
java
package com.kd.phonecall; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import com.android.internal.telephony.ITelephony; import com.lilakhelait.kishor.model.CallNumber; import com.lilakhelait.kishor.resource.Wish; import com.tmm.android.chuck.db.DBHe...
[ "kdgupta87@gmail.com" ]
kdgupta87@gmail.com
ebaaad06b038f3fb237944104b3f7a486fbc1b99
645e3f242a587b722b4bc30c630eb70f5b9cc8ba
/stereo-mixedconfig/src/main/java/com/pcz/soundsystem/CDPlayerConfig.java
8faafeab2bde94ec4385652646b6c0f4db16b65d
[]
no_license
picongzhi/spring-in-action
a4a595f85f6b5d6b5173e9f5484fa951ef5f9c1f
6cacb08dcca047764ec5b493c22398eb607db3fc
refs/heads/master
2020-08-12T04:14:52.682158
2020-01-17T11:58:13
2020-01-17T11:58:13
214,687,158
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.pcz.soundsystem; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * @author picongzhi */ @Configuration public class CDPlayerConfig { @Bean public CDPlayer cdPlayer(CompactDisc compactDisc) { return new CDPlayer(compactD...
[ "picongzhi@gmail.com" ]
picongzhi@gmail.com
86c47d2c474a3724cde0c06da58bc84190d7ebbe
2bb93eac032c795d9ab45db4bdbec9c240fa968c
/ratpack-core/src/main/java/ratpack/exec/SuccessPromise.java
fa8ca6a40cc29e331725fb2279d3499967aea3e1
[ "Apache-2.0" ]
permissive
purplefox/ratpack
dbf131b27cffdd99c13bf24ef4266b3af25867ea
7ec27469b4a0facbd5612001e17a601e669345f7
refs/heads/master
2020-12-24T18:23:45.661945
2015-03-03T13:23:55
2015-03-03T13:23:55
31,599,379
0
0
null
2015-03-03T13:21:08
2015-03-03T13:21:08
null
UTF-8
Java
false
false
2,629
java
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "ld@ldaley.com" ]
ld@ldaley.com
086e2b9b358ae5c37d2982faef0bcd9448f5a722
61602d4b976db2084059453edeafe63865f96ec5
/com/xunlei/common/new_ptl/member/task/g/a$2.java
5da2b1a561ae91ab6df080d25b20bfd4287a15d0
[]
no_license
ZoranLi/thunder
9d18fd0a0ec0a5bb3b3f920f9413c1ace2beb4d0
0778679ef03ba1103b1d9d9a626c8449b19be14b
refs/heads/master
2020-03-20T23:29:27.131636
2018-06-19T06:43:26
2018-06-19T06:43:26
137,848,886
12
1
null
null
null
null
UTF-8
Java
false
false
2,712
java
package com.xunlei.common.new_ptl.member.task.g; import com.xunlei.common.httpclient.BaseHttpClientListener; /* compiled from: UserGetAuthQRCodeTask */ final class a$2 implements BaseHttpClientListener { private /* synthetic */ a a; a$2(a aVar) { this.a = aVar; } public final void onSuccess(...
[ "lizhangliao@xiaohongchun.com" ]
lizhangliao@xiaohongchun.com
36c5a1542c39544eef518dd6f85e1e72d9dc8def
c84088fed6a7b4f392810bb166e66dbfe3df4286
/kycrm/src/main/java/com/yongjun/tdms/service/project/projectInfoPlan/ProjectInfoPlanManager.java
6a5b03085073f58dc39dbd26f2649c98df6481d1
[]
no_license
1Will/Work1
4c419b9013d2989c4bbe6721c155de609e5ce9b5
16e707588da13e9dede5f7de97ca53e15a7d5a78
refs/heads/master
2020-05-22T16:52:56.501596
2018-03-20T01:21:01
2018-03-20T01:21:01
84,697,600
0
0
null
null
null
null
UTF-8
Java
false
false
1,569
java
package com.yongjun.tdms.service.project.projectInfoPlan; import com.yongjun.pluto.exception.DaoException; import com.yongjun.tdms.model.project.projectInfoPlan.ProjectInfoPlan; import java.util.Collection; import java.util.HashMap; import java.util.List; import org.apache.taglibs.standard.lang.jstl.Literal; public...
[ "287463504@qq.com" ]
287463504@qq.com
672224723a73c0385b5fdf989a46cde7c82537e4
440e5bff3d6aaed4b07eca7f88f41dd496911c6b
/myapplication/src/main/java/com/vlocker/settings/cd.java
1a0ffb2e34024715ee785b6e8af7d9759c631cd7
[]
no_license
freemanZYQ/GoogleRankingHook
4d4968cf6b2a6c79335b3ba41c1c9b80e964ddd3
bf9affd70913127f4cd0f374620487b7e39b20bc
refs/heads/master
2021-04-29T06:55:00.833701
2018-01-05T06:14:34
2018-01-05T06:14:34
77,991,340
7
5
null
null
null
null
UTF-8
Java
false
false
282
java
package com.vlocker.settings; import com.vlocker.ui.widget.bg; class cd implements bg { final /* synthetic */ RedPacketActivity a; cd(RedPacketActivity redPacketActivity) { this.a = redPacketActivity; } public void a() { this.a.finish(); } }
[ "zhengyuqin@youmi.net" ]
zhengyuqin@youmi.net
df2ffe61d1841101e9fe788c4c42192655383370
3bc62f2a6d32df436e99507fa315938bc16652b1
/seam/src/test/testData/highlighting/BijectionIllegalScopeDeclaration.java
127cf573ec6c8a540d943fde90f13118990f5803
[ "Apache-2.0" ]
permissive
JetBrains/intellij-obsolete-plugins
7abf3f10603e7fe42b9982b49171de839870e535
3e388a1f9ae5195dc538df0d3008841c61f11aef
refs/heads/master
2023-09-04T05:22:46.470136
2023-06-11T16:42:37
2023-06-11T16:42:37
184,035,533
19
29
Apache-2.0
2023-07-30T14:23:05
2019-04-29T08:54:54
Java
UTF-8
Java
false
false
2,615
java
import org.jboss.seam.annotations.In; import org.jboss.seam.annotations.Out; import org.jboss.seam.annotations.Name; import org.jboss.seam.ScopeType; @Name("illegal_scope_test") class BijectionIllegalScopeDeclaration { @In(value="blog", create=true) private void setBlog1(Blog blog) {} @In(value="blog",cre...
[ "yuriy.artamonov@jetbrains.com" ]
yuriy.artamonov@jetbrains.com
fb99aa1b7798717e188c55c4d6ba3bc2e360220b
a4a2f08face8d49aadc16b713177ba4f793faedc
/flink-java/src/main/java/org/apache/flink/api/java/io/TupleCsvInputFormat.java
b4d7c5f4f0b86748c0529ceb3b08da577e23757e
[ "BSD-3-Clause", "MIT", "OFL-1.1", "ISC", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wyfsxs/blink
046d64afe81a72d4d662872c007251d94eb68161
aef25890f815d3fce61acb3d1afeef4276ce64bc
refs/heads/master
2021-05-16T19:05:23.036540
2020-03-27T03:42:35
2020-03-27T03:42:35
250,431,969
0
1
Apache-2.0
2020-03-27T03:48:25
2020-03-27T03:34:26
Java
UTF-8
Java
false
false
3,927
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 ...
[ "yafei.wang@transwarp.io" ]
yafei.wang@transwarp.io
6f31bfc74639e54b80dbedb3fe4477f306270a07
f27883bf0aeb2c65c1ea00035aea01059d2d5b37
/src/main/java/ru/patterns/creational/factory/FootballFaculty.java
04605a47ab5ff5e7c1869804ddf23e4266f56688
[ "Apache-2.0" ]
permissive
Sir-Hedgehog/design_patterns
27e73fa83305d3cab903cabee110662379c7d433
c2b3d3355ad6d5e6d487c89a2705f3cbc09a662e
refs/heads/main
2023-05-29T03:55:02.590804
2021-06-02T20:15:10
2021-06-02T20:15:10
300,958,074
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package ru.patterns.creational.factory; /** * @author Sir-Hedgehog (mailto:quaresma_08@mail.ru) * @version 1.0 * @since 03.10.2020 */ public class FootballFaculty implements SportsAcademy { @Override public Sportsman preparesSportsman() { return new FootballPlayer(); } }
[ "mailto:quaresma_08@mail.ru" ]
mailto:quaresma_08@mail.ru
95656a476320a6ab88fe7206929071f68d723238
8534ea766585cfbd6986fd845e59a68877ecb15b
/com/slideme/sam/manager/view/touchme/C1976i.java
de4dfbbc63f032597bf4a71c8082c66787210020
[]
no_license
Shanzid01/NanoTouch
d7af94f2de686f76c2934b9777a92b9949b48e10
6d51a44ff8f719f36b880dd8d1112b31ba75bfb4
refs/heads/master
2020-04-26T17:39:53.196133
2019-03-04T10:23:51
2019-03-04T10:23:51
173,720,526
0
0
null
null
null
null
UTF-8
Java
false
false
613
java
package com.slideme.sam.manager.view.touchme; import android.view.View; import android.view.View.OnClickListener; import com.slideme.sam.manager.R; /* compiled from: ExpandableTextContainer */ class C1976i implements OnClickListener { final /* synthetic */ ExpandableTextContainer f3830a; C1976i(ExpandableTex...
[ "shanzid.shaiham@gmail.com" ]
shanzid.shaiham@gmail.com
ff6dbfd9b02dac1877078e024403fdbfb8fcf06f
a03878f6eb3eb89797a265d5ea55be08bf2295d2
/image-api/src/main/java/consulo/images/editor/ImageFileEditorState.java
43995630644e785fd74fac80a767c6213ccc8f79
[ "Apache-2.0" ]
permissive
consulo/consulo-images
1bc40d846f9ea963acc5267f7c546bd158b6dab0
aa3956c705e17a2833d30aff4332d6a8c0f0a10a
refs/heads/master
2023-09-04T09:23:01.402712
2023-05-12T17:03:40
2023-05-12T17:03:40
13,677,472
0
0
Apache-2.0
2023-01-03T10:26:03
2013-10-18T12:29:11
Java
UTF-8
Java
false
false
3,421
java
/* * Copyright 2000-2012 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
72f25fd834ec43b0dbd0a56a620d15b76b5b9a8f
8e44a9366800872e6147a027b61b9e07636da2ad
/l2j_server/src/main/java/com/l2jserver/gameserver/data/xml/impl/PlayerTemplateData.java
ad86ee008d0a605a48bf42f82bf3268f0c098d6a
[ "MIT" ]
permissive
RollingSoftware/L2J_HighFive_Hardcore
6980a5e0f8111418bdc2739dd9f8b8abbc22aeff
c80436c130c795c590ce454835b9323162bec52b
refs/heads/master
2022-08-18T11:14:45.674987
2022-07-24T09:02:38
2022-07-24T09:02:38
120,417,466
0
0
MIT
2018-02-10T17:38:27
2018-02-06T07:25:26
Java
UTF-8
Java
false
false
6,353
java
/* * Copyright (C) 2004-2016 L2J Server * * This file is part of L2J Server. * * L2J Server is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any ...
[ "zolotaryov.v.g@gmail.com" ]
zolotaryov.v.g@gmail.com
baf50cb714d920f46cebc33aa76905dd5407341e
cde2cc5ddf47cef2de2e03c7fd63028ee02ec34f
/J2SE/session/j2ee/myjdbc/src/firstjdbc/ServiceImpl.java
ebfd7d22b1506e0d8bd23676d7ae4e0c416b177c
[]
no_license
pratyushjava/Java_J2SE_J2EE
e93dd5ec75643149a79334f89e60ac7c56c1c20a
7fadcaa95d5fcba1a616a189dd65707c60572d77
refs/heads/master
2021-01-22T23:25:42.769072
2018-09-10T05:25:26
2018-09-10T05:25:26
85,630,861
0
1
null
null
null
null
UTF-8
Java
false
false
903
java
package firstjdbc; import java.sql.*; public class ServiceImpl implements Service { Createconnection c=new Createconnection(); Connection con; @Override public boolean insrt(Account a) { boolean isCreated=false; try{ con=c.getCon(); PreparedStatement pst=con.prepareStatement(Query.insert); pst.setInt(1,...
[ "pratyus@g.clemson.edu" ]
pratyus@g.clemson.edu
a34f787bb25ab99db963aad7d22587829591d171
092c76fcc6c411ee77deef508e725c1b8277a2fe
/hybris/bin/ext-commerce/commerceservices/src/de/hybris/platform/commerceservices/search/solrfacetsearch/strategies/exceptions/NoValidSolrConfigException.java
1738611d03a4b20508dba0b950d974faf569a4cf
[ "MIT" ]
permissive
BaggaShivanshu2/hybris-bookstore-tutorial
4de5d667bae82851fe4743025d9cf0a4f03c5e65
699ab7fd8514ac56792cb911ee9c1578d58fc0e3
refs/heads/master
2022-11-28T12:15:32.049256
2020-08-05T11:29:14
2020-08-05T11:29:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
913
java
/* * [y] hybris Platform * * Copyright (c) 2000-2016 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
[ "xelilim@hotmail.com" ]
xelilim@hotmail.com
105bcf2c1725bbcd0a412e1573b22f571f417cc1
ddc6a947c1e56465e89d9275ae16d0bad048cb67
/server/SynaptixMyBatis/src/main/java/com/synaptix/mybatis/cache/SynchronizedSynaptixCache.java
b2353c198de6f1687075d1d1382485a7274e5531
[]
no_license
TalanLabs/SynaptixLibs
15ad37af6fd575f6e366deda761ba650d9e18237
cbff7279e1f2428754fce3d83fcec5a834898747
refs/heads/master
2020-03-22T16:08:53.617289
2018-03-07T16:07:22
2018-03-07T16:07:22
140,306,435
1
0
null
null
null
null
UTF-8
Java
false
false
1,596
java
package com.synaptix.mybatis.cache; import java.util.concurrent.locks.ReadWriteLock; class SynchronizedSynaptixCache implements ISynaptixCache { private ISynaptixCache delegate; public SynchronizedSynaptixCache(ISynaptixCache delegate) { this.delegate = delegate; } public String getId() { return delegate.g...
[ "gabriel.allaigre@synaptix-labs.com" ]
gabriel.allaigre@synaptix-labs.com
86ece977bbfc0966b947dfa77f231431680a813a
8063dedc9dfbabbf95a4f29dbedef62bec67439c
/gvr-avatar/app/src/main/java/org/gearvrf/avatardemo/AvatarManager.java
600645019fcd6953c0b764e3e87ec024e20e0943
[]
no_license
NolaDonato/GearVRf-Demos
4ce296f6edc6fc7302bb7596e3548630a3794cd3
ef28146ff3efd528c931cbd153b6d4bc8fc5b14a
refs/heads/master
2020-04-05T14:32:48.885692
2018-12-05T03:15:01
2018-12-05T03:15:01
53,160,807
1
0
null
2018-11-05T21:10:38
2016-03-04T19:37:40
Java
UTF-8
Java
false
false
6,892
java
package org.gearvrf.avatardemo; import android.util.Log; import org.gearvrf.GVRAndroidResource; import org.gearvrf.GVRContext; import org.gearvrf.GVRMain; import org.gearvrf.GVRSceneObject; import org.gearvrf.animation.GVRAnimation; import org.gearvrf.animation.GVRAnimator; import org.gearvrf.animation.GVRAvatar; imp...
[ "m.marinov@samsung.com" ]
m.marinov@samsung.com
51b6b48f01e53ccdcc67c6dc8c19c9f4905d1350
4b1c77cf30378b2c5b7e90e4f4dc41211da2a9c1
/commons/src/main/java/com/nstepa/wc/commons/utils/MD5Encrypt.java
eeaa378c1c0fb38c0775663c6cd2aecb6c2dfe03
[]
no_license
henry201605/mashangdao-server
d6a42c400c00a6933d05e697317ce56bb87925ad
d377ab237e4ddd9686ee717a23c6595480b9fd32
refs/heads/master
2020-04-08T18:07:01.219352
2018-12-11T10:25:05
2018-12-11T10:25:05
159,593,986
0
0
null
null
null
null
UTF-8
Java
false
false
1,230
java
package com.nstepa.wc.commons.utils; public class MD5Encrypt { public static String encrypt(String value) { return byte2hex(byte2hex(value)); } private static String byte2hex(String value) { try { java.security.MessageDigest alg = java.security.MessageDigest .getInstance("MD5"); alg.update(value.ge...
[ "zhangwei2017@unipus.cn" ]
zhangwei2017@unipus.cn
cd3596c43ade22b37852f352fe48152453252293
78044296f15994a250a76cccf75b8eaa35b01504
/rest-model/src/main/java/com/gentics/mesh/core/rest/schema/impl/MicroschemaReferenceImpl.java
a1fe6c97c641240cc8fa10365fbff3ca2339a4ec
[ "Apache-2.0" ]
permissive
reltreug/mesh
b1e6aa9efd3b92c346d055c54c1a14c0fdbb3d08
426d0e7fd76dfb6e277d2db33639caa809e923ff
refs/heads/master
2020-04-30T03:24:02.409602
2019-03-19T20:24:47
2019-03-19T20:24:47
176,585,438
0
0
Apache-2.0
2019-03-19T19:35:10
2019-03-19T19:35:09
null
UTF-8
Java
false
false
865
java
package com.gentics.mesh.core.rest.schema.impl; import com.gentics.mesh.core.rest.common.AbstractNameUuidReference; import com.gentics.mesh.core.rest.schema.MicroschemaReference; /** * POJO that is used to model a microschema reference within a node. Only the name or the uuid of the microschema must be supplie...
[ "j.schueth@gentics.com" ]
j.schueth@gentics.com
eb54230ede3d8e7933b40fc13571532170d1b26e
dee407e7d56c3591e93400685b75900bc91d97fb
/mobileoa2.0/.svn/pristine/0d/0deced1a303595bc298d1f3cbf4eab17763f8142.svn-base
5be74c5934275109ce4ebafe26d276cab5b5575a
[]
no_license
chengyue5923/android-OaCode
20777c4ec319f990e05fd6443f3b5bebde7a57ef
c93b2673be33e203413eba05966d9348dd28f0ca
refs/heads/master
2021-01-14T08:13:49.651060
2017-02-15T05:20:26
2017-02-15T05:20:26
82,023,114
0
0
null
null
null
null
UTF-8
Java
false
false
465
package com.idxk.mobileoa.model.bean; /** * Created by lenovo on 2015/3/9. */ public class CommandListItemBean { public String personName; //显示人名字 public String personUrl; //图片地址 public String personContent; //显示的内容 public String personPraise; //赞 public String personReply; //回复 public String...
[ "chengyue5923@163.com" ]
chengyue5923@163.com
1a7ae6b117bebadb8c0dac306dd742bafcc8afea
a7cbdf02527ab9eafdfbfa64184fdfda58f4133a
/src/main/java/org/wcardinal/controller/data/internal/SQueueIterator.java
b8c11aab07c24cbac6e6adb0f77b3122f41e099e
[ "Apache-2.0" ]
permissive
kagechan/winter-cardinal
d38631be1acbd5b416dd999ae579e87d2fccb20e
8e947c0ae099fc5d00b7bbdd93e786da5b33fe99
refs/heads/master
2022-11-17T00:12:41.241165
2020-03-11T05:30:28
2020-03-11T05:30:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
964
java
/* * Copyright (C) 2019 Toshiba Corporation * SPDX-License-Identifier: Apache-2.0 */ package org.wcardinal.controller.data.internal; import java.util.Iterator; import java.util.Queue; import org.wcardinal.util.thread.AutoCloseableReentrantLock; class SQueueIterator<V> implements java.util.Iterator<V> { final It...
[ "masashi.kojo@toshiba.co.jp" ]
masashi.kojo@toshiba.co.jp
80e931f7799de79c08065933186f0b3b2b5367b1
1ec62a7e351ed029b2141ee01432d2fc8c44f43a
/java/isemba/Applet/j316/j316.java
ccc5ca3a93ad081aaa9f31693813237ba0470e6f
[]
no_license
hataka/codingground
7a1b555d13b8e42320f5f5e4898664191da16a47
53d2b204ae2e0fb13bd6d293e07c68066226e26b
refs/heads/master
2021-01-20T01:34:16.778320
2019-02-02T04:27:14
2019-02-02T04:27:14
89,292,259
0
0
null
null
null
null
UTF-8
Java
false
false
2,392
java
// -*- mode: java -*- Time-stamp: <2009-06-20 17:10:09 kahata> /*==================================================================== * name: j316.java * created : Time-stamp: <09/06/20(土) 15:52:08 hata> * $Id$ * Programmed by kahata * To compile: * To run: JavaAppletApplication * links: http://jubilo.cis.ibara...
[ "kazuhiko.hata@nifty.com" ]
kazuhiko.hata@nifty.com
26bd63c4c70f7dbc93dd428793308d9c35876093
a4d8c26ae319bbf176d5356b26192dc20314550a
/src/main/java/com/cn/leedane/model/ChatBgBean.java
a5e7900e46cf5276aa540c394560a82ac984de53
[]
no_license
sengeiou/leedaneSpringBoot
419e51686ec52e504ebc3a0677ecfec40b69ba2a
7e85b93969a79e06d6e8ad78fab6f313021833dd
refs/heads/master
2023-01-23T02:10:21.351012
2020-05-28T11:38:22
2020-05-28T11:38:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,041
java
package com.cn.leedane.model; /** * 聊天背景的实体bean * @author LeeDane * 2016年7月12日 上午10:40:36 * Version 1.0 */ //@Table(name="T_CHAT_BG") public class ChatBgBean extends RecordTimeBean{ private static final long serialVersionUID = 1L; private String path; //背景图像的路径 private String chatBgDesc ; //聊天背景的描述 p...
[ "825711424@qq.com" ]
825711424@qq.com
a6a169e6fa89d98878fbb5b89a109de3760e0928
947fc9eef832e937f09f04f1abd82819cd4f97d3
/src/apk/androidx/appcompat/app/C.java
8fd0f45dc6f89252b70e32d700543302a1b93eae
[]
no_license
thistehneisen/cifra
04f4ac1b230289f8262a0b9cf7448a1172d8f979
d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a
refs/heads/master
2020-09-22T09:35:57.739040
2019-12-01T19:39:59
2019-12-01T19:39:59
225,136,583
1
0
null
null
null
null
UTF-8
Java
false
false
2,796
java
package androidx.appcompat.app; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.util.TypedValue; import android.view.KeyEvent; import android.view.View; import android.view.ViewGroup.LayoutParams; import b.a.d.b; import b.g.i.C0244e; import b.g.i.C0244e.a; /* compil...
[ "putnins@nils.digital" ]
putnins@nils.digital
c01fbf0e8d9413c15f63c0f2a35bb5d5d8a56f04
5d49e39b3d6473b01b53b1c50397b2ab3e2c47b3
/Enterprise Projects/ips-outward-producer/src/main/java/com/combank/ips/outward/producer/model/camt_052_001/TaxAmount2.java
a51c5bc9a668b05b2615d8edaabd419e6f2047d0
[]
no_license
ThivankaWijesooriya/Developer-Mock
54524e4319457fddc1050bfdb0b13c39c54017aa
3acbaa98ff4b64fe226bcef0f3e69d6738bdbf65
refs/heads/master
2023-03-02T04:14:18.253449
2023-01-28T05:54:06
2023-01-28T05:54:06
177,391,319
0
0
null
2020-01-08T17:26:30
2019-03-24T08:56:29
CSS
UTF-8
Java
false
false
4,739
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 // 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: 2022.0...
[ "thivankawijesooriya@gmail.com" ]
thivankawijesooriya@gmail.com
2890e11a2d936b65b3dcc2fb2526ec59633fcb4a
31b7d2067274728a252574b2452e617e45a1c8fb
/jpa-connector-beehive-bdk/com/oracle/beehive/PerformedOnSortCriteria.java
b16925df1e4d6f92b74a5900216ad26afb7be8b5
[]
no_license
ericschan/open-icom
c83ae2fa11dafb92c3210a32184deb5e110a5305
c4b15a2246d1b672a8225cbb21b75fdec7f66f22
refs/heads/master
2020-12-30T12:22:48.783144
2017-05-28T00:51:44
2017-05-28T00:51:44
91,422,338
0
0
null
null
null
null
UTF-8
Java
false
false
1,143
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.3-hudson-jaxb-ri-2.2.3-3- // 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 o...
[ "eric.sn.chan@gmail.com" ]
eric.sn.chan@gmail.com
8bd8f84415e04eb7765ea6aa814835360ab44ad4
732bd2ab16d6b2fb570c46a3a0c312a5a40bce23
/Apache-Fop/src/main/java/org/apache/fop/afp/AbstractAFPPainter.java
692a3df1ece2a6cbf8608d86fec1a7a71d376c0d
[ "Apache-2.0" ]
permissive
Guronzan/GenPDF
ddedaff22350c387fd7cf04db3c76c0b2c7ba636
b1e2d36fda01fbccd7edce5165a388470396e1dd
refs/heads/master
2016-09-06T08:51:50.479904
2014-05-25T11:35:10
2014-05-25T11:35:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,809
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "guillaume.rodrigues@gmail.com" ]
guillaume.rodrigues@gmail.com
c74475e59a0eb83f995f81befecc0fb2ecb6642e
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/CHART-13b-3-14-PESA_II-WeightedSum:TestLen:CallDiversity/org/jfree/chart/block/BorderArrangement_ESTest_scaffolding.java
3fb826452e7926da3f3d2d6046cdf7744459439c
[]
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
443
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sun Jan 19 16:14:00 UTC 2020 */ package org.jfree.chart.block; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
30cd35cbadff79db3415bf38288867c15d92186a
176e6d0562489a13487c55a1153a384487b6c6a6
/sources/com/google/android/gms/maps/model/StreetViewPanoramaLink.java
fc5f8ed9d728643fe56985bb1c85f41c1dd3d4f5
[]
no_license
Robust-Binaries/PlantNetPlantIdentification_v3.0.2-Extracted
068be5bc2c8b7c0a7c1e37bf46d7dd5638803cb6
bb7b435367232b864aa3b2e96740a4900c91d6ff
refs/heads/master
2020-12-23T22:55:00.284246
2020-01-30T20:34:16
2020-01-30T20:34:16
237,298,297
1
0
null
null
null
null
UTF-8
Java
false
false
2,387
java
package com.google.android.gms.maps.model; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.Objects; import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable; import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter; i...
[ "ingale2273@gmail.com" ]
ingale2273@gmail.com
d4625ac234bf8db046ea03eb6a175a1b229190b2
9926a6a4ac88171c98b07b848f5861728fd18239
/.history/assignment4_1_20211003150316.java
0dca414183e3d6856774903b91bcf17423976ae9
[]
no_license
magikflowz/JavaAssignments
4dadee2f0f23d581f94c998680ab188c1247013c
a4f01f60cedd08dd216841ba98fadac9c09bbe76
refs/heads/master
2023-08-28T13:08:43.877417
2021-11-02T10:47:55
2021-11-02T10:47:55
423,601,478
0
0
null
null
null
null
UTF-8
Java
false
false
3,926
java
/* Programming Assignment 4. CSET 1200. * University of Toledo. * Instructor: Jared Oluoch, Ph.D. * Due Date: Sunday October 3, 2021 at 11:59 PM. * Total Points: 20 */ /* Your program must compile and run to get credit. * If your program does not compile, you may get 0. * If you copy from your classma...
[ "75277480+ImNotMagik@users.noreply.github.com" ]
75277480+ImNotMagik@users.noreply.github.com
beb84d9a7b4d077bd51d886434d400b825fc2cd1
d280800ca4ec277f7f2cdabc459853a46bf87a7c
/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/install/DependencyResolver.java
7b67bedf3d72313be40e4ad04b3646f20a08dd79
[ "Apache-2.0" ]
permissive
qqqqqcjq/spring-boot-2.1.x
e5ca46d93eeb6a5d17ed97a0b565f6f5ed814dbb
238ffa349a961d292d859e6cc2360ad53b29dfd0
refs/heads/master
2023-03-12T12:50:11.619493
2021-03-01T05:32:52
2021-03-01T05:32:52
343,275,523
0
0
null
null
null
null
UTF-8
Java
false
false
1,343
java
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
[ "caverspark@163.com" ]
caverspark@163.com
8cb7a3dc949e5bc954a4fe82f3694fd32050b5a6
502ea93de54a1be3ef42edb0412a2bf4bc9ddbef
/sources/com/google/android/gms/location/C4724l.java
e0c073cdba22d30db4379d91e49571dd7787988b
[]
no_license
dovanduy/MegaBoicotApk
c0852af0773be1b272ec907113e8f088addb0f0c
56890cb9f7afac196bd1fec2d1326f2cddda37a3
refs/heads/master
2020-07-02T04:28:02.199907
2019-08-08T20:44:49
2019-08-08T20:44:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,006
java
package com.google.android.gms.location; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.safeparcel.C3509a; /* renamed from: com.google.android.gms.location.l */ public final class C4724l implements Creator<LocationRequest> { public final /* synthetic ...
[ "pablo.valle.b@gmail.com" ]
pablo.valle.b@gmail.com
d1d46ac81d1503df528b6a57a2cef0b7767ed9f1
ed53c4d93e851d46e963cafb26cb6a3f468dd47c
/extensions/ecs/ecs-weaver/src/arc/ecs/weaver/impl/profile/ProfileVisitor.java
2a3a773c9165756419f21f26c654d4230ea61688
[]
no_license
zonesgame/Arc
0a4ea8cf1c44066e85ffd95cfe52eb1ece1488e7
ea8a0be1642befa535fba717e94c4fc03bd6f8a0
refs/heads/main
2023-06-28T04:21:06.146553
2021-07-26T14:02:35
2021-07-26T14:02:35
384,278,749
0
0
null
null
null
null
UTF-8
Java
false
false
1,105
java
package arc.ecs.weaver.impl.profile; import arc.ecs.weaver.meta.*; import org.objectweb.asm.*; public class ProfileVisitor extends ClassVisitor implements Opcodes{ private ClassMetadata info; public ProfileVisitor(ClassVisitor cv, ClassMetadata info){ super(ASM4, cv); this.info = info; } ...
[ "32406374+zonesgame@users.noreply.github.com" ]
32406374+zonesgame@users.noreply.github.com
3f7dfc4cdf14bbf940e9d8cf1d3001b335ee4072
6504352f86c2e4f7ef16cea3f5b7cc00bba96a33
/WmesWeb/src/com/fsll/wmes/community/vo/CommunityCommentVO.java
37fe4d0d1fdfc933d0fc1fb195b8f5b4273d177e
[]
no_license
jedyang/XFAWealth
1a20c7b4d16c72883b27c4d8aa72d67df4291b9a
029d45620b3375a86fec8bb1161492325f9f2c6c
refs/heads/master
2021-05-07T04:53:24.628018
2017-08-03T15:25:59
2017-08-03T15:25:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,807
java
package com.fsll.wmes.community.vo; import java.util.List; public class CommunityCommentVO { private String id; private String topicId; private String content; private String memberId; private String memberName; private String memberUrl; private String memberType; private String replyId; private String repl...
[ "549592047@qq.com" ]
549592047@qq.com
341c71919deedf0b070ed6c5059d67c19d348f05
4c01c1a8acd7bca86b5dc95476c9ff5c700720ea
/library-project/src/main/java/com/hybrid/libraryproject/service/impl/BookRentalServiceImpl.java
9a7491a4b69473b4d9bd44425ccacf38123f2394
[]
no_license
senka97/library
793e343d7e81bb371d22e995931cf99da7ad1911
a55149534faea049a1f0034d1f2ea2146c7e398e
refs/heads/main
2023-06-17T05:43:52.906181
2021-07-13T19:09:08
2021-07-13T19:09:08
385,707,229
0
0
null
null
null
null
UTF-8
Java
false
false
3,790
java
package com.hybrid.libraryproject.service.impl; import com.hybrid.libraryproject.dto.BookRentalCUDTO; import com.hybrid.libraryproject.exception.BusinessException; import com.hybrid.libraryproject.mapper.BookRentalMapper; import com.hybrid.libraryproject.model.Book; import com.hybrid.libraryproject.model.BookRental; i...
[ "senka.soic@uns.ac.rs" ]
senka.soic@uns.ac.rs
7f2dced7d4ec237fb99aed12087bb9c73597f099
1b6c46ada4641c7a6197c8210845447146f42611
/src/test/java/com/microservice/uaa/web/rest/TestUtil.java
6721d226bf62f905f2031bc640db822085122eb5
[]
no_license
qq281541534/uaa
9a35df37f14ad390a45a9e42957e296eb5aa4d31
b612aa47afcc173e7fd7849d25f2799278be85c7
refs/heads/master
2020-04-11T11:26:43.957553
2018-12-14T07:30:30
2018-12-14T07:30:30
161,748,197
0
0
null
null
null
null
UTF-8
Java
false
false
5,149
java
package com.microservice.uaa.web.rest; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import org.hamcrest.Description; import org.hamcrest.TypeSafeDiagnosingMatcher; import org.springframework.format....
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
0d213f53611a254129d2db5275bdd9e3be31bb22
ca957060b411c88be41dfbf5dffa1fea2744f4a5
/src/org/sosy_lab/cpachecker/cpa/smg/refiner/SMGInterpolant.java
e95058dc06438698b4f9b5dcf99982d051d8e524
[ "Apache-2.0" ]
permissive
45258E9F/IntPTI
62f705f539038f9457c818d515c81bf4621d7c85
e5dda55aafa2da3d977a9a62ad0857746dae3fe1
refs/heads/master
2020-12-30T14:34:30.174963
2018-06-01T07:32:07
2018-06-01T07:32:07
91,068,091
4
6
null
null
null
null
UTF-8
Java
false
false
4,457
java
/* * IntPTI: integer error fixing by proper-type inference * Copyright (c) 2017. * * Open-source component: * * CPAchecker * Copyright (C) 2007-2014 Dirk Beyer * * Guava: Google Core Libraries for Java * Copyright (C) 2010-2006 Google * * */ package org.sosy_lab.cpachecker.cpa.smg.refiner; import com.go...
[ "chengxi09@gmail.com" ]
chengxi09@gmail.com
80e37efe4dabdf9244335b480ef85aed13cc05c9
3fe8e5db53dc425afdb24303f2f6926cade14f04
/user/ezt_hall/src/main/java/com/eztcn/user/eztcn/activity/watch/DeviceListActivity.java
963198571ccc5fbcc4bb6f817f516ba43ecc2967
[]
no_license
llorch19/ezt_user_code
087a9474a301d8d8fef7bd1172d6c836373c2faf
ee82f4bfbbd14c81976be1275dcd4fc49f6b1753
refs/heads/master
2021-06-01T09:40:19.437831
2016-08-10T02:33:35
2016-08-10T02:33:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,696
java
///* // * Copyright (C) 2009 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 // * // * Un...
[ "liangxing@eztcn.com" ]
liangxing@eztcn.com
7b18086d1718136d35ec6afa5e24d53ab64212a6
58df55b0daff8c1892c00369f02bf4bf41804576
/src/hsc.java
2a299069ccae572e41231ed194c6647e01d91b0f
[]
no_license
gafesinremedio/com.google.android.gm
0b0689f869a2a1161535b19c77b4b520af295174
278118754ea2a262fd3b5960ef9780c658b1ce7b
refs/heads/master
2020-05-04T15:52:52.660697
2016-07-21T03:39:17
2016-07-21T03:39:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,544
java
import java.io.Serializable; import java.util.Iterator; public final class hsc implements Serializable { private static final long serialVersionUID = -1654118204678581940L; public hwm a; public hsl b; public hsc() { this(new hwm(), new hsl()); } private hsc(hwm paramhwm, hsl paramhsl) { ...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
b3337467fa5de62a78e3c779325608e762c6fcfe
02cd2722ae6fa330005a8f42c655c0f1c2b1d816
/CCG/src/main/java/com/yukthi/ccg/manager/ConfigurationException.java
dde30094541263bb6e0d879e642a52c5eb76b67c
[]
no_license
pritam285/utils
b201020fdf6f2adc4ac31dedb10be70039503141
302211e49c24ff54be7f62d37b160ccc50a6521d
refs/heads/master
2020-04-05T23:11:54.639378
2016-11-06T08:58:20
2016-11-06T08:58:20
61,019,862
0
0
null
2016-11-06T08:58:21
2016-06-13T08:21:48
Java
UTF-8
Java
false
false
666
java
package com.yukthi.ccg.manager; /** * <BR><BR> * <P> * This exception will be thrown when there is exception in the input XML configuration * data. * </P> * <BR><BR> * @author A. Kranthi Kiran */ public class ConfigurationException extends ManagerException { private static final long serialVers...
[ "akranthikiran@gmail.com" ]
akranthikiran@gmail.com
92f4ab6d19c585f3919993667d160d3659fd2600
c37ef54d151f8e70b6d521575f0b3b300b55525c
/support/cas-server-support-u2f-jpa/src/main/java/org/apereo/cas/config/U2FJpaConfiguration.java
970a89a979dab099812060df58ad4e626fa7bfdc
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
viswatejan/cas
f29c02f4b4ccfe73800012439f06dfdf9e2bffcc
671ffd44cd8ebee06c3815502b73cbd56fa46b5b
refs/heads/master
2020-03-22T18:27:33.912304
2018-07-10T19:36:28
2018-07-10T19:36:28
140,461,569
0
0
Apache-2.0
2018-07-10T16:42:51
2018-07-10T16:42:50
null
UTF-8
Java
false
false
4,064
java
package org.apereo.cas.config; import lombok.val; import com.github.benmanes.caffeine.cache.Caffeine; import com.github.benmanes.caffeine.cache.LoadingCache; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.apereo.cas.CipherExecutor; import org.apereo.cas.adaptors.u2f.storage....
[ "mmoayyed@unicon.net" ]
mmoayyed@unicon.net
d2b6b9839ee5bc89a88ddcf08a7237949930ab40
a8c5b7b04eace88b19b5a41a45f1fb030df393e3
/projects/time-series/src/main/java/com/opengamma/timeseries/precise/instant/InstantDoubleEntryIterator.java
512eb4519675f879f0c98576aebd7868d6a738a0
[ "Apache-2.0" ]
permissive
McLeodMoores/starling
3f6cfe89cacfd4332bad4861f6c5d4648046519c
7ae0689e06704f78fd9497f8ddb57ee82974a9c8
refs/heads/master
2022-12-04T14:02:00.480211
2020-04-28T17:22:44
2020-04-28T17:22:44
46,577,620
4
4
Apache-2.0
2022-11-24T07:26:39
2015-11-20T17:48:10
Java
UTF-8
Java
false
false
889
java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.timeseries.precise.instant; import org.threeten.bp.Instant; import com.opengamma.timeseries.precise.PreciseDoubleEntryIterator; import com.opengamma.timeseri...
[ "stephen@opengamma.com" ]
stephen@opengamma.com
0697f4aa72200ff3b2a37d9faf3e892890821d05
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/ltl-20190510/src/main/java/com/aliyun/ltl20190510/models/AttachDataWithSignatureResponseBody.java
13e91d3edccc62e61d8827bd71a67103397fca26
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
1,707
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.ltl20190510.models; import com.aliyun.tea.*; public class AttachDataWithSignatureResponseBody extends TeaModel { @NameInMap("Code") public Integer code; @NameInMap("Data") public String data; @NameInMap("Message") publ...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
3ce512c8b47495787ccae06fd8a66d9b47c50d6e
7222c03a7a34add822f51511269c7061780ee5a6
/webmail-frontend/gwt/src/fr/aliasource/webmail/client/composer/AttachmentUploadWidget.java
66ca442cb6496d944a939634b350ca78a4260669
[]
no_license
YYChildren/minig
17103eb1170d29930404230f3ce22609cd66c869
9a413a70b9aed485bdc42068bf701db8425963c9
refs/heads/master
2016-09-14T00:28:53.387344
2016-04-13T01:28:08
2016-04-13T01:28:08
56,111,120
0
0
null
null
null
null
UTF-8
Java
false
false
5,540
java
/* ***** BEGIN LICENSE BLOCK ***** * Version: GPL 2.0 * * The contents of this file are subject to the GNU General Public * License Version 2 or later (the "GPL"). * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Lic...
[ "tcataldo@gmail.com" ]
tcataldo@gmail.com
3da05559b81c77f16a9f8b2c0f79636f960261f6
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-89-25-NSGA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/web/Utils_ESTest_scaffolding.java
1bd5cdf94e3aa9a6b7aea205a45701f090b5b66a
[]
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
427
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Apr 03 00:31:26 UTC 2020 */ package com.xpn.xwiki.web; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; @...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
e212adb2cca192da3b120dd36b62b469a525e242
6552244c7ef44150ea74cef7ec801d5a9f7171e9
/app/src/main/java/com/google/android/gms/reminders/internal/ref/DateTimeRef.java
3f32f4645cb1dca5f5a13386ad70cefc7af6878d
[]
no_license
amithbm/cbskeep
c9469156efd307fb474d817760a0b426af8f7c5c
a800f00ab617cba49d1a1bea1f0282c0cde525e7
refs/heads/master
2016-09-06T12:42:33.824977
2015-08-24T15:33:50
2015-08-24T15:33:50
41,311,235
0
0
null
null
null
null
UTF-8
Java
false
false
2,914
java
package com.google.android.gms.reminders.internal.ref; import android.os.Parcel; import com.google.android.gms.common.data.DataHolder; import com.google.android.gms.reminders.model.DateTime; import com.google.android.gms.reminders.model.DateTimeEntity; import com.google.android.gms.reminders.model.Time; public class ...
[ "amithbm@gmail.com" ]
amithbm@gmail.com
a523e61951055751bd18a6079c66d90ac1c52d12
095b0f77ffdad9d735710c883d5dafd9b30f8379
/src/android/support/v4/b/b.java
d4cbc9325b0c7579ddc7febaa55e7211868f9b12
[]
no_license
wubainian/smali_to_java
d49f9b1b9b5ae3b41e350cc17c84045bdc843cde
47cfc88bbe435a5289fb71a26d7b730db8366373
refs/heads/master
2021-01-10T01:52:44.648391
2016-03-10T12:10:09
2016-03-10T12:10:09
53,547,707
1
0
null
null
null
null
UTF-8
Java
false
false
596
java
package android.support.v4.b import java.util.Map; class b extends android.support.v4.b.f{ //instance field final synthetic android.support.v4.b.a a; //init method b(android.support.v4.b.a aa0){ } //ordinary method protected int a(){ } protected int a(Object aObject0){ } protected Object...
[ "guoliang@tigerjoys.com" ]
guoliang@tigerjoys.com
3e46f1a77d2379edd05347a1cce5ae53ee81c558
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Chart/22/org/jfree/data/time/ohlc/OHLCItem_getHighValue_107.java
b61f01d5fd05719ba886c5fcbc4cd4f8e4b5500a
[]
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
369
java
org jfree data time ohlc item repres data form period open high low close ohlc item ohlcitem compar object item comparableobjectitem return high high high gethighvalu ohlc ohlc ohlc object getobject ohlc ohlc high gethi...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
155d0dc1f4add79bb23533eb698716dc35b9ba2e
dfd0c4f472154b65e643b59e13b7f9ddd321860c
/src/me/staartvin/plugins/pluginlibrary/util/Util.java
53fb3071e21c7b17cf38f0fbf38a67a210b541c1
[]
no_license
recon88/PluginLibrary
d9994e1b98d5ccb2f9486dc6fc1a74cfeea58df4
0ab6e6c22d190e8da64264c6095ffcbccfddeddc
refs/heads/master
2021-08-14T05:59:14.462830
2017-11-14T17:46:09
2017-11-14T17:46:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,586
java
package me.staartvin.plugins.pluginlibrary.util; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; /** * Util class * <p> * Date created: 17:38:32 12 aug. 2015 * * @author Staartvin * */ public class Util { /** * Get the name of this food item. * * @param item * ItemStac...
[ "mijnleraar@msn.com" ]
mijnleraar@msn.com
69966dfb0a7bd5ce038cbef3731c70e7fa1f5331
ccf94dcb6b1500fcbbd56964ae8c4832a496b8b3
/java/baiduads-sdk-auto/src/main/java/com/baidu/dev2/api/sdk/campaignfeed/model/CampaignFeedFilter.java
b4000f13a6c115b4febfa02d8dfc1d1a5fc6e9a3
[ "Apache-2.0" ]
permissive
baidu/baiduads-sdk
24c36b5cf3da9362ec5c8ecd417ff280421198ff
176363de5e8a4e98aaca039e4300703c3964c1c7
refs/heads/main
2023-06-08T15:40:24.787863
2023-05-20T03:40:51
2023-05-20T03:40:51
446,718,177
16
11
Apache-2.0
2023-06-02T05:19:40
2022-01-11T07:23:17
Python
UTF-8
Java
false
false
2,912
java
/* * dev2 api schema * 'dev2.baidu.com' api schema * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.baidu.dev2.api.sdk.campaignfeed.model; import java.util.Objects; import java.uti...
[ "jiangyuan04@baidu.com" ]
jiangyuan04@baidu.com
796f1788fb536149a2c14fc521560db43418ca01
06b668ff0ac043e2847abd70786de675e14c2b17
/tsofim-service/src/main/java/com/tsofim/servicers/rabbitService/RabbitService.java
57b6588a5a94e5ebb73dd6c20c0eaadb0822c307
[]
no_license
smilyk/atsarat-briut-microservices
b1c954eedb85abc721728dfaef85dbd5bb0cd9be
eafe29b38eed54aba115fe358b945349bece3adc
refs/heads/master
2023-01-23T21:58:07.985172
2020-11-25T17:34:02
2020-11-25T17:34:02
303,089,552
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.tsofim.servicers.rabbitService; import com.tsofim.dto.EmailDto; import com.tsofim.dto.RabbitDto; import org.springframework.stereotype.Component; @Component public interface RabbitService { void receivedMessage(RabbitDto incomingMessage); void sendToEmailService(EmailDto emailDto); }
[ "smilyk1982@gmail.com" ]
smilyk1982@gmail.com
cdcff3fc4266eef3663e673659d4e724b2723c09
a9dc8d7d1ec02cb809e290aafe8d01b57e3ffbb5
/microservices/product-service/src/test/java/com/github/microservices/core/product/PersistenceTests.java
35f84436943ae13ac835c368fe4171f2b00a6c42
[]
no_license
fabriciolfj/microservices_v2
487a985b5eafe49030f5d7ba1bc71aedbe480145
88a87077e140581f79458e84cc9977934a10dcf6
refs/heads/main
2023-07-19T13:13:45.190271
2021-08-31T22:12:52
2021-08-31T22:12:52
385,767,478
0
0
null
null
null
null
UTF-8
Java
false
false
4,987
java
package com.github.microservices.core.product; import static java.util.stream.IntStream.rangeClosed; import static org.junit.jupiter.api.Assertions.*; import static org.springframework.data.domain.Sort.Direction.ASC; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import org.juni...
[ "fabricio.jacob@outlook.com" ]
fabricio.jacob@outlook.com
9dfa2c9a965bbe36f8c8006e9918f4c65b3a8b51
02219c56cd31319c512f8ad68b1d1742b631a271
/org.eclipse.skalli.view.ext/src/main/java/org/eclipse/skalli/view/ext/Navigator.java
1f0a2452ef5150dd88d8bd3e62facd0c2886ce73
[]
no_license
hannic/skalli
4d0afd8e35555430b1e138bd9d72880efa93f469
2c0ef354437555635949f9f92158936334915f54
refs/heads/master
2021-01-20T23:54:09.312768
2011-10-26T09:50:55
2011-11-04T12:58:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,184
java
/******************************************************************************* * Copyright (c) 2010, 2011 SAP AG and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avai...
[ "michael.ochmann@sap.com" ]
michael.ochmann@sap.com
cd26dd158b7593c445a23dd7d4ba43d32ec6faae
b2b8fac233920fdebd06d1601c3c670490c0da59
/java/nepxion-swing/src/com/nepxion/swing/splash/JCaptionSplashWindow.java
041b7cd1cbdeeb36723af13a956bac4967a31f84
[ "Apache-2.0" ]
permissive
DmytroRybka/nepxion
5af80829bdcf1d738bccbf14a4707fae5b9ce28e
36412c4a59d40bb4a9a7208224e53f2e4e4c55eb
refs/heads/master
2020-04-16T03:37:57.532332
2013-05-29T02:56:01
2013-05-29T02:56:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,058
java
package com.nepxion.swing.splash; /** * <p>Title: Nepxion Swing</p> * <p>Description: Nepxion Swing Repository</p> * <p>Copyright: Copyright (c) 2010</p> * <p>Company: Nepxion</p> * @author Neptune * @email hj_ren@msn.com * @version 1.0 */ import java.awt.BorderLayout; import java.awt.Color; imp...
[ "HaoJun.Ren@4900acfa-993c-71f3-3719-b31e1bbe1dc8" ]
HaoJun.Ren@4900acfa-993c-71f3-3719-b31e1bbe1dc8
e70ed43ab7cf3d9872afbee7320a4226cc66f040
e41507592722fd1549a9b43d7545b4d6d5d256ed
/src/main/java/org/fhir/pojo/ReferralRequestRequesterHelper.java
fc6f1e028ecab4afde3c29a63408264ca25d633e
[ "MIT" ]
permissive
gmai2006/fhir
a91636495409615ab41cc2a01e296cddc64159ee
8613874a4a93a108c8520f8752155449464deb48
refs/heads/master
2021-05-02T07:11:25.129498
2021-02-26T00:17:15
2021-02-26T00:17:15
120,861,248
2
0
null
2020-01-14T22:16:55
2018-02-09T05:29:57
Java
UTF-8
Java
false
false
2,384
java
/* * #%L * FHIR Implementation * %% * Copyright (C) 2018 DataScience 9 LLC * %% * 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 *...
[ "gmai2006@gmail.com" ]
gmai2006@gmail.com
25b51ace78bb8fca63c86d8edf01b79ecc54b41d
50345f0295e8d7c6d063f7c0d06c80eccbb29963
/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/dal/mysql/logger/LoginLogMapper.java
1617fe075125fed97e5d78c26f819da9b7102205
[ "MIT", "Apache-2.0" ]
permissive
YunaiV/ruoyi-vue-pro
68189842441ce0232ce1cffc10fdc109ade7d7a1
ebf4ac1d5a80e2fb31cdd94a10510ad176e910b8
refs/heads/master
2023-08-17T10:34:07.385153
2023-08-11T16:43:12
2023-08-11T16:43:12
332,357,698
21,744
4,192
MIT
2023-09-12T05:06:36
2021-01-24T03:18:25
Java
UTF-8
Java
false
false
2,297
java
package cn.iocoder.yudao.module.system.dal.mysql.logger; import cn.iocoder.yudao.framework.common.pojo.PageResult; import cn.iocoder.yudao.framework.mybatis.core.mapper.BaseMapperX; import cn.iocoder.yudao.framework.mybatis.core.query.LambdaQueryWrapperX; import cn.iocoder.yudao.module.system.controller.admin.logger.v...
[ "zhijiantianya@gmail.com" ]
zhijiantianya@gmail.com
7139477a8dd4af5c92728e83ab5014ae3ba7a595
3f223c22d2a0c19da2746217268721a98d3333e4
/app/src/main/java/com/xdk/develop/df/teacherpart/data/StudentsSendMessage.java
bf781678980c527ba5bc214d69b758f36f446414
[]
no_license
dajiashifennanshou/teacherPart
e9d9155407bbc8af2c217fc6b21496f122e766b9
7cfd105dab62d327d3765517db0e99da6ffc8d21
refs/heads/master
2021-09-03T03:43:47.208362
2018-01-05T08:48:46
2018-01-05T08:48:46
116,363,166
0
0
null
null
null
null
UTF-8
Java
false
false
1,025
java
package com.xdk.develop.df.teacherpart.data; import java.io.Serializable; import java.util.ArrayList; public class StudentsSendMessage implements Serializable{ private ArrayList<CurrentUser> users; private String issuer, issuedate, motif, content, validdate; public ArrayList<CurrentUser> getUsers() { return user...
[ "773983978@qq.com" ]
773983978@qq.com
69d06bad4e9e224e9f4ab4040d19305bf9a512ac
4d6f449339b36b8d4c25d8772212bf6cd339f087
/netreflected/src/Framework/System.Windows.Forms,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/windows/forms/AccessibleNavigation.java
52f38b471260f18992d8e54a69385ac559d12999
[ "MIT" ]
permissive
lvyitian/JCOReflector
299a64550394db3e663567efc6e1996754f6946e
7e420dca504090b817c2fe208e4649804df1c3e1
refs/heads/master
2022-12-07T21:13:06.208025
2020-08-28T09:49:29
2020-08-28T09:49:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,243
java
/* * MIT License * * Copyright (c) 2020 MASES s.r.l. * * 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, cop...
[ "mario.mastrodicasa@masesgroup.com" ]
mario.mastrodicasa@masesgroup.com
3fbc70651891236f01ba505db2f9a12a4bdc9954
0348bc8d7e7454840fccc9c91f621a5a232b71c5
/sources/com/google/android/gms/internal/ea.java
a768aa6825b62296c53837cc49440a4ae241dfff
[]
no_license
nhannguyen95/jump-monster
c5927a0f0bd2b4c96a10f9ee5dcc0e8e5717aebe
8b7debabfe06cdd4d7cdbcb6253167acd6aea9fd
refs/heads/master
2020-05-03T07:42:02.128702
2019-03-30T03:47:19
2019-03-30T03:47:19
178,505,506
0
0
null
null
null
null
UTF-8
Java
false
false
6,631
java
package com.google.android.gms.internal; import android.net.Uri; import android.webkit.WebView; import android.webkit.WebViewClient; import java.util.HashMap; import java.util.Map; public class ea extends WebViewClient { protected final dz lC; private final Object li = new Object(); private az mF; pri...
[ "nhannguyenmath95@gmail.com" ]
nhannguyenmath95@gmail.com
e2c5f94d2f44018579980bb64dccd057ebf84353
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5751500831719424_0/java/junior94/A.java
068ab664bf5782902c7fa17adf25fcec54d144eb
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
Java
false
false
4,455
java
import java.io.*; import java.util.StringTokenizer; public class A { public static Reader in = new Reader(); public static Writer out = new Writer(); public static void main(String[] args) { final int T = in.readInt(); for(int t=1; t<=T; t++) { int N = in.readInt(); String[] string...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
e58cfe8efbac252dceaba60eafda8f98b664afb9
c5f0b9a449b0e22ad87a05f2a4d7a010ed167cb3
/3_implementation/src/net/hudup/core/alg/MemoryBasedAlgRemote.java
2ccc3b62c29b47d2c45d2ea3f7b2c417bdf4b821
[ "MIT" ]
permissive
sunflowersoft/hudup-ext
91bcd5b48d84ab33d6d8184e381d27d8f42315f7
cb62d5d492a82f1ecc7bc28955a52e767837afd3
refs/heads/master
2023-08-03T12:25:02.578863
2023-07-21T08:23:52
2023-07-21T08:23:52
131,940,602
0
0
null
null
null
null
UTF-8
Java
false
false
448
java
/** * HUDUP: A FRAMEWORK OF E-COMMERCIAL RECOMMENDATION ALGORITHMS * (C) Copyright by Loc Nguyen's Academic Network * Project homepage: hudup.locnguyen.net * Email: ng_phloc@yahoo.com * Phone: +84-975250362 */ package net.hudup.core.alg; /** * This interface indicates a remote memory-based algorithm. * * @au...
[ "ngphloc@gmail.com" ]
ngphloc@gmail.com
1436a3e588656ff31f979a21b723d02025d6c092
ca8ffc48d3b25f50c68b1b9c92ecd012aa1ec5a1
/src/main/java/com/cloudera/crunch/impl/mr/collect/PTableBase.java
7c27cd97a9e6c9139e817bd3f00212cc68c77052
[ "Apache-2.0" ]
permissive
brockn/crunch
1bbc1a08e85873110a8c1ae34ee8e4a262cdbb79
75fea5602c4b8eb14a3de6b786172b83419ac843
refs/heads/master
2021-01-18T10:01:11.319070
2011-10-17T18:45:49
2011-10-17T18:45:49
2,595,659
0
1
null
null
null
null
UTF-8
Java
false
false
1,876
java
/** * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. * * Cloudera, Inc. licenses this file to you 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/LIC...
[ "jwills@cloudera.com" ]
jwills@cloudera.com
0283736cf29ef2889fd2f3ee821468dd99705fe9
5da904713893fec40ca210380cdec6c0b0a00f09
/UnicodeBlock/src/java/example/MainPanel.java
fe8414a736c4e9afd29d9b008436247bc9b6ad34
[ "MIT" ]
permissive
aterai/java-swing-tips
27379a0242e5b7d72ccc0af95a12c45b4a1b77f6
6941415d3b245aa655522a0ed998a7f50cb2ea95
refs/heads/master
2023-09-04T02:36:19.294995
2023-09-03T16:51:35
2023-09-03T16:51:35
23,829,681
521
184
MIT
2023-09-03T02:05:16
2014-09-09T10:51:59
Java
UTF-8
Java
false
false
2,406
java
// -*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: // @homepage@ package example; import java.awt.*; import java.util.Objects; import javax.swing.*; import javax.swing.text.BadLocationException; import javax.swing.text.Document; public final class MainPanel extends JPanel { private MainPanel() { ...
[ "aterai@outlook.com" ]
aterai@outlook.com
7af75f13940e1cc9215a95a58f3209779d907bc7
93afef3b6b074de67578fb70db227bc4c27ae042
/camera/src/main/java/com/camera/utils/CheckPermission.java
4a1af47208bc1c8957afae3778120eee083c3898
[]
no_license
wisn-mirror/WeChatCamera
87c425f439d964e8deccc6a642b899f8d5ffdf04
7c0bd1e535b91d760b3c99da75fb23559d62f459
refs/heads/master
2020-04-12T18:16:14.244809
2018-12-30T15:32:50
2018-12-30T15:32:50
162,674,631
0
0
null
null
null
null
UTF-8
Java
false
false
3,217
java
package com.camera.utils; import android.hardware.Camera; import android.media.AudioFormat; import android.media.AudioRecord; import android.media.MediaRecorder; import android.util.Log; /** * Created by Wisn on 2018/12/21 下午1:40. */ public class CheckPermission { public static final int STATE_RECORDING = -1; ...
[ "wuyishun_kmk@outlook.com" ]
wuyishun_kmk@outlook.com
ea6d0870395a2b7ab8518dfd40f5ab9b06f5738c
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava13/Foo43.java
155c7b98ed075cc6e792f8c967f3f854c7060924
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package applicationModulepackageJava13; public class Foo43 { public void foo0() { new applicationModulepackageJava13.Foo42().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { foo3(); } public void f...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
108215fd6c8f1f9eb174ada974c62a595223f443
bb45ca5f028b841ca0a08ffef60cedc40090f2c1
/app/src/main/java/io/netty/handler/codec/http/QueryStringEncoder.java
570ddbab0056f4b4d2ff621ce62a436f96360f36
[]
no_license
tik5213/myWorldBox
0d248bcc13e23de5a58efd5c10abca4596f4e442
b0bde3017211cc10584b93e81cf8d3f929bc0a45
refs/heads/master
2020-04-12T19:52:17.559775
2017-08-14T05:49:03
2017-08-14T05:49:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,372
java
package io.netty.handler.codec.http; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URISyntaxException; import java.net.URLEncoder; import java.nio.charset.Charset; import java.nio.charset.UnsupportedCharsetException; import java.util.ArrayList; import java.util.List; public class Q...
[ "18631616220@163.com" ]
18631616220@163.com
343c2e126ef483b59cbb121e80be7a2d5e08ba87
5b2c309c903625b14991568c442eb3a889762c71
/classes/android/support/v4/a/ap.java
7c203b8c45cdaccc76e8ab8ec2bc840b957b16c8
[]
no_license
iidioter/xueqiu
c71eb4bcc53480770b9abe20c180da693b2d7946
a7d8d7dfbaf9e603f72890cf861ed494099f5a80
refs/heads/master
2020-12-14T23:55:07.246659
2016-10-08T08:56:27
2016-10-08T08:56:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
259
java
package android.support.v4.a; abstract interface ap { public abstract void a(bn parambn); } /* Location: E:\apk\xueqiu2\classes-dex2jar.jar!\android\support\v4\a\ap.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */
[ "1776098770@qq.com" ]
1776098770@qq.com
fd1216f2e88bfe712d02a592accbd20a10860b7f
ef8f4e117d4896e0f75b0eb5a9c529bc0e854f2f
/game-utils/src/main/java/com/wjybxx/fastjgame/net/rpc/NetMessageType.java
00a1bb33c629dc63f40d749fe74c59f78766f479
[ "Apache-2.0" ]
permissive
Fighting-Lee/fastjgame
0ae8f8224c7853fba3652084e16671ab651b836e
3cc9dd87e61a6a5ccf9159d4d6a90262d3abe18d
refs/heads/master
2023-03-08T23:40:02.046799
2021-03-01T05:35:41
2021-03-01T05:35:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,672
java
/* * Copyright 2019 wjybxx * * 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...
[ "845740757@qq.com" ]
845740757@qq.com
91d9a91f4b644a5467f733a3fd93612f72574cd3
0c21777557f347ae4ac1b3197d1f7c28e05aed1b
/org/jcodec/ScalingList.java
5e3631f9aaef544e51dbdd425e505e497cf4e7c4
[]
no_license
dmisuvorov/HappyFresh.Android
68421b90399b72523f398aabbfd30b61efaeea1f
242c5b0c006e7825ed34da57716d2ba9d1371d65
refs/heads/master
2020-04-29T06:47:34.143095
2016-01-11T06:24:16
2016-01-11T06:24:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,758
java
package org.jcodec; public class ScalingList { public int[] scalingList; public boolean useDefaultScalingMatrixFlag; public static ScalingList read(BitReader paramBitReader, int paramInt) { ScalingList localScalingList = new ScalingList(); localScalingList.scalingList = new int[paramInt]; int j ...
[ "michael@MJSTONE-MACBOOK.local" ]
michael@MJSTONE-MACBOOK.local
9af6fe88667515c04237a20d3c7347ee21dda77f
45d1e88d4275045417b1128b1978bb277de4136c
/A03.DesignPattern/B01.TheZenOfDesignPatterns/src/main/java/com/book/study/zen/chapter29/demod/Client.java
9ffbdde228dcc35e028d3182f84c4c52d5686f26
[ "Apache-2.0" ]
permissive
huaxueyihao/NoteOfStudy
2c1f95ef30e264776d0bbf72fb724b0fe9aceee4
061e62c97f4fa04fa417fd08ecf1dab361c20b87
refs/heads/master
2022-07-12T04:11:02.960324
2021-01-24T02:47:54
2021-01-24T02:47:54
228,293,820
0
0
Apache-2.0
2022-06-21T03:49:20
2019-12-16T03:19:50
Java
UTF-8
Java
false
false
357
java
package com.book.study.zen.chapter29.demod; public class Client { public static void main(String[] args) { // 定义一个实现化角色 Implementor imp = new ConcreteImplementor1(); // 定义一个抽象化角色 Abstraction abs = new RefinedAbstraction(imp); // 执行行文 abs.request(); } }
[ "837403116@qq.com" ]
837403116@qq.com
4b6e99f373255a4eb9efa58a24d0f172537232f7
8f32b0fbacd0e2f58e367225a926755b5cb7473e
/type-alias-axon-serializer-integration-test/src/main/java/org/alias/axon/serializer/example/messaging/axon/EventProcessingServiceAdapter.java
d6da81ebe7a319b206f1fb436cb1c06ce087959c
[ "Apache-2.0" ]
permissive
JohT/alias
60038af52852f6ffb592d8904c87e3e7fd33557b
ed2072dbbcd2982677ee3e1af5a9d060d21f9dbe
refs/heads/master
2023-08-21T22:14:38.756410
2023-08-16T00:28:59
2023-08-16T03:42:13
179,568,092
8
2
Apache-2.0
2023-09-13T04:49:16
2019-04-04T19:58:45
Java
UTF-8
Java
false
false
2,434
java
package org.alias.axon.serializer.example.messaging.axon; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.concurrent.ThreadFactory; import java.util.concurrent.TimeUnit; import java....
[ "johnnyt@gmx.at" ]
johnnyt@gmx.at
0d983bc04454c705273710ad0d1e28506f574457
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/elastic--elasticsearch/b3c71c1e3ad8b3c2516b0898dbaa696b69cb7abb/before/ENull.java
f5cdd3fd9055d27b08de5e919d0bfe744d7f343e
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
1,828
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
aab953a64a4d0e1715113822685d54e945ba46a8
a433b33a1507957d71184a289aebbd17cef105ba
/amituofo-java-sdk-xfs-objectstorage-azure/src/main/java/com/amituofo/xfs/plugin/fs/objectstorage/azure/blobs/item/BlobContainerspace.java
8e07094b60acad6f4b7a3de6e58152d95a26e8f1
[ "Apache-2.0" ]
permissive
pineconehouse/amituofo-java-sdk-xfs
89003a24bcd16e4b12e5167455f3c53d9a8fe34a
b3bb7db93dc045ed4ccf1bb41259ddaeb9dc2710
refs/heads/main
2023-03-26T11:16:08.833073
2021-03-24T04:08:14
2021-03-24T04:08:14
350,547,943
1
0
null
null
null
null
UTF-8
Java
false
false
5,006
java
package com.amituofo.xfs.plugin.fs.objectstorage.azure.blobs.item; import java.util.Iterator; import java.util.Locale; import com.amituofo.common.define.HandleFeedback; import com.amituofo.common.ex.ServiceException; import com.amituofo.common.util.StringUtils; import com.amituofo.common.util.URLUtils; import com.ami...
[ "hs_china@126.com" ]
hs_china@126.com