binoytv9
Electronics Engineer passionate about Programming. Currently working as Platform Engineer at Market Simplified Ltd, Chennai.
Chennai
Pinned Repositories
a-simple-Unix-Shell
A toy unix shell using the system calls fork() and exec() in C and Python
a-tutorial-on-pointers-and-arrays-in-c-by-Ted-Jensen
Solution to the pdf "a tutorial on pointers and arrays in c by Ted Jensen" exercises
al-go-rithms
:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
ansible-role-dotnet-core
Ansible Role - .NET Core for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/dotnet-core
assets
A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.
avl-tree
This repo contains the implementation of Adelson-Velsky and Landi's Tree in both C and Python
linked-list-cslibrary.stanford.edu-doc-103-and-105
This repo contains the solution to the exercises in Linked List Basics (http://cslibrary.stanford.edu/103) and Linked List Problems (http://cslibrary.stanford.edu/105/) in C
problem-solving-with-algorithms-and-data-structures
Solution to the pdf "Problem Solving with Algorithms and Data Structures" exercises
python-anandology
Solutions to the Python Practice Book (http://anandology.com/python-practice-book) by Anand Chitipothu.
the-c-programming-language-Ritchie-Kernighan
This repo contains sample codes and solutions to the exercises in the famous book The C Programming Language by B W Kernighan and D M Ritchie
binoytv9's Repositories
binoytv9/a-tutorial-on-pointers-and-arrays-in-c-by-Ted-Jensen
Solution to the pdf "a tutorial on pointers and arrays in c by Ted Jensen" exercises
binoytv9/linked-list-cslibrary.stanford.edu-doc-103-and-105
This repo contains the solution to the exercises in Linked List Basics (http://cslibrary.stanford.edu/103) and Linked List Problems (http://cslibrary.stanford.edu/105/) in C
binoytv9/python-anandology
Solutions to the Python Practice Book (http://anandology.com/python-practice-book) by Anand Chitipothu.
binoytv9/huffman-data-compression-in-c
This repo contains the direct translation of Huffman Data Compression (http://www.openbookproject.net/py4fun/huffman/huffman.html) in C. The original python code is here : http://www.openbookproject.net/py4fun/huffman/huffman.py.txt
binoytv9/log-puzzle-in-c
Solution to the Log Puzzle Python Exercise (https://developers.google.com/edu/python/exercises/log-puzzle) in C
binoytv9/MockIDP
Application to mock a simple SAML IDP
binoytv9/SQLParser
This is a c++ project to parse the validation of SQL query(SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REPLACE, SHOWTABLESTATUS)
binoytv9/water-bucket-problems-in-c
This repo contains the direct translation of Water Bucket Problems (http://www.openbookproject.net/py4fun/buckets/buckets.html) in C. The original python code is here : http://www.openbookproject.net/py4fun/buckets/buckets.py