FoodView
Under supervision of Ch. Md. Rakin Haider, Lecturer, CSE,BUET
It is an Android application for finding and reviewing restaurants.
Technology Used: Volley API to communicate with the domain server, PHP back end to communicate with the MySQL database server
Github: https://github.com/ahsantarique/FoodViewBD
Flappy Bird LED
Under supervision of Md. Abdus Sattar, Associate Professor, CSE, BUET; Md. Ashikur Rahman Azim, Lecturer, CSE, BUET; Abdus Salam Azad, Lecturer, CSE, BUET
A game similar to Flappy Bird, built using LED matrix and ATmega32 microcontroller; the motion of the bird is controlled by hand gesture, using PIR sensor
Technology Used: C, Atmel Studio IDE
Cineplex Management
Under supervision of Tarikul Islam Papon, Lecturer, CSE, BUET
It is a Web Application for managing a movie theatre.
Technology Used: CodeIgnite as MVC framework for PHP
Github: https://github.com/ahsantarique/Cineplex-Management
Remote Desktop
Under supervision of Md. Iftekharul Islam Sakib, Lecturer, CSE, BUET
Desktop application that allows remote desktop control with access protection.
Technology Used: Java
Github: https://github.com/ahsantarique/Remote-Desktop
Graphical Language
Under supervision of Dr. Mohammad Mahfuzul Islam,Professor, CSE, BUET
A role playing game built using iGraphics (graphical framework based on OpenGL), where the user can control a character using a set of instructions.
Technology Used: OpenGL
Github:
8 bit PC
Under supervision of Md. Abdus Sattar, Associate Professor, CSE, BUET; Md. Ashikur Rahman Azim, Lecturer, CSE, BUET; Abdus Salam Azad, Lecturer, CSE, BUET
Designed and simulated in Proteus with complete Arithmetic Logic Unit implementation
Technology Used: Proteus (Simulation Software)
Github:
Find Your Way
Developed for EATL App Contest 2016
Android application for finding various ride services in Bangladesh; and providing cost and time estimations
Technology Used: Android (Java, XML)
PhoneBot
Developed for EATL App Contest 2016
Android application for scheduled profile management
Technology Used: Android (Java, XML)
WiCom
Developed for EATL App Contest 2015
Android application for wireless communication using Wireless LAN, to be used in classrooms
Technology Used: Android (Java, XML)
8 Puzzle
Android application for solving 8 Puzzle using A* Search
Technology Used: Android (Java, XML)
Github: https://github.com/ahsantarique/8-Puzzle
Expression Generator
Developed an application for generating expressions using Genetic Algorithm
Technology Used: Android (Java, XML)
Github: https://github.com/ahsantarique/Expression-Generator-Genetic-Algorithm
Checkers
Developed a game of checkers using Minimax Algorithm with Alpha Beta Pruning
Technology Used: JavaFX