τεχνολογια
Monday, November 13, 2006
Wednesday, September 27, 2006
LXR and cross-refrence
Good source to read linux kernel source and its cross refrences.
http://lxr.linux.no/source/
My area is here: http://lxr.linux.no/source/include/net/
Saturday, September 16, 2006
LATEX templates
LATEX is boring to start from scratch. Why I should remember syntax of citation? Or how table can be built?. Instead you give me templates of all given paper and I will take care of rest.
Its specially true when you are making small document and dont want take headache of technical details.
Here are some sample templates.
PS:
If in bib file, you have same author cited in two or more different paper, take care to cite them properly. It may lead you to lot of pain.
for example:
REFRENCES:
1) xyx, paper -title, 2006
2) ---, paper1-title , 2005
here, "---" is actually xyz only. So better we cite them separately,
Thursday, September 07, 2006
zephyr
zephyr is an ajax based MVC (model-view-controller) framework and supports complete separation of business logic layer from presentation layer. It is built using popular and tested libraries in backend. Proven codes make zephyr more stable and flexible for end users.
you can easily develop business applications using this robust framework. this is extremely easy to learn and very simple to implement. you can deliver a full fledged ajax application with strong business layer in backend within some minutes. installation and deployment of packages that you develop for zephyr is hassle free. moreover you will get all the features of most popular templating engine "smarty" and powerfull data access layer "adoDB"
Thursday, August 24, 2006
unwired ubuntu..
wireless network for Desktop PC.
Sounds crazy .. isn't it?
Actually, some crazy and not-so-conventional stuff to be done in it.
Well, managed to do it somehow..
lot of thanks to kushal.
Used D-link wireless card and LinkSys AP.
Some other useful stuff is here and here.
Now BIG headache was easily solved by WiFi-manager.
Later on, found one more tool to scan all the APs.
Tomorrow, I will do some basic routing table and removing some bugs.
PS: one strange error coming again and again:
If I use wired as well as wireless interface togather(even for different LAN and different purpose), My http/tcp connection are being reset. It might be at proxy/gateway level or at my own computer PHY.
Saturday, August 05, 2006
Wednesday, July 26, 2006
socket programming
This link might be useful for people who dont want to waste too much time in learning basics of sockets but they want some sort of experience with it.