Revolves

Innovation

Revolves header image 4

Entries Tagged as 'Programming'

Make Simple Applications and Become Famous

March 10th, 2010 · No Comments · Programming

We don’t want Paint, we want Photoshop. Or the next-generation 3D Modelling tool. Or the next-generation world class photorealistic renderer.
Whatever we have, we want to add one more bit of complexity to it.

[Read more →]

Tags:

Software Horror – Less is More Indeed

March 7th, 2010 · 1 Comment · Programming

Every student geek who first learns algorithms wants to create the next big “complex” thing. We all think that more is better.
Software with more features, more settings, more customizations and more of everything else you can ever imagine.
However, the latest trend is about less being more.

[Read more →]

Tags:

How Are You Releasing Your Source Codes?

January 21st, 2010 · No Comments · Programming

When I ask this, I’m not talking about applications you create and put up for download. I’m talking about the snippets that you post on your blog or website.
Surprisingly, many simply copy and paste scripts they have created on their website for users to use without any appropriate copyright or license information. This is mostly [...]

[Read more →]

Tags:

Mass Affiliate Link Cloaking Script

January 20th, 2010 · No Comments · Internet Marketing, Perl, Programming

Note: I’ll soon be releasing a GUI tool for doing this same task, for those who don’t have Perl installed and would like to have a no-brainer solution.
All right. Many people like to create nifty little PHP Redirects for outgoing affiliate links, or any other kind of link. People have no knowledge about PHP are [...]

[Read more →]

Tags:

Perl Ends Language Wars

January 17th, 2010 · No Comments · Perl, Programming

There is more than one way to do it. However, there is one and only one way that gets the job done better than all others. Damn. Has Python won?
There are many ways to solve a problem. We share our own views in online communities, learn new methods and use the one that suits us [...]

[Read more →]

Tags:

Perl vs Python – The Final Battle

November 29th, 2009 · 8 Comments · Perl, Python

You might have already seen a lot of Perl vs Python stuff. So I’m telling you in advance that I’ve too have read them all, and what you’re going to read here would be completely different than what you already have.
Firstly, let me start by saying that Perl and Python are great languages. But they [...]

[Read more →]

Tags:

Project Euler – For People Who Love Programming And Mathematics

April 9th, 2009 · No Comments · Mathematics, Programming

I recently came across a great website, Project Euler. Basically, it is a site with loads of mathematical problems that has to be solve programmatically.
It’s not about doing something fast, but also about doing it efficiently. You need to device an efficient algorithm to solve the given problem. Or else, you’d be waiting in front [...]

[Read more →]

Tags:

Coding Different Parts Of Your Web App, Differently…

December 22nd, 2008 · 1 Comment · Programming, Web Frameworks

This is an interesting concept I was just thinking about. Now, I don’t know how effective it can be, but it seems to be an interesting idea. I’d be happy to know your thoughts on this.
Today, frameworks like rails, django and even php frameworks are extremely popular. But with the power of these frameworks, comes [...]

[Read more →]

Tags:

Using Zend Acl With CodeIgniter

December 18th, 2008 · 6 Comments · PHP, Programming

You’ll need to scroll horizontally to see the source codes. Best is to copy them and paste in your text editor
I was just taking a look at the CodeIgniter forum, and found that many people require some sort of an Acl component to make their lives easier. Of course, Zend framework has an excellent tried [...]

[Read more →]

Tags:·

Installing Python 3.0 In Windows Vista – A Small Problem

December 9th, 2008 · No Comments · Programming, Python

Don’t be alarmed! Its not a problem with Python or anything. But its just a weird behavior people trying to install Python 3 (I didn’t notice such a problem in previous versions) in Windows Vista might experience. I happily installed it through the given MSI Installer, but then, there was no ‘C:/Python30′ directory, no Start-Menu [...]

[Read more →]

Tags: