Priyanshu Shrivastava (psshri)

psshri

Geek Repo

Company:IIT Roorkee

Location:Roorkee, UK

Github PK Tool:Github PK Tool


Organizations
ab-inbev-ghq
ab-inbev-labs
BrewDat
PerpetualProjects
upstratconsulting

Priyanshu Shrivastava's starred repositories

Language:JavaScriptStargazers:37Issues:0Issues:0

listmonk

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

Language:GoLicense:AGPL-3.0Stargazers:14213Issues:0Issues:0

dns.toys

A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.

Language:GoLicense:MITStargazers:2468Issues:0Issues:0

Data-Structure-Algorithms-LLD-HLD

A Data Structure Algorithms Low Level Design and High Level Design collection of resources.

License:MITStargazers:1713Issues:0Issues:0

Quant-NewGrad-Internship

hey there 👋 If your applying for a quant new grad role or internship - this repo is for you. Best of luck 🚀

Language:PythonStargazers:136Issues:0Issues:0

dnspeep

spy on the DNS queries your computer is making

Language:RustLicense:MITStargazers:1345Issues:0Issues:0
Language:GoStargazers:205Issues:0Issues:0

kosmoo

A prometheus exporter which exposes metrics about PersistentVolumes and OpenStack

Language:GoLicense:MITStargazers:38Issues:0Issues:0

utils

Docker image with tools like curl, wget, ping, nslookup, dig, psql etc.

Language:DockerfileLicense:MITStargazers:136Issues:0Issues:0

StyleTTS2

StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models

Language:PythonLicense:MITStargazers:4507Issues:0Issues:0

kubernetes-handbook-projects

Project codes used in "The Kubernetes Handbook"

Language:JavaScriptLicense:UnlicenseStargazers:555Issues:0Issues:0

website

Kubernetes website and documentation repo:

Language:HTMLLicense:CC-BY-4.0Stargazers:4377Issues:0Issues:0

NSEazy

NSEazy is a python library to get publicly available data NSE India and NIFTY Indices

Language:PythonLicense:MITStargazers:3Issues:0Issues:0

yfinance

Download market data from Yahoo! Finance's API

Language:PythonLicense:Apache-2.0Stargazers:12618Issues:0Issues:0

langchain

🦜🔗 Build context-aware reasoning applications

Language:Jupyter NotebookLicense:MITStargazers:90024Issues:0Issues:0

Low-latency-trading-system

A trading system that functions in real time with servers written in Rust to achieve low latency. Speed is primarily achieved through the techniques used in data compression, data transmission and regional distribution of servers

Stargazers:1Issues:0Issues:0

Trading-Platform

