repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/base/internal/Buffers.java
/* * Copyright by 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 applicable ...
4,778
39.5
116
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/base/internal/FutureUtils.java
/* * Copyright by 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 applicable ...
7,091
39.295455
143
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/NioClientManager.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
8,512
40.935961
164
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/package-info.java
/* * Copyright by 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 applicable...
957
42.545455
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/StreamConnectionFactory.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,108
31.617647
91
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/AbstractTimeoutHandler.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
2,611
35.277778
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/MessageWriteTarget.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,296
33.131579
102
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/NioClient.java
/* * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
4,888
34.948529
121
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/BlockingClientManager.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
3,839
34.229358
128
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/FilterMerger.java
/* * Copyright by 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 applicable...
5,777
45.97561
132
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/BlockingClient.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
7,701
44.845238
154
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/ClientConnectionManager.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,720
38.113636
135
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/NioServer.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
5,398
38.123188
121
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/StreamConnection.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
2,804
40.865672
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/ConnectionHandler.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
11,151
42.5625
165
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/TimeoutHandler.java
/* * Copyright by 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 applicable ...
1,846
37.479167
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/SocketTimeoutTask.java
/* * Copyright by 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 applicable ...
3,350
33.90625
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/package-info.java
/* * Copyright by 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 applicable...
738
35.95
80
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/MultiplexingDiscovery.java
/* * Copyright 2014 Mike Hearn * Copyright 2015 Andreas Schildbach * * 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 requi...
6,738
41.383648
138
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/SeedPeers.java
/* * Copyright by 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 applicable ...
4,281
32.193798
116
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/PeerDiscovery.java
/* * Copyright 2011 John Sample. * Copyright 2015 Andreas Schildbach * * 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 req...
1,894
34.092593
132
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/DnsDiscovery.java
/* * Copyright 2011 John Sample * Copyright 2014 Andreas Schildbach * * 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 requ...
5,561
39.014388
122
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/net/discovery/PeerDiscoveryException.java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,092
27.763158
75
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/AppDataDirectory.java
/* * Copyright by 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 applicable ...
3,329
36
118
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BtcFormat.java
/* * Copyright 2014 Adam Mackler * * 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 ...
85,200
52.283927
125
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/package-info.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 * distribute...
821
42.263158
114
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ContextPropagatingThreadFactory.java
/* * Copyright by 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 applicable...
2,076
31.968254
101
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/TaggableObject.java
/* * Copyright by 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 applicable...
2,658
44.067797
120
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BtcFixedFormat.java
/* * Copyright 2014 Adam Mackler * * 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 ...
7,992
44.158192
108
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java
/* * Copyright by 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 applicable...
1,408
30.311111
88
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java
/* * Copyright by 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 applicable...
1,940
28.409091
90
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ExchangeRate.java
/* * Copyright 2014 Andreas Schildbach * * 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...
3,796
38.14433
115
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BtcAutoFormat.java
/* * Copyright 2014 Adam Mackler * * 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 ...
9,853
47.541872
112
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BriefLogFormatter.java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
3,326
35.966667
116
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ListenableCompletionStage.java
/* * Copyright by 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 applicable ...
1,602
39.075
153
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ListenerRegistration.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,606
31.795918
104
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/Threading.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
8,342
42.005155
152
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ExponentialBackoff.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
4,082
33.601695
121
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/VersionTally.java
/* * Copyright 2015 Ross Nicoll. * * 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 t...
4,091
30.96875
84
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/ListenableCompletableFuture.java
/* * Copyright by 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 applicable ...
3,709
40.685393
118
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/utils/BlockFileLoader.java
/* * Copyright 2012 Matt Corallo. * * 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...
7,425
34.874396
124
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/package-info.java
/* * Copyright by 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 applicable...
752
36.65
101
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptPattern.java
/* * Copyright 2017 John L. Jegutanis * Copyright 2018 Andreas Schildbach * * 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 * * Unles...
12,145
40.738832
130
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/Script.java
/* * Copyright 2011 Google Inc. * Copyright 2012 Matt Corallo. * Copyright 2014 Andreas Schildbach * Copyright 2017 Nicola Atzei * * 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 * * ...
93,907
49.981542
186
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptBuilder.java
/* * Copyright 2013 Google Inc. * Copyright 2018 Nicola Atzei * Copyright 2019 Andreas Schildbach * * 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/license...
23,710
37.243548
124
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptException.java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,098
26.475
75
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptOpCodes.java
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
11,776
35.348765
110
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptError.java
/* * Copyright 2017 Nicola Atzei * * 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 ...
3,773
34.271028
94
java
bitcoinj
bitcoinj-master/core/src/main/java/org/bitcoinj/script/ScriptChunk.java
/* * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
6,322
33.36413
123
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/FetchTransactions.java
/* * Copyright 2012 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
2,469
36.424242
102
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/ForwardingService.java
/* * Copyright by 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 applicable ...
8,274
43.972826
140
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/RefreshWallet.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
2,489
36.727273
115
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/DumpWallet.java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
1,119
29.27027
86
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java
/* * Copyright by 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 applicable...
1,913
40.608696
142
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/PrintPeers.java
/* * Copyright 2011 John Sample. * * 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 ...
5,114
41.272727
102
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/SendRequest.java
/* * Copyright by 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 applicable...
3,994
48.320988
204
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/GenerateLowSTests.java
/* * Copyright 2015 Ross Nicoll. * Copyright 2019 Andreas Schildbach * * 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 r...
7,979
43.831461
142
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java
/* * Copyright by 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 applicable...
2,430
36.984375
120
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/Kit.java
/* * Copyright by 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 applicable...
4,571
52.788235
238
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/FetchBlock.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
3,551
40.788235
155
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/PeerMonitor.java
/* * Copyright 2012 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
12,991
37.898204
120
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/RestoreFromSeed.java
/* * Copyright by 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 applicable...
4,708
48.052083
227
java
bitcoinj
bitcoinj-master/examples/src/main/java/org/bitcoinj/examples/PrivateKeys.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
4,032
41.452632
119
java
bitcoinj
bitcoinj-master/wallettool/src/test/java/org/bitcoinj/wallettool/WalletToolTest.java
/* * Copyright by 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 applicable ...
3,223
27.785714
109
java
bitcoinj
bitcoinj-master/wallettool/src/main/java/org/bitcoinj/wallettool/WalletTool.java
/* * Copyright 2012 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
61,736
46.710201
363
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/overlay/OverlayableStackPaneController.java
/* * Copyright by 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 applicable ...
4,729
35.666667
116
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/overlay/OverlayController.java
/* * Copyright by 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 applicable ...
1,063
37
145
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/application/AppDelegate.java
/* * Copyright by 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 applicable ...
1,285
34.722222
89
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/application/WalletApplication.java
/* * Copyright by 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 applicable ...
7,872
37.404878
163
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/application/MainWindowController.java
/* * Copyright by 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 applicable ...
1,386
32.02381
116
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/GuiUtils.java
/* * Copyright by 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 applicable...
7,305
36.854922
129
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/BitcoinUIModel.java
/* * Copyright by 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 applicable...
3,003
32.752809
97
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/QRCodeImages.java
/* * Copyright by 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 applicable ...
2,510
31.61039
82
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/KeyDerivationTasks.java
/* * Copyright by 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 applicable...
4,040
36.416667
111
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/ThrottledRunLater.java
/* * Copyright by 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 applicable...
2,076
33.04918
105
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/AlertWindowController.java
/* * Copyright by 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 applicable...
1,777
35.285714
103
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/WTUtils.java
/* * Copyright by 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 applicable...
2,312
25.586207
77
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/TextFieldValidator.java
/* * Copyright by 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 applicable...
1,922
35.283019
99
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/easing/EasingMode.java
/* * The MIT License (MIT) * * Copyright (c) 2013, Christian Schudt * * 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...
1,371
36.081081
80
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/easing/ElasticInterpolator.java
/* * The MIT License (MIT) * * Copyright (c) 2013, Christian Schudt * * 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...
6,160
35.455621
987
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/utils/easing/EasingInterpolator.java
/* * The MIT License (MIT) * * Copyright (c) 2013, Christian Schudt * * 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...
3,673
30.401709
100
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/controls/NotificationBarPane.java
/* * Copyright by 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 applicable...
5,300
32.764331
120
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/controls/BitcoinAddressValidator.java
/* * Copyright by 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 applicable...
2,210
35.245902
114
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/org/bitcoinj/walletfx/controls/ClickableBitcoinAddress.java
/* * Copyright by 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 applicable...
6,365
36.447059
191
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/Main.java
/* * Copyright by 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 applicable...
1,737
28.457627
87
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java
/* * Copyright by 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 applicable...
9,107
43
192
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/MainController.java
/* * Copyright by 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 applicable...
7,085
41.178571
138
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/WalletTemplate.java
/* * Copyright by 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 applicable ...
1,673
33.163265
113
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java
/* * Copyright by 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 applicable...
6,204
41.5
195
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java
/* * Copyright by 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 applicable...
5,777
39.125
192
java
bitcoinj
bitcoinj-master/wallettemplate/src/main/java/wallettemplate/SendMoneyController.java
/* * Copyright by 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 applicable...
6,237
42.929577
187
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/core/FilteredBlockAndPartialMerkleTreeTest.java
/* * Copyright 2012 Matt Corallo * Copyright 2014 Andreas Schildbach * * 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 req...
22,748
85.828244
6,700
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/core/PeerTest.java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
40,629
44.857788
134
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/core/TransactionBroadcastTest.java
/* * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
11,539
43.045802
125
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/core/PeerGroupTest.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
40,379
44.218365
137
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/testing/TestWithNetworkConnections.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
10,796
39.897727
158
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/testing/TestWithPeerGroup.java
/* * Copyright 2012 Matt Corallo. * * 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...
7,795
41.835165
154
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/testing/InboundMessageQueuer.java
/* * Copyright by 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 applicable...
2,359
32.239437
104
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/examples/ForwardingServiceTest.java
/* * Copyright by 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 applicable ...
2,150
32.609375
111
java
bitcoinj
bitcoinj-master/integration-test/src/test/java/org/bitcoinj/kits/WalletAppKitTest.java
/* * Copyright by 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 applicable ...
2,560
29.855422
106
java