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

Search In

oUpykhkoSG

Ke8227 fhpuhfcqnrji, [url=http://psinlctokisy.com/]psinlctokisy[/url], [link=http://alybnoucifem.com/]alybnoucifem[/link], http://owfxminitgjk.com/

How to Code an Algorithm to Calculate Maximum Product of Any n-1 Elements

How to code an algorithm to calculate the maximum product of any n-1 elements in the array in O(n) time complexity for only positive integers?

Pre loader using pure css

Hi All, Below is some example of pure css loader. Using css animation. All are single element loader. Please, check the below code for details. section{ margin: 10px 0; } .loader { position: absolute; z-index: 1; left: 0; right: 0; mar

Comparator Interface in java

Hi, Here I am writing a simple way to use Comparator interface. We use Comparator interface to order the objects. First of all we need to import java.util package. It have two methods : Compare(Object o1, Object o2) equals(Object o). Th

How can you Create a inner class inside a method

In java can we create a inner class inside a method?? Answer to this query is yes . Example code : class Outer { String outerVar="outer Variable"; public void checkInner() { final String localVar="Loc

Event loop in Node.js

In all the event driven programming, there is a main loop that listen's the events, and then invoke the corresponding callback function whenever one of those events occur. Here we might get confuse between events and callback, But the differenc

How to add, update and delete the records into the database using linq

UserEntities objUserEntities= new UserEntities();/*Create object of user entity /* Add records into the database */ public void AddUser(User objUser) { objUserEntities.AddToUsers(objUser); /*Linq has its own function to insert th

How to convert .ppk file into .pem file

If you would like to convert .ppk file into .pem file, the process are given below: 1) Open terminal and make your login 2) sudo apt-get install putty-tools 3) puttygen /var/www/html/abc.ppk -O private-openssh -o /var/www/html/abc.pem 4) chmod 400

How to delete IE cookies in QTP.

Web application use cookies to store user related information . While testing web application It is a best practice to delete cookies before starting a new test. IE cookies can be deleted using WebUtil object which come along with QTP. We need to u

Very Useful Tags in OpenOffice Reports

Here are some important very useful tags that can help you definitely while creating various kinds of reports: [[ repeatIn(objects,'o') ]]: To add loop on the object selected, example [[ repeatIn(objects,'invoice') ]]. [[ repeatIn(o.invoice_line,'

prev 1 2 103
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: