<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:9107  Sort:Date

Using VBScript with Internet Explorer 11
This section provides tutorial example on how to enable script running and disable 'Edge' mode in IE 11 to load Web pages embedded with VBScript code.
2022-04-01, ∼6759🔥, 5💬

💬 2021-01-03 Herong: Rory, thanks for sharing the information!

💬 2020-12-29 Rory Sellers: I found this extremely clear and timely! Thank you. There was one slight deviation from what I found on my Win 10 (IE11) laptop:...

💬 2020-05-11 Herong: John, I moved your question here under the correct tutorial topic. Hope others can help you out as I don't have IE 11 anymore.

💬 2020-05-11 John: I have followed your article and Updated IE 11 3 Times Trying to get the Latest Version. But the Persist Emulation Settings Butt...

Lucky Wedding Dates: 2032 - Year of the Rat
Where to find lucky wedding dates for year 2032? Lucky Wedding Dates: 2032 - Year of the Rat   ⇒ Lucky Wedding Dates: 2033 - Year of the Ox ⇐ Lucky Wedding Dates: 2031 - Year of the Boar ⇑ Lucky Wedding Dates: 2031 - 2040 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-05-04, ∼6729🔥, 0💬

Chinese Horoscopes - The Rabbit
The Rabbit Rabbits are private individuals, a bit introverted and withdrawn. People e born into this sign would rather work behind-the-scenes instead of being the center of attention in any situation. Do not misunderstand the Rabbit is not a recluse. In fact, he is a reasonably friendly individual w...
2021-10-19, ∼6725🔥, 0💬

Lock Types and Lock Levels
This section describes 2 types of locks: Read Lock (Shared Lock) and Write Lock (Exclusive Lock), and 3 levels of locks: Table Lock, Row Lock, and Column Lock.
2019-01-02, ∼6703🔥, 2💬

💬 2016-10-31 Shivin: haha very good

AES MixColumns() Procedure Algorithm
A detailed description of the MixColumns() procedure algorithm is provided. The MixColumns() procedure performs a matrix multiplication of a given 'state' with a static matrix. The MixColumns() procedure is used in the AES encryption process.
2023-06-10, ∼6702🔥, 3💬

💬 2021-12-24 Muhammad Ghulam Ghouse: Appreciated

💬 2021-11-15 123: AD E0 B8 1E BF B4 41 27 5D 52 11 98 30 AE F1 E5

Illustration of DSA Algorithm: p,q=23,11
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with small prime modulus p=23 and prime divisor q=11.
2023-11-19, ∼6681🔥, 10💬

💬 2023-02-23 CYR: Thanks for providing the detail example, it helps me to understand the algorithm a lot. The value for g looks like incorrect to ...

💬 2021-01-09 Flying Horse: Hello Dr Yang, My verification scheme is as follows lhs = (r**s mod p)mod q rhs = ((g**h mod p)*(y**r mod p)) mod q If lhs = rhs...

💬 2021-01-08 Herong: Flying, give us an example to show that this verification scheme is not working?

💬 2021-01-07 Flying Horse: Hello Dr Yang, this is a very helpful tutorial. I am trying a different verification scheme for DSA signature. Unfortunately, it...

💬 2020-06-22 Filip: Very helpful, thanks!

(More comments ...)

Java GC Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Gener...
2019-01-01, ∼6662🔥, 1💬

💬 2018-06-17 Jack: It's helpful!

Chinese Characters in HTML Documents - UTF-8 Encoding
This section provides a tutorial example on how enter and use Chinese characters in HTML documents using Unicode UTF-8 encoding. The HTML document should include a meta tag with charset=utf-8 and be stored in UTF-8 format.
2024-01-18, ∼6654🔥, 5💬

💬 2024-01-18 JACKY: 您好

💬 2023-05-08 你好你好: 你好

💬 2023-03-20 Paolo: L'elefante correva nel prato

💬 2021-09-16 r: 你好

💬 2016-01-06 thomas: help needed.

native2ascii - Native-to-ASCII Encoding Converter
This chapter provides tutorial notes on the native-to-ASCII encoding converter 'native2ascii'. Topics include 'native2ascii' command options, default encoding CP1252 used by 'javac', converting UTF-8 characters into \uXXXX Unicode code sequences, converting \uXXXX sequences back to native encodings.
2026-02-20, ∼6647🔥, 68💬

💬 2026-02-20 eudeael: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2026-01-24 xing: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2025-07-09 Fullty: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2023-11-24 xddd: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-10-03 tag: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

(More comments ...)

setMnemonic() - Setting Keyboard Mnemonics on Menu Items
This section provides a tutorial example on how to use setMnemonic() method to associate mnemonics to menu items. Mnemonics allows user to interact with menu items using keys on keyboard.
2023-04-27, ∼6647🔥, 5💬

💬 2023-04-27 a: thanks

💬 2021-02-05 Hailemelekot: good.

💬 2020-11-20 rose: nic

"geth --light" - Ethereum Node Light Mode
This section describes 'geth --light' - Ethereum node in light mode
2020-01-28, ∼6631🔥, 2💬

💬 2020-01-28 Herong: Sword, a “light” node only stores block headers. So it can not perform any transactions without the help from a “full” or “fas...

