<< < 214 215 216 217 218 219 220 221 222 223 224 > >>   ∑:9022  Sort:Rank

Application Data Shared by Multiple Threads
This section provides a tutorial example on how to share application data by multiple threads. Data sharing allows multiple threads to work together on a single large task.
2022-10-01, ∼339🔥, 0💬

Enum Types and Enum Constants
This chapter describes enum types and enum constants. Topics include 'enum' declaration statement, instance variables and instance methods of enum constants, enum supertype and type hierarchy, inherited static and instance methods, compiler added implicit methods.
2022-10-01, ∼339🔥, 0💬

GNU C Compiler
This section provides a quick introduction of GNU C Compiler developed by the GNU Project. It offers a single command, gcc, to preprocess, compile, assembly and link C programs as one step.
2022-10-01, ∼339🔥, 0💬

What Is MySQL Workbench
Quick introduction of MySQL Workbench and ways to start it and access the local MySQL server.
2022-10-01, ∼339🔥, 0💬

Full Version in PDF/ePUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼339🔥, 0💬

GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector.
2022-10-01, ∼339🔥, 0💬

What Is Discrete Logarithm Problem (DLP)
This section describes what is Discrete Logarithm Problem (DLP), which is the reverse operation of an exponentiation (or scalar multiplication) operation in an Abelian group.
2022-10-01, ∼339🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼339🔥, 0💬

Bond Represenations in SMILES
This section provides a quick introduction on bond represenations in SMILES. Single, double, triple, and aromatic bonds are represented by the symbols -, =, #, and :, respectively.
2022-10-01, ∼339🔥, 0💬

Disconnected Structures in SMILES
This section provides a quick introduction on disconnected structures in SMILES. Disconnected structures are separated by the '.' symbol.
2022-10-01, ∼339🔥, 0💬

Comparable Interface and compareTo() Method
This section provides a tutorial example on how to construct object with the Comparable interface, so that they can be stored in collections using the TreeSet class. Search operations on TreeSet class perform nicely - almost the same as HastSet and LinkedHashSet.
2022-10-01, ∼338🔥, 0💬

LatLonListCityNames - Usage Description
This section describes the free Web service LatLonListCityNames provided by weather.gov. LatLonListCityNames allows you to retrieve the latitude and longitude pairs corresponding to a predefined list of US cities.
2022-10-01, ∼338🔥, 0💬

".cshrc" - C Shell Script File and
This section provides an example of .cshrc file, a C shell script file that gets executed automatically each time the C shell is started.
2022-10-01, ∼338🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼338🔥, 0💬

DLP And Trapdoor Function
This section exams the difficulty level of the Discrete Logarithm Problem (DLP) in several Abelian Group examples to see if them can be used to build trapdoor functions.
2022-10-01, ∼338🔥, 0💬

What Are Standard Elliptic Curves
This section provides a list of standard elliptic curves selected and recommended by different organizations to generate secure EC private-pubic key pairs.
2022-10-01, ∼338🔥, 0💬

ReverseEchoer.java - A Simple Server Socket Application
This section provides a tutorial example on how to write a network application, ReverseEchoer.java, that creates a server socket and listens for remote connection requests.
2022-10-01, ∼337🔥, 0💬

Testing decode() Methods
This section describes 4 different methods provided in Java to decode byte sequences back to characters with a given encoding.
2022-10-01, ∼337🔥, 0💬

Character.toChars() - "char" Sequence of Code Point
This section provides tutorial example on how to test 'Character' class toChars() static methods to convert Unicode code points to 'char' sequences, which is really identical to the byte sequences from the UTF-16BE encoding of the code point.
2022-10-01, ∼337🔥, 0💬

Sending and Receiving Cookies in PHP Scripts
This chapter provides tutorial examples and notes about cookie. Topics include understanding of the cookie concept; sending cookies with the setcookie() function; receiving cookies with the $_COOKIE array; enabling output buffering; creating persistent cookies; specifying cookie domain and path.
2022-10-01, ∼337🔥, 0💬

jshell - What Is It
This section describes what is 'jshell' - a command line tool that allows you to interactively evaluates declarations, statements, and expressions.
2022-10-01, ∼337🔥, 0💬

What Is a Procedure?
This section describes what is a procedure and what are the two types of procedures in VBScript.
2022-10-01, ∼337🔥, 0💬

XML File Syntax Rules
This section describes 6 syntax rules of an XML file. A valid and simple XML file is also provided.
2022-10-01, ∼337🔥, 0💬

"decimal" and Its Derived Datatypes
This chapter provides notes and tutorial examples on 'decimal' and its derived datatypes. Topics include introduction of decimal, integer, long, int, short, byte, signedLong, signedInt, signedShort, signedByte, nonNegativeInteger, positiveInteger, NonPositiveInteger, negativeInteger datatypes; sampl...
2022-10-01, ∼337🔥, 0💬

<< < 214 215 216 217 218 219 220 221 222 223 224 > >>   ∑:9022  Sort:Rank