Relativistic Spacetime in Python...Time Dilation and Length Contractions using Clifford Algebra This is simple example of what can be done using clifford algebra in the context of Einstein's Special theory of relativity.
Symbolic regression using Genetic Programming...in python... Performing Expression hunting using symbolic regression in python using DEAP package for evolutionary algorithms!
Solving non-linear equations using Genetic Algorithms from scratch...in python Genetic algorithm approach to solving non linear equations is a beginner introduction to this subtopic of Artificial Intelligence
Lack of Precision in Floating point numbers... A summary of floating point numbers representation in modern computers and some critical issues with them.
Hosting a website on TOR... This is a beginner friendly introduction to how to host a web site on the TOR network.
Setup a Static Web Server... Basic introduction to setting up a web server for beginners who have just entered into the field of Web Tech.
Linking and Loading of a Computer Program...C program perspective An overview of the process required to properly connect and load pieces of code generated by compilers
How compiled computer languages are made? An Overview... Glance over the process of compilation, linking and loading which makes it possible to run a binary code over a processor unit.
Anonymity Online...Proxies, VPN and TOR... An overview of the high level activities of online protocols which claim to be safe for you.
Anatomy of a Linux Distribution...Create a Debian spinoff... A trip through the major components that make up a working Linux OS.