<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9024  Sort:Rank

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

Array References and Array Assignment Statements
This chapter provides tutorial examples and notes about array reference. Topics include assigning an array to a scalar variable; working with array references; 'Array()' function; copying arrays; Runtime error 'Type mismatch'.
2022-10-01, ∼378🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, ∼378🔥, 0💬

"nettop" - Processes Top Network Usages
This section provides a tutorial example on how to use the 'nettop' command to display running processes sorted by top usages of network resources.
2022-10-01, ∼378🔥, 0💬

Creating Android Project with "android" Command
This section describes how to create an Android application project without using the Eclipse IDE. The 'android' command can be used to create a project with all the source code and directory stubs for your project, as well as an Apache Ant build file.
2022-10-01, ∼377🔥, 0💬

MenuTest.java - AWT Menu Test Program
This section provides a tutorial example on how to use the java.awt.Menu class to create multiple menus and how to add them to the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼377🔥, 0💬

JSON-to-XML Conversion Library for Java
This section provides a tutorial example on how to use a 'JSON-java' conversion library offered by json.org to perform JSON-to-XML conversions in Java program. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼377🔥, 0💬

Creating a Visual C# 2010 Project
This section provides a tutorial example on how to create a Visual C# 2010 project for a console application.
2022-10-01, ∼377🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼377🔥, 0💬

USB Debugging Applications on Samsung Tablet
This chapter provides tutorial notes on debugging application on Samsung mini tablet. Topics include installing Samsung USB device driver on Windows; Turning on USB debugging interface on Samsung tablet; running 'adb -d' commands on USB connected device; installing application through USB connection...
2022-10-01, ∼376🔥, 0💬

Archived: Downloading and Installing Axis2/Java 1.4.1
This section provides a tutorial example on how to download and install Axis2/Java 1.4.1 to a Windows systems that has JDK 1.6.0 available.
2022-10-01, ∼376🔥, 0💬

Deadlock Example - 5 Dining Philosophers
This section provides a Java program that simulates the deadlock example - 5 Dining Philosophers.
2022-10-01, ∼376🔥, 0💬

Shell Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Shell Sort algorithm. Topics include introduction of the Shell Sort algorithm, Java implementation and performance of the Shell Sort algorithm.
2022-10-01, ∼376🔥, 0💬

Selection Sort - Implementation in PHP
This section provides a tutorial on how to implement the Selection Sort algorithm in PHP.
2022-10-01, ∼376🔥, 0💬

Ethereum Blockchain
This chapter introduces what is Ethereum Blockchain.
2022-10-01, ∼376🔥, 0💬

Listing of ASCII Characters and Encoded Bytes
This section provides a complete list of ASCII characters, code points and encoded bytes.
2022-10-01, ∼375🔥, 0💬

LWP Library Supports HTTPS
This section provides a tutorial example on writing a Perl script to verify HTTPS support of the LWP Library.
2022-10-01, ∼375🔥, 0💬

Creating Buttons with java.awt.Button Class
This section provides a tutorial example on how to create a button with the java.awt.Button class.
2022-10-01, ∼375🔥, 0💬

Archived: JDK 10 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, ∼375🔥, 0💬

Blowfish 8-Bit Cipher in PHP
Tutorial notes and example codes on Blowfish 8-Bit Cipher. Topics include introduction of CFB-8 and OFB-8 cipher operation modes; Blowfish 2-block test vectors in CFB-8 and OFB-8 modes.
2022-10-01, ∼375🔥, 0💬

Precedence of Side Region Corners
This section provides tutorial example to demonstrate that the 'start' or 'end' region wins the corner area against the 'before' or 'after' region when two adjacent 'side' regions are declared by default. If the 'start' or 'end' region wants to win, it must have precedence='true' specified.
2022-10-01, ∼375🔥, 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, ∼375🔥, 0💬

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, ∼374🔥, 0💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼374🔥, 0💬

<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9024  Sort:Rank