<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:8897  Sort:Rank

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2023-07-19, ∼526🔥, 1💬

Downloading and Installing GNU Unifont
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 systems.
2023-07-19, ∼4444🔥, 5💬

💬 2023-07-19 DoublePOOF: thank you

💬 2019-10-23 Sajjad Amin: thank you

💬 2019-07-28 dipen: thank you.

💬 2015-12-06 Herong: D, maybe you can start with What Is Unicode? .

💬 2015-12-05 d gayen: i want to understand what is unicode

Mozilla Firefox - The Most Popular Open Source Web Browser
This section provides a quick history of Mozilla Firefox, the most popular open source Web browser originally developed by Dave Hyatt and Blake Ross, and released in 2004.
2023-07-18, ∼362🔥, 1💬

💬 2023-07-18 D Larkin: 2003 March 10 the working versions of monzilla separate from Firefox both working in handheld systems

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, ∼337🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

PC Register and Native Method Stack
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Normal Java applications do not have any significant impact on PC Registers and Native Method Stacks.
2023-07-15, ∼3111🔥, 4💬

💬 2023-07-15 Makhdoom: Great info.

Using Microsoft Word as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Microsoft Word as a Unicode text editor. Topics including opening Unicode text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files with the BOM character prepended.
2023-07-13, ∼3289🔥, 3💬

💬 2019-06-01 Herong: Adriaan, I can only find the peace symbol: ☮ (U+262E).

💬 2019-05-31 Adriaan: I am a pensioner, physically disabled, wheelchair, writing a book, topic: Revolution vs Evolution. I need about 10 unicode symbo...

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, ∼190🔥, 0💬

Calculate Double-SHA256 Hash with Java
This section describes how to calculate Double-SHA256 hash with Java.
2023-07-12, ∼1251🔥, 2💬

💬 2023-07-12 Zvi: I finally found what I was looking for. Thank you very much and God bless you.

💬 2020-01-13 Kaala: I love you

IllegalBlockSizeException thrown from .NET dll: msg#00024
'DES Algorithm - Java Implementation in JDK JCE' tutorial book was cited in a Digital Point forum post in 2007.
2023-07-12, ∼123🔥, 0💬

JdbcRowSet Query Statement with Parameters
This section describes how to define parameters in the query statement of a JdbcRowSet object.
2023-07-10, ∼171🔥, 0💬

AIProject Log
'DTD (Document Type Definition) - XML Validation' tutorial was cited in AIProject Log document in 2005.
2023-07-10, ∼140🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, ∼183🔥, 0💬

tinyec - Python Library for ECC
This chapter provides tutorial notes on 'tinyec' Python library for ECC. Topics include installing 'tinyec'; creating ec.Curve objects, performing point addition and scalar multiplication.
2023-07-05, ∼1563🔥, 4💬

💬 2022-05-16 maria: hola mi mundo bonito

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese calendar...
2023-07-02, ∼2388🔥, 1💬

💬 2023-07-02 Everybody: 01/01/23

PHP Installation on Windows Systems
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downloading and installing PHP 5.2.2; running PHP scripts in Command Line Interface (CLI) and Common Gateway Interface (CGI).
2023-06-27, ∼2849🔥, 2💬

💬 2023-06-27 David: Hi is good share link. thank you.

💬 2016-01-27 Nilkesh: thanks

Class Diagram - Generalization Notation
This section describes the Generalization Notation used in a UML Class Diagram. A Generalization Notation presents a generalization relation between two classes in which one class is more generic than the other.
2023-06-26, ∼321🔥, 1💬

Archived: Download and Install JDK 1.7.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.7.0 (Java SE 7) on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2023-06-24, ∼8909🔥, 14💬

💬 2023-06-24 nelson: thanks

💬 2020-04-28 eeeee: thanks

💬 2017-01-02 sudhanshu: no comments

💬 2016-12-17 tangxy: thk, i just want to learn java

💬 2016-11-22 ankit: THANKS

"CREATE TABLE" - Creating New Tables
This section describes how to create a table through the JDBC interface.
2023-06-23, ∼170🔥, 0💬

DES Algorithm Java Implementation
This chapter provides tutorial examples and notes about DES algorithm implementation in Java language. Topics include an example Java implementation of DES encryption and decryption algorithm; test cases of single block cleartext and ciphertext.
2023-06-23, ∼8875🔥, 18💬

💬 2023-06-23 rafa: Hello my love

💬 2018-12-13 syed zia ur rehman: i realy like your link

💬 2017-10-15 Herong: CipherDES.java also works as a decryption program. Try it by running "java DesCipher decrypt keyFile input output".

💬 2017-10-09 aa: thanks, but where i can find DES decryption

💬 2017-10-09 Denys: thx

(More comments ...)

Enable Remote Access to "httpd" Service
This section provides a tutorial example on how to enable remote access Web pages served by the 'httpd' service by opening the firewall for 'http' service default port 80.
2023-06-22, ∼216🔥, 0💬

Byte Order Mark (BOM) - FEFF - EFBBBF
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as the Unicode character stream signature when prepended to a character stream. The U+FEFF character becomes a 3-byte sequence of EFBBBF when encoded in UTF-8.
2023-06-22, ∼2908🔥, 1💬

Setting Up a Gopher Server on Linux Systems
This section provides a quick introduction of setting a Gopher server on a Linux system.
2023-06-22, ∼3709🔥, 6💬

💬 2023-06-22 Herong: Supratim, thank you for sharing the information!

💬 2023-06-22 Supratim Sanyal: Amazing - still works in 2023 with gcc 9.4.0. All it needs is commenting out the "extern char *sys_errlist[];" scattered around ...

💬 2022-08-02 Herong: Mark, yes. You need to setup fort forwarding on your router to provide access to the Gopher server on a local network.

💬 2022-07-26 Mark: Does a Gopher server need to have port forwarding configured to be accessible outside the local network?

💬 2016-12-07 Herong: Gopher does not support any form submission. You need to use HTTP, the Web page protocol.

(More comments ...)

"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript.
2023-06-19, ∼292🔥, 1💬

💬 2023-06-19 Naresh: Thanks for your help

Run Jupyter Notebook at mybinder.org
This section provides a quick introduction on running Jupyter Notebook at mybinder.org, which builds the execution environment on the fly based your code dependencies.
2023-06-18, ∼162🔥, 0💬

<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:8897  Sort:Rank