Skip to content

Instantly share code, notes, and snippets.

View morsecodemedia's full-sized avatar
👋
Available for freelance.

Brandon Morse morsecodemedia

👋
Available for freelance.
View GitHub Profile
A. W. Tozer - The Knowledge of the Holy (1961)
Abir Mukherjee - A Rising Man (2017)
Adele Abbott - Witch is When it All Began (2015)
Adrian Tchaikovsky - Children of Ruin (2019)
Adrian Tchaikovsky - Children of Time (2015)
Agatha Christie - And Then There Were None
Agatha Christie - Miss Marple 01 - Murder at the Vicarage
Agatha Christie - Miss Marple 03 - The Moving Finger
Agatha Christie - Miss Marple 04 - A Murder is Announced
Agatha Christie - Miss Marple 05 - They Do it With Mirrors
@jamestomasino
jamestomasino / digitalocean-config.md
Last active September 22, 2020 16:14
Digital Ocean Droplet setup for Nuxt Blue/Green deploys

Setting up a new digital ocean droplet

  • Create droplet with Ubuntu using special digitalocean key for root access.
  • SSH as root with digitalocean key
  • update and upgrade everything in apt

Setting up user and permissions

  • create 'web' user
  • use strong password
@lopspower
lopspower / README.md
Last active June 21, 2024 04:26
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@kittolau
kittolau / beanstalkd.sh
Last active April 19, 2017 20:40
Ubuntu 14.04 software install script, curl -L <url> | bash
#!/bin/sh
#==============================
#Install beanstalkd - from apt-get
#https://www.digitalocean.com/community/tutorials/how-to-install-and-use-beanstalkd-work-queue-on-a-vps
#==============================
sudo apt-get install beanstalkd -y < "/dev/null"
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@datagrok
datagrok / ergodox.md
Last active January 14, 2019 07:45
Reflections on my ErgoDox keyboard
@larrybotha
larrybotha / A.markdown
Last active February 7, 2024 15:20
Fix SVGs not scaling in IE9, IE10, and IE11

Fix SVG in <img> tags not scaling in IE9, IE10, IE11

IE9, IE10, and IE11 don't properly scale SVG files added with img tags when viewBox, width and height attributes are specified. View this codepen on the different browsers.

Image heights will not scale when the images are inside containers narrower than image widths. This can be resolved in 2 ways.

Use sed in bash to remove width and height attributes in SVG files

As per this answer on Stackoverflow, the issue can be resolved by removing just the width and height attributes.

@madc
madc / LICENSE
Last active February 21, 2022 07:33
Simple morse en- & decoding for Arduino (including LED Example)Build after the specs on http://en.wikipedia.org/wiki/Morse_code
Copyright (c) 2015 Matthias Esterl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@saetia
saetia / gist:1623487
Last active May 1, 2024 19:55
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat