Scientific Operating System
The project I developed from the ground up to bring different perspectives to the concept of operating systems. It will be an evolutionary, system adaptive and dynamic operating system and the features that are essential to an operating system will be included as well. It is an experimental project and aims to carry out scientific calculations. I will also share my methodologies on my website. I am developing the kernel from scratch. It does not relate to any other projects like Linux, etc.
Scientific Calculation Library
Scientific researches, algebraic, cryptographic, engineering and physics applications are usually performed with big numbers which exceed typical data types of nowadays. So, arbitrary precision arithmetic is needed to do these tasks. Partitioning numbers into small parts and doing the calculation is the main principle. Divide and conquer philosophy lies behind it. In arbitrary precision arithmetic, just a classical addition operation takes lots of cycles. Multiplication and division operations have highest complexities.
Experimental Programming Language and Win32 IDE
In 2008, I started to develop an experimental programming language, compiler and linker from scratch. Without using a third-party compiler, linker, assembler, library, etc. I completed it. I created the structure and the working principle in a unique way. So, it is a completely unique project. This project is a Win32 compiler, linker and a development environment at the same time.