<< < 42 43 44 45 46 47 48 49 50 51 52 > >>   ∑:9026  Sort:Date

Install OpenJ9 JVM with OpenJDK on CentOS Systems
This section provides a tutorial example on how to download and install a binary combination of different OpenJDK and OpenJ9 JVM releases for CentOS systems.
2022-10-01, ∼1252🔥, 0💬

Adding MP3 Folder to Windows Media Player Library
This section describes how to add MP3 folder album to Windows Media Player's library.
2022-01-19, ∼1249🔥, 4💬

💬 2022-01-16 Herong: Paul, "Add to Library" is located on the left bottom corner of the window as shown in the picture.

💬 2022-01-15 Paul: There is no 'Add to Library' menu, unfortunately.

💬 2021-09-14 Herong: Alison, "ID3v2 Album tag" in MP3 file provides additional information about the song. It's an optional step. You can burn a song...

💬 2021-09-13 Alison M: What is the "ID3v2 Album tag"? I just want to tell WMP where I've put the mp3 files I want to burn to CD.

Introduction to AES (Advanced Encryption Standard)
Tutorial notes and example codes on AES algorithms. Topics include introduction of AES (Advanced Encryption Standard); AES encryption algorithm; AES key schedule (round keys) algorithm and illustration example; MixColumns procedure algorithm; AES decryption algorithms.
2015-11-27, ∼1244🔥, 1💬

"bf-cbc" Cipher with Literal Key
A tutorial example is provided to show you how to use the 'bf-cbc' (Blowfish in CBC mode) cipher with Literal Key to encrypt and decrypt binary data files.
2022-10-01, ∼1242🔥, 0💬

Retrieving and Setting HTTP Cookies
This section provides a tutorial example on how to retrieve cookies from the HTTP request header and set cookies to the HTTP response header. Cookie objects are created with the CGI::Cookie class.
2021-01-08, ∼1242🔥, 6💬

💬 2021-01-02 Herong: Rajat, show us your request dump, including headers. Maybe something wrong in your request.

💬 2020-12-22 Rajat: Thank you sir for your response. Actually issue is when i m trying to do a post using mechanize object i guess its blocking the ...

💬 2020-11-22 Herong: Rajat, LWP-UserAgent-Request.pl script only fires a single HTTP request to single Web server. To get 3rd party cookies, you need...

💬 2020-11-12 Rajat: Thanks sir i have tried out ` "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial` but that didn't work. The cookie is a...

💬 2020-11-11 Herong: Rajat, you can follow "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial to download cookies from Website.

(More comments ...)

Opening UTF-16 Text Files
This section provides a tutorial example on how to open a UTF-16 (Little-Endian with BOM) text file with Excel correctly by selecting the 'Windows (ANSI)' encoding option on the Text Import Wizard dialog box.
2016-01-19, ∼1242🔥, 2💬

Lucky Wedding Dates: 2055 - Year of the Boar
Where to find lucky wedding dates for year 2055? Lucky Wedding Dates: 2055 - Year of the Boar   ⇒ Lucky Wedding Dates: 2056 - Year of the Rat ⇐ Lucky Wedding Dates: 2054 - Year of the Dog ⇑ Lucky Wedding Dates: 2051 - 2060 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-09-23, ∼1241🔥, 0💬

12400: Cuneiform Numbers and Punctuation
This section provides a quick summary of the Unicode code point block: 'Cuneiform Numbers and Punctuation', which contains 128 code points to represent Cuneiform numbers and punctuations.
2024-01-23, ∼1239🔥, 0💬

DES Encryption Operation Modes
This chapter provides tutorial examples and notes about DES encryption operation modes. Topics include how different blocks of plaintext can be coupled together to improve the strength of the DES encryption algorithm; ECB (Electronic CodeBook), CBC (Cipher Block Chaining), CFB (Cipher FeedBack), and...
2016-11-12, ∼1236🔥, 1💬

💬 2016-11-12 kazim: very good webpage

