<< < 221 222 223 224 225 226 227 228 229 230 231 > >>   ∑:9020  Sort:Date

"gzip/gunzip" - Compressed *.gz Files
This section provides a tutorial example on how to use 'gzip' and 'gunzip' commands to compress large files and restore them later. Compressed files will have the *.gz file name extension.
2022-10-01, ∼233🔥, 0💬

archived: Download and Install JDK 14 on macOS
This section provides a tutorial example on how to download and install the latest version JDK, which contains the HotSpot JVM, on a macOS system. A simple Java program was entered, compiled, and executed to verify the JDK installation.
2024-03-12, ∼232🔥, 0💬

從大五碼到 Unicode 轉換表製作程式
本章介紹了 Big5Unicode.java 源程式。它可以用來製作大五碼 (Big5) 到 Unicode 編碼轉換表。
2024-02-03, ∼232🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 BD 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 BD 行。
2024-01-31, ∼232🔥, 0💬

Unicode > Big5 轉換: 第 50 部分 - U+9A15 到 U+9BDB
本節列出了 Unicode 到 Big5 代碼轉換表的第 50 部分 - Unicode U+9A15 到 U+9BDB。
2024-01-31, ∼232🔥, 0💬

"Calculator" for 4 Integer Operations
This chapter provides a quick introduction of free Web services 'Calculator' provided by dneonline.com with 4 integer operations.
2024-01-21, ∼232🔥, 0💬

Commonly Used Python Packages/Libraries
This section provides a list of most commonly used Python packages/libraries and their 'pip' installation commands.
2023-07-13, ∼232🔥, 0💬

What Is JDBC?
This section provides a quick answer to the question of 'What is JDBC?'
2022-10-31, ∼232🔥, 0💬

List of Various Speeds
This section lists various speeds to give us a sense of scale about speed.
2022-10-21, ∼232🔥, 0💬

2006 年年历 - 狗年
中国年历 - 2006 年年历 - 狗年
2022-10-15, ∼232🔥, 0💬

AndroidView v3.2 - Layouts with Horizontal Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in blocks in horizontal orientation.
2022-10-01, ∼232🔥, 0💬

Importing Classes from Unnamed to Named Packages - JDK 1.4.1
This section provides a tutorial example on how to import classes defined in an unnamed package to a named package with JDK 1.4.1 or higher. A wrapper class is needed to integrate the class in an unnamed package into a named package with JDK 1.3.1 first.
2022-10-01, ∼232🔥, 0💬

DatagraClient.java - A Datagram Client Application
This section provides a tutorial example on how to write a network application, DatagraClient.java, that creates a client socket, sends datagram packet to a datagram server.
2022-10-01, ∼232🔥, 0💬

XSL (Extensible Stylesheet Language) - Implementation in JDK
This section provides a tutorial example on how to write a simple program, XSLClassChecker.java, to view implementation classes of XSL (Extensible Stylesheet Language) in JDK.
2022-10-01, ∼232🔥, 0💬

Predefined Variables Related to HTTP Requests
This section describes predefined variables, $_GET, $_POST, $_COOKIE, $_REQUEST, and $_SERVER, that contains information included in the HTTP request received by the PHP engine from the Web server.
2022-10-01, ∼232🔥, 0💬

What Is Object Serialization
This section describes what is object serialization - a process of converting an object into a binary string to be saved in a file, stored in database, passed to another system. The string representing the object can be converted back to a new object that has same property values as the original obj...
2022-10-01, ∼232🔥, 0💬

ClassChecker.java - Reports Class Loader
This section provides a tutorial example, ClassChecker.java, which reports the class loader by the JVM to load a given class.
2022-10-01, ∼232🔥, 0💬

Jyotisha - Indian or Hindu Astrology
This section describes what is Jyotisha - Indian or Hindu astrology.
2022-10-01, ∼232🔥, 0💬

First Program in C#
This section provides a tutorial example on how to write the first C# program to print out 'Hello world!' on the screen, compile it and run it on with .NET Framework.
2022-10-01, ∼232🔥, 0💬

Storing ASCII Characters in Non-ASCII Columns
This section describes a test of storing ASCII characters into non-ASCII columns.
2022-10-01, ∼232🔥, 0💬

Perl Crypt::ECB Perl Module
Tutorial notes and example codes are provided on Crypt::ECB Perl module. Topics include introduction and installation of Crypt::ECB; Encryption test cases; Auto padding option.
2022-10-01, ∼232🔥, 0💬

Network Firewall Tools on CentOS
This section provides quick descriptions on 3 major network firewall tools, 'firewalld/firewall-cmd', 'nftables/nft', and 'iptables' on CentOS 8 systems.
2022-10-01, ∼232🔥, 0💬

getProcedures() - Listing Stored Procedures
This section describes how to get a list of stored procedures in the database server.
2022-10-01, ∼232🔥, 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, ∼232🔥, 0💬

<< < 221 222 223 224 225 226 227 228 229 230 231 > >>   ∑:9020  Sort:Date