Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Cloning github repository in windows system

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

Get a many2one field in a list with domain

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

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

Types of Mask in Photoshop (part 1)

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

How to Integrate iPayy(Payment gateway) API

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

Web API Routing

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

Enable CakePHP with multilingual support and create PO file using cakephp-script

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

Divide image in equal parts wrt number of row and number of column.

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

NSSet

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

How to identify the current opened application name in android devices?

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

1 192 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: