saswat raj's repositories
Quine-McCluskey
Implimentation of Quine McCluskey in C. It slightly faster than the basic implimentation because I have used bit manipulations which comparing which terms can be combined etc. It can be run for any number of terms by changing the size in the struct and the N defined in the macro.
android-custom-widgets
Custom widgets like contact badges , styled buttons etc. for android. Built using different styles and animations, and using different elements classes these custom components can be used directly for quick build up of applications
android-examples
Custom Examples made to understand the different android components including what the latest trends are like developments in Android etc. along with Android Kernel Development tutorials
design_patterns
Design patterns explained in real world examples
pigeon-mail
Basic text mail delivering library in python along with a gui built to explain the running of the library. GUI is built using Tk and Tcl from the Tkinter in python and the library is written using the Python C bindings for the fast execution using basic C libraries like sockets etc.
project_eular
Solutions to Project Eular puzzles most of them solved using libraries in C++. You can find these questions on the site - https://projecteuler.net
stock_notifier
A notification application in python for notifying about your stock changes
testsort
a linux command line tool for comparing sorting procedures using simple command line tools and data plotting tools in linux as a part of the systems lab at Indian institute of Technology Patna. It uses the gnuplot tool to plot the running times and runs the programs using shell scripts.
tic-tac-toe
A game using pygame and python built as a learning experience into game programming using python and pygame.
titan
Photography and ecommerce website for photography.saswatraj.com
twitter-sentiment-analyzer
Sentiment analyzer built for classifying the live tweets from twitter into positive, negative and neutral sentimets. Built on the features of stopword removal, elongated words, hastags it can be modified to include other features. Built using python and python-twitter api to connect to streaming endpoints to feth the twitter data.
zomato-ibeacon-android
An android application which implements the Jalee iBeacon library to detect the presence of device and generate popups according to backend queried data
zomato-imagefilter-android
A sample android application implimenting image filters including decoding Photoshop curve files and applying to images and applying convolution filters and vignette effect to images in android