Rudimentary Art of Programming & Development

Promoting Open Source, Always…

Archive for the ‘Uncategorized’ Category

Programmer Competency Matrix

with one comment

Written by didip

April 19, 2009 at 8:12 pm

Posted in Uncategorized

How to get Merchant Account

without comments

The author puts together his experience dealing with various hoops and dance in order to get merchant account.

I think the post is a good experience for other to learn from.

Written by didip

March 24, 2009 at 3:51 pm

Posted in Uncategorized

Tagged with

The real reason why C++ was invented

with one comment

First of all, I’m not sure if this post is for real. If so, shocking. If not, it’s a very good humor.

In short, the real reason why Bjarne Stroustrup created the language is to keep software engineer salary relatively high, C++ developers nowadays indeed have very good salary.

He also mentioned that C++ doomed Mentor Graphic big time.

Read it for yourself.

Written by didip

March 16, 2009 at 5:57 pm

Posted in Uncategorized

Tokyo Cabinet: Another Key-Value Database

without comments

Tokyo Cabinet is cool because of 2 things:

  1. Its name,
  2. It spends 0.4 sec writing 1M records.

More and more key-value databases are coming into the web space. I guess they are essential for building the “cloud”.

References:

Written by didip

February 26, 2009 at 9:08 pm

Posted in Uncategorized

Tagged with , ,

Challenge to Break Python Security

without comments

A coder called Tav submitted this challenge. Enjoy!

His module was created with the intent to restrict execution to local filesystem.

Written by didip

February 24, 2009 at 7:32 pm

Posted in Uncategorized

Tagged with ,

Humor: Unusual Passenger on PDX MAX

without comments

Coyote on PDX

Coyote on PDX

Written by didip

February 23, 2009 at 11:46 pm

Posted in Uncategorized

Tagged with ,

Apple: Glimpse of MacBook Production

without comments

Some of Apple latest marketing tools show us a little bit of its production factory. I aggregate those here for readers enjoyment.

Written by didip

February 22, 2009 at 12:02 am

Posted in Uncategorized

Tagged with , ,

CouchDB installation on OS X

without comments

Here’s a quick tutorial on how to install CouchDB on OS X Leopard:

Prerequisites:

  • Make sure you have darwinport installed because that’s how I install mine.
  • Make sure you have installed easy_install for Python.

Steps:

  • Install Erlang: ‘sudo port install erlang
  • Install CouchDB: ‘sudo port install couchdb +server
  • Launch CouchDB: ‘sudo launchctl load -w /Library/LaunchDaemons/org.macports.CouchDB.plist
  • Install couchdb-python: ‘easy_install couchdb

See if CouchDB is running:

  • Go to ‘http://localhost:5984/

Note:

  • The most recent CouchDB in darwinport is 0.72. In this version, I’m having problem with creating an ad-hoc View. Reading some posts online, it seems that this problem is solved in version 0.8.

References:

Written by didip

January 8, 2009 at 11:55 pm

Posted in couchdb, database

Tagged with ,

Languages: Bondage and Disipline

without comments

This is one old wiki post that’s continually being updated. There’s not much value in the posting other than entertainment.

 

http://c2.com/cgi/wiki?BondageAndDisciplineLanguage

Written by didip

January 8, 2009 at 11:27 pm

QuickSort music video

without comments

Written by didip

January 8, 2009 at 5:27 pm

Posted in algorithm, quicksort

Tagged with ,