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 […]
Dijkstra’s Shortest Path Calculator in PROLOG!
A Shortest Path Calculator for undirected graphs using Dijkstra’s shortest path algorithm in PROLOG [HOWTO] 1- Use left mouse clicks to draw as many nodes. 2- Use your left mouse button […]
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:- […]
MyShooter – Opengl First Person Shooter Game
MyShooter is a first person shooter game developed under C# using Tao opengl library Features:- MD2 Model loading 1- Shotgun 2- Opponents 3- Bonus packs Sounds 1- Background music 2- […]
Visualize Tool
Visualize tool was my final OOP task required. It reads any .CS file and parse strings (using simple string operations) in order to extract all classes, attributes & functions present. […]
Simple Notepad using C#
Simple notepad program that behaves similarly to windows built-in ‘notepad’ V.2 Features:- 1- Detect altered text 2- Add ‘*’ to altered text control’s title 3- Prompt user to save changes […]