<< < 347 348 349 350 351 352 353 354 355 356 357 > >>   ∑:8894  Sort:Rank

Newton's Second Law of Motion
This section introduces Newton's Second Law of Motion - The acceleration of an object is directly proportional to the net force acting on the object, and inversely proportional to the mass of the object.
2018-03-21, ∼1301🔥, 2💬

💬 2018-03-21 datboi: bojour

💬 2016-09-21 jjjjjjjjjr: This pic is awsome

Managing Non-ASCII Character Strings with MySQL Servers
This chapter provides tutorial examples and notes about handling non-ASCII characters with MySQL server. Topics include storing non-ASCII characters in MySQL database with various character set encodings; managing encoding conversion when inserting data to and retrieving data from database; examples...
2018-03-16, ∼1447🔥, 3💬

💬 2018-03-16 BÃRRY: BÃRRY

💬 2018-02-06 Herong: That was a good test.

💬 2018-02-02 Sample: ⦅⦆¢£¬¯¦\₩│←↑→↓■○ !#$%&()*+,−./:;<=>? @[?]^_`{|}〜 ⦅⦆¢£¬ ̄¥₩│←↑→↓■○

LatLonListCityNames - Request Message Sample
This section provides a request message sample of LatLonListCityNames Web service.
2018-03-14, ∼268🔥, 1💬

Free Chinese Calendar 2018 - Year of the Dog
Want to know when is the 2018 Chinese New Year day? Look for free Chinese calendars for 2018? Chinese New Year Date for Year 2018   ⇒ Free Chinese Calendar 2019 - Year of the Boar ⇐ Free Chinese Calendar 2017 - Year of the Rooster ⇑ Free Chinese Calendars: 2011 - 2020 ⇑⇑ Free Chinese Calendars
2018-03-11, ≈47🔥, 0💬

What Is H (Hybrid) Language
This section describes design guidelines of H language.
2018-03-03, ∼467🔥, 3💬

💬 2018-03-03 Jack: Interesting!

Converting XML in Pretty Print Format
This section provides a tutorial example on how to convert XML documents into pretty print format using XML Tools Plugin in Notepad++.
2018-02-25, ≈11🔥, 5💬

💬 2017-05-23 sdsa: soap:ClientUnmarshalling error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'v11:CopyFaresFromFarCl....

💬 2016-08-17 z: Subject_Order 1608_ AFTER [NextExecutionDatetimeCO] [ListVMsINextExecutionCO]

💬 2016-05-03 dfg: &lt;div class="productdetailpopover adminpopover"> &lt;div class="productimage displayinlineblock"> &lt;div class="m...

Command Line Console Registry Tool - "reg.exe"
This section provides a quick description of the command line registry management tool: 'reg.exe'.
2018-02-07, ∼1447🔥, 1💬

💬 2018-02-07 unknown: REG add HKCU\Software\Policies\Microsoft\Win dows\System/v DisableCMD /t REG_DWORD /d 0 /f

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2018-02-07, ∼3191🔥, 5💬

💬 2017-01-08 Herong: Rex, see my email to your qq.com account.

💬 2017-01-08 rex: how to download this book

💬 2015-09-09 mani: require more details

JDBC-ODBC - Creating a MS Access Database File
This section describes how to create a MS Access database file to be used for ODBC MS Access driver testing.
2018-02-07, ∼105🔥, 4💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2018-02-03, ∼100🔥, 2💬

Removing IE Addon "Shockwave Flash Object"
This section provides a tutorial example on how to disable and remove 'Shockwave Flash Object' addon from Internet Explorer.
2018-02-01, ∼2846🔥, 2💬

💬 2017-08-09 Julia: Good advice. Now we'll see if it works.

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2018-01-25, ∼101🔥, 1💬

H (Hybrid) Language
This free book is a collection of notes on developing a new programming language called H (Hybrid).
2018-01-21, ∼1896🔥, 1💬

💬 2017-10-18 Evan: I like it!

"openssl enc" Converting Keys from Binary to PEM
This section provides a tutorial example on how to convert a private and public key pair stored in binary PKCS#8 format into PEM (Privacy Enhanced Mail) format with the 'openssl enc' command.
2018-01-20, ∼6929🔥, 2💬

