My Teapot is a Projective space 3D Game, the player tries to prevent the collision between the teapot and the red opponents, while go for the green ones.. Also they […]
My House – A Basic OpenGL Geometric Drawings…
My House is a simple OpenGL animation which demonstrates the power of drawing complex shapes using basic geometry.. ..:: Controls ::.. Press anywhere to trigger the animation on! ..:: Download ::.. […]
My Snake… The OpenGL Snake Game w/ src
My Snake is the traditional snake game done using C# and OpenGL. ..:: Controls ::.. W – Up S – Down A – Left D – Right Any other key […]
SewSew – The C#er WPF Twitter Client
SewSew is a WPF twitter client developed in C# that has many features including:- 1- Responsive UI in heavy duty operations 2- Users’ DP and tweet auto-cache 3- Reply to […]
SudoMe :: A Sudoku Game Solver
SudoMe is an easy to use Sudoku game solver which uses mathematical algorithms to solve any given soduko. [Download] SudoMe V 1.5.2 (Executable) SudoMe_src V 1.5.2 (VS 2008)
Boids :: Birds behaviour simulation in C#
Boids, developed by Craig Reynolds in 1986, is an artificial life program, simulating the flocking behaviour of birds. As with most artificial life simulations, Boids is an example of emergent behaviour; that is, the complexity of […]
Tutorial: Access Windows 7 New Features In Your C# Applications
Ever wanted to create a more attractive applications using those new cool features of windows 7 including:- 1- Windows Aero Glass (Forms Look transparent to background) 2- Taskbar Progress (when […]
A Multilayer Perceptron Library in C# with OCR Demo
Multilayer Perceptron (MLP) is a well known field of study in the Neural Networks. It’s has been widely used in various fields of machine learning. Demo: An Optical Character Recognition (OCR) […]
iCryptography – A C# Cryptography Library
Features [.Net 3.5 Technology Compliant Class Library] [OOP] [Universal Input Validation] [Illustrative UI] [Different Modes [ASCII/HEX/Binary/File]] [All Algorithms Working under optimized Byte Arrays] ——[Chapter 2]—— [1] General Caesar [2] Monoalphabetic […]
Chat Application using WCF
Chat Application using WCF NetTcpBinding Features:- [V.2] 24.05.10 + Support for (two way) Authentication, Confidentiality & Integrity using RSA Public Key Encryption/Decryption & MD5 Hashing (currently working only for user passwords) Procedure:- […]