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

Search In

Create and remove GIT Remote branch

Create and remove remote branch on GIT : As we know that the git is used to collaborate between team. Developers can share the code using git by sitting anywhere on this word, for this the code should be exist in a central repository which is accessi

How to make Paper Format in Odoo?

Paper formats are records of report.paperformat and can contain the following attributes: 1. name (mandatory) : only useful as a mnemonic/description of the report when looking for one in a list of some sort. 2. description : a small description of

Priority queue in C++

Priority queue is container adapter, designed in such a way that the first element is the greatest elements among it contains. In priority queue elements are popped from the back which act as top in the priority queues. In the below program we are g

How to upload a file in php ?

When you want to upload your curriculum vitae, Your Profile picture, on the server then you can use File uploading method in PHP. With php concept you can easily upload your resume and any other document. There are tow important property must be

Use of all_of function in C++

all_of function is used to test condition on all the elements in a range[first,last), it will return true if the test condition is true for each and every element in the range or if the range is empty, else it will return false. Function Prototype

Customize the theme and icon size in Ubuntu

Ubuntu is widely used open source OS. Ubuntu provides lots of customizable features but not more than windows. You can change the background color, theme and organize the icons by their name, type etc. In this article we will tell you about that how

How to create a dropdownlist from an enum in ASP.NET MVC

Many times in an application we need to populate a dropdown list from enum.In the following article I will show how to implement the same using SelectListItem. First we create an enum, FileType, under the Models folder as shown below. namespace D

How to declare model attribute in Odoo

In a Model attribute order should follow the series given below. Private attributes (_name, _description, _inherit, ...) 1. Default method and _default_get 2. Field declarations 3. Compute and search methods in the same order as field declaration 4.

How to disable jQuery animation ?

Hello Readers, We use the jquery property jQuery.fx.off or $.fx.off (globally disable all animations). By default its value is false, when we set this property to true, disables all the animation in jquery. So, instead of displaying an effect it wil

Different phases of QA Process followed by different companies?

Different phases of QA Process are following:- 1.) Test Plan 2.) Test Cases 3.) Review 4.) Execute 5.) Improve 6.) Defects Logging Test Plan : - In Test Plan scope of the project is defined, also in test plan there is an workflow of

1 628 949
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: