<< < 253 254 255 256 257 258 259 260 261 262 263 > >>   ∑:8899  Sort:Rank

Managing Cookies in JSP Pages
This chapter provides tutorial notes and example codes on managing cookies in JSP pages. Topics include what is a cookie; sending and receiving cookies in JSP pages; what is persistent cookies; setting cookie properties; dumping HTTP response.
2022-10-01, ∼241🔥, 0💬

TitleCaseWordsWithToken - Words to Title Case Format
This chapter provides a quick introduction of the free Web service, TitleCaseWordsWithToken, converting words to title case format. Topics include usage description of TitleCaseWordsWithToken; request message sample; response message sample.
2022-10-01, ∼241🔥, 0💬

1978 - Bash (Bourne-Again Shell) Developed by Brian Fox
This chapter provides some history of Bash (Bourne-Again Shell) developed by Brian Fox in 1978 for Unix systems by extending Bourne shell with many new features.
2022-10-01, ∼241🔥, 0💬

Operations and Functions for Character Strings
Describes operations and functions for character strings, sequences of characters from predefined character sets.
2022-10-01, ∼241🔥, 0💬

Java API for Sorting Algorithms
This chapter provides tutorial notes and codes on building Java API for sorting algorithms. Topics include why Java API is needed; the data element class; sorting algorithm testing program.
2022-10-01, ∼241🔥, 0💬

Algebraic Solution for the Infinity Point
This section provides an algebraic solution for calculating the addition operation of two points on an elliptic curve with one of them is the infinity point.
2022-10-01, ∼241🔥, 0💬

Serial Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Serial Collector stops the application for both Minor GC and Major GC.
2022-10-01, ∼241🔥, 0💬

Serial GC Tracing - Tenuring Threshold
This section provides a tutorial showing how Serial GC changes the tenuring threshold dynamically and promotes objects to 'tenured' generation earlier or later to Tenuring generation to meet the TargetSurvivorRatio setting.
2022-10-01, ∼241🔥, 0💬

Garbage Collection Performance Test Summary
This chapter provides discussions on GC performance test result. Topics include comparison of performances of different garbage collectors; suggestions to use garbage collectors more efficiently.
2022-10-01, ∼241🔥, 0💬

Process Management
This chapter provides introductions and tutorial on managing processes on Linux systems. Topics include 'ps' to display processes; 'jobs' and other commands to manage background jobs; 'tmux' tool to manage multiple shells and keep them in background.
2022-10-01, ∼241🔥, 0💬

Anaconda - Python Environment Manager
This chapter provides introductions and tutorial examples about Conda environments. Topics include installing Conda from the Miniconda package; starting/ending Conda 'base' environment; installing Conda packages.
2022-10-01, ∼241🔥, 0💬

java.util.Date - JDK Class to Measure Date and Time
This section provides a tutorial example on how to use the java.util.Date class to measure date and time. The Date class does not carry any calendar information.
2022-10-01, ∼240🔥, 0💬

PKCS#8 and X.509 Key Encoding Classes
This section describes 2 JDK classes: PKCS8EncodedKeySpec representing the PKCS#8 encoding standard and the X.509 encoding standard.
2022-10-01, ∼240🔥, 0💬

opendir() and Directory Management Functions
This section describes opendir() and other directory management functions. A tutorial example is provided on how to open a directory as a directory resource handle and read its entries with the readdir() function in a loop.
2022-10-01, ∼240🔥, 0💬

readfile() and Special File Handling Functions
This section describes some special file handling functions. readfile() copies a file to standard output. fgetss() reads a line with tags removed. tmpfile() opens a temporary file. file() reads a file into an array.
2022-10-01, ∼240🔥, 0💬

Characters of Multiple Languages in String Literals
This section provides a tutorial example on how enter and use characters of multiple languages in a single PHP script with Unicode UTF-8 encoding.
2022-10-01, ∼240🔥, 0💬

"for ... in" and "for each ... in" Statements
This section provides a quick description of two special loop statements for iterating properties and methods of object. A tutorial example is provided to show the extra properties and methods of two objects of the same type.
2022-10-01, ∼240🔥, 0💬

AWT Button Action Handler at the Component Level
This section provides a tutorial example on how to create an AWT button to handle actions by adding the ActionListener interface to the button component.
2022-10-01, ∼240🔥, 0💬

Example - Passing Arguments by Value
This section provides a tutorial example on how to pass arguments by value to swap values passed through procedure arguments. By this example will not work.
2022-10-01, ∼240🔥, 0💬

Example Program of Using the gc() Method
This section provides a tutorial example on how to use the garbage collection method gc() on the default Runtime object to test object references and memory usages.
2022-10-01, ∼240🔥, 0💬

The "session" Implicit Object
This section describes the 'session' implicit object - a javax.servlet.http.HttpSession object provided by the JSP server to hold information and methods common to all JSP pages running under one session.
2022-10-01, ∼240🔥, 0💬

Entering Non-ASCII Characters as Static Text
This section provides a tutorial example to test how non-ASCII characters entered as static text in JSP pages are converted by JSP server and returned to Web browsers.
2022-10-01, ∼240🔥, 0💬

Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
This chapter provides a quick introduction of the free Web service, GetInfoByState returning a list of phone area codes and their city names, time zones and ZIP codes for a given state in United States. Topics include usage description of GetInfoByState; request message sample; response message samp...
2022-10-01, ∼240🔥, 0💬

CREATE PROCEDURE - Statement to Create Stored Procedures
This section provides tutorial examples on how to use CREATE PROCEDURE statements to create stored procedures.
2022-10-01, ∼240🔥, 0💬

<< < 253 254 255 256 257 258 259 260 261 262 263 > >>   ∑:8899  Sort:Rank