iOS: UITableView – Swipe to delete row

On May 6, 2013, in iOS, Objective C, by Dipin Krishna , Views : 155

Swipe-to-Delete feature shows a Delete button when a user swipes horizontally across a row.

Tagged with:  

Perl: Send an Email with attachment through Gmail SMTP

On December 19, 2012, in PERL, by Dipin Krishna , Views : 1064

This is a tutorial on how to send an email with attachment via Gmail SMTP. Here i am using Email::MIME to create the email/message object. Email::Sender::Simple (sendmail) is used to send the mail with the help of secure transport provided by Email::Sender::Transport::SMTP::TLS. The sample script below sends an email with two attachments and a text/html [...]

Tagged with:  

How to Import/restore data into Heroku postgres database from a dump file

On September 24, 2012, in Heroku, PostgreSql, Rails, by Dipin Krishna , Views : 1998

I was working on a rails app and i had a huge amount of data in my local Postgres database. This is what i did to import data into the database at heroku from a dump file of my local database.

Tagged with:  

Java: Change the Call Forward Number on an Android phone programmatically

On September 23, 2012, in Android, Java, by Dipin Krishna , Views : 1009

We can easily set/change the call forward number on gsm Android phones.
Here i am showing you to change/set the call forward number for “Unconditional forwarding”.

Tagged with:  

Rails: How to Update the Source code of an existing app on Heroku

On September 23, 2012, in Heroku, Rails, by Dipin Krishna , Views : 1368

Recently, i was working on an existing rails app hosted on Heroku.
After making few updates to the code, i was wondering on how to get it updated on Heroku.
This is what i did on my ubuntu machine.

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

  • CG Lab Programs in C
  • Linux Tips
  • My World of Codes