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

Search In

How to import/export data using CSV in PostgreSQL

To export a table data from Postgres database to a CSV file, use the "COPY to" command. You can create a CSV file using MS-Excel or directly create a file from the command. Syntax: COPY (SELECT * FROM table_name) to E'C:\Users\main\Documents\file.c

How to capture screenshot in selenium .

User can use the following code to capture screen shot using selenium Webdriver . File Scrfile = Driver.GetScreenShot As(OutputType.File); FileUtils.CopyFile(Scrfile,new File(“c:\\capturescreenshot.jpg”));

How to Update Ruby Version

Install ruby to C:\Ruby193 and set RUBY_HOME=C:\Ruby193and %RUBY_HOME%\bin added to PATH sys var., Go to http://rubyinstaller.org/downloads/ Download the devkit: DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe Extract Files by left double-click the self

Sample Code

Sample Code that works for following module 1- Send email, one can use attachments as well. 2- Capture image using SquareCam Controller. 3- Upload image to server.

This still surprises

This still surprises me, just how a lot of plpeoe are not aware about Monezilax System (google it), even though many plpeoe make a large amount of money online because of this system. Thanks to my mate who told me about Monezilax System, I have star

Difference between shift(), unshift() and push(),pop() methods

These are few methods which have slight difference. Lets discuss it one by one : Shift() : This method is similar to pop() method, the only difference is that it works at the beginning of the array. It delete the first element from the given array

C++ Interview Questions and Answers– Part 4

In the previous parts C++ Interview Questions and Answers Part 1, Part2 and Part 3, I have explained some basic questions of C++. This part is in continuation with the previous C++ Interview Questions and Answers tutorial. In this part of the tutoria

Implementation of Insertion Sort in C

Insertion Sort:- The Insertion sort is used to sort an array. The array can be sorted in each round means, In each Iteration of an array the element can be find in sorted. Steps:- 1: The second element of array compared with the elements will appe

Send email using gmail SMTP C#

This is a simple C# program that send email to recipient. It uses gmail smtp. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; using System.Net; namespace SendEmail { class Program

What is Nullable Type in C#

The Nullable Types in C# language: The nullable data types were included to value data types with C# language in the year 2005. This feature allows us to assign the null value to a value-type variables. You need this functionality with databases wh

1 25 319
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: