Skip to content

Instantly share code, notes, and snippets.

View trickypr's full-sized avatar

trickypr

View GitHub Profile
@trickypr
trickypr / initialiser.sh
Last active July 18, 2020 00:29
An initialiser for the linux game console
# Initialiser for the Linux Game Console
# The goal of this script file is to
# download and run the proper installer
# Repo: https://github.com/trickypr/linux-game-console
#
# Run with: curl https://tinyurl.com/linuxgc -L | sh
installedbefore="false"
installationuser=$(whoami)
@a1ip
a1ip / youtube-video-thumbnails-sizes-and-formats.md
Created April 7, 2020 18:53
YouTube video thumbnails sizes and formats

Note: YouTube is serving thumbnails from 2 servers:

  • //img.youtube.com
  • //i.ytimg.com

Examples are with //i.ytimg.com server just because it’s shorter, no other particular reason. You can use both.

  • Player Background Thumbnail (480x360):

@trickypr
trickypr / Getting started with a 16 x 16 LED matrix.md
Last active December 21, 2019 01:19
Learning how to use a 16 x 16 LED dot matrix display with an Arduino

Getting started with a 16 x 16 LED dot matrix

What you need

  • A 16x16 LED / Dot matrix that uses a 74HC138 decoder IC
  • An Arduino
  • Something to program the Arduino with

What you would know

I expect you to have a reasonable understanding of the Arduino and how to program it. I recommend Great Scott's Arduino 101, 102 and 103 tutorials for getting started with the Arduino.

@irae
irae / _Stay_standalone.md
Last active April 17, 2025 15:49 — forked from kylebarrow/example.html
Stay Standalone: Prevent links in standalone web apps opening Mobile Safari

#Stay Standalone

A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.