<< < 224 225 226 227 228 229 230 231 232 233 234 > >>   ∑:9026  Sort:Rank

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

Run Python Scripts on macOS
This section provides a tutorial example to verify Python environment supported on macOS computers and run a simple Python interactive scripting session.
2022-10-01, ∼334🔥, 0💬

Installing Microsoft SQL Server Express Edition
This section describes how to download and install Microsoft SQL Server Express Edition.
2022-10-01, ∼334🔥, 0💬

Dump PHP/Apache Environment Information
This section provides a tutorial example on how to dump Apache/PHP environment information on CentOS Linux systems.
2022-10-01, ∼334🔥, 0💬

Archived: Running Android SDK Manager
This section provides a tutorial example on how to run Android SDK Manager to see what additional tools and libraries that are available from the Android developer center.
2022-10-01, ∼333🔥, 0💬

RSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a RSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, ∼333🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-01, ∼333🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-01, ∼333🔥, 0💬

fopen() and File Input/Output Functions
This section describes some file input and output built-in functions. fopen() opens a file for reading and writing. fclose() closes an opened file. fread() reads data from input files. fwrite() writes data to output files.
2022-10-01, ∼333🔥, 0💬

Archived: Viewing Server Certificate in Firefox 35
This section provides a tutorial example on how to view certificate when visiting an 'https' Website in Mozilla Firefox.
2022-10-01, ∼333🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼333🔥, 0💬

Inheritance of Properties and Methods through the Prototype Object Chain
This chapter provides introductions and tutorial examples on object property and method inheritance. Topics include inheriting properties and methods from constructor's prototype; reviewing built-in default properties and methods; using the 'constructor' property; adding local and inherited properti...
2022-10-01, ∼333🔥, 0💬

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

Reference Data Types and Variables
This chapter provides tutorial notes and example codes on reference data types and variables. Topics include 5 reference data types; reference data type variables store references to objects; multiple variables referring to a single object; superclass-subclass relation; superinterface-subinterface r...
2022-10-01, ∼333🔥, 0💬

Java Related Terminologies
This chapter provides a list of terminologies related to Java programming language.
2022-10-01, ∼333🔥, 0💬

javax.servlet.jsp.tagext.* Package
This section describes Java EE (Enterprise Edition) javax.servlet.jsp.tagext.* Package, which helps you to define JSP (JavaServer Pages) Tag Libraries.
2022-10-01, ∼333🔥, 0💬

Set Subgroup Order to Higher Value
This section provides a tutorial example on how to set the subgroup order a value greater than the order of the entire group, like 2 times of the modulo, to ensure correct result of scalar multiplications.
2022-10-01, ∼333🔥, 0💬

"HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, ∼332🔥, 0💬

"apkbuilder" Command - Packaging and Signing .apk File
This section describes that the 'apkbuilder' tool is used to package the .dex file with resource files into a .apk file and sign the .apk file. But no details on how the 'apkbuilder' tool is invoked.
2022-10-01, ∼332🔥, 0💬

Archived: Android Emulator Built-in Applications
This section describes the Android emulator home screen and built-in applications.
2022-10-01, ∼332🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼332🔥, 0💬

"php -m" - Built-in Modules
This section provides a tutorial example on how to get a list of all modules that are pre-compiled in the PHP engine: php -m.
2022-10-01, ∼332🔥, 0💬

Client-Side Scripts for Document Updating
This section provides an overview of client-side scripting. Some scripts are executed to update the page document final rendering. Some scripts are registered as event handler to be executed later.
2022-10-01, ∼332🔥, 0💬

Array Data Type and Related Statements
This chapter provides tutorial examples and notes about array data type. Topics include what is an array; declaring fixed-size or dynamic-size arrays; ReDim, For ... Each, Erase statements; Variant() data type.
2022-10-01, ∼332🔥, 0💬

<< < 224 225 226 227 228 229 230 231 232 233 234 > >>   ∑:9026  Sort:Rank