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

The ZipArchive Class
This section provides a quick introduction to the ZipArchive class, which provides you creating new ZIP archives, extracting files from existing ZIP archives, and other functionalities.
2024-07-20, ∼661🔥, 0💬

1100: Hangul Jamo
This section provides a quick summary of the Unicode code point block: 'Hangul Jamo', which contains 256 code points to represent Hangul alphabets used in the Korean language.
2024-01-23, ∼661🔥, 0💬

3040: Hiragana
This section provides a quick summary of the Unicode code point block: 'Hiragana', which contains 96 code points to represent Hiragana syllables used in the Japanese language.
2024-01-23, ∼661🔥, 0💬

HelloAWT.java - My First AWT Program
This section provides a tutorial example on how to write a simple Java AWT program. HelloAWT.java is my first AWT program that displays a blank window with 'Hello world!' in the window title bar.
2022-10-01, ∼661🔥, 0💬

AA60: Myanmar Extended-A
This section provides a quick summary of the Unicode code point block: 'Myanmar Extended-A', which contains 32 code points to represent additional Myanmar alphabets used in the Burmese language.
2024-01-23, ∼660🔥, 0💬

pandas.DataFrame/pandas.core.frame.DataFrame - The Table Class
This section describes pandas.DataFrame/pandas.core.f rame.DataFrameclass, which represents a table of data with rows and columns.
2022-10-01, ∼660🔥, 0💬

"ldd" - Dynamic Library Dependency Checker
This section provides a tutorial example on how to use the 'ldd' tool to list dynamic library dependencies of any executable files, including dynamic library files on Linux systems.
2022-10-01, ∼660🔥, 0💬

Processing Web Form Input in UTF-8
This section describes how to display a Web form and process form input data in UTF-8.
2015-10-20, ∼660🔥, 1💬

Installing GlassFish JSTL on Tomcat
This section provides a tutorial example on how to download JSTL 1.2 JAR file developed by the Oracle GalssFish project and install it in the default application on a Tomcat 7 server.
2022-10-01, ∼658🔥, 0💬

MySQLi Module Configuration and Database Access
This section provides a tutorial example on how to configure the PHP engine for MySQL server connection access. Setting, extension=php_mysql.dll, needs to be turned in the configuration file php.ini.
2024-07-20, ∼657🔥, 0💬

Class Diagram - Aggregation and Composition Notations
This section describes Aggregation and Composition Notations used in a UML Class Diagram. Aggregation and Composition Notations represent a special type of association called 'aggregation' between a pair of parent and child classes, where the child class is considered as a part of the parent class.
2022-10-04, ∼657🔥, 0💬

Memory Allocation Limits on Windows Systems
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2022-10-01, ∼657🔥, 0💬

Turn on Postfix Server Logging for Troubleshooting
This section provides a tutorial example on how to turn on how to change logging flags on Postfix server to record extra debugging messages in log file for troubleshooting issues.
2024-04-06, ∼656🔥, 0💬

A900: Kayah Li
This section provides a quick summary of the Unicode code point block: 'Kayah Li', which contains 48 code points to represent Kayah Li alphabets used in the Kayah language.
2024-01-23, ∼656🔥, 0💬

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, ∼656🔥, 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, ∼656🔥, 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...

Using Internet Explorer as an XML Browser
This section provides a tutorial example on how to use IE (Internet Explorer) as an XML file browser. IE displays all elements in an XML file in a tree structure.
2022-10-01, ∼656🔥, 0💬

What Is JRockit JVM?
This section describes what is JRockit - A Java VM (Virtual Machine) developed by Oracle.
2022-10-01, ∼656🔥, 0💬

"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, ∼656🔥, 0💬

"OpenSSL" Signing CSR Generated by "keytool"
This chapter provides tutorial notes and example codes on using 'OpenSSL' to act as CA (Certificate Authority). Topics include setting up 'OpenSSL' as CA; using 'keytool' to generate CA private key; using 'keytool' to generate CSR (Certificate Signing Request); using 'OpenSSL' to sign CSR, using 'ke...
2018-07-12, ∼656🔥, 1💬

First Example - Hello
This section provides a tutorial example on writing the very first WSDL 1.1 example that uses SOAP 1.1 over HTTP to send a hello message and receive a hello message back.
2016-03-28, ∼656🔥, 1💬

GD Module - Manipulating Images and Pictures
This chapter provides tutorial examples and notes on GD module for manipulating images and pictures. Topics include trying 'Imager' module for PNG images; drawing graphical elements, setting transparent background, and copying images with GD Library.
2024-07-20, ∼655🔥, 0💬

Digital Signature - Microsoft Word
This chapter provides tutorial notes and example codes on applying digital signature with Microsoft Word. Topics include what is PKI digital signature; obtaining a commercial certificate signed by a trusted root CA; adding invisible and visible digital signatures in Word documents; viewing and valid...
2022-10-01, ∼655🔥, 0💬

FOP Download and Installation on macOS
This section provides a tutorial on how to download and install Apache™ FOP on macOS systems.
2022-10-01, ∼655🔥, 0💬

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