<< < 34 35 36 37 38 39 40 41 42 43 44 > >>   ∑:9086  Sort:Date

Cancer - The Crab, The Fourth Zodiac Sign
This section describes the fourth zodiac sign, Cancer, the Crab.
2022-10-01, ∼1677🔥, 0💬

Download and Read MetaMask State Logs
This section describes what is the MetaMask stat logs and how to download and read it.
2022-10-01, ∼1676🔥, 0💬

64-bit RSA Key Validated by RsaKeyValidator.java
This section provides a tutorial example on how a 64-bit RSA key is validated by RsaKeyValidator.java with 3 rounds of encryption and decryption tests.
2023-03-05, ∼1673🔥, 3💬

💬 2018-06-09 Herong: Adrian, you are welcome!

💬 2018-06-09 Adrian: I needed in rush working 64-bit keys. You helped me a lot. Thanks! :D

JDBC Thin Client-Side Driver Installation
This section describes how to download and install Oracle JDBC thin client-side driver.
2022-10-09, ∼1670🔥, 0💬

Blowfish Decryption Algorithm
This section describes the Blowfish decryption algorithm, which is identical to the encryption algorithm step by step in the same order, only with the sub-keys applied in the reverse order.
2024-01-29, ∼1668🔥, 3💬

MySQL Data Directory Initialization
Tutorial example on how to initialize the MySQL server data directory with the 'mysqld --initialize-insecure' command, which will create a root user without password.
2022-10-01, ∼1668🔥, 0💬

"geth attach" - Geth Client Console
This section describes 'geth attach' command to attach as a client JavaScript console to a running Ethereum node.
2022-10-01, ∼1667🔥, 0💬

C# Compiler "csc" Options
A complete list of options is provided for the 'csc' compiler in .NET Framework 4.6.1 SDK.
2022-10-01, ∼1665🔥, 0💬

jar - JAR File Tool Command and Options
This section describes the 'jar' command to manage JAR files. 'jar' command syntax and options are provided.
2023-08-08, ∼1664🔥, 2💬

💬 2023-08-08 Herong: Lina, can you run "ls -l $SNPEFF/snpEff.jar" to see if the JAR file is accessible?

💬 2023-08-07 Lina: I install the snpEff package using conda install in a conda environment and I am unable to use it. It says unable to access the ...

DSA 512-bit and 1024-bit Key Pair Examples
This section provides 2 DSA key pair examples, 512-bit and 1024-bit, using DsaKeyGenerator.java.
2017-11-08, ∼1663🔥, 1💬

💬 2017-11-08 abc: ok

UTF-8 Encoding
This section provides a quick introduction of the UTF-8 (Unicode Transformation Format - 8-bit) encoding for Unicode character set. It uses 1, 2, 3, or 4 bytes for each character.
2019-11-06, ∼1657🔥, 2💬

💬 2016-12-30 Rehman: Welcome

Measuring Speed of Light - Fizeau's Method
This section describes the method used by Armand Fizeau to measure the speed of light using using a rotating toothed wheel and a mirror.
2022-01-22, ∼1651🔥, 2💬

💬 2022-01-22 nina: just wanted to do this math question

Horoscope Native and Ascendant (Rising Sign)
This section provides introduction of some basic horoscope elements: Native and Ascendant (Rising Sign).
2025-08-16, ∼1648🔥, 2💬

💬 2025-08-16 Hashim kale: It's nice

💬 2022-07-21 Krizia: Thanks

Connect tablet to Computer using Bluetooth
This section provides a tutorial example on how to connect an Android tablet to a Windows computer using Bluetooth radio. Once connected, you can transfer files between the tablet and computer.
2016-01-16, ∼1646🔥, 2💬

💬 2016-01-16 Herong: Trudy, I am planning to upgrade my Windows 8 to 10. Once upgraded, I will test the Bluetooth connection again and let you know t...

💬 2016-01-14 Trudy Dishmon: That would be great if it worked. My new 2 in 1 windows 10 is asking for a code number that my Android 10.1 has never needed a c...

encodingStyle="uri" for use="encoded"
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.1 over HTTP with style='rpc', use='encoded' and encodingStyle='http://schemas. xmlsoap.org/soap/encoding/'
2016-11-30, ∼1642🔥, 2💬

💬 2016-11-07 ren: yet

SoapUI - SOAP Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI 5.0.0. Topics include SoapUI features; downloading and installing SoapUI 5.0.0; validating and importing SOAP based WSDL documents; creating and submitting test requests.
2016-02-20, ∼1642🔥, 1💬

💬 2016-02-15 arun: hello how are you

"dalvikvm" Command to Run Java Application
This section provides a tutorial example on how to use 'dalvikvm' command line tool to run a Java application on the Dalvik VM (Virtual Machine).
2022-10-01, ∼1641🔥, 0💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own local machine.
2015-09-23, ∼1637🔥, 1💬

💬 2015-09-23 fritz: Thanks

Lucky Wedding Dates: 2100 - Year of the Monkey
Where to find lucky wedding dates for year 2100? Lucky Wedding Dates: 2100 - Year of the Monkey   ⇒ Wedding Date - The Most Important Date of Your Life ⇐ Lucky Wedding Dates: 2099 - Year of the Goat ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2026-02-20, ∼1636🔥, 0💬

The Gregorian Calendar Algorithm
This section describes the algorithm to calculate the day of the week based on leap year rules. The algorithm can be implemented with isGregorianLeapYear(), dayOfYear() and dayOfWeek() functions.
2021-11-12, ∼1635🔥, 3💬

💬 2021-11-12 Herong: Uml, thanks for the validation!

💬 2021-11-09 Uml: Sorry, all is correct (i didn't see the (year%100==0)then false;

💬 2021-11-09 Uml: This algorithm is false, as isLeapYear is buggy. For example, isLeapYear(1900) return true, as it's not a leap year because cent...

Using VBScript with Internet Information Services
This section provides tutorial example on how to embed a VBScript code in a HTML document to be executed by IIS (Internet Information Services) on the server machine.
2021-11-23, ∼1634🔥, 1💬

💬 2021-11-23 ttag: &lt;script> alert('lol') &lt;/script>

Computer History Notes - Herong's Tutorial Notes
This book is a collection of notes on computer history. Major topics include: 1957: FORTRAN Language by IBM; 1970: UNIX OS by AT&amp;T Bell Labs; 1971: FTP by Abhay Bhushan; 1972: C Language by Dennis Ritchie; 1976: vi Editor by Bill Joy; 1977: Apple II by Steve Jobs and Steve Wozniak; 1977: The...
2022-10-01, ∼1632🔥, 0💬

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (LONGBLOB) columns in Oracle server.
2022-10-08, ∼1631🔥, 0💬

javaw - Launching Java Programs without Console
This section provides a tutorial example on how to use 'javaw' tool to launch a Java program without the output console window.
2016-04-27, ∼1629🔥, 1💬

<< < 34 35 36 37 38 39 40 41 42 43 44 > >>   ∑:9086  Sort:Date