Narasimha1997

Narasimha1997

👤 Developer

14 repositories on SrcLog

View on GitHub
14 Repos
3.5k Stars
214 Forks
3.5k Watchers

Repositories (14)

fake-sms Narasimha1997/fake-sms Go

A simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy.

2.8k
ratelimiter Narasimha1997/ratelimiter Go

A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.

244
boson-lang Narasimha1997/boson-lang Rust

A hybrid programming language written in Rust.

122
boson-lang Narasimha1997/boson-lang Rust

A hybrid programming language written in Rust.

85
pyMigrate Narasimha1997/pyMigrate Python

A tool for automatically migrating any python source code to a virtual environment with all dependencies automatically identified and installed. You can also use this tool to generate requirements.txt for your python code base, in general, this tool will help you to bring your old/hobby python codebase to production/distribution.

51
rust-kernel-barebones Narasimha1997/rust-kernel-barebones Shell

A minimal 64-bit rust kernel and a bunch of configuration scripts that can be used to bootstrap Operating system development using Nightly-Rust compiler.

44
clfu Narasimha1997/clfu Go

Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.

36
gopg Narasimha1997/gopg Go

A minimal microservice written in Go that executes Go programs. This microservice can be used to set-up local go learning environment at your workspace/school. You can also use the provided zero-configuration docker-image for quick deployments.

29
pavlos Narasimha1997/pavlos Go

A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.

25
redis-pydict Narasimha1997/redis-pydict Python

A python dictionary that uses Redis as in-memory storage backend to facilitate distributed computing applications development.

23
bzCompute Narasimha1997/bzCompute Python

bzCompute is a computation graph library with built-in support for domain-decomposition and prallel computation. The library can be used for expressing and executing large number of mathematical and text-processing operations using Data-Flow graphs, (Educational version of tensorflow), written in pure python code with numpy support.

15
py_cpu Narasimha1997/py_cpu C++

Python bindings for Google's cpu_features library. Allows python developers to enable hardware specific optimizations at runtime.

15
StackMachine Narasimha1997/StackMachine Java

A simple educational virtual computer machine that can execute simple arithmetic and logical programs, This Virtual Machine has it's own memory model, instruction queue, virtual CPU and a compiler that comes with a parser.

7
encoder-aas Narasimha1997/encoder-aas Python

An architecture providing Universal Sentence Encoder as a service by exploiting job-level parallelism of multi-core architectures. The service can be used as a transformer model for downstream NLP and NLU tasks like Language modelling, Sentiment Classification, Question Answering, Semantic Search and more.

2