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

UUEnccode Algorithm
This section describes the UUEncode algorithm with some simple encoding examples.
2023-05-17, ∼2841🔥, 6💬

💬 2016-06-08 Herong: Neel, can you post an example of the uuencoded string that failed? May be we can figure the root cause of the issue.

💬 2016-06-01 Neel: Hi, we are using this uudecoder since long time in our code but recently we are facing issue like "Index out of range" and that ...

💬 2015-09-16 Mark Sitkowski: Excellent! Just what I was looking for

附条件批准上市
什么是附条件批准上市? 附条件批准上市,是指用于严重危及生命且尚无有效治疗手段的疾病 、公共卫生方面急需的药品,现有临床研究资料尚未满足常规上市注册 的全部要求,但已有临床试验数据显示疗效并能预测其临床价值, 在规定申请人必须履行特定条件的情况下基于替代终点、中间临床终 点或早期临床试验数据而批准上市。应对重大突发公共卫生事件急...
2021-07-19, ∼2823🔥, 0💬

1935 - Yu Zhou Chang Wan (渔舟唱晚) -- Fishman Sung in Evening
Yu Zhou Chang Wan (渔舟唱晚) - Fishman Sung in Evening, Guzheng (古筝) Solo, Composed by Lou Shu-hua (娄树华) in mid 1930s.
2016-02-25, ∼2822🔥, 1💬

💬 2016-02-25 Herong: First time using HTML5 &lt;audio> to play .mp3 files. It works nicely on my Firefox 35! ☺

isoinfo - ISO 9660 Command Line Tools
This section describes a tutorial on how to get summary information of a CD-ROM with 'isoinfo' tool.
2022-07-25, ∼2815🔥, 5💬

💬 2017-01-14 Herong: Anonim and others, I don't have any computer that has a CD drive now. So I am not able to help with your questions. Sorry.

💬 2017-01-10 Anonymous: Anonim, yes the -l parameter do that, but will list all files, not only the ones that has multiple TOC index. I am also looking ...

💬 2017-01-10 Anonim: Is there a way to list the files position? I want to list what files are stored on the same position (ISOs created with link Dup...

💬 2017-01-10 Anonymous: Is there a way to list duplicated files inside the ISO? I mean for that ISOs that have multiple entries on the TOC that point to...

JVM Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance c...
2015-07-18, ∼2802🔥, 0💬

Loading WADL Documents into SoapUI
This section provides a tutorial example on loading a WADL document for a REST Web service into SoapUI to create a REST project and populated the service, resource, and method from the WADL document.
2017-02-22, ∼2798🔥, 3💬

💬 2017-02-22 sr: hello

💬 2015-12-08 sinu: thanks

中国生物新冠疫苗 - 保护效力
中国生物新冠疫苗的保护效力是多少? 2020年12月底,国药集团中国生物北京所公布了Ⅲ期临床试验 期中分析数据,结果显示,免疫程序两针接种后,中和抗体阳转率为99.52%, 疫苗保护效力为79.34%。 中和抗体阳转率为99.52%应该理解为, 有99.52%的受试者产生了中和抗体。 疫苗保护效力为79.34%应该理解为, 有79.34%的受试者因为接种疫苗而受到保护。 另...
2021-07-19, ∼2794🔥, 0💬

Windows Automatic Root Update Mechanism
This section describes the automated process used by Windows to communicate to Windows Update Website to fetch a trusted root certificate and install it on the local computer, whenever the root certificate is needed.
2020-06-08, ∼2791🔥, 2💬

💬 2020-06-08 Herong: Onur, the question at the end of your comment was not very clear. Can you rephrase it in a different way?

💬 2020-06-05 Onur: Actually, this auto update mechanism is present on older Windows versions as low as XP. See the article here on this site: Outda...

PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server.
2023-08-24, ∼2784🔥, 2💬

Playing Movie VCD with Windows Media Player
This section describes a tutorial on how to play VCD with Windows Media Player.
2021-08-15, ∼2784🔥, 1💬

💬 2021-08-15 Nick: This is very nice! No other download needed. Thanks!

中国生物新冠疫苗 - 接种人次
有多少人接种了中国生物新冠疫苗? 到2021年1月26日为止,Ⅲ期临床试验接种人数超过了6万人 ,涵盖125个国籍。截至2021年1月4日,中国紧急使用已接种中国生物新冠病毒灭 活疫苗400多万剂次。去年12月15日开始重点人群接种工作以来,经过这段时间的努力 ,接种量不断增加,目前中国接种剂次已经超过1000万剂次。   ⇒ 中国生物新冠疫苗 - 接种年龄 ⇐ 中国生物新冠...
2021-07-19, ∼2784🔥, 0💬

Closing Frame and Terminating Application
This section provides 3 solutions and sample programs on how to close the main frame and terminate the application.
2022-11-08, ∼2767🔥, 1💬

💬 2022-11-08 Ishraga Allam: Mice Work

"jar --list" - Listing Files in JAR File
This section provides a tutorial example on how to list files stored in a JAR file with the 'jar --list' command.
2022-10-01, ∼2766🔥, 0💬

"obabel -h/-d" - Add/Remove Hydrogens in Molecule Data
This section provides a tutorial example on how to add or remove implicit hydrogen atoms in molecule data using Open Babel 'obabel' command.
2022-10-01, ∼2755🔥, 0💬

"-XX:+PrintGCDetails" - Garbage Collection Logging
This section describes HotSpot JVM options to generate garbage collection logging messages. It also describes log message format to help us understand what the JVM is telling us.
2018-04-23, ∼2747🔥, 1💬

Downloading Apache 2.4.37 Binary for Windows
This section describes how to download Apache 2.4.37 binary distribution for Windows. You should select the VC15 and 64-bit build to match the PHP engine build.
2019-11-07, ∼2745🔥, 1💬

💬 2019-11-04 Thainá Rodrigues: This worked out really nicely. Thank you very much for the info.

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI 5.0.0 on Windows system.
2018-08-30, ∼2739🔥, 5💬

💬 2018-08-30 Tom: thank u

💬 2018-07-11 annie: hello

💬 2016-04-16 Edo: Thank you

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese calendar...
2023-07-02, ∼2725🔥, 1💬

💬 2023-07-02 Everybody: 01/01/23

UTF-32, UTF-32BE and UTF-32LE Encodings
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics including encoding and decoding logics of UTF-32, UTF-32BE and UTF-32LE encodings; explanation of the use of BOM (Byte Order Mark).
2023-01-01, ∼2725🔥, 2💬

2016 年年歷 - 猴年
中國年歷 - 2016 年年歷 - 猴年
2016-03-11, ∼2724🔥, 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, ∼2718🔥, 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?

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2017-09-29, ∼2718🔥, 5💬

💬 2017-09-29 gloax29: merci

💬 2015-11-20 sameer: good going

💬 2015-09-02 Herong: Dharshan, you can follow tutorials presented at JSSE - Java Implementation of SSL and TLS .

💬 2015-09-01 Dharshan: I want to learn JSSE

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, ∼2711🔥, 1💬

💬 2020-04-03 anson: 你好

Downloading and Installing PHP 7.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 7.0 on a Windows system.
2022-06-02, ∼2678🔥, 1💬

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