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

Search In

Java Thread Join Example

join() method in Java Thread : The join() method of a Thread class allows the current thread to wait until the thread in which it is called will die. Sometime a question is asked in the interviews that How can we make sure main() is the last thread t

Viewing history and diffs

Previous Git Blogs 1. Intialize git repostiory 2. First Commit 3. Two tree architecture and Three tree architecture 4. Best basic practices for writing commit messages 5. Viewing the commit logs 6. Git Basic WorkFlow 7. What is HEAD pointer in GI

Shared Preferences in android

Android provides some features to store and retrieve data of an application. SharedPreferences is one of the simple and easy way among them.We save data in key, value pair. We have to call getSharedPreferences(), It returns the SharedPrefrence ins

How to Calculate HRA

CALCULATION OF HRA HRA is a part of salary package , in accordance with the term & condition of employment. Employee generally received HRA from his Employer. HRA is given to meet the cost of a rented house taken by the employee. HRA is an allow

Importance of Software Testing

Why Software Testing is necessary ? Software Testing is an important part of any software development. In time of making any new application or software there is need to test of that application before implementation. In time of development develope

Split a video into multiple parts using FFmpeg

Hello Readers, If you want to break a large video into the two or more smaller clips without using re-encoding, just now ffmpeg can help you for the same. Most of the hosting servers only provides for a certain dimensions regarding data file to

$scope vs $rootscope

  Scope is an object which is used to access the properties and methods defined in a controller. Every application has single root scope. Though the difference between scope and root scope the availability of the prop

Asking to process your request in Odoo server

This action ask the upgrade platform to process your database dump. The process method is below Use the below link to download the Dump Database https://upgrade.odoo.com/database/v1/process To process a database dump Below are the Parameters 1-key

Odoo's XML files

For creation of Odoo module we need four files, given below 1- Demo_views.xml (with the view definitions of Demo module). 2-__openerp__.py (with the description of your module and import of your xml files) 3-Demo_python.py (with demo model defini

Storing data in Odoo

If you want to storing data in OpenERP(Odoo) follow the below mentioned step. Step-1 first you have to difine the data model Step-2 imported from __init__.py  for loded the file. Step-3 academy/models.py Step-4 academy/__openerp__.py Ste

1 55 423
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: