Skip to content

Instantly share code, notes, and snippets.

View jlnovais's full-sized avatar
🎯
Focusing

José Novais jlnovais

🎯
Focusing
View GitHub Profile
@jlnovais
jlnovais / license-badges.md
Created April 18, 2020 16:05 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

@jlnovais
jlnovais / redis_cheatsheet.bash
Created September 4, 2019 13:33 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.