
Search In
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key -angularJS
The
Hello Readers,
Description
Description Registers is a script file on WordPress, and is supposed to be linked to a website later with all the wp_enqueue_script() function, which usually safely manages this script dependencies.
Scripts that were p
In C programming you can use the keyword typedef to define a reserve word once again according to you .
The C programming language provides a keyword called typedef, which is used to give a type, a new name.
typedef unsig
Frame Relay is the standard of the WAN Wide Area Network technology that will specify the physical and the logical link of the channels by using a packet switching technique.
Frame Relay is a scalable WAN solution that is often used
Hello there,
In this blog I will provide a solution to how you can get screenshot of your screen and then save it at any location of your choice for this, we will use java.awt.Robot for creating an image which will generated by reading pix
AXLSX gem is one the most recommended gem for the creating excel file in rails application.
To integrate AXLSX gem, we have following steps.
first we need to insert gem in our gemfile
gem 'axlsx_rails'
and run
bundle install
Now we nee
Hello Readers
In this blog, I will guide you how to use nth-child pseudo-class(selector) in css file. Generally we have seen nth-child selector in excel sheets and tables. It is very useful for creating formatted excel-sheet in html table and we us
Hello
In this blog I will give a demo about how to read CSV data from a file. For this purpose I will use Opencsv library. Opencsv is a very simple csv (comma-separated values) parser library for Java.
You can download the binary and so
Just like your ‘aged’ ‘oaked’ & ‘toasted’ Wine, the WordPress is also getting better, creamier and luscious with every passing second. Gone are the days, when the WordPress pondered just as a blogging
Sometime we need to save ArrayList of Objects into Shared preferences so that we can use that data in multiple Activities when required. We can do that easily as below:
Suppose we have model Users as below:
public class Users
{
private int id;