Emzilla-01's Stars
rtyley/bfg-repo-cleaner
Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
django-recaptcha/django-recaptcha
Django reCAPTCHA form field/widget integration app.
charlax/professional-programming
A collection of learning resources for curious software engineers
certbot/certbot
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
nginx/nginx
The official NGINX Open Source repository.
wmnnd/nginx-certbot
Boilerplate configuration for nginx and certbot with docker-compose
linuxserver/docker-swag
Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.
JonasAlfredsson/docker-nginx-certbot
Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.
stanford-crfm/helm
Holistic Evaluation of Language Models (HELM), a framework to increase the transparency of language models (https://arxiv.org/abs/2211.09110). This framework is also used to evaluate text-to-image models in HEIM (https://arxiv.org/abs/2311.04287) and vision-language models in VHELM (https://arxiv.org/abs/2410.07112).
nev7n/wait_for_response
Github action to wait for a response
fastai/fastbook
The fastai book, published as Jupyter Notebooks
prestodb/presto
The official home of the Presto distributed SQL query engine for big data
mongodb/mongo
The MongoDB Database
mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
apache/hadoop
Apache Hadoop
dask/dask
Parallel computing with task scheduling
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
MongoEngine/mongoengine
A Python Object-Document-Mapper for working with MongoDB
uriyyo/fastapi-pagination
FastAPI pagination đź“–
wg/wrk
Modern HTTP benchmarking tool
mongodb-developer/FARM-Intro
Introducing FARM - FastAPI, React & MongoDB
facebook/fbthrift
Facebook's branch of Apache Thrift, including a new C++ server.
fastapi/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
dask/dask-examples
Easy-to-run example notebooks for Dask
trailofbits/algo
Set up a personal VPN in the cloud
MongoEngine/flask-mongoengine
MongoEngine flask extension with WTF model forms support
eugene-khyst/letsencrypt-docker-compose
Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
ganlanyuan/tiny-slider
Vanilla javascript slider for all purposes.
Knio/dominate
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.