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

Search In

How to install VIM (text editor) editor in Ubuntu

In this tutorial we will learn about installing vim text editor in Ubuntu. This article is about how to install vim editor in Ubuntu? VIM is clone to vi editor but vim text editor is cross platforms software. VIM is a text editor and widely used acr

How to run multiple instances of simulator in iOS

We can easily run multiple instances of simulator using terminal commands. But they have be different devices like iPhone 6s, iPhone 6s Plus, iPhone 6 etc, i.e. we cannot have two simulators of iPhone 6 simultaneously. Also we can't use xcode deb

Enter Single User Mode in Linux

How to Enter Single User Mode in Linux In single user mode only the system administrator can log in the account. Some of the administrative operations can only be done in single user mode. For example: i) Unmounting a user partition. ii) Fsck comm

Linux Directory Structure

Linux Directory Structure Hello friends welcome to findnerd. Today I will let you know the directory structure of linux. Every Operating System has its directory structure in which system files are stored. The following directories are commonly foun

Discussion on useful Plugins in CakePhp

Hi Reader's, Welcome to FindNerd,today we are going to discuss about useful Plugins in CakePhp IF we are developing any web application in CakePHP then sometimes we need some plugins for adding some features like "Search Plugin", etc.&

Selenium Webdriver methods

To perform operation on web browser and with web element (Ex: URL, Title, buttons, links,check box, edit boxes, radio buttons etc) Webdriver provides many methods(Ex: URL, Title, buttons, links,check box, edit boxes, radio buttons etc).   Th

Update location in background after specific interval of time in objecticeC

This blog includes updation of location while your app is in background mode. Sometimes we need to fetch the user location while the app is in a background. To achieve this first we need to use the location manager.   Here is the code for run

An Overview On Sprite Images

  Hello readers, Today in my blog I will discuss about a new topic related to images i.e Sprite images. As in a web page it includes number of images whether small or even it could be icons or the buttons which basically takes a long time to

Discussion on iterators in Ruby

Welcome to Findnerd. Today we are going to discuss iterators in Ruby. Iterators are similar to loops but in iterators we know the beginning and end of the process. Please have a look.   v=0 while v<=10 v+=1 puts v end     In a

Discussion on find functions in Ruby

Welcome to Findnerd. Today we are going to discuss find functions in Ruby. There are different functions available. Please have a look.   A) find/detect : It will return either object or nil.   (0..10).find { |i| i == 5 } # return 5 &

1 227 320
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: