<< < 24 25 26 27 28 29 30 31 32 33 34 > >>   ∑:9067  Sort:Date

2016 年年歷 - 猴年
中國年歷 - 2016 年年歷 - 猴年
2016-03-11, ∼2741🔥, 1💬

💬 2016-03-11 發哥: 猴年大吉﹗

saveWebArchive() Method - Saving Web Archive Files
This section provides a tutorial example on how to use the saveWebArchive() method to save Web page content in WebView to Web archive files in the application's files folder.
2017-11-05, ∼2739🔥, 2💬

💬 2017-11-05 Herong: Igor, the API document is not very clear if saveWebArchive() is asynchronous method or not. But you can write some print stateme...

💬 2017-11-02 Igor Ganapolsky: Does `saveWebArchive()` have to be done asynchronously on a non-ui thread?

Reciprocity of Time Dilation
This section introduces the reciprocity of time dilation. Elapsed time of a moving clock is slower when measured by a stationary observer; and elapsed time of a stationary clock is slower when measured by a moving observer.
2020-06-26, ∼2734🔥, 3💬

💬 2020-06-26 Don Pedro: Time dilation as an observer in special relativity ...

💬 2017-12-09 Herong: Hanan, this is just a thought experiment. Actually, Amy and Bob will never be able to measure the other's clock.

💬 2017-12-05 Hanan Abid: And who is right Amy or Bob?? If they could see each other's clock. One clock would definitely be ahead of other or not its just...

Chinese Characters in HTML Documents - GB2312 Encoding
This section provides a tutorial example on how enter and use Chinese characters in HTML documents using GB2312 encoding. The HTML document should include a meta tag with charset=GB2312 and be stored in GB2312 format.
2020-04-03, ∼2727🔥, 1💬

💬 2020-04-03 anson: 你好

W95 Ext'd (LBA) Partition
This section provides a quick introduction on W95 Ext'd LBA (Windows 95 Extended Logical Block Addressing) Partition, which is actually a container to hold sub-partitions.
2022-10-01, ∼2723🔥, 0💬

LookAndFeel and UIManager
This chapter provides tutorial notes and example codes on UI look and feel. Topics include introduction of javax.swing.LookAndFeel and javax.swing.UIManager classes; example programs on how to manage UI look and feel.
2015-12-12, ∼2723🔥, 1💬

💬 2015-12-12 Adil: Good work

1994 - Qing Zang Gao Yuan (青藏高原) - Qinghai-Tibetan Plateau
Qing Zang Gao Yuan (青藏高原) - Qinghai-Tibetan Plateau, lyrics by Zhang Qian Yi (张千一), music by Zhang Qian Yi (张千一), produced in 1994.
2016-03-05, ∼2718🔥, 1💬

💬 2016-03-02 Leo King: Such a beautiful voice and a touching song!

EC Private Key Example - secp256k1
This section describes the elliptic curve, E(0,7), also named as secp256k1, and the subgroup parameters, which are used in Bitcoin, Ethereum, and many other cryptocurrency apps.
2023-01-24, ∼2701🔥, 3💬

💬 2023-01-24 3azzi: 9awed

"boolean" Datatype Values and Representations
This section describes the built-in primitive datatype, 'boolean' that represents 2 Boolean values of true and false. Whitespaces are allowed and removed.
2019-08-30, ∼2701🔥, 3💬

💬 2019-08-30 tom: thanks

MP3 Encoding and File Format
This section describes MP3 encoding and file format for audio recording.
2016-12-06, ∼2696🔥, 4💬

💬 2016-12-06 suresh: Thanks..its informative!!!

💬 2016-01-14 Bhawesh: Thanks for the help, really insightful :)

💬 2015-09-15 Herong: Random, you are welcome!

💬 2015-09-14 Random: This really help me, thanks

JIMAGE - Java Image File Format
This section describes the Java image, JIMAGE, a special file format used to store class and resource files of multiple Java modules to support custom JRE.
2023-03-18, ∼2688🔥, 2💬

💬 2023-03-18 -: nice

Exporting Root Certificate to File from macOS
This section provides a tutorial example on how to export a trusted root CA certificate pre-installed on macOS computer into a certificate file in binary .cer format.
2022-01-30, ∼2674🔥, 2💬

💬 2022-01-30 Herong: Johan, Thank you so much for sharing this!

💬 2022-01-29 Johan: A better way to do the export programatically and avoid GUI clicking is to use the "security" program and export the root- and s...

