<< < 228 229 230 231 232 233 234 235 236 237 238 > >>   ∑:9067  Sort:Date

"language" Datatype Values and Representations
This section describes the first derived datatype of 'token': 'language'. Input strings are converted to 'token' values before they are matched against the '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1, 8})*'pattern.
2022-10-01, ∼298🔥, 0💬

Code39 - Usage Description
This section describes the free Web service Code39 provided by WebserviceX.NET. Code39 allows you to generate bar code images in Code 39 (also called Code 3 of 9) format.
2022-10-01, ∼298🔥, 0💬

GetCurrencyRate - Response Message Sample
This section provides a response message sample of GetCurrencyRate Web service.
2022-10-01, ∼298🔥, 0💬

Table Column Types for Look Up Values
Describes 2 types of table columns to store look up values: ENUM and SET.
2022-10-01, ∼298🔥, 0💬

Heap Sort - Performance
This section provides a tutorial on how to measure the performance of the Heap Sort algorithm. My first Java implementation of Heap Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼298🔥, 0💬

What Is Bitcoin Wallet, Copay
This section describes what is Bitcoin Wallet, Copay.
2022-10-01, ∼298🔥, 0💬

GCPerfP99.java - Output Verification
This section provides tutorials to verify output from GCPerfP99.java test runs. System interrupts are successfully excluded from performance calculation.
2022-10-01, ∼298🔥, 0💬

Install Speedtest CLI
This section provides a tutorial on how to install and use 'Speedtest CLI' on macOS.
2022-10-01, ∼298🔥, 0💬

Generate CSR (Certificate Signing Request) on macOS
This section provides a tutorial example on how to create a CSR (Certificate Signing Request) with auto-generated private/public key pair on macOS using Keychain Access.
2022-10-01, ∼298🔥, 0💬

CA Certificates at "/etc/ssl | /private/etc/ssl"
This section provides a tutorial example on how to find CA certificate files used by the PHP programming engine on macOS computers.
2022-10-01, ∼298🔥, 0💬

Manage User Groups
This section provides a tutorial example on how to manage user groups. Use 'groupadd' to add new groups. Use 'usermod -g' to change user's primary group. Use 'gpasswd -a' assign supplementary group membership.
2022-10-01, ∼298🔥, 0💬

"obabel ... -o svg -xC" - Hide Terminal C in SVG
This section provides a tutorial example how to hide carbon symbol 'C' on a terminal carbon atoms in a molecule SVG picture using the Open Babel 'obabel ... -o svg -xC' command.
2022-10-01, ∼298🔥, 0💬

Test FTP Access Remotely on CentOS
This section provides a tutorial example on how to update firewall on the vsftpd server (and its firewall gateway if it is served in the cloud) to open ports 21 and 30000-31000 for inbound connections.
2024-01-03, ∼297🔥, 0💬

Copying BLOB Values to New Rows
This section describes how to copy BLOB values to new rows with getBlob() and setBlob() methods.
2022-12-01, ∼297🔥, 0💬

Chinese Calendars: Year 1961 to 1970
This chapter provides Chinese calendars for 10 years from 1961 to 1970.
2022-10-17, ∼297🔥, 0💬

2015 年年历 - 羊年
中国年历 - 2015 年年历 - 羊年
2022-10-07, ∼297🔥, 0💬

2004 年年历 - 猴年
中国年历 - 2004 年年历 - 猴年
2022-10-05, ∼297🔥, 0💬

AndroidView v1.0 - Creating a Layout in Java Class
This section provides a tutorial example on how to create a LinearLayout object with 2 Button objects in the activity Java class. Layout resource XML file is not used in this example.
2022-10-01, ∼297🔥, 0💬

Conditional "if" Statement Examples
This section provides a JavaScript tutorial example showing different types of 'if' statements.
2022-10-01, ∼297🔥, 0💬

Adding Properties and Methods to Objects
This section provides a quick description of adding properties and methods to objects only. A tutorial example is provided on adding 1 extra property and 1 extra method to 1 object only.
2022-10-01, ∼297🔥, 0💬

The "RegExp" Object Type - Regular Expression Patterns
This section provides a quick description and a tutorial example script on the 'RegExp' built-in object type, which is used to create 'RegExp' objects for pattern matching operations.
2022-10-01, ∼297🔥, 0💬

Variable Scope in Procedures
This section describes rules on scope of global variables defined in the main code and local variables defined in procedures.
2022-10-01, ∼297🔥, 0💬

Simple Content Element Types
This section describes the simple content element type which can be used to define an XML element with text content and at least one attribute.
2022-10-01, ∼297🔥, 0💬

Entering Non-ASCII Characters as Static Text
This section provides a tutorial example to test how non-ASCII characters entered as static text in JSP pages are converted by JSP server and returned to Web browsers.
2022-10-01, ∼297🔥, 0💬

<< < 228 229 230 231 232 233 234 235 236 237 238 > >>   ∑:9067  Sort:Date