loadClass() Method - Loading Classes Explicitly
This section provides a tutorial example on how to load classes into JVM in 3 ways: loadClass() method, Class.forName() method, and 'new' operator.
2022-10-01, ∼1235🔥, 0💬

Creating, Compiling and Executing Java Programs
This section describes the process of Java program creation, compilation and execution. JDK 'javac' and 'java' commands are also described.
2022-10-01, ∼1234🔥, 0💬

hello.fo - Sample XSL-FO document
This section provides a sample XSL-FO document, which is an XML document with 'root' element and 'layout-master-set' and 'page-sequence' sub-elements.
2022-10-01, ∼1232🔥, 0💬

SoapUI Configuration for Messaging Signing
This section provides a tutorial example on how to create a configuration entry to support SOAP messag signing with a private-public key pair stored in a JKS (Java KeyStore) file.
2020-05-20, ∼1229🔥, 1💬

Private/Virtual Memory and Working Set
This section describes 3 basic memory usage numbers of a running process: private memory, virtual memory and working set.
2022-10-01, ∼1228🔥, 0💬

Lucky Wedding Dates: 2100 - Year of the Monkey
Where to find lucky wedding dates for year 2100? Lucky Wedding Dates: 2100 - Year of the Monkey   ⇒ Wedding Date - The Most Important Date of Your Life ⇐ Lucky Wedding Dates: 2099 - Year of the Goat ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2026-02-20, ∼1225🔥, 0💬

中国农历二百年算法及年历 - 和荣笔记
本书开始部份简单地介绍了日历的基本原理,一些天文数据和公式, 同时也介绍了目前中国使用的公历和农历的基本推算规则。中间部份 列出了一个中国农历推算原程式。这个程式采用了压缩数据,可以用 来推算二百年农历日期。其余部份收录了由这个程式制作的二百年年 历。书中还介绍了一个公式和程序用于计算太阳的位置和经度,也可 以计算春...
2022-10-04, ∼1220🔥, 0💬

Validating and Inspecting WSDL Documents
This section provides a tutorial example on loading a WSDL 2.0 document in SoapUI and getting an error message.
2021-01-14, ∼1220🔥, 1💬

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼1218🔥, 0💬

13000: Egyptian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Egyptian Hieroglyphs', which contains 1072 code points to represent Egyptian hieroglyphs used in the Egyptian language.
2024-01-23, ∼1216🔥, 0💬

JMenuItemTest.java - Menu Item Test Program
This section provides a tutorial example on how to use the javax.swing.JMenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-11-22, ∼1215🔥, 2💬

💬 2016-11-22 Herong: Nuk, have you looked at the exec() - Executing Operating System Commands tutorial?

💬 2016-11-14 NUK: Thanks for your support to Java beginners. I also want to call external program (.EXEs etc) Java command for that pls: nukhanid@...

Introduction to WSDL 2.0
This chapter provides a quick introduction of WSDL 2.0. Topics include introduction components used in WSDL 2.0 to define a Web service; a sample WSDL 2.0 document defines a helloService Web service with one method, Hello.
2016-09-13, ∼1215🔥, 1💬

💬 2016-09-13 naqi: Good

Downloading and Installing FileZilla 3.1.5
This section provides a tutorial example on how to download and install the free FTP client program, FileZilla 3.1.5 on a Windows system.
2016-01-31, ∼1213🔥, 1💬

💬 2016-01-31 ganes: good

"bitcoin-cli walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2024-10-26, ∼1208🔥, 2💬

💬 2023-07-25 Elizabeth Ruth: There are many cases of cryptocurrency theft currently on circulation which I also fell victim last week but I was fortunate to ...

'jps' - JVM Process Status Tool
This section describes the JVM process status tool, 'jps' for listing JVM processes on local and remote machines.
2017-08-03, ∼1207🔥, 1💬

<< < 42 43 44 45 46 47 48 49 50 51 52 > >>   ∑:9026  Sort:Date