<< < 329 330 331 332 333 334 335 336 337 338 339 > >>   ∑:9026  Sort:Rank

FORTRAN 77 - Example Program Code
This section provides a simple example program code of FORTRAN 77 language.
2022-01-30, ∼2575🔥, 7💬

💬 2022-01-30 Herong: Jeff, you are right. That's a big typo. It will be corrected.

💬 2022-01-26 Jeff Payne: Write(6, 601)should be write(6,20). 20 is the Format statement to print the sides and area. I used to program in Fortran for ove...

💬 2020-04-06 Herong: I think WRITE(9,*) will direct output to the printer.

💬 2020-03-25 Bruce Little manager@rec-land.co: What is the syntax to write to the default printer or LPT1,or PRN in win 10 32 bit?

💬 2017-08-03 Herong: Can someone with a FORTRAN compiler to verify this? Thanks.

(More comments ...)

Bitpedia Implementation of Base32 in Java
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider project.
2022-01-27, ∼2870🔥, 3💬

💬 2016-05-21 Herong: Phil, byte[i] is actually a signed integer stored in 8-bit format. Statement like below is to convert byte[i] back as a unsigned...

💬 2016-05-18 phil.o: Thanks a lot for this implementation. I just wonder something: as byte is unsigned, would not (bytes[i] >= 0) ? always evaluate ...

File_Input_Output_Test.php - File Input/Output Examples
This section provides a tutorial example script on how to use file input and output functions like fopen(), fread(), fwrite(), and fclose(). The example script copies any file in binary mode.
2022-01-26, ∼630🔥, 4💬

💬 2022-01-26 david: it's good

Create ZIP Archive for Download
This section provides a tutorial example on how to create a ZIP archive in a temporary file with dymanic data and send it to Web browser as a download using the ZipArchive class.
2022-01-25, ∼100🔥, 1💬

Controlled Supply Rule - Total of 21M BTC
This section describes what is the Bitcoin Controlled Supply Rule - There will be only 21M BTC in total.
2022-01-25, ∼316🔥, 1💬

Objects with Indexed Properties
This section provides a quick description of indexed properties and indexed methods. A tutorial example is provided on how to create and access indexed properties and indexed methods.
2022-01-25, ∼1478🔥, 3💬

💬 2022-01-25 Herong: tireminnanzi, which constructor?

💬 2022-01-24 tireminnanzi: what about if you use a constructor? Does it still work?

💬 2020-05-24 Royce Aquino: Love is life, I'm here to just find why myPlaylist[0] returns undefined in my computed function even though it has a value in th...

Validating wsse:Password Digest String
This section provides a tutorial example on how the SOAP message receiver should validate the password digest string in the wsse:Password element using the 'Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )' definition.
2022-01-25, ≈18🔥, 18💬

💬 2022-01-23 Herong: SardarJi, what is the final version that worked for you?

💬 2022-01-22 SardarJi: Got it. Just had to re-arrange. Thank you.

💬 2022-01-22 SardarJi: I don't think I am missing any step, but I think the way I am generating the passwordDigest for "iLogDogs", it is not giving the...

💬 2022-01-22 SardarJi: As I continue, I realize another logical flaw. Well, the nonce is already in Base64, so it needs to converted properly. Still, h...

💬 2022-01-22 SardarJi: Found a bug in my logic, when copying, I had to give a starting index. So I updated, but it still gives me incorrect password. i...

(More comments ...)

XSLTransformer.java - A Simple XSLT Transformation Program
This section provides a tutorial example on how to use the XSLT implementation in JDK 1.4 to write a simple XSLT transformation Java program.
2022-01-24, ∼1043🔥, 2💬

GetCitiesByCountry - Usage Description
This section describes the free Web service GetCitiesByCountry provided by WebserviceX.NET. GetCitiesByCountry allows you to retrieve all cities for any given country or territory.
2022-01-23, ∼5076🔥, 4💬

💬 2016-01-16 Egypt: Thanks

💬 2015-11-10 Juan: United States

Complete Guide to Chinese Wedding
Chinese wedding culture is a vital part of Chinese tradition. Many rituals and customs have been lost in course of history, but many are observed even today. It is practiced in honor of family value and respect to committed relationship, the holly marriage. We offer this printer-friendly version of ...
2022-01-23, ∼7497🔥, 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, ∼1588🔥, 2💬

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

Adding MP3 Folder to Windows Media Player Library
This section describes how to add MP3 folder album to Windows Media Player's library.
2022-01-19, ∼1241🔥, 4💬

💬 2022-01-16 Herong: Paul, "Add to Library" is located on the left bottom corner of the window as shown in the picture.

💬 2022-01-15 Paul: There is no 'Add to Library' menu, unfortunately.