💬 2018-01-20 Herong: Dan, Thanks for comment. The "-inform" and "-outform" options are definitely better options. This tutorial will be updated.

💬 2018-01-17 Dan Lukes: openssl dsa understands binary key's format as well. Just claim it using option '-inform DER'. Moreover, 'openssl dsa -inform DE...

cgi-lib.pl - The Standard Library for CGI Scripts
This section describes the de facto standard library, cgi-bin.pl, for Perl CGI scripts. It also provides a tutorial on how to download and install cgi-bin.pl 2.18 to the Apache server on a Windows system.
2018-01-20, ∼1325🔥, 2💬

💬 2018-01-20 Herong: Nils, Thanks for your comments. I will include them in the next update.

💬 2018-01-09 Nils Kammenhuber: DON'T use cgi-lib.pl! It is horribly outdated, the last version is from 1999, and it is said to have security issues. Instead, u...

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

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

2-Step Message Encryption - Symmetric and RSA
This section describes how SoapUI performs the SOAP message entryption in 2 steps: encrypt the SOAP message with random secret key and encrypt the secret key with receiver's RSA public key.
2017-12-31, ∼684🔥, 1💬

💬 2017-12-31 Alex-RU: Thank you, a good man.

Variable Declaration and "Dim" Statement
This section provides a quick introduction of what is a variable and how variable can be declared explicitly with a Dim statement and implicitly with an assignment statement.
2017-12-30, ∼4290🔥, 3💬

💬 2014-12-14 Herong: Peter, Yes, you are correct. DIM is an abbreviation for "Declare in Memory", see " Siebel VB Language Reference " published by O...

💬 2014-12-01 Peter: Ehm DIM stands for "dimension"? Or perhaps it's an abbreviation for "Declare in memory"..

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI 5.0.0 on Windows system.
2017-12-27, ∼2530🔥, 5💬

💬 2017-12-27 Aldo: 10 Points !

💬 2017-07-25 apple: 急需!!

💬 2015-09-08 Abdul Latheef: Need SoapUI.

💬 2015-07-29 b vijay: good

OpenSSL Introduction and Installation
This chapter provides tutorial notes and example codes on OpenSSL. Topics include introduction of OpenSSL; installing OpenSSL on Windows systems.
2017-12-24, ∼1492🔥, 4💬

💬 2016-11-28 musa: thanks

Most Popular Search Engines
The most popular search engines based on page referral request counts for 196 days of year 2008.
2017-12-14, ∼308🔥, 1💬

💬 2017-12-14 Sherwin Esguerra: Activate and Accelerate Accesses Processes into the Chrome NQXI!Thank You!

What Is SHA1 Message Digest Algorithm?
This section describes what is SHA1 (Secure Hash Algorithm 1) - a message digest algorithm which takes as input a message of arbitrary length and produces as output a 160-bit 'fingerprint'.
2017-12-09, ∼8094🔥, 6💬

💬 2017-12-09 Herong: See the next tutorial: SHA1 Message Digest Algorithm Overview .

💬 2017-12-04 V: where can we find sha-1 formula ?

💬 2016-01-16 raza: i am raza see you latter

💬 2015-10-10 Herong: Ash, the next tutorial may help you understand better: SHA1 Message Digest Algorithm Overview

💬 2015-10-09 Ash: Please can u explain clearly..I dint understood

(More comments ...)

XML Editor and Schema Processor - XMLPad
This chapter provides notes and tutorial examples on the free XML editor and XML Schema processor, XMLPad. Topics include installing WMHelp XMLPad Pro, assigning XML Schema to XML documents, validating XML documents, generating XML schema diagram.
2017-12-04, ∼2266🔥, 1💬

💬 2017-12-04 Sreelatha: heard great about XMLPad. Would like to try.

Newton's Third Law of Motion
This section introduces Newton's Third Law of Motion - If a force is exerted by one object to another object, another force is simultaneously exerted by the second object to the first object with equal strength and opposite direction.
2017-11-28, ∼1845🔥, 1💬

💬 2017-11-28 jimmy savile: little kids

<< < 347 348 349 350 351 352 353 354 355 356 357 > >>   ∑:8894  Sort:Rank