• Stars
    star
    2
  • Language
    C
  • Created almost 3 years ago
  • Updated 6 months ago

Reviews

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

Repository Details

An HTTP parsing library in C.

More Repositories

1

FpgaPWMcontroller

Motor PWM Controller on FPGA in Verilog
C
4
star
2

quadF32

Flight controller firmware.
C
3
star
3

Bufferpool

A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.
C
3
star
4

Serc

Serc is a multithreaded web server (/framework) in C language, just as tomcat is to java.
C
2
star
5

object-tracking-camera

The repository consists of a project that was aimed at developing a camera that automatically starts following a specific colored object once the object comes into its field
C++
2
star
6

TupleStore

This is a library to store database-like tuples in a row-oriented block store. It provides page-level API functions to access and store tuples on the page.
C
2
star
7

Persistence-of-vision-stick

This project involved a set of 8 LEDs and a microcontroller mounted on a base. The base can be place on any rotating platform to display pre-programmed text. The microcontroller calculated the rotation velocity using the IR-sensors and sends appropriate commands to the LEDs to display patterns.
C++
2
star
8

quadF

Quadcopter project using ESP32 as flight controller and GY86 as 10DOF (MPU6050 as accl/gyro, hmc5883l as magnetometer and the best of all MS5611 as barometer for height ofcourse)
C
2
star
9

Cutlery

A configurable data structures library in C.
C
1
star
10

serc_template_application

This is a Project, to be used as a template application for the serc framework
C
1
star
11

rohandvivedi.com

This repository holds code for my personalized application, that hosts data related to my projects, working as my resume.
Go
1
star
12

BoomPar

Multithreaded job execution library in C.
C
1
star
13

Drawing-Robotic-arm

A robotic arm that writes and draws by mimicking the movement of mouse position on the laptop screen.
C++
1
star
14

WALe

This an efficient WAL (Write Ahead Logging) library for any database application. It provides a very generic interface.
C
1
star
15

c_template_application

A very generic c template application.
Makefile
1
star
16

Slabby

A slab memory allocator in C.
C
1
star
17

Reinforcement-learning

With a small help from online tuitorials, I created a library for reinforcemt learning, It is specifically a q learning algorithm, with q value function being maintained as 2 dimensional array of states vs actions.
C
1
star