<< < 52 53 54 55 56 57 58 59 60 61 62 > >>   ∑:9067  Sort:Date

ca-certificates - Linux CA Certificate Package
This chapter provides tutorial notes and example codes on the Linux CA Certificate Package. Topics include installing Mozilla trust root certificates with the 'ca-certificates' package; installing 'ca-certificates-java' and 'ca-certificates-mono' for Java and Mono (.NET) applications; adding and rem...
2026-05-12, ∼1006🔥, 0💬

RsaKeyValidator.java for RSA Key Validation
This section provides a tutorial example on how to validate RSA keys by encrypting and decrypting some random sample messages.
2023-02-19, ∼1006🔥, 2💬

💬 2023-02-19 test: hello i m

Download and Install "geth" 1.8.2
This section describes how to download and install 'geth' 1.8.2.
2022-10-01, ∼1004🔥, 0💬

Saving Files in "Unicode Text (*.txt)" Option
This section provides a tutorial example on how to save Unicode text file with Excel using the 'Unicode Text (*.txt)' file type option.
2022-10-01, ∼1001🔥, 0💬

Including 'script' Tags in String Literals
This section provides a tutorial example showing the issue of including 'script' tags in string literals in HTML document.
2022-10-01, ∼1001🔥, 0💬

Current Time in Milliseconds and Nanoseconds
This section provides a tutorial example on how to obtain the current time in milliseconds and nanoseconds using currentTimeMillis() and nanoTime() methods.
2017-08-09, ∼1001🔥, 1💬

What Is GRU (Gated Recurrent Unit)
This section provides a quick introduction of GRU (Gated Recurrent Unit), which is a simplified version of the LSTM (Long Short-Term Memory) recurrent neural network model. GRU uses only one state vector and two gate vectors, reset gate and update gate.
2023-05-14, ∼1000🔥, 2💬

💬 2023-05-14 Nancy: Thanks!

💬 2023-04-14 Computerizor: Wow thank you so much for an easier way of understanding how a gru works

Use "dd" Command to Test I/O Speed
This section provides a tutorial example on how to test I/O speed of hard disk and USB drives using the 'dd' command with different block sizes.
2022-10-01, ∼1000🔥, 0💬

SDF (Structure Data File)
This chapter provides quick introductions about molecules, molecular formula, atomic bonds and molecule structures.
2023-05-04, ∼998🔥, 1💬

💬 2023-05-04 Siobhan: This is so helpful to me. Thank you so much!

Example - Cover-Page-and-Two-Columns.fo
This section provides a tutorial example of an XSL-FO document structure, Cover-Page-and-Two-Columns.fo, which declares two page layouts: one for the cover page and one for content pages. It also specifies that content pages to be formatted in two columns.
2022-10-01, ∼998🔥, 0💬

Geometric Introduction to Elliptic Curves
This chapter provides a geometric introduction of elliptic curves and the associated addition operation. Topics includes what is an elliptic curve and its geometric properties; geometric algorithm defining an addition operation; infinity point or identity element; commutativity and associativity of ...
2023-10-11, ∼997🔥, 2💬

💬 2020-09-12 NA: NA

Reciprocity of Length Contraction
This section introduces the reciprocity of length contraction. Length of a moving object is shorter when measured by a stationary observer; and length of a stationary object is shorter when measured by a moving observer.
2021-01-31, ∼997🔥, 2💬

💬 2021-01-31 Herong: Abhinav, which part is confusing?

💬 2021-01-14 Abhinav: This is confusing

"trust dump" - Dump Information from Linux Trust Store
This section provides tutorial examples on dumping certificate information from Linux Trust Store using the 'trust dump' command.
2026-05-12, ∼994🔥, 0💬

"inline" Splitting for Line Break
This section provides a tutorial example showing an 'inline' of text getting split into two parts, because it is too long to fit into remaining portion of the line page.
2022-10-01, ∼994🔥, 0💬

Parallel Collector - "+XX:+UseParallelGC"
This chapter provides tutorial notes and example codes on the Parallel Collector specified by the '+XX:+UseParallelGC' JVM option. Topics include introduction to Parallel Collector log message format; multiple parallel GC threads; '-XX:+UseAdaptiveSizePolicy' option to dynamically changing 'eden', '...
2022-10-01, ∼994🔥, 0💬

中国农历计算程式使用方法
本节介绍了中国农历计算程式的使用方法。农历计算程式可以用来计 算年历,月历和日历。
2021-01-08, ∼992🔥, 2💬

💬 2021-01-03 Herong: lsa, thanks for reporting those errors. I will review and correct them.

💬 2020-12-26 lsa: 农历算法对应的节气日期有些错误数据: 2014:3月,5,6 2021:4月,5,4 2032:4月,5,4 2051:3月,21,20 2071:3月,21,20 2081:5月,21,20 2083:2月,4,3 208...

Convert XML Document to JSON Document
This section provides a quick introduction on options of converting XML documents to JSON documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2020-08-05, ∼992🔥, 1💬

💬 2020-08-05 krutik: Hii You can also use https://onlinexmltools.org/ for online xml converter like XML to JSON,YAML,CSV,BASE64,TSV,PlainText XML toM...

SoapUI - Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI. Topics include SoapUI features; downloading and installing SoapUI free edition; creating and running tests in SoapUI
2017-06-20, ∼992🔥, 1💬

💬 2017-06-20 Ranjith: Thanks

"Alpine" - Terminal-Based Email Client
This section provides a tutorial example on how to install and use 'mailx' on CentOS computers to read and send emails locally or remotely via IMAP/POP and SMTP protocols.
2024-04-06, ∼991🔥, 0💬

2800: Braille Patterns
This section provides a quick summary of the Unicode code point block: 'Braille Patterns', which contains 256 code points to represent Braille characters used in Braille writings.
2024-01-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💬

12000: Cuneiform
This section provides a quick summary of the Unicode code point block: 'Cuneiform', which contains 1024 code points to represent Cuneiform alphabets.
2024-01-23, ∼990🔥, 0💬

Add/Remove PV on VG on the Fly
Describes what is a VG (Volume Group) - a virtual storage device made up by one or more PVs (Physical Volumes). Tutorial examples are given on how to create a new VG, add PV to a VG and remove a PV from a VG.
2022-10-01, ∼990🔥, 0💬

JMenuItemActionListenerTest.java - Menu Item Action Listener Test
This section provides a tutorial example on how to use java.awt.event.ActionListener, button action listener interface, to catch events fired by JMenuItem objects.
2016-01-07, ∼990🔥, 1💬

<< < 52 53 54 55 56 57 58 59 60 61 62 > >>   ∑:9067  Sort:Date