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

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 10, 2025 01:16
Books I finished reading

Books I finished reading

in 2025

  • Absolute Batman - Scott Snyder, Nick Dragotta, Frank Martin
  • Final Cut - Charles Burns
  • Things Become Other Things - Craig Mod
  • All Fours (Audiobook) - Miranda July
  • Daddy Boy (Audiobook) - Emerson Whitney
  • American Freak - Dave Louapre, Vince Locke
  • Tenderness: A Black Queer Meditation on Softness and Rage - Annika Hansteen-Izora
@eyecatchup
eyecatchup / git-commit-log-stats.md
Last active September 5, 2025 16:04
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 September 11, 2025 10:17
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.