jasonrubenstein's Stars
astral-sh/rye
a Hassle-Free Python Experience
kubernetes-client/python
Official Python client library for kubernetes
pemistahl/lingua-py
The most accurate natural language detection library for Python, suitable for short text and mixed-language text
facebookincubator/AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
ZJULearning/nsg
Navigating Spreading-out Graph For Approximate Nearest Neighbor Search
vincentfpgarcia/kNN-CUDA
Fast k nearest neighbor search using GPU
aws/aws-graviton-getting-started
Helping developers to use AWS Graviton2, Graviton3, and Graviton4 processors which power the 6th, 7th, and 8th generation of Amazon EC2 instances (C6g[d], M6g[d], R6g[d], T4g, X2gd, C6gn, I4g, Im4gn, Is4gen, G5g, C7g[d][n], M7g[d], R7g[d], R8g).
ZJULearning/efanna_graph
an Extremely Fast Approximate Nearest Neighbor graph construction Algorithm framework
ZJULearning/efanna
fast library for ANN search and KNN graph construction
rylev/learn-rust-the-hard-way
"Learn C The Hard Way" by Zed Shaw Converted to Rust
FinOps-Open-Cost-and-Usage-Spec/FOCUS_Spec
The Unifying Specification for Cloud Billing Data
awslabs/mountpoint-s3
A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
surrealdb/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
jasonrubenstein/diceware_passphrase
A simple "diceware" password generation script.
fief-dev/fief
Users and authentication management SaaS
danielmiessler/SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
NVlabs/stylegan2-ada-pytorch
StyleGAN2-ADA - Official PyTorch implementation
CSSEGISandData/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
vovoid/vsxu
Visual programming language; Real-time OpenGL graphics; Embeddable; GPL/LGPL Licensed; Audio/Music Visualizer; Animation tool
OWASP/CheatSheetSeries
The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
tsenart/vegeta
HTTP load testing tool and library. It's over 9000!
flynn/flynn
[UNMAINTAINED] A next generation open source platform as a service (PaaS)
uscensusbureau/citysdk
Convenient JavaScript utilities for working with Census APIs: Statistics, Cartographic GeoJSON, lat/lng -> FIPS, and other niceties (written in ClojureScript)
JackStouffer/Flask-Foundation
A solid foundation for your flask app
cburmeister/flask-bones
An example of a large scale Flask application using blueprints and extensions.
cookiecutter-flask/cookiecutter-flask
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
jeffknupp/sandman2
Automatically generate a RESTful API service for your legacy database. No code required!
aio-libs/aiohttp
Asynchronous HTTP client/server framework for asyncio and Python
fivethirtyeight/data
Data and code behind the articles and graphics at FiveThirtyEight
JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform
PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.