Skip to content

Instantly share code, notes, and snippets.

View Telematica's full-sized avatar

Héctor Cerón Figueroa Telematica

View GitHub Profile
@Telematica
Telematica / NodeTricks.MD
Created October 3, 2019 20:35
Node Tricks

Node Tricks

Install Yarn using npm

  • install-yarn-npm.sh
@Telematica
Telematica / bchunk.sh
Created February 16, 2020 01:09
bin/cue files to .iso / .wav file
# https://superuser.com/questions/70070/how-to-mount-a-bin-file-on-a-mac
# https://apple.stackexchange.com/questions/12812/mounting-cue-bin-files
# Installation
brew install bchunk
port install bchunk
# Create iso or wav files
bchunk image.bin image.cue image.iso
bchunk -w image.bin image.cue image.iso
@Telematica
Telematica / FFmpeg.MD
Last active March 25, 2025 19:37
FFmpeg - Scripts, tips, tutorials
@Telematica
Telematica / Docker.md
Last active September 24, 2021 22:45
Docker

Docker Fundamental Commands & Cookbook recipes

@Telematica
Telematica / README.md
Last active October 12, 2024 03:46
React Testing Library Recipies

React Testing Library Recipies with LOVE

Changelog:

  • toHaveTextContent