This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ul> | |
<li data-path="https://archive.org/download/ynxtt001_202008/Ch%C6%B0%C6%A1ng%201.mp3" data-title="Chương 1" data-thumbpath="https://archive.org/download/ynxtt001_202008/Ch%C6%B0%C6%A1ng%201.png" data-downloadable="yes"/> | |
<li data-path="https://archive.org/download/ynxtt001_202008/Ch%C6%B0%C6%A1ng%202.mp3" data-title="Chương 2" data-thumbpath="https://archive.org/download/ynxtt001_202008/Ch%C6%B0%C6%A1ng%202.png" data-downloadable="yes" data-is-private="no" data-buy-url="buyCustomFunction();"/> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<files> | |
<file name="YNXTT_archive.torrent" source="metadata"> | |
<btih>3369566197e8dba0af3a02075bac2b8bd66854ee</btih> | |
<mtime>1596133962</mtime> | |
<size>7901</size> | |
<md5>009ddbfe65c6bc6739ae1cdde1f5cd7a</md5> | |
<crc32>3da86488</crc32> | |
<sha1>1070892410626a40d16711ba19d75f8c2d5a8139</sha1> | |
<format>Archive BitTorrent</format> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEBVTT | |
1 | |
00:00:01.570 --> 00:00:03.060 | |
Tin tức bất tận. | |
2 | |
00:00:03.180 --> 00:00:04.650 | |
Quý vị đang xem 1080 GCR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $HOME/.android/debug.keystore azul.apk androiddebugkey # password: android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
move-result-object v0 | |
const-string v1, "\u00a0" | |
const-string v2, "" | |
invoke-virtual {v0, v1, v2}, Ljava/lang/String;->replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public long removerSeparadoresDeValor(final BigDecimal bigDecimal) { | |
final DecimalFormat decimalFormat = (DecimalFormat)NumberFormat.getCurrencyInstance(new Locale("pt", "BR")); | |
decimalFormat.setMaximumFractionDigits(2); | |
final DecimalFormatSymbols decimalFormatSymbols = decimalFormat.getDecimalFormatSymbols(); | |
decimalFormatSymbols.setCurrencySymbol(""); | |
decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); | |
return Long.valueOf(decimalFormat.format(bigDecimal).replace(".", "").replace(",", "").trim()); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NumberFormatException: For input string: " 5519" | |
at java.lang.Long.parseLong(Long.java:594) | |
at java.lang.Long.valueOf(Long.java:808) | |
at br.com.voeazul.controller.comprapassagem.CompraPassagemController.removerSeparadoresDeValor(CompraPassagemController.java:2982) | |
at br.com.voeazul.controller.comprapassagem.CompraPassagemController.actionGetPaymentInstallmentInfo(CompraPassagemController.java:1922) | |
at br.com.voeazul.controller.comprapassagem.CompraPassagemController.actionApplyPromotionCode(CompraPassagemController.java:1830) | |
at br.com.voeazul.fragment.comprapassagem.CompraPassagemPagamentoFragment$2$1.onItemSelected(CompraPassagemPagamentoFragment.java:240) | |
at android.widget.AdapterView.fireOnSelected(AdapterView.java:944) | |
at android.widget.AdapterView.dispatchOnItemSelected(AdapterView.java:933) | |
at android.widget.AdapterView.access$300(AdapterView.java:53) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'xxxxxxxx0000'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'xxxxxxxx0000'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function new_excerpt_more( $more ) { | |
return '<br><br>'.'<button style="background:#ee6262;color:#fff;border-radius:20px;">Đọc tiếp</button>'; | |
} | |
add_filter('excerpt_more', 'new_excerpt_more'); |
NewerOlder