💬 2021-09-14 Herong: Alison, "ID3v2 Album tag" in MP3 file provides additional information about the song. It's an optional step. You can burn a song...

💬 2021-09-13 Alison M: What is the "ID3v2 Album tag"? I just want to tell WMP where I've put the mp3 files I want to burn to CD.

What Is PEM (Privacy Enhanced Mail) Encoding?
This section describes the PEM (Privacy Enhanced Mail) Encoding - An encoding schema defined in RFC 1421-1424, 1993, specification to encode an email with encryptions into a text message of printable characters.
2022-01-19, ∼1083🔥, 2💬

💬 2022-01-16 Herong: itef.org has changed their protocol to HTTPS. I will update their links in next revision. Thanks.

💬 2022-01-15 B: Links to RFC 1421, 1422, 1423, 1424 are all 404

Introduction to Western Zodiac Signs
This chapter provides brief introduction to Western Zodiac Signs.
2022-01-19, ∼642🔥, 2💬

💬 2022-01-19 Emily hurja: Your very pretty.❤

Sirius - The Brightest Star
This section provides a brief introduction of the brightest star in the sky, Sirius.
2022-01-16, ∼963🔥, 1💬

💬 2022-01-16 Christine: Does the Chinese history of Sirius precede that of the Dogon? Was there any connection between the cultures?

Downloading and Editing WSDL Document
This section provides a tutorial example on how to download the WSDL document from the Web service provider. You can change port.address[@location] to a localhost URL to local testing.
2022-01-13, ≈31🔥, 16💬

💬 2022-01-13 Harsha: Thank you so much. Made my day

💬 2019-09-15 Herong: Any more information about this Web service?

💬 2019-09-10 previsualizacion: http://200.54.27.12/wsGetPdf/service s/view?wsdl

💬 2019-08-23 kaushal: nice

💬 2019-08-09 Mahesh: perfect

(More comments ...)

0800: Samaritan
This section provides a quick summary of the Unicode code point block: 'Samaritan', which contains 64 code points to represent Samaritan alphabets.
2022-01-13, ∼100🔥, 1💬

SocketClient.java - A Simple Client Socket Application
This section provides a tutorial example on how to write a network application, SocketClient.java, that creates a client socket, connects to a remote socket server, sends and receives text messages.
2022-01-09, ∼367🔥, 0💬

Check JDK Version on CentOS
This section provides a tutorial on how to check the version information of the installed JDK packages on CentOS systems.
2022-01-09, ∼615🔥, 0💬

Viewing Pre-Installed Certificates in Mozilla Firefox
This section provides a tutorial example on how to view pre-installed certificates in Mozilla Firefox. View certificate button is on the Encryption tab of the Advanced option page.
2022-01-09, ∼1377🔥, 2💬

💬 2022-01-09 Herong: Straton, Certificates in the Authorities section are trusted root certificates. Deleting them will create problems visiting Webs...

💬 2022-01-06 Straton: Looking for information on what the Authorities section tells me: why would I care? What is it useful for? Why would I delete ex...

Chinese Festivals - Chihsi (Chinese Valentine)
On the evening of the seventh day of the seventh month on the Chinese lunar calendar, look carefully at the sky and you will, weather permitting, see the Cowherd (a bright star in the constellation Aquila, west of the Milky Way) and the Weaving Maid (the star Vega, east of the Milky Way) appear clos...
2022-01-09, ∼4685🔥, 0💬

CD ToC query
Hi Dr. Herong Yang, I have just been looking at your CD notes on your website. Incredibly impressive. I have a query. I have a CD recorder (quite old) in my hifi system which I simply use to play CDs nowadays. Sometimes, when I play CDs, it is very slow to read the ToC but eventually gets there. I b...
2022-01-09, ∼4025🔥, 0💬

Chinese Festivals - Mid-Autumn Festival
The Mid-Autumn Festival falls on the 15th day of the 8th lunar month, usually in October in Gregorian calendar. The festival has a long history. In ancient China, emperors followed the rite of offering sacrifices to the sun in spring and to the moon in autumn. Historical books of the Zhou Dynasty ha...
2022-01-09, ∼3594🔥, 0💬

The Story of the Chinese Valentine's Day
Chinese Valentine's Day is on the 7th day of the 7th lunar month in the Chinese calendar. A love story for this day is about the 7th daughter of Emperor of Heaven and an orphaned cowherd. The Emperor separated them. The 7th daughter was forced to move to the star Vega and the cowherd moved to the st...
2022-01-09, ∼3533🔥, 0💬

<< < 329 330 331 332 333 334 335 336 337 338 339 > >>   ∑:9026  Sort:Rank