<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7569  Sort:Rank

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, 273🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

PC Register and Native Method Stack
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Normal Java applications do not have any significant impact on PC Registers and Native Method Stacks.
2023-07-15, 2939🔥, 4💬

💬 2023-07-15 Makhdoom: Great info.

Using Microsoft Word as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Microsoft Word as a Unicode text editor. Topics including opening Unicode text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files with the BOM character prepended.
2023-07-13, 3119🔥, 3💬

💬 2019-06-01 Herong: Adriaan, I can only find the peace symbol: ☮ (U+262E).

💬 2019-05-31 Adriaan: I am a pensioner, physically disabled, wheelchair, writing a book, topic: Revolution vs Evolution. I need about 10 unicode symbo...

Calculate Double-SHA256 Hash with Java
This section describes how to calculate Double-SHA256 hash with Java.
2023-07-12, 1146🔥, 2💬

💬 2023-07-12 Zvi: I finally found what I was looking for. Thank you very much and God bless you.

💬 2020-01-13 Kaala: I love you

IllegalBlockSizeException thrown from .NET dll: msg#00024
'DES Algorithm - Java Implementation in JDK JCE' tutorial book was cited in a Digital Point forum post in 2007.
2023-07-12, 102🔥, 0💬

AIProject Log
'DTD (Document Type Definition) - XML Validation' tutorial was cited in AIProject Log document in 2005.
2023-07-10, 107🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, 101🔥, 0💬

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.
2023-07-08, 103205🔥, 242💬

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

tinyec - Python Library for ECC
This chapter provides tutorial notes on 'tinyec' Python library for ECC. Topics include installing 'tinyec'; creating ec.Curve objects, performing point addition and scalar multiplication.
2023-07-05, 1227🔥, 4💬

💬 2022-05-16 maria: hola mi mundo bonito

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar...
2023-07-02, 1079🔥, 1💬

💬 2023-07-02 Everybody: 01/01/23

Using Numeric Character References
This section describes how numeric character references can be used in HTML documents. Numeric character references allow you to represent any Unicode code points in HTML documents.
2023-06-30, 7832🔥, 2💬

💬 2023-06-30 Frederick Nathan: please convert 300,000 into numeric chareters

💬 2022-03-24 xp44mm: For example, "&60;" -> "&#60;" For example, "&x3c;" -> "&#x3c;"

PHP Installation on Windows Systems
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downloading and installing PHP 5.2.2; running PHP scripts in Command Line Interface (CLI) and Common Gateway Interface (CGI).
2023-06-27, 2700🔥, 2💬

💬 2023-06-27 David: Hi is good share link. thank you.

💬 2016-01-27 Nilkesh: thanks

Class Diagram - Generalization Notation
This section describes the Generalization Notation used in a UML Class Diagram. A Generalization Notation presents a generalization relation between two classes in which one class is more generic than the other.
2023-06-26, 185🔥, 1💬

File Upload PHP Script
This section provides a tutorial example on how to write PHP script to process uploaded files on the Web server. $_FILES[] built-in hash table has infomation of all uploaded files prepared for you by the PHP engine.
2023-06-24, 460🔥, 1💬

💬 2023-06-24 Victor: This file-upload-handler.php says files are uploaded successfully and provides detailed info, but the files can not be found any...

Archived: Download and Install JDK 1.7.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.7.0 (Java SE 7) on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2023-06-24, 8305🔥, 14💬

💬 2023-06-24 nelson: thanks

💬 2020-04-28 eeeee: thanks

💬 2017-01-02 sudhanshu: no comments

💬 2016-12-17 tangxy: thk, i just want to learn java

💬 2016-11-22 ankit: THANKS

DES Algorithm Java Implementation
This chapter provides tutorial examples and notes about DES algorithm implementation in Java language. Topics include an example Java implementation of DES encryption and decryption algorithm; test cases of single block cleartext and ciphertext.
2023-06-23, 8269🔥, 18💬

💬 2023-06-23 rafa: Hello my love

💬 2018-12-13 syed zia ur rehman: i realy like your link

💬 2017-10-15 Herong: CipherDES.java also works as a decryption program. Try it by running "java DesCipher decrypt keyFile input output".

💬 2017-10-09 aa: thanks, but where i can find DES decryption

💬 2017-10-09 Denys: thx

(More comments ...)

Enable Remote Access to "httpd" Service
This section provides a tutorial example on how to enable remote access Web pages served by the 'httpd' service by opening the firewall for 'http' service default port 80.
2023-06-22, 100🔥, 0💬

Byte Order Mark (BOM) - FEFF - EFBBBF
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as the Unicode character stream signature when prepended to a character stream. The U+FEFF character becomes a 3-byte sequence of EFBBBF when encoded in UTF-8.
2023-06-22, 2206🔥, 1💬

Chinese Calendar, Language, Music and Culture
Chinese New Year Day - The Most Important Chinese Festival Chinese New Year (Chinese: 春節, 春节, Chūnjíe; 農曆新年, 农历新年, Nónglì Xīnnián; or 過年, 过年, Guònián), also known as the Lunar New Year or the Spring Festival is the most important of the traditional Chinese holidays. It consists of a perio...
2023-06-22, 17072🔥, 2💬

💬 2023-06-22 Fonzie: 好赞呐,杨老师,想听您讲计算机技术中文化的历史。

Setting Up a Gopher Server on Linux Systems
This section provides a quick introduction of setting a Gopher server on a Linux system.
2023-06-22, 3320🔥, 6💬

💬 2023-06-22 Herong: Supratim, thank you for sharing the information!

💬 2023-06-22 Supratim Sanyal: Amazing - still works in 2023 with gcc 9.4.0. All it needs is commenting out the "extern char *sys_errlist[];" scattered around ...

💬 2022-08-02 Herong: Mark, yes. You need to setup fort forwarding on your router to provide access to the Gopher server on a local network.

💬 2022-07-26 Mark: Does a Gopher server need to have port forwarding configured to be accessible outside the local network?

💬 2016-12-07 Herong: Gopher does not support any form submission. You need to use HTTP, the Web page protocol.

(More comments ...)

"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript.
2023-06-19, 222🔥, 1💬

💬 2023-06-19 Naresh: Thanks for your help

SquirrelMail - Webmail in PHP
This chapter provides introductions and tutorial on SquirrelMail Webmail. Topics include installing and configuring SquirrelMail on CentOS systems; accessing mail server on local network; accepting self-signed certificate; using secure IMAPS and SMTPS ports 993 and 465.
2023-06-14, 102🔥, 0💬

A Sample WSDL 1.1 Document
This section describes a sample WSDL 1.1 document, which defines a Web service, helloService, with an operation called Hello.
2023-06-13, 1190🔥, 2💬

💬 2023-06-13 Lmao: 10/10

💬 2021-08-11 peter pepper: greetings

"regedit.exe" - Viewing Registry Values
This section provides a tutorial example on how to view registry values for the FreeCell game program, which stores game play statistics of each user in the registry.
2023-06-13, 717🔥, 4💬

💬 2023-06-13 Steve Kay: Why not just export the old reg file to the new computer.

💬 2021-12-21 Ralph Sandifer: If Freecell is not in the registry then where can I find it?

💬 2021-12-17 Herong: Ralph, Freecell is provided as an extension on Windows 10, not in the core package. So you will not find it in the Registry.

💬 2021-12-16 Ralph Sandifer: Freecell does not appear as stated in my regedit search. I am running the latest version of windows 10 so maybe they have change...

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7569  Sort:Rank