
Search In
Install Ruby On Rails: Quickest way
The quickest way of installing Ruby on Rails with rvm is to run the following commands:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | b
Open a text file in PHP.
To open a text file in PHP you will use fopen() funtion.
$yourfile = fopen("yourtextfilepath", "r");// r is a mode that are used for read file.
Read a text file in PHP.
To read an opened file in PHP you will use fread()
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain about the inflector in CakePHP3.
inflector is a many utility classes which takes a string and can manipulate it to handle word variations.
Example: inf
Hello Friends,
Twig is a simple template system used in Symfony and Slim Framework. This is something different to implement your code in HTML file as other frameworks or CMS. If you want to implement conditional statement(if else) in twig template
Hello friends,
Today we will learn how to display all the folder within a folder in Joomla. In Joomla, folders() method is used to list all the folders within a folder. This function return an indexed array of the folders
Syntax:
JFolder::folders
Hello all,
Every time you see some graphic emoticons in comment they look like sad, funny, jolly, naughty. With the help of this blog you can add these emoticons in your project.
Here I am using emoticons plugins Basically it replace your simple cod
How to block or access specific permission of specific application through android code? (Without accessing manifest file of specific app?
CodeIgniter can be installed in four easy steps on your ubuntu system:
1- Download CodeIgniter package and Unzip. Download link http://www.codeigniter.com/download
2-Upload the CodeIgniter folders and files to your server. Normally the index.php fi
Barcodes can be generated using the tag in RML files.
The following formats are supported
codabar
code11
code128 (default if no ‘code’ specified’)
standard39
standard93
i2of5
extended39
extended93
msi
fim
postnet
You can change the followin
In unity you can find gameobjects by their name or tag.
1. Find objects by Name:- You can easily find the gameobjects by their names.
Here is the simple code for this
Gameobject Abc;
void Start()
{
Abc = GameObject.Find("Square");
}
In above
