<< < 28 29 30 31 32 33 34 35 36 37 38 > >>   ∑:9026  Sort:Date

What Is GB2312 Character Set
GB2312 Character Set is a set of 7445 commonly used Chinese characters established by the government of People's Republic of China in 1980.
2024-09-23, ∼2178🔥, 2💬

💬 2024-09-23 Roberto: Pretty useful

💬 2020-03-28 asim: hello asim

Viewing Trusted Root CA Certificates in Google Chrome
This section provides a tutorial example on how to view trusted root CA certificates that are pre-installed in Google Chrome.
2022-10-01, ∼2164🔥, 0💬

"keytool -keyalg EC" - Generate EC Key Pair
This section provides a tutorial example on how to use 'keytool' provided in JDK (Java Development Kit) package to generate EC private-public key pairs using the the 'keytool -genkeypair -keyalg EC' command.
2022-10-01, ∼2162🔥, 0💬

FFF0: Specials
This section provides a quick summary of the Unicode code point block: 'Specials', which contains 16 code points to represent special codes
2024-01-23, ∼2161🔥, 0💬

Java Thread Deadlock Demo Program
This section provides a tutorial example of simple deadlock demo program, SimpleDeadLock.java, with 2 threads waiting for each other.
2016-02-20, ∼2161🔥, 2💬

💬 2015-11-27 Herong: Rahul, I think your dump file is a correct thread dump. It provides you a list of threads in a text format. You can use any text...

💬 2015-11-26 Rahul: Hi, Thanks for nice article. when we use jstack or kill -QUIT / kill -3 to get thread dump , we always get the dump file which s...

Running Java HotSpot Server VM
This section provides you a tutorial example on how to run Java HotSpot Server VM - run Java command with -server option: 'java -server'.
2015-08-04, ∼2157🔥, 1💬

💬 2015-08-04 anil: i want system to phone net

中国年历 - 2031年至2040年
本章列出了2031年至2040年之间十年年历。
2022-03-12, ∼2153🔥, 1💬

The Celestial Meridian and Zenith
This section describes the celestial meridian and zenith.
2017-11-13, ∼2146🔥, 1💬

💬 2017-11-13 Kudz: Very Helpful!

"regedit.exe" - Changing Registry Values
This section provides a tutorial example on how to change registry values for the FreeCell game program, like increase the total number of games won.
2021-04-22, ∼2143🔥, 5💬

💬 2021-04-22 E. Jean: Worked perfectly Thnks a lot!

💬 2020-02-25 Herong: Bill, I am not sure if there is registry value for that on Windows XP. Newer versions of Windows do not put FreeCell settings in...

💬 2020-02-23 bill: Is there a reg edit that would allow the games to play in numerical order automatically

💬 2017-02-16 Herong: Johnny, The example given in this tutorial was based on Windows XP. FreeCell registry key will be at different locations in othe...

💬 2017-02-11 Johnny Jevidetti: What version of Windows are you using? Trying the steps you have outlined, my regedit is much different than the one you describ...

RDKit Substructure Search with SMARTS
This section provides a tutorial example on how to perform substructure search with a MARTS parttern using RDKit library.
2023-10-27, ∼2122🔥, 2💬

💬 2023-10-24 Herong: Starlet, I not sure if I fully understand you question. Can you give more examples?

💬 2023-10-10 Starlet Yuan: Hi ! I have a question. how to search a SMARTS substructure in another substructure ? For example, search "[Ch]" in "[Ch]C[Ch]" ...

Calculator.pl - CGI Application Example
This section provides a tutorial example of Perl CGI application: Calculator.pl - Returning the result of any arithmetic expression like a calculator.
2022-05-10, ∼2112🔥, 3💬

💬 2022-05-10 sxdc: m m

💬 2020-09-01 naim: hello

💬 2015-11-24 Harry: Thank you! Top!!!

Introduction to DES Algorithm
This chapter provides tutorial examples and notes about DES (Data Encryption Standard) algorithm. Topics include description of block cipher, DES encryption algorithm, Round Keys Generation, DES decryption algorithm.
2018-10-18, ∼2112🔥, 4💬

💬 2018-10-18 sam: harry please stop bullying me

WSDL Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning WSDL himself. Topics include introduction to WSDL (Web Services Definition Language); WSDL document structure; 'types', 'interface', 'binding' and 'service' definition elements; differences between style=...
2022-03-11, ∼2105🔥, 3💬

RDKit m.HasSubstructMatch(s) - Substructure Match
This section provides a tutorial example on how to perform substructure match with the m.HasSubstructMatch(s) method in RDKit library.
2022-10-01, ∼2101🔥, 0💬

Inserting CLOB Values with SQL INSERT Statements
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
2022-10-01, ∼2094🔥, 0💬

The Constancy of the Speed of Light
This section provides a thought experiment to help understanding the second assumption of the special theory of relativity: The constancy of the speed of light.
2024-08-08, ∼2088🔥, 75💬

💬 2024-06-25 Hiroji Kurihara: Speed of Starlight A glass cube is floating horizontally in outer space. Two rays of starlight coming from the left and right ar...

💬 2022-11-19 Hiroji Kurihara: Light is Propagated in Two Ways              In outer space, a starlight is reflected by a mirror. There is a formula c = ...

💬 2022-04-30 Hiroji kurihara: Herong, Thanks, for accepting my comments. Now, URL of my web-site is as follows, http://lifeafterdeath.vip/eng.html

💬 2022-04-27 Hiroji kurihara: Sorry, last a few words of my post (04-25's) are missing. It is.... m<m/2+m/2.

💬 2018-12-18 Herong: Hiroji, Thanks for sharing your comment and the article. I will definitely read it.

(More comments ...)

"keytool -list" Verifying PKCS#12 Files
This section provides a tutorial example on how to merge a private key and its self-signed certificate into a single PKCS#12 file, with can be then encoded as PEM and encrypted with DES.
2022-10-04, ∼2088🔥, 0💬

中国年历 - 2021年至2030年
本章列出了2021年至2030年之间十年年历。
2022-10-04, ∼2083🔥, 0💬

"-XX:ParallelGCThreads" - # of Threads
This section describes how to use the '-XX:ParallelGCThreads' JVM option to control the number threads to be used by the Parallel Collector.
2022-10-01, ∼2078🔥, 0💬

Assigning XML Schema Location with Namespaces
This section describes a tutorial example on how to assign schema location to a namespace used in the schema and the XML document.
2016-11-21, ∼2074🔥, 1💬

💬 2016-11-21 amanda: GOOD

Installing Apache HTTP Server 2.2.25 on Windows
This section describes how to install Apache 2.2.25 binary distribution on Windows systems.
2023-12-22, ∼2067🔥, 4💬

💬 2016-06-19 Herong: that was an interesting test.

💬 2016-06-17 a: &lt;?php echo 'hello'; ?>

科兴生物新冠疫苗 - 克爾來福(CoronaVac)
科兴生物新冠疫苗的名称是什么? 科兴控股生物技术有限公司旗下北京科兴中维研制的新冠病毒灭活疫 苗名称为“克爾來福(CoronaVac)”。   ⇒ 科兴生物新冠疫苗 - 研发时刻表 ⇐ 科兴生物新冠疫苗 - 深度解答 ⇑ 科兴生物新冠疫苗 - 深度解答 ⇑⇑ 新冠病毒(SARS-CoV-2)结构, 感染过程和疫苗
2021-07-19, ∼2057🔥, 0💬

H (Hybrid) Language
This free book is a collection of notes on developing a new programming language called H (Hybrid).
2018-01-21, ∼2056🔥, 1💬

💬 2017-10-18 Evan: I like it!

Android Command Line Tools
This section provides a list of commonly used Android command line tools that can be executed on the Bourne shell.
2020-06-03, ∼2053🔥, 2💬

💬 2020-06-03 Herong: Amit, looks like only 3 out of 500 events failed. It could be a result of events being injected randomly and jamming the input p...

💬 2020-05-30 Amit: Can you please shed some light on the // Injection Failed errors you are seeing while running monkey test. Are those normal?

<< < 28 29 30 31 32 33 34 35 36 37 38 > >>   ∑:9026  Sort:Date