Skip to content

Instantly share code, notes, and snippets.

View FdelMazo's full-sized avatar
🤹‍♂️
Juggling commits

Federico del Mazo FdelMazo

🤹‍♂️
Juggling commits
View GitHub Profile
@FdelMazo
FdelMazo / fen2md.md
Last active August 13, 2021 23:17
Forsyth–Edwards Notation (FEN) to Markdown

python fen2md.py "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"

A B C D E F G H
8 r n b q k b n r
7 p p p p p p p p
6
5
4
3
@FdelMazo
FdelMazo / FilmParaphernalia.sh
Created August 26, 2020 14:51
Searcher for film reviews/articles/posters/scripts/fanart and everything relevant for a movie.
#!/usr/bin/env bash
if [[ "$1" == "-h" || "$1" == "--help" ]]
then
echo """
Searcher for film reviews/articles/posters/scripts/fanart #!/usr/bin/env bash
if [[ "$1" == "-h" || "$1" == "--help" ]]
then
echo """
@FdelMazo
FdelMazo / MultSub.py
Created August 26, 2020 14:50
Subtitle downloader for multiple videos all in the same folder.
#!/usr/bin/env python3
"""./MultSub.py in a folder with lots of videos... not much else to clarify
Depends on Subliminal and Babelfish.
pip install babelfish subliminal"""
import os
from babelfish import Language
@FdelMazo
FdelMazo / ScopeCanvas.md
Last active July 1, 2020 17:27
A Scope Canvas in markdown

☑ User Needs

Our users need or want:

The needs of our users They are the next most basic and important step for a successful UX project. What

@FdelMazo
FdelMazo / stoogesort.ipynb
Last active October 3, 2024 23:28
Teorema del Maestro en la práctica
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FdelMazo
FdelMazo / cub.ino
Last active July 5, 2020 14:46
BeatCube! The magical 4x4x4 LED Cube that detects music! ---> https://youtu.be/gIms3RQuJqA
/* https://youtu.be/gIms3RQuJqA */
/* Cuby! The magical 4x4x4 LED Cube that detects music!
* This project was done with an arduino 1, which contains 14 digital pins, and 6 analog ones
* Cuby is a 4x4x4 LED Cube. That means that there are 4 planes of 16 LEDs each
* One of those planes, however, won't be controllable, it will be directly connected to the ground exit of the arduino
* So each time a LED is turned on, wherever it is placed, the corresponding LED of that plane will also switch on
* This is because of a lack of pins. One analog pin must be used by the sound detector, leaving only 3 controllable planes
* The division of pins will be done like this:
* - D0 to D13 are the first 14 positive side of the leds
@FdelMazo
FdelMazo / slackspotify.md
Last active April 17, 2020 12:08 — forked from jgamblin/slackspotify.sh
A Script For Ubuntu To Set Current Spotify Song As Slack Status
@FdelMazo
FdelMazo / $VideoManager.md
Last active March 5, 2020 03:55
VideoManager: Automatically rename movie files and download subtitles

Works with everything, better suited for RARBG releases.

Installation

pip install subliminal colorama

Quick usage:

  • Throw manager.py to the working folder and just write python manager.py
    • Cleans files that are not movies or subtitles
    • For each movie, renames the subtitle found to match the videofile
@FdelMazo
FdelMazo / $MoviesReDownloader.md
Last active March 5, 2020 03:54
MoviesReDownloader: Fetches for movies in bad quality in your hard drive and downloads them in good quality.

Quick Usage

  • Throw downloader.py and rarbgapi.py to the working folder and just write python downloader.py
    • Fetches for 'bad' movies (as in, not in good quality) and writes them on a list on 'fetch.txt'
    • Windows: Downloads them through magnet links in good quality.
    • Linux: Copies the magnet links to 'magnets.txt'

Complete Features and options

  • -h, --help show this help message and exit
@FdelMazo
FdelMazo / $IMDBtoCSV.md
Last active March 5, 2020 03:54
IMDBtoCSV: Converts IMDB data sets in plain text to a simple CSV

Como usar

  1. Descargar y descomprimir el ultimo set de datos proporcionado por IMDB aca:
  • actors.list.gz: ftp://ftp.funet.fi/pub/mirrors/ftp.imdb.com/pub/frozendata/actors.list.gz
  • actresses.list.gz: ftp://ftp.funet.fi/pub/mirrors/ftp.imdb.com/pub/frozendata/actresses.list.gz
  1. Llamar con: python imdbtocsv.py actresses.list actors.list o cada uno por separado

En imdbtocsv.py se puede leer un pequeño paso a paso de como se parsea el archivo