
Search In
Hi All,
I needed to clone one of my password protected repository from git into my windows machine.
I googled it and found lots of help but I would like to wrap up things in very basic level.
1: You must have git account and repository which need t
To get a many2one field of another model in your model as a drop-down list, you have to define a column or a field and a write a function for it.
Suppose, you want to get a list of invoices in a drop down list based on the customer selected or base
Implements Runnable Vs extends Thread in java
In java language, as we all know that there are two ways to create threads. One using Runnable interface and another by extending Thread class.
I read a statement for Thread and I was confused. The stat
Hello Friends !!
If you are familiar with Photoshop then it is well and good. If you are a fresher then don't worry, Today i gonna tell you about Mask and types of Mask.
Ok now the question arise "What is Mask??"
Question 1: What is Mask?
Mask is
IPayy API is basically a payment gateway by which you can sell anything through your website. In brief, it just generates an OTP number which is called as One Time Password and will send number via msg to your mobile.
Here I am going to show that ho
Basics for Web API Routing
The Web API framework maps incoming requests to the appropriate action based upon the HTTP verb of the request.
The Web API route URLs to a controller, and then to the action which matches the HTTP verb of the request me
Enabling multilingual support and creating po locale files are very easy with cakephp-script.
We can use cakephp console framework for this.
There are few simple steps to create po files first:
1: Navigate to you app folder: cd /path/to/cakephp/app
With the help of following code you can divide UIImage into equal parts w.r.t number of row and number of column.
Create a category of UIImageView and UImage and write the following method respectively in them.
-(NSArray *)divideImageViewInImage:(i
An NSSet object represents a static, unordered collection of distinct objects.
NSSet/NSMutableSet, NSArray/NSMutableArray, and NSDictionary/NSMutableDictionary are the three core collection classes .
NSSet is immutable and NSMutableSet is mutable o
If you need to monitor your android device activities and you want to identify the current opened application name in that case you can simply create the method given below in your utility class. And call it whenever you want to get the current open
