<< < 198 199 200 201 202 203 204 205 206 207 208 > >>   ∑:8894  Sort:Date

"obabel -o svg" - Molecule Picture in SVG
This section provides a quick introduction on Open Babel 'obabel -o svg' command to generate molecule picture in SVG (Scalable Vector Graphics) format.
2022-10-01, ∼230🔥, 0💬

"obabel ... -o svg -xS" - Ball/Stick Depiction in SVG
This section provides a tutorial example how to generate a SVG picture of a molecule structure in ball-stick style using the Open Babel 'obabel ... -o svg -xS' command.
2022-10-01, ∼230🔥, 0💬

SQL Server - PreparedStatement
This chapter provides tutorial notes on JDBC PreparedStatement with SQL Server Driver. Topics include creating PreparedStatement objects; setting PreparedStatement parameters; running PreparedStatement in batch mode; comparing PreparedStatement performance.
2022-10-01, ∼230🔥, 0💬

Listing All Tables - getTables()
This section describes how to get a list of all tables in the current database on the SQL Server through the DatabaseMetaData object.
2018-09-01, ∼230🔥, 2💬

Unicode > Big5 轉換: 第 3 部分 - U+4FC9 到 U+513D
本節列出了 Unicode 到 Big5 代碼轉換表的第 3 部分 - Unicode U+4FC9 到 U+513D。
2024-01-31, ∼229🔥, 0💬

1E7E0: Ethiopic Extended-B
This section provides a quick summary of the Unicode code point block: 'Ethiopic Extended-B', which contains 32 code points to represent Ethiopic Extended-B alphabets used in the Ethiopic Extended-B language.
2024-01-23, ∼229🔥, 0💬

Installing SOAP::Lite Package
This section describes a tutorial on how to check and install the SOAP::Lite package.
2022-10-19, ∼229🔥, 0💬

X.509 Certificate Standard
This section describes the X.509 certificate standard - An international standard that defines what should be included in a digital certificate.
2022-10-07, ∼229🔥, 0💬

Statechart Diagram and Notations in Visio
This section lists UML Statechart Diagram notations supported in MS Visio 2010.
2022-10-05, ∼229🔥, 0💬

Build, Install and Run Android Application
This section provides tutorial example on how to build, install and run an Android application. The Android application shows up automatically on the Android emulator.
2022-10-01, ∼229🔥, 0💬

android.widget.ScrollView Class - Scrolling Text View
This section provides tutorial example on how to create a scrollable screen to view large contents of text using the android.widget.ScrollView Class.
2022-10-01, ∼229🔥, 0💬

Project Build Process Done by "ant debug" Command
This section describes the Android project build process done by the 'ant debug' command defined in the Ant build file. It performs 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' all together automatically.
2022-10-01, ∼229🔥, 0💬

Android Phone - LG-P925g
This chapter provides tutorial notes on the Android phone - LG-P925g. Topics include Android phone system basic information; running background processes and foreground applications; connecting phone to computer as USB storage drive, transferring files using Bluetooth radio; using Wi-Fi network to a...
2022-10-01, ∼229🔥, 0💬

HexWriter.java - Converting Encoded Byte Sequences to Hex Values
This section provides a tutorial example on how to write a sample program, HexWriter.java, to convert encoded byte sequences to Hex values to help viewing encoded text files.
2022-10-01, ∼229🔥, 0💬

Sending and Receiving Cookies
This section describes how PHP supports cookies. setcookie() is the function to set a cookie to the HTTP response. $_COOKIE is the array containing cookies received in the next HTTP request.
2022-10-01, ∼229🔥, 0💬

opendir() and Directory Management Functions
This section describes opendir() and other directory management functions. A tutorial example is provided on how to open a directory as a directory resource handle and read its entries with the readdir() function in a loop.
2022-10-01, ∼229🔥, 0💬

Characters of Multiple Languages in String Literals
This section provides a tutorial example on how enter and use characters of multiple languages in a single PHP script with Unicode UTF-8 encoding.
2022-10-01, ∼229🔥, 0💬

What Is an Abstract Method
This section describes what is an abstract method - a method which only has only the calling signature declared with no implementation code. An abstract method must be fully implemented in subclasses. This means that any class with an abstract method must be declared as an abstract class.
2022-10-01, ∼229🔥, 0💬

Interface with Operating System
This chapter provides tutorial notes and example codes on PHP interface with the operating system. Topics include $argv[] for command line arguments; `command`, shell_exec(), exec(), and system() for external program executions; popen() and proc_open() to map external program input/output as file ha...
2022-10-01, ∼229🔥, 0💬

Archived: Adding Security Exception in Firefox 35
This section provides a tutorial example on how to add a security exception in Mozilla Firefox to continue visiting an HTTPS Website with an un-trusted certificate.
2022-10-01, ∼229🔥, 0💬

Operators and Expressions - Examples
This section provides a JavaScript tutorial example on using arithmetic, comparison, bitwise, and assignment operators.
2022-10-01, ∼229🔥, 0💬

Runtime.getRuntime() - Getting the Runtime Object
This section describes the system Runtime object and the Runtime.getRuntime() method to get it from the JVM.
2022-10-01, ∼229🔥, 0💬

What Are Processes and Threads
This section describes processes of multi-tasking operating systems and threads of multi-threading applications. Java is a programming language that allows you write multi-threading applications.
2022-10-01, ∼229🔥, 0💬

Archived: StringBuffer Testing Program
This section describes a StringBuffer testing programs and test results showing that JDK 1.4.1 is slower than JDK 1.3.1.
2022-10-01, ∼229🔥, 0💬

<< < 198 199 200 201 202 203 204 205 206 207 208 > >>   ∑:8894  Sort:Date