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

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, ∼1166🔥, 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, ∼1165🔥, 1💬

💬 2016-11-12 kazim: very good webpage

"aapt package" Command - Resource Code Generation
This section describes the 'aapt package' command to perform the resource code generation step in the Android project build process. The main output is the R.java file in the .\gen folder.
2016-02-27, ∼1164🔥, 2💬

💬 2016-02-27 Herong: Hashim, I don't have any videos on "aapt package" at this moment. If anyone has any, please help.

💬 2016-02-26 Hashim km: could you please provide us some videos regarding "aapt package"

My First JSP Page on macOS
This section provides a tutorial example on how to create the first JSP page with JSP code to test the JSP support of the Tomcat Web server on macOS systems.
2022-06-24, ∼1161🔥, 1💬

💬 2022-06-24 Chris: Thank you. Because of you I could run my first JSP file :)

Showing Services under Each Process
This section provides a tutorial example on how to use command 'tasklist' to show all services under each running process with the service option '/SVC'.
2018-05-19, ∼1161🔥, 2💬

💬 2018-05-15 Herong: Hi John, you can pipe the output to the FIND command to get what you are looking for: tasklist /SVC | find "N/A"

💬 2018-04-30 John: Hello, Is there any way to list the processes that have no services (N/A) and their PID?

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, ∼1161🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

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

Molecule Similarity Based on Fingerprints with RDKit
This section provides a tutorial example on calculating molecule simularity based on fingerprints using RDKit library.
2022-10-01, ∼1158🔥, 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, ∼1158🔥, 1💬

"-XX:+PrintTenuringDistribution" - Tunuring Distribution
This section describes the garbage collection logging option, '-XX:+PrintTenuringDistributio n',which prints the tenuring distribution of objects in the survivor space after each Minor GC.
2022-10-01, ∼1157🔥, 0💬

Deleting Root CA Certificates from Google Chrome
This section provides a tutorial example on how to delete a certificate from Google Chrome. Deleted certificate can be re-installed back from a certificate file.
2022-10-01, ∼1156🔥, 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, ∼1154🔥, 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 ...)

1F800: Supplemental Arrows-C
This section provides a quick summary of the Unicode code point block: 'Supplemental Arrows-C', which contains 148 code points to represent a set of additional arrows.
2024-01-23, ∼1151🔥, 0💬

Capricorn - The Goat, The Tenth Zodiac Sign
This section describes the tenth zodiac sign, Capricorn, the Goat.
2022-10-01, ∼1150🔥, 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, ∼1148🔥, 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, ∼1148🔥, 1💬

💬 2016-09-13 naqi: Good

Windows 7: Firewall Alert on Blocked Connection
This section provides a tutorial example on how Windows Firewall alerts you when it detects a blocked connection on Windows 7 system.
2017-01-24, ∼1146🔥, 2💬

💬 2017-01-24 tenani: thanx for showing scurity alert ans explaining step by step. very clear and useful

💬 2016-09-29 Manjit Chana: Thanks for exact information to enable me deal with above alert issue.

"bitcoin-cli walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2024-10-26, ∼1145🔥, 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 ...

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

"jshell> /save" - Saving Code Snippet
This section provides a tutorial example on how to enter a long code snippet in 'jshell', save it to a file, and open it to run it later.
2022-08-11, ∼1138🔥, 2💬

💬 2022-08-11 Saravanan S: for (int index = 0; index < 10; index++) { System.out.println(index); }

💬 2021-09-18 Adam Levine: Damn this was a helpful tutorial

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, ∼1137🔥, 2💬

Chinese Lunar Month System
This section describes how months are counted in Chinese calendar.
2022-10-01, ∼1134🔥, 0💬

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, ∼1134🔥, 1💬

💬 2016-01-31 ganes: good

'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, ∼1133🔥, 1💬

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