
Search In
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
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
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
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
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
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
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
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
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
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
