<< < 50 51 52 53 54 55 56 57 58 59 60 > >>   ∑:8894  Sort:Date

Sirius - The Brightest Star
This section provides a brief introduction of the brightest star in the sky, Sirius.
2022-01-16, ∼899🔥, 1💬

💬 2022-01-16 Christine: Does the Chinese history of Sirius precede that of the Dogon? Was there any connection between the cultures?

UTF-8 Encoding Pages with Big5 Characters
This section describes an error case where a UTF-8 encoding page contains Big5 character strings.
2016-10-08, ∼898🔥, 1💬

WPF Button Click Test
A tutorial example is provided on how to test on System.Windows.Controls.Button class with Click event handler functions.
2022-10-01, ∼897🔥, 0💬

Saving Files in "Unicode Text (*.txt)" Option
This section provides a tutorial example on how to save Unicode text file with Excel using the 'Unicode Text (*.txt)' file type option.
2022-10-01, ∼896🔥, 0💬

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.2.4 binary distribution; configuring Apache to run PHP as CGI scripts; testing PHP scripts on Apache server.
2015-12-17, ∼894🔥, 2💬

💬 2015-12-17 xen hue: tutorial is very useful

💬 2015-12-17 john doe: this tutorial is very useful.

System.getProperties() - Retrieving System Properties
This section provides tutorial example on how to use the java.lang.System.getProperties ()method to retrieve and display Android system properties.
2022-10-01, ∼891🔥, 0💬

NoClassDefFoundError - LoopTag/ForEachTag
This section provides a tutorial example on how to use JSTL loop tags with EL expressions. JSTL 1.2 API JAR file is needed.
2022-10-01, ∼889🔥, 0💬

"NMTOKEN" Datatype Values and Representations
This section describes the built-in datatype 'NMTOKEN' designed to support XML 'NMTOKEN' attribute values. 'NMTOKEN' datatype is derived from 'token' by restricting the value set according the XML 'NMTOKEN' specification.
2022-10-01, ∼889🔥, 0💬

SoapUI - Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI. Topics include SoapUI features; downloading and installing SoapUI free edition; creating and running tests in SoapUI
2017-06-20, ∼889🔥, 1💬

💬 2017-06-20 Ranjith: Thanks

Discontinued: ConversionRate - Get Currency Exchange Rate
This chapter provides a quick introduction of the free Web service, ConversionRate. Topics include usage description of ConversionRate; request message sample; response message sample.
2015-12-23, ∼888🔥, 1💬

💬 2015-12-23 Jonny: Thanks

CPU Execution Time Shared by Multiple Threads
This section provides a tutorial example on how to measuring CPU execution time allocated to threads with different setPriorities.
2022-10-01, ∼886🔥, 0💬

Managing Ethereum Account
This chapter describes Ethereum accounts - How to create and manage them.
2021-08-03, ∼885🔥, 1💬

💬 2021-08-03 chris: thanks

What Is tinyec
This section introduces what is tinyec - a tiny library to perform arithmetic operations on elliptic curves in pure Python.
2021-03-02, ∼885🔥, 1💬

JSP Document - JSP Page in XML Format
This section describes the syntax of a JSP Document, which is a JSP page written in XML format. Tomcat server can process both JSP Page format and JSP Document format.
2020-04-29, ∼885🔥, 3💬

💬 2020-04-29 Jaon Jan: Hi I am curious.

Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre.
2016-02-11, ∼885🔥, 1💬

💬 2016-02-11 apple: thx

setEditable() - Use Combo Box as Text Field
This section provides a tutorial example on how to call the setEditable(true) method to use a combo box as a dropdown list and text field at the same time.
2022-09-07, ∼884🔥, 1💬

Installing JSTL 1.2 API JAR File
This section provides a tutorial example on how to install JSTL 1.2 API JAR file on Tomcat server to support JSTL loop and other tags.
2019-10-22, ∼884🔥, 3💬

"swfcombine -a" - Concatenate SWF Files
This section provides a tutorial example on how to concatenate two SWF files by appending frames from one file to the end of another file using the 'swfcombine -a' command.
2018-04-01, ∼884🔥, 2💬

💬 2018-04-01 Herong: Mike, SWF Tools has no commands to create loops. To create a slide show with loops, you can write a simple code in SWFC Script. ...

💬 2018-03-28 Mike: Is there a way to make the first slide show loop say 3 times before it moves onto the second slide show?? I mean I suppose you c...

Current Time in Milliseconds and Nanoseconds
This section provides a tutorial example on how to obtain the current time in milliseconds and nanoseconds using currentTimeMillis() and nanoTime() methods.
2017-08-09, ∼884🔥, 1💬

Install MetaMask Extension for Chrome
This section describes how to install MetaMask extension for Chrome.
2023-04-10, ∼883🔥, 1💬

💬 2023-04-10 mike: you can find more information about metamask extension on my blog https://sites.google.com/metamsklogs .com/metamaskextension/hom...

Python Tutorials - Herong's Tutorial Examples
This Python tutorial book is a collection of notes and sample codes written by the author while he was learning Python language himself. Topics include: installing Python environments on Windows, macOS and Linux computer; Python built-in data types; variables, operations, expressions and statements;...
2022-10-05, ∼883🔥, 2💬

💬 2022-07-21 Tony: One of the best tutorials on Python. Thanks!

Example - Cover-Page-and-Two-Columns.fo
This section provides a tutorial example of an XSL-FO document structure, Cover-Page-and-Two-Columns.fo, which declares two page layouts: one for the cover page and one for content pages. It also specifies that content pages to be formatted in two columns.
2022-10-01, ∼883🔥, 0💬

Introduction of Arithmetic Operations
This section provides a quick introduction of arithmetic operations supported by VBScript: addition, subtraction, multiplication, division, remainder, and exponentiation.
2016-03-20, ∼881🔥, 2💬

💬 2016-03-20 Herong: Hi Saranyakumar, if you want to run VBScript code as standalone application, you can use WSH (Windows Script Host), which will a...

💬 2016-03-18 saranyakumar: the above example is OK but we need to get a input at runtime but it is useful......

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, ∼880🔥, 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...

<< < 50 51 52 53 54 55 56 57 58 59 60 > >>   ∑:8894  Sort:Date