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

Search In

How to upload database dump in Odoo ?

The upload method https://upgrade.odoo.com/database/v1/upload/ use this link to Upload a database dump Parameters key (str) -- (required) your private key request (str) -- (required) your request id Returns request result Return type json dictionary

Friend Function

Friend Function These are special functions which can access the private members of a class. Private and protected data of class can be accessed from a friend function. Declaration of Friend Function class className { ...... .... ......

Multi-day event spans 1 day short in FullCalendar

When we Integrate The Full Calendar in our web applications/ blog if we come accross an issue in which the multi-day event spans 1 day short. Therefore to get rid of the issue do the following steps with the start and end date as mentioned below.

Javascript Round Function

The Round function return a value towards the nearest integer. Syntax:- Math.round(number) number is any numeric expression. If the fractional portion of number is .5 or greater, the argument is rounded to the next highest integer. If the fracti

What is progress Element in HTML5 ?

The <progress> Element is use to show the completeness of the task. We can use script to manipulate the value of progress bar. This tag is new in HTML5 and progress element have start tag (<progress>) and end tag (</progress>). P

Linear Search in DSA(Data Structure and Algorithms)

Linear search is simple search algorithm in which a sequential searching is done over all the items in a list. Every items are checked and if any match is found then that item is returned otherwise search will be continuued till the end of the dat

program to find out generic root of any number on C language

generic root means: in this we do addition of a given number until reached a single digit after addition . For example: Generic root of 784: 7 + 8 + 4 = 19 since 19 is a two digit numbers so 1 + 9 = 10.then again add 1 +0=1 So, generic r

Use of "Final" keyword in php

This tutorial will help us to see the use of final keyword with a method of a class and a class individually. Example: class parentClass { public function test1() { echo "This is test1 method of parentClass"; } final public functi

How to Create Banner Ads on Doubleclick for Publishers

Doubleclick for Publishers an Intro   We use different type of techniques for internet marketing to promote the content and drive traffic towards a websi

Program for factorial of a number using recursive function in C

What is Factorial ? Factorial of a no. means multiplying below numbers. Factorial is denoted by “!” Exclamation mark Eg:- 5! means :- 5 * 4 * 3 * 2 * 1 = 120 What is a Recursive function? Definition:- A function which calls itself is called as

1 105 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: