<< < 172 173 174 175 176 177 178 179 180 181 182 > >>   ∑:9026  Sort:Rank

OpenSSL "enc -bf-cfb" for Blowfish/CFB Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-cfb' command for Blowfish encryption in CFB mode. Topics include introduction of CFB (Cipher FeedBack) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random Salt options to specify secret...
2022-10-01, ∼598🔥, 0💬

Memory Allocation Limits on Windows Systems
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2022-10-01, ∼598🔥, 0💬

"jpackage -t msi" - Package for Windows
This section provides a tutorial example on how to use 'jpackage -t msi' command to generate a binary distribution package from Java application JAR file in *.msi format for Windows computers. But 'jpackage' requires a third-party tool, WiX, to work.
2022-10-01, ∼596🔥, 0💬

Using Tomcat on macOS Systems
This chapter provides tutorial notes and example codes on Tomcat installation on macOS systems. Topics include downloading and installing Tomcat for macOS systems; creating first HTML, JSP and Servlet pages.
2022-10-01, ∼596🔥, 0💬

Headers and Footers using "static-content"
This chapter provides tutorial notes and example codes on headers and footers. Topics include guidelines on generating page headers and footers; using table formatting object to generate headers and footers in 3 parts; generating page headers for multiple chapters.
2022-10-01, ∼596🔥, 0💬

Creating, Accessing, and Manipulating Arrays
This chapter provides a quick introduction of creating and manipulating arrays. Topics include what is an array; creating an array; accessing array elements; expanding and truncating arrays; calling array object methods.
2022-10-01, ∼595🔥, 0💬

Molecule Core and Sidechains Decomposition with RDKit
This section provides a tutorial example on decomposing a molecule into a core substructure and its sidechains using RDKit library.
2022-10-01, ∼595🔥, 0💬

HelloAWT.java - My First AWT Program
This section provides a tutorial example on how to write a simple Java AWT program. HelloAWT.java is my first AWT program that displays a blank window with 'Hello world!' in the window title bar.
2022-10-01, ∼594🔥, 0💬

JDK - Java Development Kit
This chapter provides tutorial notes on installing JDK on your own Windows system to run Java programs. Topics include downloading and installing JDK; compiling and executing Java programs, installing JDK documentation.
2022-10-01, ∼594🔥, 0💬

Partial Date and Time Objects and Classes
This section provides a tutorial example on how to use Date-Time classes that represents partial date and time objects like java.time.LocalDate, java.time.LocalDate, etc.
2022-10-01, ∼593🔥, 0💬

Unicode Fonts
Notes and tutorial examples are provided on Unicode fonts. Topics include characteristics of a font; examples of Unicode fonts; downloading and installing GNU Unifont; running 'Character Map' on Windows.
2022-10-01, ∼593🔥, 0💬

"-XX:NewRatio" - Ratio of Tenured and "new" Generation
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
2022-10-01, ∼593🔥, 0💬

Deleting Root CA Certificates from Mozilla Firefox
This section provides a tutorial example on how to delete a certificate from Mozilla Firefox. Deleted certificate can be re-installed back from a certificate file.
2022-10-01, ∼592🔥, 0💬

"soap12:operation" - SOAPAction Header Line
This section describes 'soap12:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is not a required attribute for SOAP 1.2 over HTTP.
2022-10-01, ∼592🔥, 0💬

JVM (Java Virtual Machine) Specification
This chapter provides tutorial notes and example codes on JVM (Java Virtual Machine) Specification. Topics include introduction of JVM specification; JVM architecture and components; JVM implementations.
2022-10-01, ∼592🔥, 0💬

Digital Signature - Microsoft Word
This chapter provides tutorial notes and example codes on applying digital signature with Microsoft Word. Topics include what is PKI digital signature; obtaining a commercial certificate signed by a trusted root CA; adding invisible and visible digital signatures in Word documents; viewing and valid...
2022-10-01, ∼591🔥, 0💬

Using JAR Files in Java Class Paths
This section provides a tutorial example on how to use JAR files in class paths during Java compilation and execution time.
2022-10-01, ∼590🔥, 0💬

Downloading and Installing PHP
This section provides a tutorial example on how to download and install PHP on a Windows system.
2022-10-01, ∼590🔥, 0💬

Installing Crypt::CBC 2.33 with ActivePerl
A tutorial is provided to show how to install Crypt-CBC 2.33 module, that can be used together with Crypt::Blowfish (installed previously) to encrypt plaintext of any size.
2022-10-01, ∼590🔥, 0💬

Subtraction Operation on an Elliptic Curve
This section describes the Subtraction operation on an elliptic curve. If the resulting point of the subtraction operation of point Q from P, then P - R = P + (-Q)..
2022-10-01, ∼589🔥, 0💬

Other Cookie Properties - Domain and Path
This section describes what is an array - an ordered pairs of keys and values. If sequential integer keys are used, an array is a simple indexed list. If string keys are used, an array is a map.
2022-10-01, ∼587🔥, 0💬

jconsole - Connecting to a Local JMX Agent
This section provides a tutorial example on how to run 'jconsole' to connect to a JMX agent running on a local machine, and how to monitor the running Java application by reading head memory usage, CPU usage, number of threads and classes.
2022-10-01, ∼586🔥, 0💬

Installing GlassFish JSTL on Tomcat
This section provides a tutorial example on how to download JSTL 1.2 JAR file developed by the Oracle GalssFish project and install it in the default application on a Tomcat 7 server.
2022-10-01, ∼586🔥, 0💬

Impact of start-indent on list-item-body
This section provides a tutorial example showing the impact of start-indent attribute on list-item-body. By default, item-body area is overlapped with item-label area.
2022-10-01, ∼586🔥, 0💬

<< < 172 173 174 175 176 177 178 179 180 181 182 > >>   ∑:9026  Sort:Rank