blog
Reading from the Standard Input (stdin) in Swift

There are many situations where we need to read input from StdIn. For instance, this is how inputs are provided in competitive programming websites such as Hackerrank

Jan 10 2022
Tags: Swift
Seven URL Shortener

Flask is a framework for building web applications utilizing Python and SQLite is a database engine that can be used to store application data.

Dec 12 2021
Tags: Flask, SQLite, url-shortener
Interfacing GPS with LPC2148 ARM

A global positioning system (GPS) receiver is used to get precise geographical location by receiving information from satellites. It not only gives information about location but also information like time, date, height and speed. It is so useful that most smartphones are embedded with it.

Nov 24 2021
Tags: LPC2148, GPS, Embedded Systems
Predicting the Survival of Titanic Passengers

The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships.

Nov 24 2021
Tags: FDS, Machine Learning
Cricket Score Prediction

The above picture obviously lets you know how awful is accepting run rate as a solitary variable to foresee the last score in a restricted overs cricket match. In ODI and T-20 cricket, many elements assume a critical part in choosing what the last score will be.

Nov 21 2021
Tags: Cricket, Machine Learning
Age and Gender Detection

To build a gender and age detector that can approximately guess the gender and age of the person (face) in a picture using Deep Learning on the Audience dataset.

Nov 21 2021
Tags: OpenCV, Deep Learning, CNN, Image processing
TRUST ISSUES [200]

Just few days after hiring a new employee Mark, some confidential information about the company has been leaked out despite the company's odd way of protecting their important documents.

Apr 12 2021
Tags: MemoryForensics, volatility