• Stars
    star
    80
  • Rank 402,090 (Top 8 %)
  • Language
    Rust
  • License
    MIT License
  • Created almost 3 years ago
  • Updated almost 2 years ago

Reviews

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

Repository Details

A tiny x86_64 kernel written in Rust.

More Repositories

1

fake-sms

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.
Go
2,695
star
2

ratelimiter

A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
Go
239
star
3

boson-lang

A hybrid programming language written in Rust.
Rust
116
star
4

py4jshell

Simulating Log4j Remote Code Execution (RCE) vulnerability in a flask web server using python's logging library with custom formatter that simulates lookup substitution by executing remote exploit code.
Python
86
star
5

sig-716i

A CLI tool that can be used to disrupt wireless connectivity in your area by jamming all the wireless devices connected to multiple access points.
Go
79
star
6

MarvinOS

A hobby Operating System developed from scratch using C/C++ and assembly
C
67
star
7

smartreply

Unofficial port of Google's smart reply runtime (powers gmail and assistant) model to python, allowing developers to leverage intelligent smart reply as an API in Web and embedded systems that supports Linux, a loader (ld.so), a fully POSIX C++ Runtime and Python interpreter.
C++
56
star
8

pyMigrate

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.
Python
52
star
9

rust-kernel-barebones

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.
Shell
45
star
10

clfu

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

tor-proxy

An experimental Tor-Proxy serivce written in Go using Go-proxy and Go-libtor.
Go
35
star
12

gopg

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.
Go
29
star
13

aio-eth

A simple python library that can be used to run large Web3 queries on Ethereum blockchain concurrently as per Ethereum JSON-RPC specification.
Python
28
star
14

pavlos

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.
Go
26
star
15

wavenet-stt

An end-to-end speech recognition system with Wavenet. Built using C++ and python.
Python
21
star
16

PyThreads

A simple python library that makes creation of threads easier. It makes functions asynchronous with only one extra line of code.
Python
21
star
17

redis-pydict

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

py_cpu

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

bzCompute

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.
Python
16
star
20

py-smartreply

Python bindings for Google's Smart Reply (AI based chat suggestions) Tensorflow Lite model.
C++
13
star
21

httppool

A simple asynchronous worker pool and concurrent job queue for Golang's HTTP Server, inspired from Node.js asynchronous http server design.
Go
8
star
22

exif_service

A C++ microservice used to extract location and other forensic information from JPEG images.
C++
8
star
23

StackMachine

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.
Java
7
star
24

go-cowin

Unofficial GO SDK for Indian Government's Co-WIN API Platform. This SDK helps developers to easily integrate Co-WIN APIs with their existing eco-system.
Go
7
star
25

C-Dict

A tiny library that brings the support of dictionaries to C programming language with a fast lookup using hash tables. dict type can be used to associate large arrays with string keys.
C
7
star
26

bit_vector

A header-only bit vector library for C . This can be used for implementing dynamic bit-vectors for building Bloom-Filters and Hyper-Logs .
C
6
star
27

cc-builder

Live compilation and linking tool for C/C++ projects written in Go.
Go
6
star
28

BloodCell-Identification-tfjs-client

Blood Cell Identification system is a web app built using React and Tensorflow js, The CNN model trained to classify blood cell images using python and is ported to Browser Client using tensorflow model converter.
JavaScript
6
star
29

IronServer

A simple, amazingly fast static web server written in C. Supports faster MIME type resolution and caching.
C
5
star
30

Blood-Cell-type-identification-using-CNN-classifier

Notebook providing solution for kaggle dataset to classify blood cell types (Built using Convolution Neural Network)
Jupyter Notebook
5
star
31

PyQ

A python library for expressing computations using Message passing queues.
Python
4
star
32

socketio-cgi

A cgi layer that allows any process / program to stream data across world wide web.
Go
4
star
33

ptw

A minimal boilerplate for building frontends using Preact, TypeScript and Web Assembly.
JavaScript
4
star
34

dipmp

A decentralized package registry for python built on top of IPFS and Ethereum - using python, solidity and pinata. dipmp can be used with pip.
Python
3
star
35

GroupChat-C

A simple group chat server that one can write using C/C++, with the support of external websocket router.
C
3
star
36

Inception-On-Device-inference

An android application for on-device machine learning using TensorFlow and GoogleNet (Inception v3)
Java
3
star
37

DirtyPointer-Hack

A hackaround on C++ private class members and methods to access them outside the class even though they are private. (GNU GCC compiler, Linux)
C++
3
star
38

encoder-aas

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.
Python
3
star
39

packed-encoder

A tiny rust crate that can be used to encode data of different types into a packed byte array which can be passed over network, system calls or FFI.
Rust
3
star
40

VSNET_2

Image-Recognition system using Client(android app) and Server(TensorFlow with Flask) model.
Java
2
star
41

Narasimha1997

My profile README
2
star
42

Sento---Online-Sentiment-Analysis-tool

Sento is a free online sentiment analysis tool .
JavaScript
2
star
43

360Player

A 360 image and Video player based on Google Cardboard Platform, It's just like an example of how to use VrViews in android
Java
2
star
44

pnuemonia_classification_onnx

Pnuemonia classification at scale using ONNX runtime and an inference server with batching support.
Jupyter Notebook
2
star
45

VegAnalytics

A dashboard tool that provides end-to-end solution for local marts and vegetable sellers.
JavaScript
1
star
46

Mark_2

A Django platform to transfer large files between your Phone and your Personal Computer.
Python
1
star
47

FaceRecognition-tool

FaceRecognition is a simple and modular face recognition tool built using OpenFace and face_recognition.
Python
1
star
48

News-Bot

An artifically intelligent news and weather bot for Facebook messenger
Python
1
star
49

NewsMaster

a react app for real-time news on any device (First stage build)
HTML
1
star
50

GameChanger

Java
1
star
51

Speech-net

Online text-to-speech platform
HTML
1
star
52

ProjectHub

DBMS mini project !
JavaScript
1
star
53

LiteNet

A simple CNN architecture to solve simple computer vision problems.
Python
1
star
54

OS-Development-Tutorial

A step by step, cumulative guide for building an Operating System for x86 and it's variants.
1
star
55

Visualnet

Simple image recognition server using TensorFlow inception v3
Python
1
star
56

Narasimha1997.github.io

JavaScript
1
star
57

FastVideo-transformation

A Python backend architecture for fast video processing by Machine Learning models based on Producer - Consumer model and Message Passing Queues
Python
1
star
58

ObjectCode-Executor

Object code generator and executor built for C, Python program takes C file as input, generates Object code and another C file that executes it.
Python
1
star
59

blog

Source tree of my blog
1
star
60

Simple-Service-Broadcast

A simple UDP broadcast protocol used for service discovery in a local network
Python
1
star
61

bls-server

A gRPC server written in python that provides BLS (Boneh–Lynn–Shacham) signatures related functionalities like signing, verification and signatures aggregation - used in production at some places.
Python
1
star
62

klogger

A C++ CLI tool for linux that streams kernel logs and events over a light-weight UDP socket to remote machines. You can use this tool for debugging while developing Linux kernel extensions and custom Linux kernel modules, especially for embedded systems that don't have built-in display. (Cross compile for aarch64 and others).
C++
1
star
63

libIgnition-dev

A byte-stream based File-Encryption library built using Python and C (using Fernet encryption algorithm)
HTML
1
star