<< < 48 49 50 51 52 53 54 55 56 57 58 > >>   ∑:9020  Sort:Date

Block Hash Calculation Algorithm
This section describes the Block Hash Calculation Algorithm.
2023-10-13, ∼1004🔥, 1💬

💬 2023-10-13 00000000034ef34a7d9cb46b44a5473e: 00000000034ef34a7d9cb46b44a5473e9852 4a12f35232ef32387523b3c549da

Drawing Graphics - Using paint() on Frame or Component
This section provides a tutorial example on how to override the paint() method in the javax.awt.Frame class to draw graphics (a rectangle) on the frame window, or override the paint() method in the java.awt.Component class to draw graphics and add the component to the frame window.
2022-10-01, ∼1003🔥, 0💬

Parallel New (ParNew) Collector for Minor GC
This section demonstrates that the '-XX:+UseConcMarkSweepGC' JVM option invokes the Parallel New (ParNew) collector for Young generation GC.
2022-10-01, ∼1003🔥, 0💬

My First Servlet Page on macOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on macOS systems.
2023-02-02, ∼1001🔥, 2💬

Using VBScript with WSH (Windows Script Host)
This section provides tutorial example on how to run a simple VBScript code file with the Windows Script Host tool.
2015-08-31, ∼1001🔥, 1💬

MetaMask - Browser Based Ethereum Wallet
This chapter describes MetaMask - a browser based Ethereum light wallet.
2022-10-01, ∼1000🔥, 0💬

What Is "page-sequence-master"
This section describes page-sequence-master, which declares a sequence of layouts with existing 'simple-page-master' layouts.
2022-10-01, ∼999🔥, 0💬

Unicode Code Point Blocks: 10000 - 11FFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 10000 - 11FFF.
2024-01-23, ∼998🔥, 0💬

Galilean Diagram of Moving Frames
This section presents a single diagram that represents a moving frame overlaid on a stationary frame. The time axis of the moving frame is rotated towards the moving direction.
2017-09-27, ∼996🔥, 1💬

💬 2017-09-27 Salih Kırcalar: John David Best has his web site Vida İnstitute. He put my articles page in 'Timeflow Theory' 'http://vidainstitute.org/?page_id.. .

16800: Bamum Supplement
This section provides a quick summary of the Unicode code point block: 'Bamum Supplement', which contains 576 code points to represent additional Bamum alphabets used in the Bamum language.
2024-01-23, ∼995🔥, 0💬

JSON-to-XML Conversion Module for Python
This section provides a tutorial example on how to use a 'xmltodict' conversion module to perform JSON-to-XML conversions in a Python script. The output XML document is good, only if input XML document contains well structured data.
2022-10-01, ∼995🔥, 0💬

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

JavaScript Console in IE (Internet Explorer)
This section provides tutorial example on how to use the JavaScript Console in IE (Internet Explorer) to view execution errors and log messages resulted from JavaScript execution. You can also use it to run any JavaScript statements to interact with the HTML document.
2022-10-01, ∼994🔥, 0💬

Longest Day of the Year at Reykjavik in Iceland
This section provides sunrise and sunset times at Reykjavik in Iceland on a Summer Solstice day.
2015-12-03, ∼994🔥, 2💬

💬 2015-12-03 Herong: Rok, this Web service seems to be giving wrong results.

💬 2015-12-02 Rok: I tried to get data for Rome (Italy) but it doesn't count on Daylight saving time for sunset and also sunrise is wrong.

中国农历规则
本节介绍了农历基本规则。农历以天文月为基础,十二个月为一年。 同时又以天文年为基准,加入闰月,让农历与地球公转吻合。
2022-10-04, ∼993🔥, 0💬

R-Group Decomposition with RDKit
This section provides a tutorial example on R-Group decompositions using RGroupDecompose() function in RDKit library.
2022-10-01, ∼993🔥, 0💬

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

Retrieving CLOB Values with getCharacterStream() Method
This section describes how to retrieve CLOB values with the ResultSet.getCharacterStream() method.
2017-03-18, ∼991🔥, 2💬

Content-Disposition: - Sending Files for Downloading
This section provides a tutorial example on how to insert the 'Content-Disposition:' header line in a HTTP response to tell the browser to prompt the user the download and save the response entity body as a file.
2016-01-16, ∼990🔥, 2💬

💬 2016-01-16 Herong: James, that's an interesting question. I will try to search for an answer.

💬 2016-01-14 James: Hello, I generate PDF files on the fly. I have the option to use Content-Disposition: attachment; in the http header in order to...

UML Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and sample codes written by the author while he was learning UML (Unified Modeling Language) himself. Main tutorials include: Introduction to UML; UML Class Diagrams; UML Activity Diagrams; UML Sequence Diagrams; UML State Machine Diagrams; UML Use Case Di...
2022-10-04, ∼989🔥, 0💬

Mount Windows NTFS File System
This section provides a tutorial example on how to mount Windows NTFS (New Technology File System) file systems on Linux systems. 'ntfs-3g' device driver is needed.
2022-10-01, ∼984🔥, 0💬

"keytool" Importing CA's Own Certificate
This section provides a tutorial example on how to import CA's certificate generated by 'OpenSSL' into a 'keystore' file using 'keytool'
2016-10-20, ∼984🔥, 2💬

💬 2016-10-20 Herong: Akhtar, AES256 encryption does not require any certificates. It requires a secret AES key, see Introduction to AES (Advanced Enc...

💬 2016-10-19 Akhtar: I have also a certificate file (.cer) .I did the same procedure to import in to mykey store and got .jks file but, now i want to...

Reformat NTFS Partition into EXT4 Partition
This section provides a tutorial example on how to reformat a NTFS partition into a EXT4 partition on Linux system using the 'fsmk -t ext4' command.
2022-10-01, ∼982🔥, 0💬

Input Chinese Text Data from Web Forms
This chapter provides tutorial notes on input Chinese text data from Web forms. Topics include creating Web form; receiving Chinese input text data with PHP the $_REQUEST array; inputting Chinese text with UTF-8, GB18030, and Big5 encodings; copying and pasting Chinese text on Web forms.
2017-07-30, ∼982🔥, 5💬

💬 2017-07-30 李莉: 李莉

💬 2015-12-02 周迹武: 上了,又退学了,把她爹都气晕了。

💬 2015-12-01 徐奇文: 徐奇文上大学了吧!如上了,一定是个好大学。她即聪明又好学,如果不是他爹瞎 教,学业可能会更好些。

<< < 48 49 50 51 52 53 54 55 56 57 58 > >>   ∑:9020  Sort:Date