<< < 312 313 314 315 316 317 318 319 320 > >>   ∑:7662  Sort:Rank

Longest Day of the Year at Reykjavik in Iceland
This section provides sunrise and sunset times at Reykjavik in Iceland on a Summer Solstice day.
2015-12-03, 888🔥, 2💬

💬 2015-12-03 Herong: Rok, this Web service seems to be giving wrong results.

💬 2015-12-02 Rok: I tried to get data for Rome (Italy) but it doesn't count on Daylight saving time for sunset and also sunrise is wrong.

View Digital Signatures in Word Documents
This section provides a tutorial example on how to view digital signatures in MS Word 2007 documents. Clicking the digital signature icon in the status bar turns on and off the Signatures panel when editing Word documents.
2015-11-30, 861🔥, 1💬

getTime - HTTP Request Sample
This section provides a request message sample of getTime Web service.
2015-11-28, 481🔥, 1💬

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

WebViewClient Subclass - Content Rendering Callbacks
This section provides a tutorial example on how to implement a subclass of android.webkit.WebViewClient with callback methods to interface with the rendering process of the WebView content.
2015-11-27, 568🔥, 1💬

Generating Client Side Stub Java Code
This section provides a tutorial example on how to run WSDL2Java to generate client side stub Java code from an existing WSDL document. The generated stub class will have a package name borrowed from the target namespace of the Web service.
2015-11-25, 7058🔥, 1💬

💬 2015-11-25 thakur: nice

Using Flash to Provide Interactivity
This section provides a flash game example called Flash Tetris Game. It shows how Flash can be used to provide interactivity to Web pages.
2015-11-24, 1739🔥, 1💬

💬 2015-11-24 davka: nice

"keytool" Commands and "keystore" Files
This chapter provides tutorial notes and example codes on the 'keytool' command. Topics include introduction of public key certificates, 'keystore' file, 'keytool' command; generating new keys and self-signed certificates; exporting and importing certificates; cloning certificates to share keys.
2015-11-23, 9511🔥, 3💬

💬 2015-08-10 mike: Cool

HttpsClient.java - HTTPS Client Test Program
This section provides a tutorial example on how to write a HTTPS client test program, HttpsClient.java. It sends a simple HTTP request page using the HTTPS protocol.
2015-11-20, 8172🔥, 6💬

💬 2015-11-20 Herong: Philip, can you run HttpsHello server with SSL debug turned on? My test programs do have issues with newer build of JDK 1.7 and ...

💬 2015-11-19 Philip: java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11,...

💬 2015-11-19 Herong: Philip, which JDK version are you using?

💬 2015-11-18 Philip: I changed the code, but then reset back to the example. I recreated the jks a few times. The JVM and OS had not changed. It stop...

💬 2015-11-18 Herong: Philip, Was anything changed? Certificates, code, JVM or operating system...

(More comments ...)

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

💬 2015-11-19 cliff: more testing

What Is FORTRAN
This section provides a quick introduction of FORTRAN language, a general-purpose and procedural programming language.
2015-11-19, 778🔥, 3💬

💬 2015-11-19 me: Nice retention of previous examples

💬 2015-11-19 cliff: Hello

💬 2015-11-19 Clifford: This is cool!

"aapt" - Android Asset Packaging Tool
This section describes 'aapt', the Android Asset Packaging Tool, which can be used to list, add and remove files in an APK file, package resources, crunching PNG files, etc.
2015-11-16, 2764🔥, 1💬

Synchronization Technique and Synchronized Code Blocks
This chapter provides tutorial notes and tutorial examples on synchronization technique and synchronized code blocks. Topics include what is the synchronization technique; synchronized class methods, instance methods, statement blocks; synchronized banking application sample.
2015-11-13, 368🔥, 1💬

What is OFB (Output FeedBack) Operation Mode?
This section describes what is OFB (Output FeedBack) Operation Mode - each plaintext block is XORed with the current output block to be the ciphertext block. The current output block is the encrypted version of the previous output block.
2015-11-13, 3259🔥, 2💬

💬 2015-11-13 Ashish: Hello world!

GenerateBarCode - Usage Description
This section describes the free Web service GenerateBarCode provided by WebserviceX.NET. GenerateBarCode allows you to generate bar code images in formats of Code 128, Code 39, Code 93, EAN13, Supp2, UPC A, and more.
2015-11-11, 829🔥, 1💬

💬 2015-11-11 javier: thanksss

DES (Data Encryption Standard) Cipher Algorithm
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with block size of 64 bits.
2015-11-05, 5714🔥, 8💬

💬 2015-11-05 Herong: The Anh, good question. If your key is less than 64 bits, you can pad it with 0 or 1. Or use a hash algorithm to produce 64 bits...

💬 2015-11-04 The Anh: what if my key don't have enough bit?

💬 2015-11-04 Herong: Zaeem, take a look at the source code at Simple Cryptographer - Simple DES/AES Implementation in C#

💬 2015-11-03 zaeem: how to implement on windows form in c#

💬 2015-10-03 Herong: Mihir, what type of algorithm are you looking for?

(More comments ...)

Generating New RSA Key Pairs
This section provides a tutorial example on how to generate a new pair of RSA priviate key and public key using the OpenSSL command line tool.
2015-11-03, 1543🔥, 1💬

💬 2015-11-03 Juli: Thanks

Option Dialog Boxes
This chapter provides tutorial notes and example codes on option dialog box. Topics include creating and displaying message, confirmation, input and option dialog boxes; receiving input values from option dialog boxes; creating and display internal dialog boxes; creating option dialog box directly.
2015-11-02, 474🔥, 1💬

Sending and Receiving Cookies - Example
This section provides a tutorial example on how to set and send a cookie with the setcookie() function, and how to receive a cookie with the $_COOKIE array.
2015-10-31, 3032🔥, 1💬

💬 2015-10-31 asbak hussain: very useful thnks

Input Text Data from Web Forms
This chapter provides tutorial notes on input text data from Web forms. Topics include creating Web form; receiving input text data with PHP the $_REQUEST array; input text data in ASCII, Latin1 and UTF-8 encoding; entering Latin1 characters with Alt keycodes.
2015-10-29, 386🔥, 2💬

SslContextTest.java - javax.net.ssl.SSLContext Class Test
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class.
2015-10-28, 1278🔥, 1💬

JDBC-ODBC Bridge Driver - Flat Text Files
This chapter provides tutorial notes on using JDBC-ODBC Bridge to access data stored in flat text files. Topics include creating tab delimited data files; creating and configuring DSN for flat data files; running queries on flat files.
2015-10-27, 100🔥, 1💬

What Is scrrun.dll?
This section describes what is scrrun.dll - the Scripting Runtime DLL (Dynamic Link Library) provided by Microsoft with 6 classes: Dictionary, FileSystemObject, Drive, Folder, File, and TextStream.
2015-10-23, 6839🔥, 2💬

💬 2015-10-23 Herong: Hi Derek, I think scrrun.dll is automatically loaded in Outlook. Try this in you macro: Set fs = CreateObject("Scripting.FileSys...

💬 2015-10-22 Derek: how do I give an outlook macro access to scrrun.dll?

Chinese Zodiac Animal Signs
This chapter provide some details of Chinese zodiac animal signs.
2015-10-22, 300🔥, 1💬

<< < 312 313 314 315 316 317 318 319 320 > >>   ∑:7662  Sort:Rank