Visual C# 2010 Express Edition
This chapter provides tutorial examples and notes on Microsoft Visual C# 2010 Express. Topics include downloading and installing Visual C# 2010 Express; creating a solution project; compiling and running a C# program.
2024-10-10, ∼2652🔥, 6💬

💬 2024-10-10 jerry: grazie

💬 2021-08-09 Phothong Duangpasearch: YEs

"geth" Commands for Ethereum Accounts
This section describes 'geth' commands to manage Ethereum accounts.
2023-09-08, ∼2650🔥, 2💬

💬 2023-09-08 Richard Radigan: I want to test let me in

国标GB2312编码自学教程
本书开始部分介绍了国标 GB2312 字符集和它的几种编码, 其余部分列出了 GB2312 编码和 Unicode 编码相互转换的表格制作程式。 本书还同时收录了 GB2312 编码到 Unicode 编码的转换表,以及Unicode 编码到 GB2312 编码的转换表。
2016-01-30, ∼2649🔥, 1💬

💬 2016-01-30 : 很有用,谢谢!

Converting uXXXX Sequences Back with "-reverse" Option
This section provides a tutorial example on how to \uXXXX Unicode code sequences back to a native encoding like UTF-8 with the 'native2ascii -encoding utf-8 -reverse' command.
2022-10-01, ∼2641🔥, 0💬

Using openStream() Method in java.net.URL Class
This section provides a tutorial example on how to use the openStream() 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.
2017-05-23, ∼2640🔥, 2💬

💬 2017-05-23 Herong: Mike, the issue could be that Yahoo Finance server is expecting some standard HTTP request headlines this Java program is not pr...

💬 2017-05-22 Mike: when I run the above java program with the following argument, I got a 401. If I directly paste the same https link to a web bro...

FORTRAN 77 - Example Program Code
This section provides a simple example program code of FORTRAN 77 language.
2022-01-30, ∼2637🔥, 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 ...)

DES Key Schedule Algorithm Illustration Program Output
This section provides the execution output of the tutorial Java program, DESSubkeysTest.java, to illustrate how DES key schedule algorithm works.
2015-08-09, ∼2636🔥, 1💬

💬 2015-08-08 nishant nath: I loved it

Creating Image Buttons with javax.swing.JButton Class
This section provides a tutorial example on how to create an image button with the JButton class and the ImageIcon class.
2022-08-16, ∼2635🔥, 2💬

💬 2022-08-08 Herong: Tom, you can use the following code to resize the image: ImageIcon icon = new ImageIcon("java.gif); Image image = icon.getImage(...

💬 2022-08-02 Tom: How can I resize the picture before?

中国生物新冠疫苗 - 生产能力
中国生物新冠疫苗的生产能力有多强? 中国生物分别在北京和武汉建成的新冠灭活疫苗高等级生物安全生产 车间,经国家有关部门检查和认证后,已投入规模化生产,预计2021年产能可达到10亿剂以上。   ⇒ 科兴生物新冠疫苗 - 深度解答 ⇐ 中国生物新冠疫苗 - 变异株效力 ⇑ 中国生物新冠疫苗 - 深度解答 ⇑⇑ 新冠病毒(SARS-CoV-2)结构, 感染过程和疫苗
2021-07-19, ∼2634🔥, 0💬

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI 5.0.0 on Windows system.
2017-12-27, ∼2629🔥, 5💬

💬 2017-12-27 Aldo: 10 Points !

💬 2017-07-25 apple: 急需!!

💬 2015-09-08 Abdul Latheef: Need SoapUI.

💬 2015-07-29 b vijay: good

Adding Security Exception in Mozilla Firefox
This section provides a tutorial example on how to add a security exception in Mozilla Firefox to continue visiting an HTTPS Website with an un-trusted certificate.
2023-05-09, ∼2627🔥, 3💬

💬 2023-05-09 Matti Ollikainen: The same os is now installed on usb sticks. In one of them, Firefox displays a web page as insecure but allows an security excep...

Saving Files in "Unicode" Option
This section provides a tutorial example on how to save text files with Nodepad by selecting the Unicode encoding option on the save file dialog box.
2024-01-22, ∼2623🔥, 2💬

💬 2024-01-22 Herong: Jimmy, I am glad this is helpful to you. And thank you for your note on Word custom dictionary files.

💬 2024-01-21 Jimmy Li: Thanks so much,this is what I'm looking for. Word custom dictionaries use this format, so any program creating custom dictionari...

<< < 24 25 26 27 28 29 30 31 32 33 34 > >>   ∑:9067  Sort:Date