Tutorial by Topics: le

Here is a way of having multiple value inside of a selector in order to filter a grid.
Hashtable is a class in Java collections which implements Map interface and extends the Dictionary Class Contains only unique elements and its synchronized
This section provides an overview of what immutable.js is, and why a developer might want to use it. It should also mention any large subjects within immutable.js, and link out to the related topics. Since the Documentation for immutable.js is new, you may need to create initial versions of tho...
This topic covers the end to end setup of Selenium i.e. Selenium Webdriver + TestNG + Maven + Jenkins. For report addition, please refer to topic HTML Reports
Sometimes you may need to use pip package manager inside python eg. when some imports may raise ImportError and you want to handle the exception. If you unpack on Windows Python_root/Scripts/pip.exeinside is stored __main__.py file, where main class from pip package is imported. This means pip packa...
Slaesforce StandardSetController hold only List of sObject, It will not holdslist of wrapper class object. Below source code demonstrates the usage of Paginating using Wrapper Class in sales-force.
Data validation allows user to create a drop-down list and restrict values in the cell to these entries. Due to limitation Excel can't bind more than 256 characters programmatically. To bind more than 256 characters one can follow explained approach.
Creating the data validation constraint can be tricky and time taking in NPOI. I have shared some of my workable approach. These approach will give good idea to customize your own constraint types.
Jobs in GNU Linux can be parallelized using GNU parallel. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command th...
IEx provides access to Elixir documentation. When Elixir is installed on your system you can start IEx e.g. with iex command in a terminal. Then type h command on IEx command line followed by the function name prepended by its module name e.g. h List.foldr
Enumberable module, a set of methods are available to do traversing, sorting, searching etc across the collection(Array, Hashes, Set, HashMap).
In a command prompt, you can use DOSKEY for creating macros. In a batch file you can define a variable that can be called as a piece of code and even pass arguments to it.

Page 65 of 68