<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:8899  Sort:Date

Introduction to Logical Operations
This section provides a quick introduction of logical operations supported by VBScript: logical negation - Not, conjunction - And, disjunction - Or, exclusion - Xor, equivalence - Eqv, implication - Imp.
2017-03-18, ∼659🔥, 2💬

💬 2017-03-18 Herong: Amit, Thanks. It's been corrected now.

💬 2017-03-17 Amit Kumar Rout: Logical Conjunction (Add): Resulting (True) if and only if both operands are (True). Correction: Logical Conjunction (And): Resu...

SOAP Module - Creating and Calling Web Services
This chapter provides tutorial examples and notes about SOAP module for creating and calling Web services. Topics include PHP implementations of SOAP, the SOAP extension library, SOAP client functions, Calling Web services with and without using the WSDL standard, example scripts to dump SOAP commun...
2024-07-20, ∼658🔥, 0💬

Turning on USB Debugging on Samsung Galaxy Tab 3
This section provides a tutorial example on how to turn on 'USB Debugging' on Samsung Galaxy Tab 3 mini tablet by tapping 'Build Number' 7 times.
2022-10-01, ∼658🔥, 0💬

Search Operation Performance of Different Collection Classes
This section provides a tutorial example on how to do performance comparison on search operations on different collection classes implemented in JDK 1.4.1. HashSet and LinkedHashSet have the best performance on search operations.
2022-10-01, ∼658🔥, 0💬

Class Diagram - Association End Notation
This section describes the Association End Notation used in a UML Class Diagram. An Association End Notation presents connection properties of an association to a connected class.
2023-05-25, ∼657🔥, 1💬

💬 2023-05-25 KoKi: Thanks!

Lucky Wedding Dates: 2011 - Year of the Rabbit
Where to find lucky wedding dates for year 2011? Lucky Wedding Dates: 2011 - Year of the Rabbit   ⇒ Lucky Wedding Dates: 2012 - Year of the Dragon ⇐ Lucky Wedding Dates: 2011 - 2020 ⇑ Lucky Wedding Dates: 2011 - 2020 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-12-01, ∼656🔥, 0💬

1E800: Mende Kikakui
This section provides a quick summary of the Unicode code point block: 'Mende Kikakui', which contains 213 code points to represent the Mende Kikakui script which is used for the Mende language of Sierra Leone.
2024-01-23, ∼656🔥, 0💬

Perform Point Addition with tinyec
This section provides a tutorial example on how to perform the point addition operation on a given elliptic curve with tinyec Python library.
2022-10-01, ∼656🔥, 0💬

1D800: Sutton SignWriting
This section provides a quick summary of the Unicode code point block: 'Sutton SignWriting', which contains 672 code points to represent a notational system developed in 1974 by Valerie Sutton and used for the transcription of many sign languages.
2024-01-23, ∼655🔥, 0💬

JSTL Example - Loop Tag on Map Objects
This section provides a tutorial example on how to use a c:forEach JSTL tag to loop through entries in a java.util.Map object.
2016-03-28, ∼654🔥, 1💬

What Is "pip/pip2/pip3" Command
This section provides a tutorial example on how to use 'pip/pip2/pip3' command to install and manage third party Python packages.
2022-10-01, ∼652🔥, 0💬

Garbage Collection Tests
This chapter provides tutorial notes and example codes on garbage collection. Topics include garbage collection test program - GCTest2.java; comparisons between HotSpot 1.7.0, HotSpot 1.6.0 and JRockit R28.2.7.
2015-08-16, ∼652🔥, 1💬

0100: Latin Extended-A
This section provides a quick summary of the Unicode code point block: 'Latin Extended-A', which contains 128 code points to represent more Latin based languages letters with various diacritic marks.
2024-01-23, ∼651🔥, 0💬

Web Browsers Not Supporting XML 1.1
This section provides a tutorial example showing that XML 1.1 is not supported in all 4 major Web browsers: Google Chrome, Mozilla Firefox, Microsoft IE and Apple Safari.
2022-10-01, ∼651🔥, 0💬

Apache FOP Font Configurations
This chapter provides tutorial notes and example codes on Apache FOP font configurations. Topics include Apache configuration file; generic font mapping; auto-detecting Windows font definitions; using SimHei font for Chinese characters.
2022-10-01, ∼651🔥, 0💬

JInternalFameTest.java - Internal Frame Class Test
This section provides a tutorial example on how to use javax.swing.JInternalFame class to create 2 internal frames in the main frame.
2020-05-19, ∼651🔥, 1💬

💬 2020-05-19 Yavuz: When I compiled and run your code on Eclipse-Oxygen (MacBook Pro), everything worked fine except that the internal frames are re...

0590: Hebrew
This section provides a quick summary of the Unicode code point block: 'Hebrew', which contains 112 code points to represent alphabetic letters used in the Hebrew language.
2024-01-23, ∼650🔥, 0💬

JDBC for MySQL - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and MySQL server; using MySQL JDBC driver (MySQL Connector/J); database connection URLs; introduction to Result Set; Meta Data, Prepare...
2022-10-01, ∼650🔥, 0💬

jmap - Generating Heap Dump File
This section provides a tutorial example on how to generate a heap dump file with the 'jmap -dump:file=name' command. A heap dump file contains all heap objects of JVM process.
2022-10-01, ∼649🔥, 0💬

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2016-09-26, ∼649🔥, 1💬

💬 2016-09-26 eva: soooooooo Amazing thank so much this site helping to learn about blowfish algorthm more

What Is WSDL
This section describes what is WSDL - an XML based standard designed to describes protocol bindings and message formats of Web services.
2024-07-20, ∼648🔥, 0💬

What Is PKCS#8?
This section describes what is PKCS#8 - One of the PKCS (Public Key Cryptography Standards) used to store a single private key. A PKCS#8 file can be encrypted with a password to protect the private key.
2023-11-15, ∼648🔥, 4💬

18800: Tangut Components
This section provides a quick summary of the Unicode code point block: 'Tangut Components', which contains 755 code points to represent structural elements used by scholars to index Tangut ideographs in modern dictionaries and glossaries.
2024-10-02, ∼647🔥, 1💬

💬 2024-10-02 Daniel: Very wonderful!

What Is JAB (Java Access Bridge)
This section describes what is JAB (Java Access Bridge) - a technology that exposes the Java Accessibility API to Microsoft Windows environment. JDK comes with 3 JAB tools: jabswitch, jaccesswalker, and jaccessinspector.
2022-10-01, ∼647🔥, 0💬

<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:8899  Sort:Date