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

Search In

How to Restore database in PostgreSQL in ubuntu

To restore database in PostgreSQL in ubuntu follow these step in terminal 1- sudo su - postgres 2- psql 3- psql -d abc1 < /home/sachin/pqr.sql abc1 = is dbname from where I am restoring backup pqr = backup file which will restore data

Starting a table view from the bottom of the screen

Hello Readers, In case you want to start a table view from the bottom of the screen rather than the top of the screen, you may call the following method from the delegate method as follows: - (void)updateCellInset { NSInteger numRows=[self tabl

How to use
 tag in HTML
                  
                  

With the help of <marquee> tag we will create a scrolling piece of text or image display either horizontally across or vertically down. Here I have created three text first text moves up to down ,second text should run from right to left

More matter less this fallout

sildenafil price saved me hulking stretch, as it was getting too distressing to ejaculate too early. viagra price came as a miracle anaesthetize to me, as now I can play championing extended and do not possess to annoy to viagra price event, satisfyi

More matter near this fallout

viagra price saved me big measure, as it was getting too uncomfortable to ejaculate too early. sildenafil price came as a miracle hallucinogenic to me, as in I can pit oneself against for extended and do not be dressed to annoy about viagra price eve

More communication concerning this effect

viagra 100mg price saved me capital measure, as it was getting too embarrassing to ejaculate too early. cheap price viagra came as a miracle drug to me, as in I can pit oneself against for yearn and do not be dressed to annoy upon lowest price viagra

How to set the Alarms in OpenERP(Odoo)?

If you want to set the Alarms in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Sales Menu and Click it Step-2 Go to Configuration ->Calendar->Alarms Step-3 Click on Create Button Step-4 Go to Name ->Reminder D

Queue in C++

The std::queue class is a container adapter that gives the programmer the functionality of a queue. It is a FIFO (first-in, first-out) data structure. In queue elements are inserted at the back and can only be accessed from the front and the back. A

Errors in PHP

Errors are the unwanted conditions which interrupts the normal flow of the program. Errors can be categorized in two : Syntax Error : If there is any symbol missing or mistake in the statements of the program those are syntax errors. Logical Error

Compare two dates in iOS

To compare two dates we can use the following code : NSComparisonResult result = [mydate1 compare:mydate2]; //where mydate1 and mydate2 are two dates we want to compare. if (result == NSOrderedDescending) { //mydate1 is later than mydate2 } else

1 153 720
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: