<< < 30 31 32 33 34 35 36 37 38 39 40 > >>   ∑:9107  Sort:Date

Configure Mozilla Thunderbird to Use LDAP
This section provides a tutorial example on how to configure and use LDAP server to provide email addresses in Mozilla Thunderbird.
2022-10-01, ∼2073🔥, 0💬

Initializing SSLContext with PKCS12 File
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class with a PKCS12 keystore file.
2022-10-01, ∼2070🔥, 0💬

"secp256k1" - For 256-Bit ECC Keys
This section describes 'secp256k1' elliptic curve domain parameters for generating 256-Bit ECC Keys as specified by secg.org.
2022-10-01, ∼2066🔥, 0💬

SessionPage*.php - Session Test Script Pages
This section provides a tutorial example on how to write multiple script pages and use the session concept to make them work together.
2016-03-30, ∼2065🔥, 3💬

💬 2016-03-30 Herong: Hello Rato, thanks for visiting my site ☺

💬 2016-03-18 RATO KINO: OLA PESSOAL

Full Version in PDF/ePUB
Information on how to obtain the full version of this book in PDF, ePUB, or other formats.
2021-08-19, ∼2063🔥, 3💬

💬 2021-08-19 ramanjaneyulu: thnak you

💬 2017-04-15 Herong: Gobi, you are welcome!

💬 2017-04-14 Gobi: Thanks for the free book

中国农历二百年算法及年历 - 和荣笔记
本书开始部份简单地介绍了日历的基本原理,一些天文数据和公式, 同时也介绍了目前中国使用的公历和农历的基本推算规则。中间部份 列出了一个中国农历推算原程式。这个程式采用了压缩数据,可以用 来推算二百年农历日期。其余部份收录了由这个程式制作的二百年年 历。书中还介绍了一个公式和程序用于计算太阳的位置和经度,也可 以计算春...
2022-10-04, ∼2060🔥, 0💬

PHP Data Types and Data Literals
This chapter provides tutorial notes and example codes on PHP data types and data literals. Topics include 8 data types supported in PHP; data literals to provide data values in PHP code for different data types; integer and float value overflow conditions.
2015-08-05, ∼2057🔥, 1💬

💬 2015-08-05 Testing: This tutorial is helpful for beginners.

Web Browser Errors on Local XSL File
This section provides examples of Web browser errors on loading local XSL files from local XML documents. Newer versions of Chrome, Firefox and Safari consider this as security risks.
2022-10-01, ∼2056🔥, 0💬

1953 - Bai Niao Chao Feng (百鸟朝凤) - Hundreds Birds Worshipping The Phoenix
Bai Niao Chao Feng (百鸟朝凤) - Hundreds Birds Worshipping The Phoenix, Suona (唢呐) Solo, composed by Ren Tongxiang from folk tunes (任同祥). Originally performed by Ren Tongxiang (任同祥).
2019-01-28, ∼2055🔥, 2💬

💬 2019-01-28 : 真好听

💬 2019-01-24 Logan “Arius” Sherwin: Thanks! :)

Lucky Wedding Dates: 2055 - Year of the Boar
Where to find lucky wedding dates for year 2055? Lucky Wedding Dates: 2055 - Year of the Boar   ⇒ Lucky Wedding Dates: 2056 - Year of the Rat ⇐ Lucky Wedding Dates: 2054 - Year of the Dog ⇑ Lucky Wedding Dates: 2051 - 2060 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-09-23, ∼2053🔥, 0💬

Downloading and Installing JDK 10
This section describes how to download and install Java SE 10 on Windows.
2017-08-14, ∼2053🔥, 2💬

💬 2017-08-14 MOIN: JAVA IS BEST.

💬 2016-05-08 file:///C:/Users/juju/Downloads/: file:///C:/Users/juju/Downloads/Cont ents%20(1).json

Free Chinese Calendar 2076 - Year of the Monkey
Want to know when is the 2076 Chinese New Year day? Look for free Chinese calendars for 2076? Chinese New Year Date for Year 2076   ⇒ Free Chinese Calendar 2077 - Year of the Rooster ⇐ Free Chinese Calendar 2075 - Year of the Goat ⇑ Free Chinese Calendars: 2071 - 2080 ⇑⇑ Free Chinese Calendars
2025-09-16, ∼2041🔥, 0💬

Windows Security Tutorials - Herong's Tutorial Examples
This free book is a collection of tutorial notes written by the author while he was dealing with security issues with Microsoft Windows systems. Key topics include anti-virus tools, virus and trojan removal techniques, security issues with browser add-on applications.
2015-07-18, ∼2033🔥, 0💬

"java -classpath" - Specifying Class Path
This section provides a tutorial example on how to use the '-classpath' option to specify the class path for the 'java' tool to load any classes required during the execution.
2022-10-01, ∼2021🔥, 0💬

Newton's Third Law of Motion
This section introduces Newton's Third Law of Motion - If a force is exerted by one object to another object, another force is simultaneously exerted by the second object to the first object with equal strength and opposite direction.
2017-11-28, ∼2013🔥, 1💬

💬 2017-11-28 jimmy savile: little kids

Key Schedule (Sub-Keys Generation) Algorithm
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary representation of the fractional portion of constant Pi - 3.1415927... as initial values.
2023-06-05, ∼2007🔥, 3💬

💬 2023-06-05 Daniel: I don't understand how to assign key for plaintext

💬 2016-03-17 Herong: Hi Yogita, Blowfish(T) function refers the Blowfish algorithm described in the previous tutorial: Blowfish Cipher Algorithm .

💬 2016-03-16 YOGITA: what is the function blowfish(T) here? Send the pseudo code

MySQL Server Log Files on CentOS
This section provides a tutorial example on how to review log file settings and locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, ∼2007🔥, 0💬

LWP SSL verify_hostname Setting
This section provides a tutorial example on using the SSL verify_hostname setting and related settings: SSL_ca_path and SSL_ca_file.
2022-10-01, ∼2006🔥, 0💬

Configuring and Managing System Services
This chapter provides a quick introduction of Windows system services. Topics include service related concepts and tools, creating and deleting services using 'sc.exe', starting, stopping, or disabling services with the services console, ending service processes with 'Task Manager'.
2016-09-23, ∼2005🔥, 2💬

💬 2016-09-23 Herong: Sue, where do you see the "no printer paper" message, on the computer?

💬 2016-09-20 sue: I need to get rid of message that says no printer paper when there is paper, U cannot type as per the instructions and read the ...

Using Flash to Provide Interactivity
This section provides a flash game example called Flash Tetris Game. It shows how Flash can be used to provide interactivity to Web pages.
2015-11-24, ∼2004🔥, 1💬

💬 2015-11-24 davka: nice

"jar --main-class" - Making JAR File Executable
This section provides a tutorial example on how to use 'jar --main-class ...' command option to specify the application main class to make a JAR file executable.
2022-10-01, ∼1995🔥, 0💬

JDBC Driver Types
This section provides some quick information about different types of JDBC drivers.
2020-01-14, ∼1993🔥, 2💬

💬 2015-09-16 saddaqat: saddaqatali99@yahoo.com

1955 - Rang Wo Men Dang Qi Shuang Jiang (让我们荡起双桨) - Let Us Sway Twin Oars
Rang Wo Men Dang Qi Shuang Jiang (让我们荡起双桨) - Let Us Sway Twin Oars, Lyrics by Qiao Yu (乔羽), Music by Liu Chi (刘炽), Produced in 1955.
2021-11-05, ∼1990🔥, 1💬

💬 2021-11-05 dud: Thanks

Archived: Downloading and Installing PHP 5.6.6 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.6.6 on a Windows system.
2022-10-01, ∼1985🔥, 0💬

<< < 30 31 32 33 34 35 36 37 38 39 40 > >>   ∑:9107  Sort:Date