Pinned Repositories
Common-Algorithms
Consists of (mostly) C programs that are implementations of common algorithms with command-line utility wrappers.
Data-Structures
Well documented, easy to use and well-tested Data Structures. Suitable for academic use.
ExpressionEvaluator
A rock-solid, intuitive, expression parsing and evaluating system implemented in Java.
extraordinary-euler
This project contains the solutions to the questions on Project Euler written in Java.
ISC-English-Literature-Notes
This repository contains notes to the chapters present in the English Literature Syllabus of ISC 2017.
Mathematics-Core
The better, more organised attempt at making an arbitrary precision Mathematical library.
Snake
An implementation of the classic Snake game in JavaFX.
Sudoku
A text-based Sudoku solver. Uses a really simple DFS to find the solution.
ToDoApp
A simple ToDoApp with a CLI. I'm planning to add a GUI later.
Subh0m0y's Repositories
Subh0m0y/Snake
An implementation of the classic Snake game in JavaFX.
Subh0m0y/Sudoku
A text-based Sudoku solver. Uses a really simple DFS to find the solution.
Subh0m0y/ToDoApp
A simple ToDoApp with a CLI. I'm planning to add a GUI later.
Subh0m0y/Data-Structures
Well documented, easy to use and well-tested Data Structures. Suitable for academic use.
Subh0m0y/ISC-English-Literature-Notes
This repository contains notes to the chapters present in the English Literature Syllabus of ISC 2017.
Subh0m0y/Common-Algorithms
Consists of (mostly) C programs that are implementations of common algorithms with command-line utility wrappers.
Subh0m0y/ExpressionEvaluator
A rock-solid, intuitive, expression parsing and evaluating system implemented in Java.
Subh0m0y/extraordinary-euler
This project contains the solutions to the questions on Project Euler written in Java.
Subh0m0y/Mathematics-Core
The better, more organised attempt at making an arbitrary precision Mathematical library.
Subh0m0y/Beginner-C-Programs
This project contains several C programs for beginners.
Subh0m0y/Big-Numbers
Implementation of arbitrary precision algorithms from the ground up.
Subh0m0y/Breakout
A simple one-level version of the classic Breakout game in Python. Written using Tkinter.
Subh0m0y/CircularQueue
Simple Circular Queue implementation in C.
Subh0m0y/GenericCProjects
A place where I keep all my C code. They may or may not be related.
Subh0m0y/google-homepage
Reverse Engineering the Google Homepage in HTML and CSS (and maybe JS too).
Subh0m0y/helloworld-cbook
This repository contains the first program that appears in my book. It is a simple Hello World program in C.
Subh0m0y/learn-julia-the-hard-way
Learn Julia the hard way!
Subh0m0y/Matrix
A library centered around matrices with rational elements (for 100% accuracy).
Subh0m0y/Matrix-Reboot
A project to implement most commonly used operations on Matrices.
Subh0m0y/polls-app
A sample Django application that stores a database of Questions and related Choices to be voted upon.
Subh0m0y/Projects-Solutions
:pager: Links to others' solutions to Projects (https://github.com/karan/Projects/)
Subh0m0y/Pyphers
Ciphers implemented in Python, i.e. Pyphers.
Subh0m0y/PythonWallpaperChanger
Changes the wallpaper (desktop background) and can obtain images from various sources.
Subh0m0y/rust-prime-example-crate
A test to see if both binaries and libraries can be contained in a single Rust project.
Subh0m0y/SimplePrograms
(Mostly) simple programs that are necessary for ISC.
Subh0m0y/SortingAlgorithms
A collection of various sorting algorithms implemented in Java.
Subh0m0y/subh0m0y.github.io
Build a Jekyll blog in minutes, without touching the command line.
Subh0m0y/teammates
This is the project website for the TEAMMATES feedback management tool for education
Subh0m0y/TicTacToe
A simple implementation of the classic TicTacToe game in C.
Subh0m0y/working-with-numbers-and-text-cbook
This repository contains the programs for the chapter: "Working with numbers and text"