
Search In
In OpenERP first, create custom module and than override the function in .py file in custom module and pass this file to the __init__.py file. Then get the correct line residual amount and pass this line in account invoice. using thi
Hello readers, today I have taken example of Floyds triangle. Floyd's triangle is a right-angled triangle of array having natural numbers. The natural numbers are printed in such a manner , that it will look like right angle tri
If you need to integrate Facebook SDK in your android app you have to generate keyhash, to configure Facebook API console. Add this method to your utility class and call this method from onCreate() of any Activity. For digital data integrity and auth
Hello Readers,
We can choose image through Cordova camera plugin but with this plugin we can only select one image at a time.
Now, Cordova image picker plugin helps to select more than one image at a time i.e user can select multiple image at a time
Hii,
Use of Ternary Operator in AngularJs is one of the great feature which provides an alternative to conditions such as if, else and end if.
Using this feature you can easily use JavaScript functionalities in your HTML
Managing User Accounts in Linux
Hello friends today I will let you know how to manage user accounts in Linux. You must have created at least one account apart from root in Linux if you are using it. If there are many users who are using your system
OpenCV library is useful to convert image background color to another RGB color.
We basically read the image using BufferedImage then we read bytes data from that image and we create a new MAT by applying image height and width and then put that byt
Hello Readers !!
Hope you are enjoying coding.
Today We are going to discuss about the Profiling in the Unity 3D.
Almost all of us had issue regarding the game performance and memory issues. This is the general issue if you are using the Unity3D.&
If you are using YouTubePlayer in your android app and wants to play youtube video on that, so first we need a youtube video url. From that url we can get a video id(11 alphanumeric character set). In below example we are going to generate a video id
In this blog we will learn how to clear/deselect selected items in TreeView while working on a WPF application. There following scenarios need to be considered before coming up for a solution to the problem:
1) The TreeView is bound to
