<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:9026  Sort:Date

Calculate Double-SHA256 Hash with Java
This section describes how to calculate Double-SHA256 hash with Java.
2023-07-12, ∼1290🔥, 2💬

💬 2023-07-12 Zvi: I finally found what I was looking for. Thank you very much and God bless you.

💬 2020-01-13 Kaala: I love you

The Precession - Rotation of Earth's Axis
This section describes the precession, rotation of Earth's axis.
2019-06-30, ∼1290🔥, 2💬

💬 2019-06-30 Herong: Prof. Karwasz, this picture is not copyrighted by me. It was published by an anonymous author.

💬 2019-06-29 Grzegorz Karwasz: Dear Dr Herong Yang, I kindly ask permission to use your picture of Earh's axis precession in my book "Science and Faith". Prof....

Free Chinese Calendar 2077 - Year of the Rooster
Want to know when is the 2077 Chinese New Year day? Look for free Chinese calendars for 2077? Chinese New Year Date for Year 2077   ⇒ Free Chinese Calendar 2078 - Year of the Dog ⇐ Free Chinese Calendar 2076 - Year of the Monkey ⇑ Free Chinese Calendars: 2071 - 2080 ⇑⇑ Free Chinese Calendars
2025-09-16, ∼1289🔥, 0💬

Unique Features of Unicode
This section provides summary of unique features of the Unicode standard.
2022-10-01, ∼1287🔥, 0💬

Listing of Trusted Root CA in macOS
This section provides a tutorial example on how to see the list of trusted root CA (PKI Certificate Authorities) pre-installed on macOS.
2022-10-01, ∼1287🔥, 0💬

1F800: Supplemental Arrows-C
This section provides a quick summary of the Unicode code point block: 'Supplemental Arrows-C', which contains 148 code points to represent a set of additional arrows.
2024-01-23, ∼1286🔥, 0💬

Deleting Root CA Certificates from Google Chrome
This section provides a tutorial example on how to delete a certificate from Google Chrome. Deleted certificate can be re-installed back from a certificate file.
2022-10-01, ∼1286🔥, 0💬

Libra - The Balance, The Seventh Zodiac Sign
This section describes the seventh zodiac sign, Libra, the Balance.
2022-10-01, ∼1285🔥, 0💬

Stop "geth" Ethereum Node
This section describes how to stop 'geth' Ethereum.
2022-10-01, ∼1283🔥, 0💬

"dx.bat --dex" Command - Converting .class Files into .dex File
This section describes the 'dx.bat --dex' command that can be used to convert Java byte code (.class) files into a Dalvik executable (.dex) file.
2021-09-12, ∼1281🔥, 1💬

💬 2021-09-12 Ok: Ok

"javac -verbose" - Printing Compilation Details
This section provides a tutorial example on how to use the '-verbose' option to print compilation details.
2022-10-01, ∼1280🔥, 0💬

Loading JDBC Driver Class - com.mysql.cj.jdbc.Driver
Describes how to load the MySQL JDBC driver class, com.mysql.cj.jdbc.Driver, from mysql-connector-java-8.0.17.ja r.
2022-10-01, ∼1280🔥, 0💬

2500: Box Drawing
This section provides a quick summary of the Unicode code point block: 'Box Drawing', which contains 128 code points to represent pictures to draw boxes.
2026-04-04, ∼1278🔥, 1💬

💬 2026-04-04 L: ┏━━━━┳━━━━┓ ┃ │ ┃ │ |┃ ┣━━━━╋━━━━┫ ┃ │┃ ┃ │ _┃ ┗━━━━┻━━━━┛

isSelected() - Getting State of Check Box
This section provides a tutorial example on how to use the isSelected() method to know the state of a check box.
2022-09-18, ∼1277🔥, 4💬

💬 2020-04-13 Hisham: Thank you very much.

Exporting a Root CA Certificate to a File
This section provides a tutorial example on how to export a root CA certificate to a certificate file in base-64 encoded X.509 file using the certificates console on a Windows system.
2022-10-01, ∼1276🔥, 0💬

"-XX:CMSInitiatingOccupancyFraction=20" - Initiate CMS
This section demonstrates that the '-XX:+UseCMSInitiatingOccupanc yOnly'and '-XX:CMSInitiatingOccupancyFra ction=20'JVM options can initiate CMS collector when Tenured generation occupancy reaches 20%.
2022-10-01, ∼1276🔥, 0💬

JButton - Swing Button Class
This chapter provides tutorial notes and example codes on JButton class. Topics include creating button components with the javax.swing.JButton class; creating buttons with image icons; adding button action handler at the component level and the frame level; adding mouse click handler to handle butt...
2016-03-25, ∼1276🔥, 2💬

💬 2016-03-25 chala: v good tutorial

💬 2016-01-07 AMIT DAS: WONDERFULL

Install Open Babel 2.4.1 from Source Code
This section provides a tutorial example on how to install Open Babel 2.4.1 from source code on CentOS 8 computers.
2022-10-01, ∼1274🔥, 0💬

Molecule Similarity Based on Fingerprints with RDKit
This section provides a tutorial example on calculating molecule simularity based on fingerprints using RDKit library.
2022-10-01, ∼1272🔥, 0💬

DOMValidator.java - Validating XML with DTD using DOM
This section provides a tutorial example on how to use DOM API provided in JDK 1.4 to write a Java program to validate an XML document against the specified DTD document type.
2022-10-01, ∼1269🔥, 0💬

Chinese Lunar Month System
This section describes how months are counted in Chinese calendar.
2022-10-01, ∼1269🔥, 0💬

Showing Services under Each Process
This section provides a tutorial example on how to use command 'tasklist' to show all services under each running process with the service option '/SVC'.
2018-05-19, ∼1266🔥, 2💬

💬 2018-05-15 Herong: Hi John, you can pipe the output to the FIND command to get what you are looking for: tasklist /SVC | find "N/A"

💬 2018-04-30 John: Hello, Is there any way to list the processes that have no services (N/A) and their PID?

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, ∼1265🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

"openssl ecparam -list_curves" - Curves Supported by OpenSSL
This section provides a list of Elliptic Curves supported by OpenSSL.
2022-10-01, ∼1262🔥, 0💬

<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:9026  Sort:Date