JavaForEver menu
  • Programs
  • Projects
  • Login
  • Programs
  • Projects
  • Login
close
My Year in Review 2016

Posted over 5 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)

READ MORE
Android App - Java Programming

Posted over 5 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)

READ MORE
PassHoJao

Posted over 5 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)

READ MORE
Creating Facebook Messenger Bot

Posted over 6 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)

READ MORE
File Organizer

Posted over 6 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)

READ MORE
CodeStalk

Posted over 6 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)

READ MORE
Factorial Recursion

Posted over 6 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)

READ MORE
Create file

Posted over 6 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)

READ MORE
← Previous 1 2 3 … 7 8 Next →
JavaForEver
Made with by Hamid About