This project is the most awaited project in open source community where every user who belongs to Stock Trading always wanted to develop its own software. This project has been developed specifically for Indian Market Stock Trading. It encompasses end to end trading cycle for intraday trading but the design would be such that it can be easily extended for delivery trading. During the lifecycle of this project we will be using most advance technologies but the base code will always be C/C++. Development Methodology: ======================== We use "Incremental Life Cycle Model" along with Cross-Platform Development (Portable). Project Priorities and Assumptions: =================================== 1) Low Latency, High Performance all the time. 2) Wherever choice has to be made between memory and execution speed, we give preference to speed. 3) Every module devloped will be exhaustively tested. How the work Proceed: ===================== Before the beginning of any new project, we should know the "PROBLEM STATEMENT", so here it is "Problem Statement" ------------------- To Build a high performance, low latency, end to end Trading Platform for Indian Stock Market but not limited to which home users should be able use for trading which guarantees (99% of the times) the profit but does not guarantees maximized profit for intraday trading. First Step: ----------- To provide the optimal solution to any problem is "UNDERSTAING THE PROBLEM". To understand the above problem statement you need to really extract the explicit and implcit requirements from the statement. Here is the List of requirements: Explicit: --------- 1) High Performance 2) Low-Latency 3) End-to-End Trading Platform 4) Focus on Indian Stock Market but not limited to it. 5) Guarantees (99% of the times) the profit but does not guarantees maximized profit. 6) Only for Intraday Trading. Implicit: --------- 1) Book Keeping of the order and trade (Order Management System). 2) Availability of Market Data to End-Users on Demand for identifying the stock and placing the order. 3) User Account Management. Might be I missed something please suggest and after reveiw we add it here. Second Step: ------------ To understand the above Explicit/Implicit requirements, you should have the "KNOWLEDGE OF VARIOUS TECHNOLOGIES" and indepth undertstanding of the "PROBLEM DOMAIN" i.e. Stock Market. Once this is achieved we need to architect the solution in terms of Software and Hardware nodes and their integration. Third Step: ----------- To solve the problem statement, the above requirements should be "DECOMPOSED IN MODULES" and map to them with technolgoies/software/hardware used. Below is the list of modules we are able to identify: Modules Included: ================= Core Modules: -------------- 1) Core Libraries 2) Manual Order Entry System 3) Auto Order Entry System 4) Artificial Exchange 5) Algorithmic Trading Platform 6) Smart Order Router 7) Direct Trading Platform (Ooptional) Utility Modules: ---------------- 8) Logger Server 9) HeartBeat Server Technologies Used: ================= Software: --------- We always use freeware, Open Source Softwares or APIs which are the part of GPL, LGPL.xx licence. Any special requirement for building/using the modules will be detailed in specific module. For development, we generally use: ---------------------------------- Windows-7 for Operating System but any other OS ca be used. Our Code is Platform Indepandant. Visual Studio 2013 in built compiler for build or Intel@ Compilers which can be easily integrated with Visual Studio IDE. For real time, we generally use: -------------------------------- Linux-susse 10 or above with real time extensions. gcc 4.4.1 for build. vi editor Hardware: --------- No special requirement for development purpose. For real time use, it depands how much Stock you are interested in and the various configuration of modules. We prefer generally the below configuration for any number of Stock Trading: 256 GB RAM 16 core processor 1 TB of HDD/SDD Programming Languages and other Technologies: --------------------------------------------- C, C++99/c++11, Lua, ZeroMq, nanodbc, Lock-Free Data Structures, Intel TBB, Boost, Google Protobuf, MySql, Python. Fourth Step: ------------ Dcompose each module till it becomes entity to provide the useful functionality. We are going to explain this in each module detailed section. Fifth Step: ------------ We do design/develop/benchmark/unit test/integration testing of the above modules. Sixth Step: ------------ We deploy the delivered software on various hardware nodes as per the deployment architecture and integrate them. Seventh Step: ------------ Observe the behaviour of deployed software on live traffic and cut two branches at this level : 1st branch continue to do incremental development and 2nd branch fix the issues reported which can be later merged with 1st branch for another release. Any suggestions for improvement are most welcome.

License:LGPL-3.0Stargazers:14Issues:0Issues:0

RapidTrader

A low-latency, high-throughput order matching system implementation.

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

TypingMaster

An automated system to ace typing tests on 10fastfingers.com using Selenium

Language:JavaStargazers:1Issues:0Issues:0
Language:JavaScriptStargazers:1Issues:0Issues:0
Language:ShellStargazers:2Issues:0Issues:0

video-dl

Video Downloader 📥 - Download Facebook Video and Youtube Video and Audio.

Language:JavaScriptLicense:MITStargazers:24Issues:0Issues:0

kubernetes-network-policy-recipes

Example recipes for Kubernetes Network Policies that you can just copy paste

License:Apache-2.0Stargazers:5605Issues:0Issues:0

vanillawebprojects

Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

Language:JavaScriptStargazers:15492Issues:0Issues:0

50projects50days

50+ mini web projects using HTML, CSS & JS

Language:CSSLicense:MITStargazers:35924Issues:0Issues:0

CKS-Certified-Kubernetes-Security-Specialist

Shortlist of preparation materials to pass CKS exam

Language:HTMLStargazers:64Issues:0Issues:0

Kubernetes-Certified-Administrator

Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.

Language:ShellLicense:CC-BY-SA-4.0Stargazers:4240Issues:0Issues:0

Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

Language:AGS ScriptLicense:CC-BY-SA-4.0Stargazers:1959Issues:0Issues:0