Tutorial by Topics: le

This section provides an overview of what silex is, and why a developer might want to use it. It should also mention any large subjects within silex, and link out to the related topics. Since the Documentation for silex is new, you may need to create initial versions of those related topics. ...
A xs:complexType provides a description of an XML element's content in the instance document. The definition of the xs:complexType can be made globally in which case it has a name and can be re-used within the schema, or it can be inplace and only used within the context it is declared. Attribu...
Some times you may need to create a delimited text file for various uses. The following example is one of many ways to help you do that. I have used a pipe ("|") for my delimiter, to change that just change the assignment of the Sep variable. In my example I dump the recordset to an array,...
This sample shows how to mass delete records in NetSuite by leveraging the Mass Update feature. Typically, we're told not to delete records, but to make records inactive, but if you must, then this small script does just that. Once the script is deployed as a 'Mass Update' script type, simply go to ...
Different ways to open a file to work with in a script.
This section provides an overview of what ansible-playbook is, and why a developer might want to use it. It should also mention any large subjects within ansible-playbook, and link out to the related topics. Since the Documentation for ansible-playbook is new, you may need to create initial ver...
In this topic, we'll look to explain how to Customise axes, titles and legends whilst using the ggplot2 library.
MessageBox is a simple concept for decoupling entities. For example entity A can place a message that entity B can read whenever suitable. A view controller would like to talk to another view controller, but you don't want to create a strong or weak relationship.
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar o...
This topic will teach you one of the many useful things to know in the scripting language, batch file; Adding a delay/pause/timeout to your batch file.
Single Table Inheritance (STI) is a design pattern which is based on the idea of saving the data of multiple models which are all inheriting from the same Base model, into a single table in the database.
Finite States Machine concepts are usually implemented under Object Oriented Programming (OOP) languages, for example using Java language, based on the State pattern defined in GOF (refers to the book: "Design Patterns"). R provides several mechanisms to simulate the OO paradigm, let's ap...
The Podfile is a text file that describes the dependencies of one or more Xcode projects.
Sometimes it's useful to split a file into multiple separate files. If you have large files, it might be a good idea to break it into smaller chunks
Selenium webdriver is web automation framework which allows you to test your web application against different web browsers. Unlike Selenium IDE, webdriver allows you to develop your own test cases in programming language of your choice. It supports Java, .Net, PHP, Python, Perl, Ruby.
Manipulating Regex for IPv4 and IPv6 and replacing by fake IP address in a readed log file

Page 54 of 68