Skip to content

Instantly share code, notes, and snippets.

View matthewpizza's full-sized avatar
🌸
°˖✧◝(◠ᴥ◠)◜✧˖°

matthewpizza

🌸
°˖✧◝(◠ᴥ◠)◜✧˖°
View GitHub Profile
@rossluebe
rossluebe / git.md
Last active February 25, 2016 21:30

Git Cheat Sheet

Transcribed from Tower’s blog post

Create

$ git clone ssh://user@domain.com/repo.git

Clone an existing repository

Command Line Cheat Sheet

Transcribed from Tower’s blog post

Directories

$ pwd

Display path of current working directory

// paste in your console
speechSynthesis.onvoiceschanged = function() {
var msg = new SpeechSynthesisUtterance();
msg.voice = this.getVoices().filter(v => v.name == 'Cellos')[0];
msg.text = Object.keys(window).join(' ');
this.speak(msg);
};
@maxfenton
maxfenton / books.md
Last active August 1, 2026 23:50
Books I finished reading

Books I finished reading

in 2026

  • Jar of Fools - Jason Lutes
  • The Dawn of Everything (Audiobook) - David Graeber, David Wengrow
  • The Poisoned King - Katherine Rundell
  • Bottomless Belly Button - Dash Shaw
  • Get In Trouble - Kelly Link
  • Impossible Creatures - Katherine Rundell
  • Dialogues with Marcel Duchamp - Pierre Cabanne
@eyecatchup
eyecatchup / git-commit-log-stats.md
Last active April 14, 2026 19:34
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.




@mgiraldo
mgiraldo / nyc-community-districts.geojson
Created December 22, 2015 16:46
Community Districts (Clipped to Shoreline) converted to GeoJSON from the official NYC shapefile downloaded 22/12/2015 from http://www.nyc.gov/html/dcp/html/bytes/districts_download_metadata.shtml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@paulirish
paulirish / what-forces-layout.md
Last active July 31, 2026 12:39
What forces layout/reflow. The comprehensive list.

What forces layout / reflow

All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.

Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.

Element APIs

Getting box metrics
  • elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent
I think you mean team...
I think you mean squad..
I think you mean gang...
I think you mean pals...
I think you mean buds...
I think you mean posse...
I think you mean phalanx...
I think you mean crew...
I think you mean crüe...
I think you mean nerds...
@marcuslilja
marcuslilja / ubuntu-server-setup-16.04.md
Last active July 13, 2025 02:03
Server setup for Ubuntu 16.04 on Digital Ocean

Server setup for Ubuntu 16.04 on Digital Ocean

The setup installs the following software:

  • Nginx
  • MySQL
  • PHP
  • Node
  • Composer
@timrs2998
timrs2998 / ubuntu_chromebook.md
Last active December 30, 2020 22:58
Ubuntu on Acer CB3-111-C670 Chromebook

This markdown file explains how to run Ubuntu on your Acer CB3-111-C670 Chromebook through Crouton.

Developer Mode

You first need to put your chromebook in developer mode.

To invoke Recovery mode, you hold down the ESC and Refresh (F3) keys and poke the Power button.

To enter Dev-mode you first invoke Recovery, and at the Recovery screen press Ctrl-D (there's no prompt - you have to know to do it). It will ask you to confirm, then reboot into dev-mode.