1- C# Example with ClIPS dll [ who to use CLIPS in .Net environment ? ] /ClipsNet.zip ----------------------------------------------------------------------------------------
2- AVL Tree in C# /AVL_Tree.rar & here is Dr.Bassel AlKHATIB slides about it : /ppt/AVL_Tree_Slides.rar ----------------------------------------------------------------------------------------
3- C# code to calculate the (subnet mask) & ( 1'st IP ) & ( Last IP ) & ( Broadcast )
5- AI Search Strategies ( Depth first, Breadth first, A star ) in C# : /Depth_Breadth_Astar.rar & here is Dr.Bassel AlKHATIB slides about it : /ppt/AI_Search_Strategies.rar ----------------------------------------------------------------------------------------
6- My Compiler Design Project Report : /CD_Project_Report.rar ----------------------------------------------------------------------------------------
Khoja and ISRI Stemmers Paper : /e_book/Khoja_and_ISRI_Stemmers.pdf ----------------------------------------------------------------------------------------
12- Implementation of a simplified version of the DES ( Data Encryption Standard ) in C# by ( Ismail JH + Wassem Kassoumeh ) : /code/SDES.rar This Homework is about implementing a simplified version of the DES block cipher algorithm –which was the standard encryption algorithm before the AES using C#
13- Implementation of a single threaded event driven file transfer server:
This Homework is about implementing a single threaded event driven file transfer server using sockets/IO multiplexing/asynchronous IO using the C programming language in Linux environment.
---------------------------------------------------------------------------------------- 14- Implementation of a multi-threaded file transfer server using a thread pool:
This project is about implementing a multi-threaded file transfer server using sockets and thread pool using the C programming language in Linux environment and POSIX threads library.