Archit is currently certified at Journeyer level.

Name: Archit Baweja
Member since: 2000-08-12 20:08:29
Last Login: N/A

FOAF RDF Share This

Homepage: http://www.symonds.net/~bighead/

Notes:

So I like to write computer programs. My medium? C C++ Ruby. I'm learning Common Lisp/Scheme, Smalltalk. Hopefully I'll get rid of my habit of C++/Java soon =D.

Projects

Recent blog entries by Archit

Syndication: RSS 2.0

Interesting thing. I just bumped into this online resume of a certain Antonio Mejias. In his "Graphics Design & WEB skills", he lists Peacock-2 among other greats like Macromedia Dreamweaver etc.

I feel special :-D

Here's the link http://www.iespana.es/cyfuss/

ORE

Finally got back to hacking a bit on ORE. I'm still fixing method calls that have changed over the past few versions of the ruby-gnome2 bindings.

So it turned out to be false alarm/update/whatever you want to call it. I'm still stuck with gnome 2.6 (although dpkg -l|grep gnome) shows some 2.8 packages. Guess all of them haven't gone into "testing" as yet.

Gnome 2.8 on Debian

So I'm just see-ing the final steps of running "sudo apt-get upgrade" on my debian box. Everything goes well, I should have gnome2.8 :D

So I was working on a class project (a small interpreter for a mini scheme like language, more about it some other time), and I bumped into a weird C++ thing. There is no std::string::tolower() or std::string::toupper() function. You'll have to do something like

std::transform(str.begin(), str.end(), str.begin(), std::tolower())

for example to tolower all the chars in a string. As it is not that difficult to see, the "Transform way" involves more typing, and well...awkward a bit.

132 older entries...

 

Archit certified others as follows:

  • Archit certified Archit as Apprentice
  • Archit certified mglazer as Apprentice

Others have certified Archit as follows:

  • Archit certified Archit as Apprentice
  • Telsa certified Archit as Apprentice
  • rkrishnan certified Archit as Journeyer
  • taj certified Archit as Journeyer
  • jfleck certified Archit as Journeyer
  • gman certified Archit as Journeyer
  • mglazer certified Archit as Apprentice
  • fxn certified Archit as Journeyer
  • pbor certified Archit as Journeyer
  • ebf certified Archit as Journeyer
  • clarkbw certified Archit as Journeyer
  • naba certified Archit as Apprentice
  • mterry certified Archit as Journeyer

[ Certification disabled because you're not logged in. ]

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!

X
Share this page