<< < 53 54 55 56 57 58 59 60 61 62 63 > >>   ∑:8899  Sort:Date

Exporting Root Certificate to File from Google Chrome
This section provides a tutorial example on how to export a trusted root CA certificate pre-installed in Google Chrome into a certificate file in Base-64 encoded X.509 format.
2022-10-01, ∼862🔥, 0💬

Archived: blockexplorer.com API - Get Transaction Data
This section describes how to get transaction data with blockexplorer.com API.
2020-03-25, ∼861🔥, 2💬

💬 2020-03-25 Herong: Chandana, do you know the transaction id?

💬 2020-03-21 Chandana De Silva: I need to know how to find "rawtx" of Bitcoin transaction. sisilchandana@gmail.com

2800: Braille Patterns
This section provides a quick summary of the Unicode code point block: 'Braille Patterns', which contains 256 code points to represent Braille characters used in Braille writings.
2024-01-23, ∼860🔥, 0💬

UTF-32BE Encoding
This section provides a quick introduction of the UTF-32BE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2023-11-04, ∼860🔥, 7💬

💬 2023-11-04 bara: REDACTED

中国年历 - 2011年至2020年
本章列出了2011年至2020年之间十年年历。
2023-04-26, ∼860🔥, 3💬

💬 2023-04-26 ronaldo: think you,very very good!

💬 2023-04-26 ronaldo: ronaldo

💬 2023-04-26 ronaldo: 哈哈,终于找到了

Data Type "Variant()" - Array of Variant Values
This section describes the array data type, Variant(). A tutorial example is provided to show how TypeName() and VarType() functions work on array values.
2022-10-01, ∼860🔥, 0💬

Merge Sort - Implementation in PHP
This section provides a tutorial on how to implement the Merge Sort algorithm in PHP.
2021-04-24, ∼860🔥, 2💬

💬 2021-04-24 Herong: Hubert, good point. Thanks!

💬 2021-04-20 Hubert Christiaen: The argument called toIndex is not the highest index of the array as the name suggests, but the number of elements. Hence the fo...

"fop" Command and Options
This section provides a tutorial on how to run the 'fop' command and use its options for taking input files and generating output files.
2022-10-01, ∼859🔥, 0💬

bitcoin-qt - Wallet and Receiving Addresses
This section describes how to view wallet and receiving addresses on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼859🔥, 0💬

Archived: IE 8 Displaying Certificate Error Page
This section provides a tutorial example showing that IE 8 fails to validate an HTTPS server certificate and displays a certificate error page.
2018-10-06, ∼858🔥, 2💬

💬 2018-10-06 Herong: Onur, Maybe the auto-install root CA certificate function has been turned off on your Win7 system. But you can always do it manu...

💬 2018-09-25 Onur: I use IE8 with Win7 x64 and i got SSL certificate error while accessing sites issued with Digicert Global Root CA "G2" certifica...

SWF File Example - rectangle.swf
This section provides a tutorial example of SWF files, rectangle.swf, showing a rectangle with 5 tags.
2018-08-21, ∼858🔥, 1💬

Perl Scripts Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing Perl scripts communicating with HTTPS servers. Topics include using LWP library without Crypt::SSLeay; installing Crypt::SSLeay module; using setting HTTPS_CA_FILE environment variable to verify server's certificates; concatenating mu...
2022-10-01, ∼857🔥, 0💬

中国农历规则
本节介绍了农历基本规则。农历以天文月为基础,十二个月为一年。 同时又以天文年为基准,加入闰月,让农历与地球公转吻合。
2022-10-04, ∼854🔥, 0💬

Key Schedule (Sub-Keys and S-Boxes) Algorithm
The Blowfish Key Schedule (Sub-Keys Generation) algorithm is provided to generate 18 Sub-keys and 4 S-boxes, using user provided secret key and hexadecimal digits of the fractional portion of constant Pi, (3.1415927... - 3) = 0.1415927... as input.
2022-10-01, ∼854🔥, 0💬

cdrtools - ISO 9660 Command Line Tools
This section provides information on installing and using 'cdrtools' - a set of command line tools to work with ISO 9660 file system.
2022-03-29, ∼854🔥, 2💬

💬 2022-03-29 Kaaz: It is nice to return after years to linux... :)

Using CertificateFactory Class to Read in Certificates
This section provides a tutorial example on how to write a sample program to read in certificate files with the java.security.cert.Certificate Factoryclass.
2022-10-01, ∼853🔥, 0💬

"-XX:+PrintFlagsFinal" - Print JVM Options
This section describes the '-XX:+PrintFlagsFinal' JVM option, which prints all options and their values used by the JVM.
2022-10-01, ∼853🔥, 0💬

Flickr Image Source URLs for Different Sizes
This section provides a tutorial example on constructing image source URLs for a Flickr photo with different sizes: Small square, Thumbnail size, Medium size, Large size, etc.
2016-08-02, ∼853🔥, 2💬

💬 2016-08-02 Herong: Anon, Thanks for the comment. I will add _h in the next update.

💬 2016-07-31 Anon: Thanks for the list. It's worth trying other suffix letters, e.g. _h for 2048px. These can be bigger than the "original" without...

"For ... Next" Statements
This section describes how 'For ... Next' statements work in VBScript. A block of statements is repeated until a loop variable reaches its final value.
2016-02-01, ∼853🔥, 3💬

💬 2016-01-27 Herong: Bushra, Try for the following ☺ For Each c In "ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToCharA rray()... Next

💬 2016-01-25 bushra: also give me their plss...as possible as early

💬 2016-01-25 bushra: please also give the exmples for alphabets for the help of for next statement.....:)

"geth console" - Ethereum Node Console
This section describes 'geth console' - Ethereum node console
2022-10-01, ∼850🔥, 0💬

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, ∼849🔥, 3💬

💬 2023-08-08 foadtul bahari: bagaimana nak install

💬 2021-06-14 yuguangzhou: use ant

Hello_There_Dump.php - Debugging SOAP Messages
This section provides a tutorial example on how to use SOAP client functions to make Web service call on the target SOAP node and print detailed debug information.
2024-07-20, ∼848🔥, 0💬

1919 年年歷 - 羊年
中國年歷 - 1919 年年歷 - 羊年
2022-10-06, ∼848🔥, 0💬

Aries, The Ram, The First Zodiac Sign
This section describes the first zodiac sign, Aries, the Ram.
2022-10-01, ∼848🔥, 0💬

<< < 53 54 55 56 57 58 59 60 61 62 63 > >>   ∑:8899  Sort:Date