• Stars
    star
    1
  • Language
    C
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Coding MoSh: 'My own Shell!'.

More Repositories

1

Human-Activity-Recognition

Classifying the physical activities performed by a user based on accelerometer and gyroscope sensor data collected by a smartphone in the user’s pocket. The activities to be classified are: Standing, Sitting, Stairsup, StairsDown, Walking and Cycling.
Python
90
star
2

RSSI-based-Localization-using-ESP32

Wireless Networks [CS 743] Course Project - IIT Bombay Spring 2019
C
36
star
3

Image-Quilting-and-Texture-Synthesis

Digital Image Processing Course Project - IIT Bombay Fall 2018
MATLAB
17
star
4

Realtime-Action-Recognition

Contains code for C3D, LCN and TSM for action recognition models.
Python
9
star
5

BLE-Packet-Sniffer

An android application which is useful in capturing BLE advertisement packets and storing the data collected in the phone storage as a csv file.
Java
9
star
6

Spanning-Tree-Protocol

Implemented Spanning tree protocol and Learning Bridge algorithm in C++
C++
5
star
7

IP-address-lookup-using-Tries

Sequential IP address lookup in the routing table of routers has complexity O(n). This lookup can be reduced to O(1) time complexity, trading of with the space complexity which can be exponential in the worst case i.e. exp(2,33) - 1 on implementing tries.
C++
4
star
8

Chat-Application-OptiChat

A simple Chat Application using Socket Programming in Python.
Python
2
star
9

Fractals

Drawing Different types of fractals using Dr. Racket
Racket
1
star
10

Census-Income

Task is to predict whether income exceeds $50K/yr based on census data by implementing a Neural Network from Scratch
Python
1
star
11

Gravity-Simulation

Simulating Gravity among particles by approximating the forces between the particles using trees containing centre of masses of groups of particles
Racket
1
star
12

PLY-Compiler

Compiler written in ply
Python
1
star