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

Search In

String methods charAt and charCodeAt in JS

charAt() method : This method returns the character exist in a specified index of string.The index in a string always starts with 0. Syntax of charAt() method : string.charAt(index) The index is required field. If no character is found or index

SIF Authentication using Java API

You can authenticate user in your application using SIF (Service Integration Framework) Java API. Following is the code you can use to authenticate the user: Properties props = new Properties();      &nb

How make Spelling Checker function in android.

In the below code I have used SpellCheckerListener interface and ovrride its method. Here I have created SpellCheckerListener class to check the spelling errors. See the below code it will clearly described how to make Spelling Checker function. pub

Working example of data by PHP JSON Object

Hello Reader's If you want to know more about the PHP JSON Object then this blog will helps you. Lets see how to handle the working data of it. <?php $trends_url = "http://search.twitter.com/trends/daily.json"; // initialise the session $ch = c

Trigger Colliders

Hello Find Nerd Readers, While making even the simplest game you have to use triggers and collisions. In this blog we are targeting Triggers. Q1: What are Triggers? Ans: Triggers in Unity are Collider which does not reflect any physical force

Differences Between IsNull() and Coalesce() Functions?

Differences Between IsNull() and Coalesce() Functions? ISNULL() Function: 1)ISNULL function is regraded as Transact-SQL function. 2)This function is used to replace NULL with the replacement value specified in second argument or from from the input

Program to Detect and Remove Loop in a Linked List in C++?

// C++ program to detect and remove loop using namespace std; struct Node { int key; struct Node *next; }; Node *newNode(int key) //Function to create a node { Node *temp = new Node; temp->key = key; temp->next = NUL

Difference between ArrayList and LinkedList in Java ?

Difference between ArrayList and LinkedList in Java   ArrayList class and  LinkedList class are classes of Java with following syntax:   ArrayList class Syntax: ArrayList<String> al=new ArrayList<String>();//c

Virtual Private Network

VPN is used by the companies who have very sensitive data flow in their organization.   Data is crucial in terms of every aspect for some governing bodies like military.   So in that case these bodies purchase their own private network

  • 246
How to Create a new res.users record for each email address in OpenERP?

A new res.users for email address is created for wizard_data. If users already exist then a new res.users will be ignored. New res.users also have a value for the password field, so that they can receive it by email and Returns the ids of the created

1 78 156
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: