Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign upRepositories
This is the code for "Learn Machine Learning in 3 Months" by Siraj Raval on Youtube
My Python (3.x) HackerRank solution(s) =]
Pick a date or time on Android in style
Firebase Quickstart Samples for Android
Python program to find all possible anagrams from a given file.
Programming Foundations with Python - Udacity
Simple windows form application that speaks whatever user enters into given textbox.
A simple repository implementing various cipher techniques.
Simple Python program that compares two .CSV files and inserts matched rows in third(or new) .CSV file.
Simple and basic implementation of GitHub API for .NET (C#.NET) using octokit.
Repository for HTML & CSS for Absolute Beginners
This is where I will store small projects that I am building to learn HTML, CSS, and JavaScript
Project Repository for Building Apps with Node.js Microsoft Virtual Academy
Project Repository for Building Apps with Node.js Microsoft Virtual Academy
This simple android application implements the use of android animations such as zoom in, zoom out, rotate, fade out, fade in.
This simple android project shows the basic implementation and use of option menu. In this, we will change the background color of application layout based on user's selected option from option menu.
This is simple android login page that checks the user name and password entered by the user and verifies it against the defined in the code.
This little project allows user to fetch HTML code of any valid URL. It also performs check for internet connectivity.
This is a simple web application with database connectivity. This allows user to register themselves and allow them to log in if they are already registered.
This will check whether all the vowels are included in your data or not. It will also shows that how many times a vowel is used.
In this socket programming example, client sends two numbers towards the server and then server responds by adding this two numbers. This one is simple client-server program written in JAVA using N…