<< < 370 371 372 373 374 375 376 >   ∑:9020  Sort:Rank

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, ∼1075🔥, 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

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-09, ∼1780🔥, 2💬

💬 2015-10-09 Herong: Rakesh, Welcome to the Perl world!

💬 2015-10-07 Rakesh Patowary: I am new in Perl scripting

Message Digest Algorithm Implementations in JDK
This chapter provides tutorial notes and example codes on message digest algorithm implementation. Topics include JCA (Java Cryptography Architecture) package; java.security.MessageDigest class; MD5 and SHA message digest program; message digest output comparison.
2015-10-06, ∼416🔥, 2💬

SOAP Message Structure
This chapter provides descriptions of SOAP message structures and sample messages.
2015-10-06, ∼598🔥, 1💬

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, ∼759🔥, 1💬

💬 2015-10-03 koko: good

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, ∼1831🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Built-in String Functions
This section provides a list of commonly used built-in string functions.
2015-10-01, ∼850🔥, 1💬

💬 2015-10-01 Kalu khan: Very nice

Chinese Character String with Big5 Encoding
This section provides information on handling Chinese character string literals in Big5 encoding.
2015-09-29, ∼3157🔥, 1💬

💬 2015-09-29 你好: 你好

GROUP BY Clause of a SELECT Statement
This section provides tutorial examples on how to use the GROUP BY clause to aggregate orginal rows of the base table into group rows in a SELECT statement.
2015-09-27, ∼1061🔥, 1💬

💬 2015-09-27 Ravikumar: Good examples

What Is LWP::UserAgent?
This section describes what is LWP::UserAgent - a Perl class that helps you to prepare a HTTP request, send it to a Web server, then receive the HTTP response from the Web server.
2015-09-25, ∼485🔥, 1💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own local machine.
2015-09-23, ∼1549🔥, 1💬

💬 2015-09-23 fritz: Thanks

JDBC-ODBC - Creating DSN for MS Access
This section describes how to create a DSN that connected to a MS Access database file.
2015-09-20, ∼104🔥, 3💬

Introduction of VBScript - Visual Basic Scripting Edition
This chapter provides a quick introduction on VBScript language. Topics include what is VBScript; what are VBScript host environments; running VBScript code within Internet Explorer (IE), Internet Information Services (IIS), and Windows Script Host (WSH).
2015-09-20, ∼516🔥, 1💬

ConvertTemp - Request Message Sample
This section provides a request message sample of ConvertTemp Web service.
2015-09-15, ∼263🔥, 1💬

Unicode Tutorials - Herong's Tutorial Examples
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual ...
2015-09-14, ∼3438🔥, 1💬

Oracle Express Edition Installation on Windows
This chapter provides tutorial notes on Oracle Express Edition installation on Windows systems. Topics include downloading, installing and starting Oracle Database 10g Express Edition; access Oracle server through its Web interface; creating Oracle login user.
2015-09-11, ∼101🔥, 1💬

"bad decrypt:./crypto/evp/evp_enc.c:461" Error
This section provides a tutorial example on why OpenSSL 'pkcs12' failed with 'bad decrypt:./crypto/evp/evp_enc.c :461'error. The root cause is the key password different than file password.
2015-09-10, ≈10🔥, 1💬

💬 2015-09-10 Action Here: this totally helped me.

JDBC-ODBC - Connecting to Flat Text Files
This section describes how to connect to a DSN that represents data stored in flat text files in a directory.
2015-09-10, ∼100🔥, 2💬

JVM and OS System Properties
This section provides a tutorial example on how to list all properties from the JVM and the OS that are accessible by your Java application.
2015-09-10, ∼4590🔥, 3💬

💬 2015-09-10 Herong: Roland, Good to know that Java 1.8 is reporting your "user.home" directory correctly now :-)

💬 2015-09-09 Roland: I mean System.getProperty("user.home") has changed

💬 2015-09-09 Roland: On my system, I've changed my home dir to D:user\username. With java System.getProperty("user.dir"), I got always D:user\usernam...

Samsung USB Driver for Mobile Phones
This section provides a tutorial example on how to download and install Samsung USB Driver for Mobile Phones, which is needed to run Samsung Galaxy Tab 3 mini tablet in debug mode.
2015-09-09, ∼2200🔥, 1💬

💬 2015-09-09 Power-Man: Hello, thanks Doc Yang

binmode() - Opening Files for Binary Output
This section describes steps on how to open file for binary output using open(), binmode() and print() functions.
2015-09-09, ∼316🔥, 1💬

META-INF Files - Digests, Signature and Certificate
This section describes META-INF files in an .apk package file: MANIFEST.MF - manifest file, CERT.SF - signature file and CERT.RSA - the real signature file with certificate.
2015-09-04, ∼8440🔥, 2💬

💬 2015-09-04 Herong: KariK, thanks for sharing your comments.

💬 2015-08-28 KariK: Step 5. CERT.RSA is not the only file type. There can also be CERT.DSA and CERT.EC files.

ActivityLog - Application to Create Log File
This section provides a tutorial example on how to create application, ActivityLog, to create a log file to monitor activity lifecycle using the android.content.Context.openFi leOutput()method.
2015-09-01, ∼440🔥, 1💬

Using VBScript with WSH (Windows Script Host)
This section provides tutorial example on how to run a simple VBScript code file with the Windows Script Host tool.
2015-08-31, ∼986🔥, 1💬

<< < 370 371 372 373 374 375 376 >   ∑:9020  Sort:Rank