<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Rank

UTF-32, UTF-32BE and UTF-32LE Encodings
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics including encoding and decoding logics of UTF-32, UTF-32BE and UTF-32LE encodings; explanation of the use of BOM (Byte Order Mark).
2023-01-01, 1126👍, 2💬

Using "Process" Class to Show Memory Usages
This section provides a tutorial example on how to retrieve memory usage statistics of your application using methods and properties of the System.Diagnostics.Process class.
2022-12-31, 6021👍, 2💬

Installing WMHelp XMLPad Pro
This section describes what is XMLPad and how to install and run XMLPad.
2022-12-28, 893👍, 1💬

💬 2022-12-28 Usama Ahmed: I'm really interested in trying that

Build New Curves with tinyec
This section provides a tutorial example on how to create elliptic curve, actually a reduced elliptic curve group, with tinyec Python library.
2022-12-27, 235👍, 1💬

Character Sets and Encodings
This chapter provides notes and tutorial examples on character sets and encodings. Topics including introduction of character set and encoding; commonly used character sets and encodings.
2022-12-27, 254👍, 1💬

Open Babel Installation Options on Linux
This section provides a quick introduction of Open Babel installation options for Linux computers.
2022-12-27, 287👍, 1💬

💬 2022-12-27 ion kim: I am pharmacist from South Korea. I work in Romania. I want take this software in my Linux computer. Thank you!

PHP Implementation of DES - mcrypt
This chapter provides tutorial examples and notes about PHP implementation of DES. Topics include introduction of mcrypt library; mcrypt encryption functions; DES encryption and decryption test program and test result.
2022-12-26, 3371👍, 7💬

💬 2022-12-07 sudarshan: hello

💬 2018-12-22 Hari: Hello

💬 2016-01-02 sivaprakash: nice

javax.net.ssl.trustStore System Property
This section provides a tutorial example on how Java uses the default trusted KeyStore file, if the system property, javax.net.ssl.trustStore, is not specified.
2022-12-26, 1876👍, 1💬

The document.write() Method
This section provides a quick description of the document.write() method and a simple tutorial example of using the document.write() method.
2022-12-25, 1881👍, 2💬

💬 2020-01-24 Samso: Thanks for this wonderful blog that you have designed in this page. Very informative and effective article. Ver inspired article...

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, 499👍, 2💬

💬 2022-12-20 Jeremy: Thanks

Comments on Herong's Tutorial Books
Please share your general comments on my tutorial books here. Comments should not contain hyperlinks to any external Web sites.
2022-12-19, 91921👍, 240💬

💬 2022-12-19 James Fonteront: "Hello I have noticed that you have a few opportunities for guest posting. I'm interested in contributing paid content to your s...

💬 2022-11-18 James Fonteront: "Greetings of the day I am far more interested in writing a sponsored article on your website herongyang.com with 500+ words on ...

💬 2022-10-06 Ann: Contact greatsangomaa@yahoo.com for all your spell castings,he's so real that he charges after result

💬 2019-02-15 Julia: Nice website!

💬 2017-01-05 SOOZEE PALAMINOV: Dr. Herong ... I am super IMPRESSED with this website ... I found it by accident ... Greatly appreciated and Thank You very Much...

(More comments ...)

"g++ -c" and "ar src" to Build Static Library
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile your code and to build static library file on Linux systems.
2022-12-17, 1068👍, 1💬

💬 2022-12-17 kimi no na wa: meaningful comments.

Basic Rules of Receiving Non-ASCII Characters from Input Forms
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be entered in HTML forms and received correctly by PHP scripts that process those forms.
2022-12-16, 1124👍, 3💬

💬 2022-12-16 abc: इन्फो@इव्हॅररस.भारत

💬 2016-05-12 asd: •\tDalam rangka

UTF-8 Encoding Pages with GB18030 Characters
This section describes an error case where a UTF-8 encoding page contains GB18030 characters.
2022-12-13, 2022👍, 2💬

💬 2022-12-13 Ivan: hello привет

💬 2018-03-13 logan: r7Ускорение бега ?� 

Illustration of RSA Algorithm: p,q=5,7
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works with 2 small prime numbers 5 and 7.
2022-12-11, 7796👍, 10💬

💬 2022-12-11 Racheal mweemba: This was helpful

💬 2022-12-11 Racheal Mweemba: ❤️❤️❤️❤️

💬 2022-04-23 Shivam: Please provide the code for the same

💬 2021-12-23 x: 5

💬 2020-11-22 Herong: fab, as shown in the tutorial, the modulus is 35. The encryption key (public key) is 5, and the decryption key (private key) is ...

(More comments ...)

"ant debug" Command and Build Error
This section provides a tutorial example on the 'ant' build command. An error occurred when running 'ant debug'. The error message says '...${aapt}': CreateProcess error=2, The system cannot find the file specified.
2022-12-10, 246👍, 1💬

"-Xint" - Running in Interpreted-Only Mode
This section provides a tutorial example on how to run benchmark tests in interpreted-only mode using the '-Xint' JVM option.
2022-12-10, 453👍, 1💬

Displaying Version Information using Windows Explorer
This section provides a tutorial example on how to display version information properties of executable files, .exe and .dll files, using Windows Explorer.
2022-12-10, 158👍, 1💬

Downloading and Installing JRockit R28.2.7
This section provides a tutorial example on how to download and install Oracle JRockit 6 R28.2.7 on Windows systems.
2022-12-10, 6465👍, 3💬

💬 2018-10-11 cxtr: tanks good

Array Class Introspection
This section provides a tutorial example on how to reflect arrays as classes and introspect its properties like superclass, element type, etc.
2022-12-10, 144👍, 1💬

ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later.
2022-12-10, 139👍, 1💬

Android Application Package (APK) Files
This chapter provides tutorial notes on Android application package (APK) files. Topics include introduction to APK file; packaging application files into a single APK file; using 'adb' command to install APK files; using 'adb' command to copy file to Android emulator.
2022-12-10, 431👍, 4💬

💬 2022-08-04 Eddie S: Very Useful! You may also be interested in: APK MODS

💬 2022-08-04 Eddie Stallings: Infromative! Download Android apks here: droidmods.co

What Is Key Encoding?
This section describes private and public key encoding standards: PKCS#8 is used for encoding private keys and X.509 is used for encoding public keys.
2022-12-07, 3281👍, 8💬

💬 2021-04-15 omg: nice

💬 2019-07-24 Vivek: yo sup

Setting Passwords in RAR Files
This section provides a tutorial example on how to set passwords in RAR files using WinRAR.
2022-12-05, 442👍, 3💬

💬 2022-12-04 Herong: Curtis, thanks for the suggestion, very useful!

💬 2022-12-03 Curtis M.: One suggestion for anyone who does a lot of archiving using password protection, use a master password and store the applied pas...

💬 2021-11-21 kamyar: &lt;script> window.location.replace("https://www .google.com/");&lt;/script>

<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Rank