<< < 81 82 83 84 85 86 87 88 89 90 91 > >>   ∑:9086  Sort:Date

1700: Tagalog
This section provides a quick summary of the Unicode code point block: 'Tagalog', which contains 32 code points to represent Tagalog alphabets used in the Tagalog language.
2024-01-23, ∼646🔥, 0💬

2070: Superscripts and Subscripts
This section provides a quick summary of the Unicode code point block: 'Superscripts and Subscripts', which contains 48 code points to represent superscripts and subscripts.
2024-01-23, ∼646🔥, 0💬

Generating Username Token with SoapUI
This section provides a tutorial example on how to generate Username token and insert it into SOAP request header by adding outgoing WS-Security configuration entry to request message in SoapUI.
2022-10-04, ∼646🔥, 0💬

CLR Based PE (Portable Executable) Files
This section provides a tutorial example on how to use the .NET Intermediate Language disassembler to view PE headers and CLR headers of the executable files generated by the .NET C# compiler.
2022-10-01, ∼646🔥, 0💬

What Is "basic-link" Formatting Object?
This section describes the 'basic-link' formatting object, which is an inline-level formatting object that makes the content as a hyperlink pointing to the specified internal or external location of the referenced resource.
2022-10-01, ∼646🔥, 0💬

File_Input_Output_Test.php - File Input/Output Examples
This section provides a tutorial example script on how to use file input and output functions like fopen(), fread(), fwrite(), and fclose(). The example script copies any file in binary mode.
2022-01-26, ∼646🔥, 4💬

💬 2022-01-26 david: it's good

2F800: CJK Compatibility Ideographs Supplement
This section provides a quick summary of the Unicode code point block: 'CJK Compatibility Ideographs Supplement', which contains 544 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼645🔥, 0💬

Impact of Activation Functions
This section provides a tutorial example to demonstrate the impact of activation functions used in a neural network model. The 'ReLU' function seems to be a better activation function than 'Tanh', 'Sigmoid' and 'Linear' for the complex classification problem in Deep Playground.
2023-05-14, ∼645🔥, 2💬

💬 2023-05-14 Herong: Marvin, Thanks for pointing out the errors in the diagram. They are corrected now.

💬 2023-04-27 Marvin: Hey Herong, I was looking for illustrations of the activation functions that I can cite for my master thesis and found this page...

A700: Modifier Tone Letters
This section provides a quick summary of the Unicode code point block: 'Modifier Tone Letters', which contains 32 code points to represent tone modifiers used in conjunction with the preceding letter.
2024-01-23, ∼644🔥, 0💬

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

DOMBrowser.java - DOM Interface Java Example
This section provides a tutorial example on how to parse an XML file and print it back in a tree format using DOM interface in Java - JDK 1.8.
2017-02-22, ∼644🔥, 1💬

💬 2017-02-22 fk: windows blocks dom

10330: Gothic
This section provides a quick summary of the Unicode code point block: 'Gothic', which contains 32 code points to represent Gothic alphabets used in the Gothic language.
2024-01-23, ∼643🔥, 0💬

Molecule Core and Sidechains Decomposition with RDKit
This section provides a tutorial example on decomposing a molecule into a core substructure and its sidechains using RDKit library.
2022-10-01, ∼643🔥, 0💬

Activity Diagram - Send Signal Notation
This section describes the Send Signal Notation used in a UML Activity Diagram. A Send Signal Notation represents an action that sends a signal to outside and continues without waiting for any responses.
2024-09-18, ∼642🔥, 1💬

💬 2024-09-18 Michael Carlsson: Should the Send Signal not be an arrow shape like "Request Payment" signal on the page Activity Diagram - Accept Event Notation ...

Unicode > Big5 轉換: 第 28 部分 - U+7686 到 U+780C
本節列出了 Unicode 到 Big5 代碼轉換表的第 28 部分 - Unicode U+7686 到 U+780C。
2024-01-31, ∼642🔥, 0💬

jdb - The Java Debugger
This chapter provides tutorial notes on the Java debugger 'jdb'. Topics include starting 'jdb' to debug an application, running 'jdb' separately from the application, debugging remote application, debugging multi-thread application, listing and switching execution threads.
2022-10-01, ∼642🔥, 0💬

"jpackage -t msi" - Package for Windows
This section provides a tutorial example on how to use 'jpackage -t msi' command to generate a binary distribution package from Java application JAR file in *.msi format for Windows computers. But 'jpackage' requires a third-party tool, WiX, to work.
2022-10-01, ∼642🔥, 0💬

About This Book
This section provides some detailed information about this book - Chinese Calendar Algorithm - Year 1901 to 2100.
2020-12-02, ∼642🔥, 1💬

💬 2020-12-02 Kevin Elvin: Entering dates in my calendar CCPlus

"keytool -groupname ..." - Select Curve Name
This section provides a tutorial example on how to using 'keytool -groupname ...' option to select a different elliptic curve when generating EC private-public key pairs.
2022-10-01, ∼641🔥, 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, ∼641🔥, 0💬

中國農歷二百年算法及年歷 - 和榮筆記
本書開始部份簡單地介紹了日歷的基本原理,一些天文數據和公式, 同時也介紹了目前中國使用的公歷和農歷的基本推算規則。中間部份 列出了一個中國農歷推算原程式。這個程式采用了壓縮數据,可以用 來推算二百年農歷日期。本書的其余部份收錄了由這個程式制作的二 百年年歷。書中還介紹了一個公式和程序用於計算太陽的位置和經度 ,也可以...
2022-10-04, ∼640🔥, 0💬

What Is a Constructor
This section describes what is a constructor - a special method to be invoked automatically when a new object is created from a class. The main purpose of the constructor is to provide initial values to object properties.
2022-10-01, ∼640🔥, 0💬

jconsole - Connecting to a Remote JMX Agent
This section provides a tutorial example on how to run 'jconsole' to connect to a JMX agent running on a remote machine, and how to see memory usage detail information.
2022-10-01, ∼640🔥, 0💬

Horoscope Moon and Other Planet Signs
This section provides introduction of planet zodiac signs: the Moon sign, the Mercury sign, the Venue sign, the Mars sign, and more.
2016-01-23, ∼640🔥, 1💬

💬 2016-01-23 Troy: Hi

<< < 81 82 83 84 85 86 87 88 89 90 91 > >>   ∑:9086  Sort:Date