Here are a set of online tutorials that helped me learn about Windows Programming , This is a short post – hoping that someone who happen to bump on to my blog finds it useful (a) Forgers Win32 API programming tutorial : http://winprog.org/tutorial/ (b) Iczelion Win32 programming tutorials :- In …
Linux – bash ( commonly used commands )
I know no one really reads my blog , so here is again another note to myself on commonly used linux commands for the heck of it ! . Hopefully someones finds it useful . Hoping that writing this down refreshes my frail memory Getting help [sourcecode language=”bash”] $ # …
Writing Real mode operating systems for fun , study and world domination
Writing real mode operating systems is not hard at all, in fact almost anyone with a little knowledge of x86 assembler will be able to create simple real mode operating systems. The idea of this post is to get you started with real mode operating system development. In this tutorial …
Crash course in game development with pygame
Today I will ramble about game development with python . Python is very easy to learn and it is a very easy to prototype games with python. Pygame is a SDL binding fo python , visit pygame.org for more details. 2D Game Development Concepts Sprites : Sprites are moveable game …
Setting up your haXe Development Environment
Introduction HaXe is a multi-platform development environment. In this book we will specifically concentrate haXe as a free flash game development platform . With haXe you can develop for windows , Linux , iPhone , android as well as for the world wide web . A source file written in …
Linux kernel development – part 2
IA – 32 Condensed In this part of the tutorial , we will look at IA -32 system architecture in brief . I would recommend anyone reading this blog to read the IA-32 system programmers manual . But I am planning to provide some links for quick reference . I …
Linux kernel development – part 1
I will provide a hands on guide on dissecting and learning the Linux kernel . But I am busy with work and so forth and It may not be able to post in regular way. I however will not spoon feed and I will just be providing general guidelines. Also …
GUI toolkits compared
GUI Toolkits Compared I have worked with few UI libraries during my college days (late night hackwork !). Although It has months since i really coded something in C/C++ . Here is my opinion on most of the UI frameworks ( choices available ) . (a) Win32 API , …
Popular Open Game Consoles
Some open game consoles I found by searching internet and I taught of posting . Hopefully someone finds this interesting Fuzebox “The Fuzebox is a fully open-source, DIY 8-bit game console. It is designed specifically for people who know a little bit of programming to expand into designing and creating …
jquery datatables
I came across this plugin using jquery called datatables , this is a qreat tool for creating and displaying tables . This is quite good ! . Check it out when you get time 🙂 . Check this out : http://www.datatables.net/