Skip to content

Instantly share code, notes, and snippets.

Spanish Verb Conjugation Cheat Sheet

A summary of https://www.clozemaster.com/blog/spanish-tenses/

Indicative - "real"

  1. Present simple - Used to talk about habits or general occurrences:

    | | AR | ER | IR | |------------|------|------|------|

@FuegoFro
FuegoFro / test_name.txt
Created November 8, 2018 21:51
A note from the notes utility.
hi
@FuegoFro
FuegoFro / download_android_gradle_plugin_srcs.py
Created November 20, 2017 18:15
A script to download the `-sources.jar`s for an Android Gradle Plugin version.
#!/usr/bin/env python3
import argparse
import shutil
import zipfile
from pathlib import Path
from tempfile import NamedTemporaryFile
from xml.etree import ElementTree
import requests