PopCorn

PopCorn is an android app that keeps you updated with all the Movies and TV Shows that you love.

It is an open-source project available on GitHub and Google Play Store. It uses advanced android libraries and components like RecyclerView, Fragments, Glide, Retrofit, SQLite etc.

Todo

Simple Todo App to demonstrate Content Providers, Cursor Loaders, Cursor Adapters, Widgets, Notifications etc.

Image​ ​Steganography

A software for concealing textual information inside of an image using OpenCV library in C++.

Implemented Least Significant Bit (LSB) algorithm for Image Steganography.

Ultimate​ ​TicTacToe

An unbeatable computer game which can play Tic-Tac-Toe using Artificial Intelligence.

Implemented MinMax algorithm for analyzing all possible moves and selecting the best one.

10PRINT

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

Brainfuck Compiler

A simple compiler for Brainfuck programming language written in C++.

TapTap

Clone of patatap.com

Dynamic Wallpapers

A python script that automatically changes desktop wallpaper based on the time of day.

sunrise --> morning --> afternoon --> sunset --> night --> sunrise

Battery Beep

A python script to play a beep sound when laptop battery gets fully charged. Now keep your battery safe.

Sudoku Solver

A C program for solving Sudoku puzzles using Backtracking.