| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseImprove code by removing it
Strength: Starting projects 😁
Weakness: Finishing projects 😖
This repo is not just for the front-page. I also keep a bunch of stuff here that may or may not be of interest to other people like a short list of worthwile books, papers and blog posts; a few file templates, etc.
A JavaScript front-end (micro-)framework for generating html and handling state
A JavaScript front-end micro-framework aiming to be small enough that you won't feel bad about using it as a better document.createElement but powerful enough that you can still write complex applications with it.
A lightweight CSS framework & component library that aims to provide a good balance between versatility, usability and size.
#!/bin/bash
# This script installs OpenResty on an ubuntu-like system.
if [ "$(id -u)" -ne 0 ]
then
| Back | FazBrowse Home | New Git URL |