<< < 149 150 151 152 153 154 155 156 157 158 159 > >>   ∑:9045  Sort:Date

"pip/pip3" Python Package Manager
This section provides a tutorial example on how to use 'pip/pip3' command to install and manage Python packages.
2022-10-01, ∼366🔥, 0💬

Outdated: "HijackThis" - Spyware and Browser Hijacker Detector
This section provides a tutorial example on how to run 'HijackThis' to generate a system diagnose report.
2018-07-01, ∼366🔥, 2💬

💬 2018-07-01 Herong: Dragokas, Thanks for maintaining this nice tool. I will definitely try the new version.

💬 2018-06-29 Dragokas: Just for information: There is a new version named: HiJackThis Fork v3: https://github.com/dragokas/hijackth isthat supports all...

Tables with Primary Key Column "GENERATED ... AS IDENTITY"
This section describes how to create a table primary key column defined as 'GENERATED ... AS IDENTITY'.
2022-10-04, ∼365🔥, 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, ∼365🔥, 0💬

What Is an Enum Type
This section describes 'enum' types, which are defined by 'enum' declaration statements. An 'enum' type is actually a special kind of class type.
2022-10-01, ∼365🔥, 0💬

Enum Constant Implicit Methods
This section describes 2 static methods implicitly added by the Java compiler to all enum types declared by the 'enum' statement.
2022-10-01, ∼365🔥, 0💬

"anyAtomicType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anyAtomicType' valid values and representations. Everything, except XML structure, is a valid 'anyAtomicType' lexical representation.
2022-10-01, ∼365🔥, 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, ∼365🔥, 0💬

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

Installing Crypt::Blowfish 2.14 with ActivePerl
A tutorial is provided to show how to install Crypt-Blowfish 2.14 module originally developed by A.M. Kuchling with ActivePerl 5.18 on Windows.
2022-10-01, ∼365🔥, 0💬

"-XX:+PrintGCTaskTimeStamps" - Print GC Threads
This section describes how to use the '-XX:+PrintGCTaskTimeStamps' JVM option to show multiple GC threads used by the Parallel Collector.
2022-10-01, ∼365🔥, 0💬

"netstat" - Display Network Statistics
This section provides a tutorial example on how to use 'netstat' command to display network statistics
2022-10-01, ∼365🔥, 0💬

Blowfish Test Vectors with 16-Byte Keys
A tutorial Perl example is provided to show how to build a table of test vectors with Crypt::Blowfish with 128-bit (16-byte) secret keys.
2023-10-28, ∼364🔥, 1💬

💬 2023-10-28 Jeremy Gemegah: pardon me, I am a bit confused, what is the size of the sub keys?

OFB (Output FeedBack) as a Stream Cipher
This section describes how DES OFB (Output FeedBack) operation mode can be modified as a 1-bit stream cipher or a 1-byte stream cipher.
2022-10-04, ∼364🔥, 0💬

Date and Time Object and String Conversion
This chapter provides tutorial notes and example codes on date and time string format. Topics include using java.util.DateFormat.format() method to format date objects into text strings; using java.util.SimpleDateFormat.par se()method to parse date strings into objects.
2022-10-01, ∼364🔥, 0💬

What Is Microsoft Excel
This section provides a quick introduction of Microsoft Excel - a spreadsheet tool which allows you to enter numerical values or text data into rows and columns. Microsoft Word can be used to edit Unicode text files with various encodings.
2022-10-01, ∼364🔥, 0💬

How Sessions Are Supported in PHP
This section describes how sessions are supported in PHP. Session IDs are passed as cookies or GET/POST variables. session_start() is the built-in function to start a session. $_SESSION is the built-in array to manage session data.
2022-10-01, ∼364🔥, 0💬

Archived: mysql_connect() using php_mysql.dll Library
This section describes functions supported by the MySQL extension library, php_mysql.dll. mysql_connect() creates a connection to the specified MySQL server.
2022-10-01, ∼364🔥, 0💬

Flow Control Statements
This chapter provides a quick introduction of JavaScript flow control statements. Topics include 'if...then' statements, 'while' statements, 'for' statements, 'break' statements.
2022-10-01, ∼364🔥, 0💬

"If" Statements
This section describes 4 forms of 'If' statements supported in VBScript. The more complex form is 'If ... ElseIf ... Else ... End If'.
2022-10-01, ∼364🔥, 0💬

Validating an XML Document against the Specified DTD Document Type
This chapter provides tutorial notes and example codes on XML validation against DTD document types. Topics include using DOM API and SAX to write Java programs to validate an XML document against the specified DTD document type.
2022-10-01, ∼364🔥, 0💬

Default Transformation Template
This section describes what the default transformation template, which is used by the XSL processor for elements that has no matching template defined in the stylesheet.
2022-10-01, ∼364🔥, 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, ∼364🔥, 0💬

Multibyte String Functions in UTF-8 Encoding
This chapter provides tutorial notes on using PHP multibyte string functions on Chinese character strings. Topics include loading php_mbstring.dll module; setting multibyte string functions for UTF-8 encoding; counting number of Chinese characters with mb_strlen().
2022-10-01, ∼364🔥, 0💬

<< < 149 150 151 152 153 154 155 156 157 158 159 > >>   ∑:9045  Sort:Date