Skip to content

Instantly share code, notes, and snippets.

View jlpdiez's full-sized avatar

Juan L. Pérez Díez jlpdiez

View GitHub Profile
@jlpdiez
jlpdiez / RaspiSnips.md
Last active July 23, 2020 11:39
Installing Snips with ReSpeaker Mic Array v2.0 / ReSpeaker 2-Mics Pi HAT

Snips on Raspi 3B+

Snips

Install raspbian stretch lite

Config stuff like wifi, ssh...

Installing Audio

Respeaker Mic Array v2.0

RespeakerCore image

@jlpdiez
jlpdiez / license-badges.md
Created October 17, 2018 14:21 — forked from lukas-h/license-badges.md
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

  • Badges are made with Shields.io.
  • This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
  • 🇫🇷 Cette liste en français
  • Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
@jlpdiez
jlpdiez / tmux-cheatsheet.markdown
Created June 29, 2018 09:33 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname