<< < 134 135 136 137 138 139 140 141 142 143 144 > >>   ∑:9020  Sort:Date

GCC - C/C++ Compiler
This chapter provides introductions and tutorial examples about GCC C/C++ compilers. Topics include installing GCC C/C++ compilers; GCC compilation steps and settings; 'g++ -I' for include header files; g++ -l' for static/dynamic library files; 'g++ -shared' for building shared object (dynamic libra...
2022-10-01, ∼346🔥, 0💬

Converting Temperature from Fahrenheit to Celsius
This section provides a tutorial example on converting value from Fahrenheit unit to Celsius unit.
2019-07-24, ∼346🔥, 1💬

"Character" Class with Unicode Utility Methods
This section provides an introduction on 'Character' class static methods added since J2SE 5.0 as Unicode utility methods.
2019-04-20, ∼346🔥, 2💬

💬 2019-04-20 Herong: Isie, it will be corrected in the next update. Thanks.

💬 2019-04-17 lsie: There is a typo in "static boolean isDefined(int codePoint)" paragraph. "tt has an entry in the UnicodeData file", "tt" should b...

Review My Root CA Certificate on macOS
This section provides a tutorial example on how to review my self-signed root CA and make it trusted on macOS using Keychain Access.
2022-10-01, ∼345🔥, 0💬

"javap -private" - Listing Private Variables and Methods
This section provides a tutorial example of how to list all private and public variables and methods of a class with 'javap' with the '-private' option.
2022-10-01, ∼345🔥, 0💬

Submitting Request to MockService
This section provides a tutorial example on how to submit a test request to the mock service. Requests and responses can be viewed on both sides: client side and server side.
2022-10-01, ∼345🔥, 0💬

XML-JSON Document Conversion
This chapter provides tutorial notes and example codes on XML-JSON Document Conversion. Topics include introduction to JSON document; XML-to-JSON conversion rules, tools, and programming library; JSON-to-XML conversion rules, tools, and programming library.
2022-10-01, ∼345🔥, 0💬

Overriding Element Types in XML Documents
This chapter provides notes and tutorial examples on overriding element Type. Topics include declaring element nillable, overriding element with 'xsi:nil', defining base and derived datatypes, overriding element type with 'xsi:type'.
2022-10-01, ∼345🔥, 0💬

Using DML to Insert, Update and Delete Records
This chapter provides tutorial notes on DML (Data Manipulation Language) statements. Topics include INSERT, UPDATE, and DELETE statements; inserting records into tables; updating records in tables; delete records from tables.
2022-10-01, ∼345🔥, 0💬

Data Type - 'str' for Character String
This section describes the 'str' data type, which stores a sequence of Unicode characters.
2022-10-01, ∼345🔥, 0💬

Enable TCP/IP with SQL Server Configuration Manager
This section describes how to SQL Server Configuration Manager to turn on TCP/IP connection support.
2022-10-01, ∼345🔥, 0💬

Configuring and Testing SOAP Extension
This section provides a tutorial example on how to configure and test SOAP Extension with a WSDL 2.0 document. It fails with an error.
2019-07-19, ∼345🔥, 1💬

Localization Overview of Web Applications
This chapter provides tutorial examples and notes about Web application localization. Topics include what is localization; software components in Web applications; travel paths of output and input character strings; outputting ASCII character from PHP scripts.
2018-04-01, ∼345🔥, 1💬

💬 2018-04-01 Jeremy Fish: a great way to learn how to deal with software encoding.

.NET Programs Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing .NET programs communicating with HTTPS servers. Topics include using .NET Framework 4.0 System.Net.Request class to connect to HTTPS servers; testing how .NET programs uses root CA certificates from the trusted certificate store; catc...
2022-10-01, ∼344🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼344🔥, 0💬

InnoDB Storage Engine - Primary and Secondary Indexes
This chapter provides tutorial notes to demonstrate how InnoDB stores data rows, the primary index, and secondary indexes.
2022-10-01, ∼344🔥, 0💬

Crypt::CBC Prepending IV to Ciphertext
A tutorial Perl example is provided to show how to use Crypt::CBC to prepend the IV value to the ciphertext, if IV is specified by the user. This saves the effort to pass the IV to receiver separately from the ciphertext.
2022-10-01, ∼344🔥, 0💬

"tmux" - Terminal Multiplexer
This section provides a tutorial example on how to use 'tmux' tool to manage multiple shells as windows and panes in a single terminal. 'tmux' automatically keeps all shells running when the terminal is disconnected.
2022-10-01, ∼344🔥, 0💬

Visio 2010 UML Model Diagram Template
This section provides a tutorial example on how to load UML Model Diagram template in MS Visio 2010 to use built-in shapes to crate UML diagrams.
2022-10-06, ∼343🔥, 0💬

What Is a Datagram?
This section describes what is a datagram - An independent and self-contained message sent over the network whose arrival, arrival time, and content are not guaranteed.
2022-10-01, ∼343🔥, 0💬

javadoc - The Java Document Generator
This chapter provides tutorial notes on 'javadoc', the Java document generator. Topics include list of 'javadoc' command options, running 'javadoc' command to generate API document for a single class, and a package of classes; using 'javadoc' command options to specify directories for source/class/d...
2022-10-01, ∼343🔥, 0💬

What Is PHP SOAP Extension
This section describes the PHP SOAP Extension and its features: support of WSDL 1.1, SOAP 1.1, SOAP 1.2, HTTP, and HTTPS.
2022-10-01, ∼343🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼343🔥, 0💬

Sort_Test.php - Sorting Performance Test
This section describes a sample test program, Sort_Test.php, which can be used to test any sorting algorithm for data elements stored an array in PHP language.
2022-10-01, ∼343🔥, 0💬

<< < 134 135 136 137 138 139 140 141 142 143 144 > >>   ∑:9020  Sort:Date