Archive for the 'development' Category

Lingua::EN::Splitter – Split text into words, paragraphs, segments, and tiles – search.cpan.org

Monday, July 7th, 2008

perl module that splits text into words, segments. etc. Quality — uknown (i.e. I didn’t test it yet)

FedoraLiveCD/LiveCDHowTo – FedoraProject

Wednesday, July 2nd, 2008

fedora wiki page with details on livecd-creator tool which is used to create live CDs

[ibm developerworks] Build a Fedora Live CD

Wednesday, July 2nd, 2008

tell how to create custom livecd in fedora (somewhat scatchy )

How to Share Session State Between Classic ASP and ASP.NET

Wednesday, July 2nd, 2008

the subj. soluton creates COM object in .net that then is used by classic ASP to store sessions. ASP.net object stores session in SQL database

google C++ Style Guide

Monday, June 30th, 2008

google’s internal C++ code guidance

GitPlugin – Trac Hacks – Plugins Macros etc. – Trac

Thursday, June 19th, 2008

This is a plugin for Trac 0.10/0.11 which enables GIT to be used instead of Subversion for the trac:VersioningSystemBackend. [ I haven't tested it, but it appears to be used at code.reddit.com ]

reddit – Trac [source code for reddit.com]

Thursday, June 19th, 2008

Interesting to look when u have a time. PS: looks like they are using git and found a way to integrate it into Trac, which is pretty cool

Synchronizing Repositories witn GIT (git-svn how-to)

Friday, June 6th, 2008

article explains how to use Git to work with remote svn repositories and syncronize your local changes to remote repos. Good article!

VersionControl – FreeBSD Wiki

Friday, June 6th, 2008

wiki page from FreeBSD people descibing their experineces and requirements for version control system. They [finally] swicthing from CVS [to Subversion]

InfoQ: Scalability Best Practices: Lessons from eBay

Friday, May 30th, 2008

the subj says it. good article