💬 2020-01-23 sword_smith: Can you tell us what a 'fast' node can do that a 'light' node cannot do? Are there any RPC calls that will be slower or disabled...

Lucky Wedding Dates: 2033 - Year of the Ox
Where to find lucky wedding dates for year 2033? Lucky Wedding Dates: 2033 - Year of the Ox   ⇒ Lucky Wedding Dates: 2034 - Year of the Tiger ⇐ Lucky Wedding Dates: 2032 - Year of the Rat ⇑ Lucky Wedding Dates: 2031 - 2040 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-03-21, ∼6618🔥, 0💬

Lucky Wedding Dates: 2036 - Year of the Dragon
Where to find lucky wedding dates for year 2036? Lucky Wedding Dates: 2036 - Year of the Dragon   ⇒ Lucky Wedding Dates: 2037 - Year of the Snake ⇐ Lucky Wedding Dates: 2035 - Year of the Rabbit ⇑ Lucky Wedding Dates: 2031 - 2040 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-03-14, ∼6587🔥, 0💬

Chinese Horoscopes - The Dragon Personality
People born in the year of the dragon are full of vitality and strength. To them, life is a colorful leaping flame. Though assuming airs of self-importance, being prejudiced, making arbitrary decisions, and indulging in some of the wildest fantasies, these people are always adored. They are proud, a...
2021-08-13, ∼6583🔥, 0💬

Operations on "byte" Data Type Values
This section provides a tutorial example on how 'byte' values are casted to 'int' values when they are involved in arithmetic, comparison and bitwise operations.
2017-01-21, ∼6491🔥, 2💬

💬 2017-01-21 Herong: Anonymous, Good question. But what do you expect an operation of byte+byte will do?

💬 2017-01-19 Anonymous: Reason for why byte doesn't holds good the + operator directly.

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2022-10-18, ∼6481🔥, 0💬

Using openConnection() Method in java.net.URL Class
This section provides a tutorial example on how to use the openConnection() method in the java.net.URL class to perform a GET method on an HTTPS server. Java Secure Socket Extension (JSSE) works quietly behind the java.net.URL class to provide HTTPS support.
2022-07-08, ∼6469🔥, 3💬

💬 2015-08-05 ashkart: doesnt work indeed. Connection type got, connection object got too. But then there is an exception "java.net.ConnectException: C...

💬 2015-08-05 ashkart: sorry, works fine, i forgot i'm behind the proxy...

Using Certificates in Firefox
This chapter provides tutorial notes and example codes on using certificates in Firefox. Topics include why Web browsers need certificates; viewing the certificate from an https Web server; exporting a certificate from Firefox to a certificate file; importing a CA certificate into Firefox.
2017-08-31, ∼6425🔥, 1💬

💬 2017-08-31 bobby: ok will do

Installing LG USB Device Driver on Windows
This section provides a tutorial example on how to install the LG USB device driver for LG-P925g Android phone on Windows system. This is needed to test your Android application developed on Windows on LG phones via a USB connection.
2016-03-24, ∼6416🔥, 7💬

💬 2016-03-24 vamshi: hi hi hi

💬 2015-08-27 Herong: Renee, did you double-click on the downloaded file to actually install the driver to your computer?

💬 2015-08-26 Renee' Flory: Even after I download the program, the Driver Software Installation box does not come up. Even as the phone receives a charge fr...

Chinese Horoscopes - The Snake Personality
People born in the year of the snake may become philosophers, theologians, politicians, or cunning financiers. The snake is the most enigmatic of the twelve zodiac animals. Such persons are elegant, and enjoy reading, listening to great music, tasting delicious food, and going to the theatre. They a...
2021-08-13, ∼6415🔥, 0💬

Using Visual Basic with Microsoft Access
This section provides tutorial example on how to add a Visual Basic code in Microsoft Access database to be executed as a macro on database tables.
2023-12-16, ∼6359🔥, 11💬

💬 2023-12-16 v: Thank you!

💬 2022-02-27 bob: this didnt help

💬 2021-10-27 fahis: lets go

💬 2018-08-11 Herong: trina, I will make corrections. Thanks for the comment.

💬 2018-08-11 trina: Why spreading misinformation? Pages like this are confusing for new users, with half-facts and limited instruction. First: Acces...

(More comments ...)

Printing Histogram of Java Object Heap
This section provides a tutorial example on how to print the histogram of Java object heap, a list of different types of objects and their counts and total sizes.
2016-12-14, ∼6357🔥, 2💬

💬 2016-12-14 Herong: Erik, you can look at the Java Management Extensions (JMX) API.

💬 2016-12-11 Erik Ostermueller: is there a java api to access this histogram? Thanks, --Erik

"Registration" Web Service - WSDL 1.1 and SOAP 1.2
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service: WSDL Document: Registration_WSDL_11_SOAP_12_D ocument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.2 Transportation: SOAP 1.2 over HTTP Operation Name...
2021-03-07, ∼6338🔥, 0💬

Chinese Horoscopes - The Dog Personality
People born in the year of the dog are usually candid, honest, generous, righteous, studious and energetic, which makes it easy for them to attract the favor of the opposite sex. They are kind-hearted, always ready to listen to and share other people's cares and burdens. They know how to get along w...
2021-01-17, ∼6311🔥, 0💬

<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:9107  Sort:Date