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

Assigning XML Schema to XML Documents
This section describes a tutorial example on how to assign an XML Schema file (XSD) to an XML document using XMLPad.
2021-10-27, 961🔥, 1💬

💬 2021-10-27 Daniel João: Como importo o xsd

Installing Adobe Flash Player 13 for IE 10
This section provides a tutorial example on how to download and install Adobe Flash Player 13 ActiveX for IE 10 on Windows XP.
2022-05-17, 960🔥, 1💬

💬 2022-05-17 Kia: Wow.

Variables, References, and Constants
This chapter provides tutorial notes and example codes on PHP variables, references, and constants. Topics include how to name variables; assigning data values to variables; creating the reference of a variable; using variable variable names; using string expressions as variable names; defining cons...
2016-04-15, 953🔥, 1💬

💬 2016-04-15 wor: thanks

SOAP::Serializer - Converting Data Objects to XML
This section provides a tutorial example on how to convert SOAP::Data objects into XML strings, using an undocumented method serialize() in the SOAP::Serializer class.
2020-04-25, 952🔥, 1💬

💬 2020-04-25 Fabio: Very useful, thanks!

OpenSSL "enc -bf-ofb" for Blowfish/OFB Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-ofb' command for Blowfish encryption in OFB mode. Topics include introduction of OFB (Output FeedBack) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random Salt options to specify secret...
2023-02-15, 951🔥, 2💬

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

What Is Canonical SMILES
This section provides a quick introduction of Canonical SMILES, uniquely identifies each molecule structure with single unique SMILE string.
2023-11-02, 946🔥, 1💬

💬 2023-11-02 Magästica: Between canonical and isomerical smiles, what is the main difference? Is there a different purpose between smiles?

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

Cancer - The Crab, The Fourth Zodiac Sign
This section describes the fourth zodiac sign, Cancer, the Crab.
2022-10-01, 945🔥, 0💬

MySQL Installation on Windows
This section describes how to download, install and start MySQL server on Windows systems.
2022-10-01, 945🔥, 0💬

What Is HTTPS (Hypertext Transfer Protocol Secure)?
This section describes what is HTTPS (Hypertext Transfer Protocol Secure) - A communication protocol that uses the HTTP and the SSL/TLS protocols to provide encrypted communication and secure identification of a Web server.
2019-04-13, 945🔥, 2💬

💬 2019-04-13 Herong: Maybe some other website did it, not my site. ☺

💬 2019-04-10 arlyneysiak@gmail.com: Your site erased my entire history. I'd like to get my history information back. Can you tell me how to do this. I would greatly...

Discontinued: GetCurrencies - Get Currencies from All Countries
This chapter provides a quick introduction of the free Web service, GetCurrencies, returning a list of all countries with their currencies in the world. Topics include usage description of GetCurrencies; request message sample; response message sample.
2015-11-19, 945🔥, 1💬

💬 2015-11-19 cliff: more testing

MenuItemActionListenerTest.java - AWT Menu Item Action Listener
This section provides a tutorial example on how to use java.awt.event.ActionListener, button action listener interface, to catch events fired by MenuItem objects.
2022-03-20, 944🔥, 1💬

💬 2022-03-20 Potato Person: It's Great

Linux Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning Linux systems. Topics include using Cockpit Web portal for admin tasks; managing users and groups; managing files and directories; managing NTFS, CIFS, EXT4, LBA, LVM file systems; using network tools and...
2022-10-01, 941🔥, 0💬

What Is ASCII
This section provides a quick introduction of ASCII (American Standard Code for Information Interchange) character set and encoding.
2018-06-15, 940🔥, 1💬

💬 2018-06-15 z: Thanks

SWF Files for Video and Audio Streams
This chapter provides tutorial notes and example codes on SWF files for video and audio streams. Topics include SWF file structure for video and/or audio streams; installing FFmpeg to manipulate video/audio streams; 'ffprobe' to view video/audio stream properties; 'ffplay' to play stream SWF files; ...
2015-10-09, 940🔥, 2💬

💬 2015-10-09 Herong: Eduardo, what texts are you referring to?

💬 2015-10-08 Eduardo: when I convert a swf file does not show the texts

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

Relativity of Simultaneity in Minkowski Diagram
This section provides a demonstration of the relativity of simultaneity phenomenon using a Minkowski diagram.
2019-01-17, 939🔥, 1💬

💬 2019-01-17 hiroji kurihara: Relativity of simultaneity From just above, plane waves of star light are coming horizontally. An observer stands on the ground ...

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

java.time.Duration - Time Durations
This section describes the java.time.Duration class that represents a duration of time measured in seconds with fractions in nanosecond resolution.
2018-01-03, 936🔥, 1💬

💬 2018-01-03 Nikhil Narayanan: Helpful man....but I already knew the stuff....the presentation is simple..nice! JAVA is great, right!

Installing Android PDF Viewer APK File
This section provides a tutorial example on how to install the Android PDF Viewer APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, 932🔥, 0💬

Start/Stop Tomcat Server on macOS
This section provides a tutorial example on how to start and stop Tomcat server on my local macOS system.
2022-10-01, 931🔥, 0💬

"keystore" File Type: PKCS12 and JKS
This section provides a tutorial example on how to use the 'keytool -genkeypair' command to generate a new pair of keys and self-signed certificate in a new 'keystore' file.
2022-10-01, 928🔥, 0💬

Year 1977 Chinese Calendar - Year of the Snake
2017-01-05, 926🔥, 2💬

💬 2017-01-05 Qays: Hi , I am born on 8th may 1977 . Snake year . After a long way of full experience of gain and loss now I am heading to the old b...

💬 2016-04-06 Michael: Life is good.

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