Skip to content

Instantly share code, notes, and snippets.

View alvarmaciel's full-sized avatar

Alvar Maciel alvarmaciel

View GitHub Profile
@alvarmaciel
alvarmaciel / git-recent-branches
Last active November 27, 2023 20:05 — forked from mgaitan/git-recent-branches
List or checkout recently used branches in git
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This is a derivated work from https://gist.github.com/mgaitan/ba1e4e252b90a7fd4a4eb9e1742e94fb
List the most recent branches you have been working on, and checkout any of them.
# Install
Put this file somewhere in your PATH, and set execution permissions.
Git will recognize it as the "recent-branches" subcommand.
@alvarmaciel
alvarmaciel / .pre-commit-config.yaml
Created May 21, 2020 16:16
errores de pre-commit
- repo: https://github.com/humitos/powrap
rev: pre-commit
hooks:
- id: powrap
# This one requires package ``hunspell-es_es`` in Archlinux
- repo: https://github.com/humitos/pospell
rev: pre-commit
hooks:
- id: pospell
@alvarmaciel
alvarmaciel / openpgp.txt
Created October 7, 2017 22:32
Identidad vinculada de OpenKeychain
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7e6f0fd687fa41ae335788b67d104ca3867fc54f]
@alvarmaciel
alvarmaciel / openpgp.txt
Created October 7, 2017 22:32
Identidad vinculada de OpenKeychain
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7e6f0fd687fa41ae335788b67d104ca3867fc54f]
@alvarmaciel
alvarmaciel / openpgp.txt
Created October 7, 2017 22:21
Identidad vinculada de OpenKeychain
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7e6f0fd687fa41ae335788b67d104ca3867fc54f]
@alvarmaciel
alvarmaciel / openpgp.txt
Created October 7, 2017 22:21
Identidad vinculada de OpenKeychain
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7e6f0fd687fa41ae335788b67d104ca3867fc54f]
@alvarmaciel
alvarmaciel / openpgp.txt
Created October 7, 2017 22:21
Identidad vinculada de OpenKeychain
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7e6f0fd687fa41ae335788b67d104ca3867fc54f]
@alvarmaciel
alvarmaciel / ApuntesJornadas.md
Created July 3, 2017 14:26
Tecnologias en el aula con perspectiva crítica

Notas de la reunión: II Jornada Tecnologías en el aula con perspectiva crítica

jul 1, 2017

Asistentes

Alvar Maciel, Trabajadorxs de INTEC, Te

Debate

  • SUGAR: Establecer otra metàfora que no sea el “escritorio” basada en un àmbito educativo y no laboral.
#GIRLS IN TECH
## ORIGINAL
Girls need and deserve to see themselves as technology producers with unique passions and skills that can transfer between platforms, makes and
careers. This kit will support girls aged 10-17 in critical reflection on the intersections between gender, culture, technology and identity while
building their webmaking skills and confidence.
## TRADUCCIÓN
Las chicas neceitamos y nos merecemos vernos a nosotras mismas como productoras de tecnología, con habilidades y pasiones únicas que pueden ser
transferidas enre plataformas, creaciones y carreras. Este kit apoyará a chicas entre 10 y 17 años en la reflexión crítica de la intersección entre
género, cultura, tecnología e identidad. Mientras van desarrollando habilidades y confianza en la construcción de la web.
@alvarmaciel
alvarmaciel / hak-jam.html
Created May 29, 2013 19:39
Guía Hack-Jam
<div>
<h4>Resumen</h4>
<p>Un <b>Hack Jam</b> apunta a:</p>
<ul>
<li>Asociar diferentes conjuntos de habilidades para <b>explorar un desafío interesante.</b>
</li>
<li>Construir colaborativamente un <b>"prototipo mínimo viable"</b> para manifestar la idea.</li>
</ul>
<p>¿Suena divertido? ¡Esta guía va a ser útil! Es un <b>documento de la comunidad,</b> así que por favor <a class="external text" href="https://donate.mozilla.org/page/s/webmaker-event-host-feedback">compartí tus ideas para ayudar a mejorarlo</a></p>