<< < 47 48 49 50 51 52 53 54 55 56 57 > >>   ∑:7490  Sort:Date

Install PHP Extensions on CentOS
This section provides a tutorial example on how to add PHP extensions on CentOS Linux systems by searching and installing the extension using the 'dnf' package manager.
2022-10-01, 779🔥, 0💬

No Style Example - Hello
This section provides a tutorial example on writing the very first WSDL 2.0 example that uses SOAP 1.2 over HTTP to send a hello message and receive a hello message back.
2016-09-13, 777🔥, 1💬

💬 2016-09-13 saya: hey

Overflow of Integer and Float Values
This section describes what an arithmetic overflow condition, how the PHP 5 engine handles integer and float value overflow, how to write a PHP code to detect overflow conditions.
2022-10-01, 775🔥, 0💬

What Is "page-sequence-master"
This section describes page-sequence-master, which declares a sequence of layouts with existing 'simple-page-master' layouts.
2022-10-01, 775🔥, 0💬

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

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

💬 2015-11-19 cliff: Hello

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

SOAP Web Service and SoapUI
This chapter provides tutorial notes and example codes on testing SOAP Web services with SoapUI. Topics include introduction of SOAP protocol and WSDL documents; creating SOAP projects by loading WSDL documents in SoapUI; submitting SOAP Web service requests; viewing HTTP request and response raw da...
2018-04-21, 774🔥, 2💬

💬 2018-04-21 Herong: Jay, thanks for your comment!

💬 2018-04-20 Jay Bodkin: When deciding whether to use SOAP or WSDL, always remember the saying "Use SOAP when you are dirty (ie need security) and REST w...

0370: Greek and Coptic
This section provides a quick summary of the Unicode code point block: 'Greek and Coptic', which contains 144 code points to represent alphabetic letters used in Greek language and Coptic language.
2024-01-23, 772🔥, 0💬

jdeprscan - Deprecated API Scanner Command
This section describes what is 'jdeprscan' - is a command line tool to run the Java Deprecated API Scanner tool.
2022-10-01, 772🔥, 0💬

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

💬 2015-10-01 Kalu khan: Very nice

What Is "inline-container" Formatting Object?
This section describes 'inline' formatting object, which generates an inline area on the target device with its content.
2022-10-01, 770🔥, 0💬

Introduction of XSL-FO
This chapter provides tutorial notes and example codes on XSL-FO. Topics include introduction of XSL (eXtensible Stylesheet Language), XSLT (XSL Transformations) and XSL-FO (XSL - Formatting Objects); Sample XSL-FO document.
2020-05-07, 770🔥, 1💬

💬 2020-05-07 Peter: Hello World!

"compress/uncompress" - Compressed *.Z Files
This section provides a tutorial example on how to use 'compress' and 'uncompress' commands to compress large files and restore them later. Compressed files will have the *.Z file name extension.
2022-10-01, 769🔥, 0💬

Escape Sequences for Non-Printable ASCII Characters
This section describes escape sequences for non-printable ASCII characters in 'string' literals.
2021-11-12, 769🔥, 2💬

💬 2021-11-12 Herong: polendina, thanks for the suggestion!

💬 2021-11-08 polendina: Using this on pantheon terminal emulator with bash shell i.e. > echo -e "hello\tfriend \x07" hello friend

NoClassDefFoundError - LoopTag/ForEachTag
This section provides a tutorial example on how to use JSTL loop tags with EL expressions. JSTL 1.2 API JAR file is needed.
2022-10-01, 768🔥, 0💬

Convert XML Document to JSON Document
This section provides a quick introduction on options of converting XML documents to JSON documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2020-08-05, 768🔥, 1💬

💬 2020-08-05 krutik: Hii You can also use https://onlinexmltools.org/ for online xml converter like XML to JSON,YAML,CSV,BASE64,TSV,PlainText XML toM...

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

Parallel Collector - "+XX:+UseParallelGC"
This chapter provides tutorial notes and example codes on the Parallel Collector specified by the '+XX:+UseParallelGC' JVM option. Topics include introduction to Parallel Collector log message format; multiple parallel GC threads; '-XX:+UseAdaptiveSizePolicy' option to dynamically changing 'eden', '...
2022-10-01, 766🔥, 0💬

Geometric Introduction to Elliptic Curves
This chapter provides a geometric introduction of elliptic curves and the associated addition operation. Topics includes what is an elliptic curve and its geometric properties; geometric algorithm defining an addition operation; infinity point or identity element; commutativity and associativity of ...
2023-10-11, 763🔥, 2💬

💬 2020-09-12 NA: NA

Convert JSON Document to XML Document
This section provides a quick introduction on options of converting JSON documents to XML documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2021-05-24, 762🔥, 2💬

💬 2021-05-24 guest: Incredible post! I am really getting prepared to over this data, is exceptionally useful my companion. I am sharing related topi...

💬 2021-01-14 Albert: use this link for online conversion: https://wtools.io/convert-json-to-xm l

Sirius - The Brightest Star
This section provides a brief introduction of the brightest star in the sky, Sirius.
2022-01-16, 761🔥, 1💬

💬 2022-01-16 Christine: Does the Chinese history of Sirius precede that of the Dogon? Was there any connection between the cultures?

Merge Sort - Implementation in PHP
This section provides a tutorial on how to implement the Merge Sort algorithm in PHP.
2021-04-24, 761🔥, 2💬

💬 2021-04-24 Herong: Hubert, good point. Thanks!

💬 2021-04-20 Hubert Christiaen: The argument called toIndex is not the highest index of the array as the name suggests, but the number of elements. Hence the fo...

Closing AWT Frame and Terminating Application
This section provides solutions and sample program on how to close an AWT frame and terminate the application.
2022-10-01, 760🔥, 0💬

Install and Manage Perl Packages on CentOS
This section provides a tutorial example on how to install Perl 5.26 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 759🔥, 0💬

Drawing Graphics - Using paint() on Frame or Component
This section provides a tutorial example on how to override the paint() method in the javax.awt.Frame class to draw graphics (a rectangle) on the frame window, or override the paint() method in the java.awt.Component class to draw graphics and add the component to the frame window.
2022-10-01, 758🔥, 0💬

<< < 47 48 49 50 51 52 53 54 55 56 57 > >>   ∑:7490  Sort:Date