• Stars
    star
    1
  • Language
    C++
  • Created almost 9 years ago
  • Updated over 8 years ago

Reviews

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

Repository Details

A carrom game with the board shaped in the form of a triangle. Uses Opengl for graphics. The game can be further customised by adjusting the variables like the coefficient of elasticity, the coeeficient of friction and sizes of coins and striker (Note: This project uses no game engine and all physics is implemented in the modules itslelf). Also a user control can be added with a little effort of understanding code using the commands free glut provides like the mouse pointer position and others.

More Repositories

1

question-generation

Neural Question Generation Model for generating reading comprehension questions from text
Python
16
star
2

Log-Anomaly-Detection

End-to-end Log Anomaly system for the Nokia Log AD Challenge. 🏆 Winners
Python
9
star
3

Latent-Semantic-Indexing

Vanilla implementation of a basic search engine that uses LSI to index documents and retrieve results to search queries. The repository also includes the document set used for experimentation, the benchmark queries and the results obtained on them.
Python
6
star
4

papers-I-read

This is a repository under my new initiative a-paper-a-week. Look at the repository to find more.
4
star
5

graphNeuralNetworkCpp

The project aims to learn a mapping between a molecule and the atomic charges the atoms in it posses. Since the vanilla version of Neural networks does not support variable number of inputs/outputs as may be required for a molecule with different number of atoms, we follow a recently discovered and not so popular approach here, of the Graph Neural Network.
C
4
star
6

SimpleDB

SimpleDB is a multi-user transactional database server written in Java, which interacts with Java client programs via JDBC. It was mostly written by Edward Sciore. This repository makes addition to the basic codebase of simpleDB and adds support for timestamp datatype, between queries and creates/uses B-Tree index when asked to index a table on an attribute. Readme.txt in the code describes in short the files modified with a description on why.
HTML
2
star
7

Distributed-Ledger

This project implements distributed P2P protocol like the one used in Bitcoin (though uses very different ideas underneath). We have tried to ensure Virtual Synchrony, ordered multicast, 2-phase commit txns and a underlying gossip protocol to ensure that the ledger state at each node remains consistent with other non-faulty processes (no Byzantine faults). The fault model assumed is fail-stop.
Go
2
star
8

CRF-BiLSTM-NER

Seq2seq task (Named Entity Recognition) using BiLSTM CRF implemented in pytorch
Python
2
star
9

mini_search_engine

Java
1
star
10

COL351Tester

This is a simple python script to run automated tests for COL351 (2016-17 sem 1) assignments
Python
1
star
11

Pastry-Simulator

Java
1
star
12

Playing-Tak

This is an AI created to play the simple game of tak. More details to be updated soon.
C++
1
star
13

ARMSim_Calculator

This project contains a calculator coded in a Assembly language (ARM).
C++
1
star
14

Body-Pose-Estimation

An attempt to estimate upper body pose using kinematics tree. Done as a part of computer vision project.
Python
1
star
15

Discrete-Time-Blockchain-Simulator

Java
1
star
16

Data-Structures-TAship

This repository contains some of our work as TAs to the popular data structure course at IIT Delhi
TeX
1
star
17

GDP-Prediction-Engine

The repository implements a couple of methods in an attempt to predict the effect of climate on a country's GDP. GDA (a generative model) stands most successful and we suspect that is because of less data availability. Please find the details in the presentation and the readme from the repository
Python
1
star
18

armCalculator

A calculator in ARM assembly using ARMSIM.
C++
1
star