<< < 45 46 47 48 49 50 51 52 53 54 55 > >>   ∑:7662  Sort:Date

Sagittarius - The Archer, The Ninth Zodiac Sign
This section describes the Ninth zodiac sign, Sagittarius, the Archer.
2022-10-01, 853🔥, 0💬

Aquarius - The Water Bearer, The Eleventh Zodiac Sign
This section describes the eleventh zodiac sign, Aquarius, the Water Bearer.
2022-10-01, 853🔥, 0💬

SoapUI Configuration for Messaging Signing
This section provides a tutorial example on how to create a configuration entry to support SOAP messag signing with a private-public key pair stored in a JKS (Java KeyStore) file.
2020-05-20, 853🔥, 1💬

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...

Bitcoin Core CLI
This section describes what is Bitcoin Core CLI Programs.
2022-10-01, 852🔥, 0💬

.MPG File Name Extension - MPEG Files
This section describes what is .mpg file name extension for MPEG (Moving Picture Experts Group) file.
2018-07-13, 849🔥, 2💬

💬 2018-07-13 Ibrahim hanif: Thanks for the useful information.

💬 2017-04-02 Mohamed: ok

Input Chinese Text Data from Web Forms
This chapter provides tutorial notes on input Chinese text data from Web forms. Topics include creating Web form; receiving Chinese input text data with PHP the $_REQUEST array; inputting Chinese text with UTF-8, GB18030, and Big5 encodings; copying and pasting Chinese text on Web forms.
2017-07-30, 847🔥, 5💬

💬 2017-07-30 李莉: 李莉

💬 2015-12-02 周迹武: 上了,又退学了,把她爹都气晕了。

💬 2015-12-01 徐奇文: 徐奇文上大学了吧!如上了,一定是个好大学。她即聪明又好学,如果不是他爹瞎 教,学业可能会更好些。

Data Structure of Coinbase Transaction
This section describes the data structure of a coinbase transaction.
2022-10-01, 846🔥, 0💬

"anyURI" Datatype Values and Representations
This section describes the built-in primitive datatype, 'anyURI' that represents IRI (Internationalized Resource Identifier) values. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 841🔥, 0💬

Galilean Diagram of Moving Frames
This section presents a single diagram that represents a moving frame overlaid on a stationary frame. The time axis of the moving frame is rotated towards the moving direction.
2017-09-27, 841🔥, 1💬

💬 2017-09-27 Salih Kırcalar: John David Best has his web site Vida İnstitute. He put my articles page in 'Timeflow Theory' 'http://vidainstitute.org/?page_id.. .

Accessing System Environment Variables
This section provides a tutorial example on how to access environment variables defined in the operating system using the System.getenv() method.
2017-01-14, 841🔥, 2💬

💬 2017-01-14 Herong: Martin, The code has been corrected now. Thanks.

💬 2017-01-09 Martin Manek: Hi, line "java.util.Map envs = System.getenv();" is two times in code and "out is missing. PrintStream out = System.out;

Bitcoin-Qt - Command Options
This section describes command options of Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, 839🔥, 0💬

Mount Windows NTFS File System
This section provides a tutorial example on how to mount Windows NTFS (New Technology File System) file systems on Linux systems. 'ntfs-3g' device driver is needed.
2022-10-01, 839🔥, 0💬

0E00: Thai
This section provides a quick summary of the Unicode code point block: 'Thai', which contains 128 code points to represent Thai alphabets used in the Thai language.
2024-01-23, 838🔥, 0💬

Viewing Components of Certificate Signing Request
This section provides a tutorial example on how to view different components of a CSR (Certificate Signing Request) for your public key with OpenSSL.
2023-12-17, 837🔥, 5💬

💬 2023-12-17 Herong: NB, Thanks for your comments. I see the value of signing the CSR now and will update the book accordingly.

💬 2023-12-15 NB: Your CSR does not contain your private key. It contains your public key and information about the domain(s) for which it should ...

💬 2014-03-29 Herong: Hi Mike, Sorry for the inconvenience. HTML tags are supported, but they are limited to admin users only to reduce spamming and h...

💬 2014-03-23 Mike: Wow. What a waste of time trying to make a legible comment post. No instructions on how to get a paragraph break, include a angl...

💬 2014-03-23 Mike: You made a note in "Viewing Components of Certificate Signing Request" where you said, "The request is signed with my private ke...

Running Perl Scripts in "cgi-bin"
This section describes how to verify Apache httpd configuration and run Perl CGI (Common Gateway Interface) scripts in the default ScriptAlias directory: \local\apache\cgi-bin.
2022-12-21, 837🔥, 1💬

Zodiac Coordinate Systems - Starting Points
This section describes what are zodiac coordinate systems and starting points.
2022-10-21, 837🔥, 1💬

💬 2022-10-21 hi: hi

Downloading and Installing Android SDK R24
This section provides a tutorial example on how to download and install Android SDK (Software Development Kit) Revision 24 on Windows systems.
2022-12-20, 836🔥, 2💬

💬 2022-12-20 Jeremy: Thanks

EncodingConverter.java - Encoding Conversion Sample Program
This section provides a tutorial example on how to write a sample program, EncodingConverter.java, to convert text files from one character set encoding to another.
2022-05-10, 836🔥, 1💬

💬 2022-05-10 chaeun: 12

Visiting an "https" Web Site with Chrome
This section describes how Google Chrome shows a lock icon when you visit an 'https' Web site to provide you more security related information.
2020-07-02, 835🔥, 2💬

💬 2020-07-02 Koshal Pravin jangale: Nice

ActionListener and DocumentListener
This section provides a tutorial example on how to create a text field with an event handler implemented as both the ActionListener listener and the DocumentListener listener.
2022-10-01, 832🔥, 0💬

Young Generation Collectors - Serial, PS, ParNew, G1
This section describes Garbage Collectors used for the Young generation: Serial, Parallel Scavenge (PS), Parallel New (ParNew), and Garbage First (G1).
2022-10-01, 831🔥, 0💬

jhat - Java Heap Analysis Tool
This section describes the Java heap analysis tool 'jhat' command and its options. 'jhat' can be used browse a Java heap dump file through a Web interface.
2022-10-01, 830🔥, 0💬

GenerateBarCode - Usage Description
This section describes the free Web service GenerateBarCode provided by WebserviceX.NET. GenerateBarCode allows you to generate bar code images in formats of Code 128, Code 39, Code 93, EAN13, Supp2, UPC A, and more.
2015-11-11, 830🔥, 1💬

💬 2015-11-11 javier: thanksss

<< < 45 46 47 48 49 50 51 52 53 54 55 > >>   ∑:7662  Sort:Date