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

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (LONGBLOB) columns in Oracle server.
2022-10-08, ∼1556🔥, 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, ∼1553🔥, 1💬

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

💬 2015-09-23 fritz: Thanks

"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, ∼1552🔥, 0💬

AES Standard Decryption Algorithm
The standard decryption algorithm of the AES-128 encryption is provided. It is a straightforward reverse of the encryption algorithm.
2021-04-25, ∼1550🔥, 1💬

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, ∼1548🔥, 2💬

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

ob_start() - Output Buffering Function
This section describes how to use the ob_start() function to turn on output buffering, which allows HTTP response header lines to be added after response body has been added.
2017-03-23, ∼1544🔥, 1💬

💬 2017-03-23 Ram: Keep it up....

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

Managing Bit Strings in Byte Arrays
This chapter provides tutorial notes and tutorial examples on managing bit strings in byte arrays. Topics include setting a bit value into a byte array; getting a bit value back from a byte array; rotating all bits in a byte array.
2016-02-27, ∼1534🔥, 4💬

💬 2015-10-10 Brian: Excellent tutorials. Thanks!

💬 2006-11-19 Herong: Hi Naren, I added a section, Managing Bit Strings in Byte Arrays , to explain the getBit() and setBit() used in the DES implemen...

💬 2006-11-10 Naren: can u help me how the getbit() and setbit() implementation is done ...y ur are taken the hexadecimal no for the processing This ...

💬 2006-11-10 A visitor: hi, Your program for des is superb ......but can u help me how the getbit() and setbit() implementation is done ...y ur are take...

Taurus - The Bull, The Second Zodiac Sign
This section describes the second zodiac sign, Taurus, the Bull.
2022-10-01, ∼1533🔥, 0💬

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

Using Notepad as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Nodepad 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.
2023-08-11, ∼1526🔥, 3💬

XML Notepad - XML Editor
This chapter provides notes and tutorial examples on XML Notepad. Topics include downloading and installing XML Notepad 2007; converting XML to pretty print format; XSD schema validation; XSLT transformation to HTML documents.
2019-06-01, ∼1525🔥, 2💬

💬 2019-06-01 Herong: John, which encoding are you referring to?

💬 2019-05-24 John: Can the encoding be changed?

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

OpenSSL Introduction and Installation
This chapter provides tutorial notes and example codes on OpenSSL. Topics include introduction of OpenSSL; installing OpenSSL on Windows systems.
2017-12-24, ∼1524🔥, 4💬

💬 2016-11-28 musa: thanks

Scorpio - The Scorpion, The Eighth Zodiac Sign
This section describes the eighth zodiac sign, Scorpio, the Scorpion.
2022-10-01, ∼1521🔥, 0💬

Deprecated: ropsten.etherscan.io - Block Explorer
This section describes what is ropsten.etherscan.io.
2021-09-06, ∼1521🔥, 1💬

💬 2021-09-06 albert: thanksal

Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a web page. You need disable the cable LAN driver, if you are using Wi-Fi.
2022-04-13, ∼1517🔥, 2💬

💬 2022-04-13 Herong: 32-bit laptop seems to be very old. You should get a new computer.

💬 2022-04-12 Kiprotichronoh: My question is this ,,, can a 32 bit laptop support both android studio and and a separate android simulator?

SOAP Protocol Binding
This section describes what is SOAP protocol binding.
2021-09-01, ∼1514🔥, 2💬

💬 2021-09-01 Anka: Agree!

💬 2015-07-20 Frank: Very good and easy to understand

Table Column Headers and Footers
This section provides a tutorial example on how to create tables with column headers and footers. table-header and table-footer formatting objects should go before table-body formatting object.
2019-06-06, ∼1511🔥, 1💬

💬 2019-06-06 adfasdfas: it doesn't works

"jar -C" - Changing Input Directory
This section provides a tutorial example on how to 'jar --create -C ...' to change input directory when creating JAR files.
2017-02-04, ∼1506🔥, 3💬

💬 2017-02-04 Herong: Chris, Thanks for sharing the information.

💬 2017-02-03 Chris: For unix, on the last command, ".;" changes to ".:".

"sc.exe query/start/stop" - Query, Start or Stop Services
This section provides a tutorial example on how to query, start, or stop a service with 'sc.exe' Service Controller command tool.
2022-01-30, ∼1505🔥, 2💬

💬 2022-01-30 Herong: applebird, you need to have admin privileges. So start your command window as Administrator.

💬 2022-01-27 applebird: i am looking to stop a on going kernel but using your method it gives me "[SC] StartService: OpenService FAILED 5: Access is den...

Send Ether from One Account to Another
This section describes how to send Ether from one account to another.
2022-01-07, ∼1505🔥, 1💬

💬 2022-01-07 John: Hi

Sagittarius - The Archer, The Ninth Zodiac Sign
This section describes the Ninth zodiac sign, Sagittarius, the Archer.
2022-10-01, ∼1504🔥, 0💬

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