Rohan Singh (r4rohan)

r4rohan

Geek Repo

Company:@sadasystems

Location:Yerevan, Armenia

Home Page:https://rohans.dev/

Twitter:@rohankalhans

Github PK Tool:Github PK Tool


Organizations
sadasystems

Rohan Singh's repositories

cloud-slack-bot

Build a Slack Bot with Node.js on Kubernetes

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:1Issues:0Issues:0
Stargazers:0Issues:0Issues:0

AWS-Lumberyard-Project

I have use Amazon Lumberyard to build a level and create an environment that includes lighting, terrain, a body of water, vegetation, sky, and weather effects.

Stargazers:0Issues:0Issues:0

Keylogger

A keylogger (keystroke logging) is a type of surveillance software that once installed on a system, has the capability to record every keystroke made on that system. The Recording is saved in a log file, usually encrypted. For this I have used 64 bit encryption

Language:C++Stargazers:1Issues:0Issues:0

Materialize-Framework

A fully LMS website based on Materialize Framework

Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

Multi-thread

Mutlithread program that calculates various statistical values for a list of numbers. This program will passed a series of numbers on the cmd line and will then create 3 separate worker threads. One thread will determine the avg of the nos, 2nd determine max value while 3rd determine min value.

Language:CStargazers:0Issues:0Issues:0

Readers-and-Writer

Multi-threaded C program that gives readers priority over writers concerning a shared (global) variable. Essentially, if any readers are waiting, then they have priority over writer threads-writers can only write when there are no readers. Constraints: Multiple readers/writers must be supported (5 of each is fine), Readers must read the shared variable X number of times, Writers must write the shared variable X number of times, Output: The number of readers present when value is read, Writers output: The number of readers present were when value is written (should be 0), before a reader/writer attempts to access the shared variable it should wait some random amount of time.

Language:CStargazers:0Issues:0Issues:0

Amazon-Alexa-LPU-Guide

This project is about LPU Guide which we created by Amazon Alexa as Voice User Interface using AWS Lambda and Alexa Skill which tell any outsider, new public who is coming to LPU. Just ask the question to your alexa and it will reply you. Ask a question to your Alexa like facilities, food court, restuarants, blocks, events, ceremony, convocations etc and Alexa will reply you.

Stargazers:2Issues:0Issues:0

Income-Tax-for-Admin

This project was about the administrator who can create a person, check a list of person after creating it, search for a person and delete a person who pay their income tax.

Language:C++Stargazers:0Issues:0Issues:0

PizzaHutSystem

System is meant to take order form registered users, like how many pizzas they want , what type they want and do they need any soft drink. If users want to extent the order they can do it very easily. The programg is written in C++

Language:C++Stargazers:0Issues:0Issues:0

IncomeTaxCalculator

Simple calculator to find the income tax of user on his current income and assets . The program is written in C++ .

Language:C++Stargazers:0Issues:0Issues:0

EVM

A electronic voting mach. program written in C++ , use to calculate vote for candidates and decide the winner.

Language:C++Stargazers:0Issues:0Issues:0