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

Search In

Player Settings for Android in Unity3D

When we build our project to see how it looks, we need to set the Player Settings- Today I'll describe you the Player Settings for Android After building the project in Android Go To Edit->Project Settings-> Player Following Player Settings

CSS3 : Entrance Effects Examples

While applying animation to an object in MS Powerpoint, you might have picked some predefined entrance effects like bounce, flash, shake, wobble, etc. We can apply these effects to our HTML elements in webpages as well. These can be implemented by C

Understanding Lambda Expressions

What is Lambda Expression ? Anonymous function that takes no parameter and return nothing can be written in form of Lambda. In descriptive terms Lambda expressions are a simpler syntax for anonymous delegates and can be used everywhere an anonymous

How to remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)?

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes. Use below python code in your .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(account_cashf

How Git store its files

In my Last Blog (init git) I metioned how to initialize git repository, Now lets see what git init did and also understand where git stores its files to do version control on our project. On terminal use the UNIX ls command to list what's in the d

Remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes . see below python code and use it in .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(accoun

Interpolation Search in C

It is an improved variant of the binary search.For this algorithm to apply data should be in sorted form.   There are scenarios where the target location is already known. For example, in case of telephone directory the word to be searched is

Angular 2 vs Angular 1

As in my previous post I have already explained that AngularJS1 is a javascript library which is prefect for single page application(SAPs). Angular js is nothing just a javascript library which extends HTML with new markups. Single page application a

find the largest palindrome made from the product of 3 digit numbers java

Can some one please explain what is done in the following code. I found it in in Stack overflow.  I asked the question in the same web site and got the following reply Stackoverflow isn't meant for the purpose of explaining code . Since I a

Discussion on control structures in Ruby

Welcome to Findnerd. Today we are going to discuss control structures in Ruby. If we talk about the control structures then you have already use or study in other programming language like C, C++, Java etc. We do not want to repeat the same things he

1 22 217
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: