Nisinghal
Hey! I am an engineer cum designer. Currently interning at TCS Innovation. I spend my hours scrolling through and appreciating art and illustrations!
Pinned Repositories
AirlineDatabase
azure-docs
Open source documentation of Microsoft Azure
CAIWebsite
Website developed for the Infosys Centre fo AI, IIITD
GoogleAppScripts
Hospital-Database-School
This Project is about the automation of basic Hospital Management. It can be scaled to be used in any hospital, clinic for maintaining patient details and their results.
MarvelPedia616
Sample Marvel Universe 616 Database for DBMS Project
OurCraft
SnakesvsBlocks
a JavaFX application for the game - Snakes vs Block.The objective of this game is to create a chain of balls that has enough power to break through numbered blocks. If your chain hits a block that it can't break, you die. Rules for the gameplay are mentioned below - 1) The snake is a collection of n balls arranged linearly. (n >= 0) 2) Snake can move in 3 directions: forward, left, and right. 3) The snake always moves forward until it encounters a block. 4) Blocks and Walls appear randomly during the gameplay. 5) Each block has a value, which represents the points made by the player when the snake eats it. After eating the block the length of the snake decreases by the value of the block 6) Blocks may occur independently, or in a chain. Atleast one of the block in a chain should have a value less than the length of the snake. 7) Walls may occur in different lengths, but should not divide the screen in two halves at any time. That is, length of the wall should be strictly less than the length of screen. 8) Snake should not be able to move across the wall. 9) A snake may encounter 4 types of tokens during the gameplay. a) Ball: A ball has a value written over it. The length of the snake increases by the value of the ball if it eats the ball. b) Destroy Blocks: Destroy all the blocks present on the screen. Value of each block destroyed is added to the score of the player.
The-Dark-Knight
The Dark Knight is an interactive smart lamp that senses proximity and widens its area of light accordingly. It can change the color suiting the temperature or as per your liking.
Tic-Tac-Toe
Simple Game of Tic Tac Toe developed as a course project in Python
Nisinghal's Repositories
Nisinghal/GoogleAppScripts
Nisinghal/AirlineDatabase
Nisinghal/azure-docs
Open source documentation of Microsoft Azure
Nisinghal/CAIWebsite
Website developed for the Infosys Centre fo AI, IIITD
Nisinghal/CSE231Pintos
Understanding operating system by building a small one.
Nisinghal/MarvelPedia616
Sample Marvel Universe 616 Database for DBMS Project
Nisinghal/OurCraft
Nisinghal/SnakesvsBlocks
a JavaFX application for the game - Snakes vs Block.The objective of this game is to create a chain of balls that has enough power to break through numbered blocks. If your chain hits a block that it can't break, you die. Rules for the gameplay are mentioned below - 1) The snake is a collection of n balls arranged linearly. (n >= 0) 2) Snake can move in 3 directions: forward, left, and right. 3) The snake always moves forward until it encounters a block. 4) Blocks and Walls appear randomly during the gameplay. 5) Each block has a value, which represents the points made by the player when the snake eats it. After eating the block the length of the snake decreases by the value of the block 6) Blocks may occur independently, or in a chain. Atleast one of the block in a chain should have a value less than the length of the snake. 7) Walls may occur in different lengths, but should not divide the screen in two halves at any time. That is, length of the wall should be strictly less than the length of screen. 8) Snake should not be able to move across the wall. 9) A snake may encounter 4 types of tokens during the gameplay. a) Ball: A ball has a value written over it. The length of the snake increases by the value of the ball if it eats the ball. b) Destroy Blocks: Destroy all the blocks present on the screen. Value of each block destroyed is added to the score of the player.
Nisinghal/Demo-Portfolio-Website
A very simple portfolio website where you can find explanation to every line of code.
Nisinghal/DES519-T15-uwu
Nisinghal/Embedded_Logic_and_Design
This repository contains all labs done as a part of the Embedded Logic and Design course.
Nisinghal/EMS
An EMS Android application.
Nisinghal/GameDesign
Nisinghal/hacktoberfest-1
Hacktoberfest 2018. Don't forget to spread love and if you like give us a ⭐️
Nisinghal/hacktoberfest-2k18-katas
Little challenges to up your Hacktoberfest game!
Nisinghal/Javascripting-nodeschool
Learning Javascript from nodeschool
Nisinghal/jsonmc
JSON Movie Collection
Nisinghal/Leaflet
:leaves: JavaScript library for mobile-friendly interactive maps
Nisinghal/Madaari
Nisinghal/meraki-iiitd.github.io
Website of Meraki, the ArtSoc of IIITD.
Nisinghal/Meraki-Web
Nisinghal/MetaDBMS
Nisinghal/Multimedia-Computing-and-Applications
Codes for all assignments in the Multimedia Computing and Applications (CSE563 2020) course at IIIT Delhi.
Nisinghal/nisinghal.github.io
Here is a small page talking about me!
Nisinghal/openebs
OpenEBS is containerized block storage written in Go for cloud native and other environments w/ per container (or pod) QoS SLAs, tiering and replica policies across AZs and environments, and predictable and scalable performance.
Nisinghal/precog-task
PreCog task - Movie Recommender System
Nisinghal/resources
Here is a list of best resources for the developers (mostly web). Feel free to add your resources as well because sharing is caring
Nisinghal/resources_api
API for programming and cyber security learning resources
Nisinghal/SentimentAnalysis
Training: Trained a Naive Bayes classifier using any 800 news headlines from the dataset. Evaluation: Using the trained model, report the accuracy of the remaining 60 headlines.
Nisinghal/speech2image
Neural network implementation of a speech to image system. Networks are trained to embed images and corresponding captions to the same vector space.