-
-
[WIP] A chrome extension to download and track Pluralsight courses. 😈
-
react-lambda Public
Forked from sultan99/react-on-lambdaA JavaScript library for building React applications in more functional way. Alternative to JSX.
JavaScript MIT License UpdatedJan 8, 2023 -
-
-
vanilla-todos.com Public
A vanilla todos application in vanilla javascript
JavaScript MIT License UpdatedJan 8, 2021 -
lambda-universe Public
Universe created using λ-calculus and javascript 😍
-
-
android-termux-setup-script Public
termux.sh is a shell script for termux terminal app in android to install and setup various packages like vim, zsh and their configuration files.
-
-
-
-
twitter-mbti-personality-classifier Public archive
Machine Learning classifier to predict MBTI personality type of an individual using their tweets 🙍
-
machine-learning-algorithms Public
Python Implementation of various machine learning algorithms as sklearn estimators, along with explanation and mathematics behind these algorithms. 🤖
-
FuzzyKNN Public
Python implementation of "A Fuzzy K-nearest Neighbor Algorithm by J.M Keller, M.R. Grey and J.A. Givens" 📝
-
algorithms-python Public
[WIP] Implementation of various algorithms using python
Python UpdatedOct 23, 2017 -
data-structures-python Public
[WIP] Implementation of various data structures using python
Python UpdatedOct 23, 2017 -
senticircle-algorithm Public
Python implementation of Senticircle Algorithm, a lexicon based sentiment analysis algorithm presented by Hassan Saif, Miriam Fenandez, Yulan He and Harith Alani in their Research Paper "SentiCircl…
MIT License UpdatedOct 6, 2017 -
linux-setup-scripts Public archive
Shell scripts to install and setup(or build from source) various packages for different distros
Shell UpdatedOct 4, 2017 -
npman Public archive
Npman is a management system for newspaper distribution management developed using C#
C# UpdatedOct 2, 2017 -
ahk-vimified-explorer Public
VimifiedExplorer is an AHK script that provides vim/vifm like bindings for windows explorer. Happy Vimming 😍 .
-
ahk-simple-launcher Public archive
A simple AHK script to execute CLI commands in current explorer directory. Usage: CTRL+T to open command bar.
AutoHotkey MIT License UpdatedAug 15, 2017 -
command-executor Public archive
A command-line utility written in python to create custom command that reads its data from json file you create
Python UpdatedJun 3, 2017 -
TTT.com Public archive
TTT.com is a site that I started developing while back but currently not going to further develop it. Now its just template For tutorial like template feel free to use it
CSS Other UpdatedJun 3, 2017 -
heart-rate-calculator-app Public archive
Android app that calculates approximated heart rate by using smartphone camera. It estimates heart rate by comparing differences in red component(RGB) in each image frame captured by camera over ce…