Posted almost 4 years ago
Note: I started writing this post in January 2017 2k16 has been an amazing year for me. This post is a kind of self evaluation for me and to prepare myself for the next year to come. I... (continued)
Posted almost 4 years ago
My first android app published in the Play Store. I wanted to learn something new after school was over so I started android development (since I already had experience with Java whil... (continued)
Posted almost 4 years ago
Built using Ruby on Rails for backend and Materialize framework for frontend, PassHoJao is a community platform for college students to share notes and other academic material, sell u... (continued)
Posted almost 5 years ago
Facebook recently released the Messenger Bot API. Using the API we can automate our page replies. Here I will guide you to create your own Facebook Messenger bot. We will create a Messe... (continued)
Posted almost 5 years ago
Organize files in any directory by classifying them into different folders. File Organizer is written entirely using Java/JavaFx libraries and as such works on every platform. Requir... (continued)
Posted almost 5 years ago
CodeStalk let's users track their friends on Codechef. Users can add their friend's username for tracking and on any successful submission for a problem and email notification is sen... (continued)
Posted almost 5 years ago
/** * @author Hamid Siddiqui * https://github.com/inventionsbyhamid * https://www.quora.com/profile/Hamid-Siddiqui * * @program To find factorial of a number using recursion * Exa... (continued)
Posted almost 5 years ago
/** * @author Hamid Siddiqui * https://www.quora.com/profile/Hamid-Siddiqui * https://github.com/inventionsbyhamid/ * * @program To create a new file */ import java.io.*; import ... (continued)