Skip to content
Topic

Coding

64 notes.

PERL Dec 23, 2010 1 min read

Perl: Send a chat message to your gmail buddy using Jabber

Net::Jabber provides a Perl user with access to the Jabber Instant Messaging protocol. Net::Jabber is a convenient tool to use for any perl script that would like to…

PERL Dec 21, 2010 1 min read

Perl: Send a message to a queue or topic using Stomp

Net::Stomp module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol…

PERL Dec 15, 2010 1 min read

Perl: Function to print a HASH completely

Below is a perl function that i wrote to print a HASH completely. What i mean by 'completely' is that it will expand all hashes and arrays found…

PERL Dec 15, 2010 1 min read

Perl: Send bulk mail via SMTP with authentication

This is a tutorial on how to send mails to multiple recipients using Perl Net::SMTP module with authentication. The smtp module implements a client interface to the SMTP…

PERL Dec 14, 2010 1 min read

Perl: Simple way to read Command line arguments

Parsing command-line arguments in Perl is very easy. All the command-line arguments are present in the array $ARGV. You can get the number of arguments passed as (…

PERL Dec 8, 2010 1 min read

Sending Emails Via Gmail SMTP With Perl

Update: Click here If you want to Send an Email with attachment through Gmail SMTP. This is a tutorial on how to send mails using Perl Net::SMTP module…

Coding Oct 16, 2010 1 min read

C++/CPP: Search and Replace in String

My CPP function for search and replace in string is given below: 10753624386ab264dd7ab21_000011 Sample program using it. 10753624386ab264dd7ab21_000012 Expected Output I love coding in C and CPP and…

Google Nov 22, 2009 2 min read

How to Install Google’s Go language on Ubuntu Linux

Go is an open source project, distributed under a BSD-style license. This document explains how to check out the sources, build them on your own machine, and run…

Google Oct 20, 2009 1 min read

Google’s memory stress test tool

Google has released its Stressful Application Test, known by its Unix name as stressapptest. According to Google, Stressful Application Test, which has been used inside the company for…

Google Sep 6, 2009 1 min read

Search Google.com from the Linux command line

You can search Google.com from the Linux command line without using a command line web browser like lynx or Elinks.All u need is the curl and html2text packages…

Google Jul 17, 2009 1 min read

Tesseractindic: Tesseract OCR engine that supports Indic script.

This is a port of Tesseract OCR engine that supports Indic script.The aim of this project is to add Indic script support to the Tesseract OCR engine, which…

Google Jul 17, 2009 1 min read

Tesseract-ocr is now at google

Tesseract-ocr was an OCR Engine that was developed at HP Labs between 1985 and 1995... and is now at Google.The Tesseract OCR engine was one of the top…