Skip to content

Instantly share code, notes, and snippets.

View alejandro-ser's full-sized avatar
🌐
<ResetTheFuture />

Alejo alejandro-ser

🌐
<ResetTheFuture />
View GitHub Profile
@alejandro-ser
alejandro-ser / tab.tidal
Created April 19, 2018 01:04 — forked from jarmitage/tab.tidal
Guitar tab -> TidalCycles
-- (untested!)
{-
Parsing guitar tabs into Tidal code. Because.
Tab template for a six string guitar in standard tuning:
e|-------------|
B|-------------|
@alejandro-ser
alejandro-ser / glitch.html
Created April 19, 2018 00:51 — forked from idmontie/glitch.html
Glitch Text Effect with CSS
<!doctype html>
<html>
<head>
<!-- Based on http://codepen.io/lbebber/pen/ypgql -->
<link href="http://necolas.github.io/normalize.css/3.0.2/normalize.css" rel='stylesheet'/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<style>
/* Just colors and font sizes */
* {
font-family: sans-serif;
@alejandro-ser
alejandro-ser / README.md
Created July 28, 2017 15:41 — forked from stephenway/README.md
BEMIT Cheatsheet
@alejandro-ser
alejandro-ser / Operaciones-Git
Created May 25, 2017 19:14 — forked from jelcaf/Operaciones-Git
Git Tips - Mini-trucos de Git para facilitarme la tarea
#############################################
# Push de la rama actual
git push origin $rama_actual
#############################################
# Volver a un commit anterior, descartando los cambios
git reset --HARD $SHA1
#############################################
# Ver y descargar Ramas remotas