Tutorial by Topics

The idea of this section is to cover how to install and use the VirtualBox with Android-x86 for debugging purposes. This is a difficult task because there are differences between versions. For the moment I´m going to cover 6.0 which is the one that I had to work with and then we'll have to find simi...
TreeMap and TreeSet are basic Java collections added in Java 1.2. TreeMap is a mutable, ordered, Map implementation. Similarly, TreeSet is a mutable, ordered Set implementation. TreeMap is implemented as a Red-Black tree, which provides O(log n) access times. TreeSet is implemented using a TreeMap...
In respect of ionic2 the constructor: in simple terms we use it to create instance of our plugins, services etc. for example: You have a page(view) where you want to show the list of all students, and you have a json file that contains all the students (this file is your data file) what you have to ...
Google Spreadsheets has a powerful add on called Google Forms that allows a web developer to add simple forms easily to web sites in order to collect data from users. This article discusses the way to embed these into a web application. I've also created a Youtube video with a running commentary, ...
The following topic will introduce a way to work with Json using C# language and concepts of Serialization and Deserialization.
These are some API Best Practices I had been used. ParameterDetailssortSort by Single or Multiple columns. sort=email,namedirSort Ascending/Descending. dir=asc or dir=desccolumnFilter by. phone=5555555555limitItems per Page. limit=25pagePage Number. page=2api_keyAPI Key. api_key=ABCDEF123456789...
You cannot define more than three conditional formats for a range. Use the Modify method to modify an existing conditional format, or use the Delete method to delete an existing format before adding a new one.
ParameterDetails$params = []optional parameters for ['table' => 'tableName', 'sort' => 'ASC', 'columns' => 'colId, name, etc']$attributes = []optional list of attributes ['ul-class': => 'space separated list of classes', 'ul-attr': 'id="someId" data-pre="pre"', 'li-...
This will discuss how to change the environment so when someone types rails s they boot in not development but in the environment they want.
This section provides an overview of what loadrunner is, and why a developer might want to use it. It should also mention any large subjects within loadrunner, and link out to the related topics. Since the Documentation for loadrunner is new, you may need to create initial versions of those rel...
To get a user's input and store it in a variable, you can use the InputBox command. The script will not continue executing commands until the user either presses 'OK' or 'Cancel'. 'OK' will close the window and save the user's input 'Cancel' will close the window, discarding the user's input ...
A socket is one end-point of a two-way communication link between two programs running on the network.
This section provides an overview of what genetic-algorithm is, and why a developer might want to use it. It should also mention any large subjects within genetic-algorithm, and link out to the related topics. Since the Documentation for genetic-algorithm is new, you may need to create initial ...
Sockets are a low-level network interface that helps in creating a connection between two program mainly clients which may or may not be running on the same machine. Socket Programming is one of the most widely used networking concepts. There are two types of Internet Protocol Traffic - 1. T...
ParametersExplanationGLOBALShows the variables as they are configured for the entire server. Optional.SESSIONShows the variables that are configured for this session only. Optional.
This topic show how to create a debian package for software deployment.
Java in itself is an extremely powerful language, but its power can further be extended Thanks to JSR223 (Java Specification Request 223) introducing a script engine The Java Scripting API enables external scripts to interact with Java The Scripting API can enable interaction between the scr...

Page 392 of 428