Skip to content

Instantly share code, notes, and snippets.

View simbo's full-sized avatar
:octocat:

Simon Lepel simbo

:octocat:
View GitHub Profile
@DrummerHead
DrummerHead / frontend-programming-design-resources.md
Last active March 28, 2024 20:34
List of Front-end, programming & design resources
@dreadwarrior
dreadwarrior / config
Created January 12, 2015 08:13
Terminator Gritt-Config
; path: ~/.config/terminator/config -- DELETE THIS LINE!
[global_config]
window_state = maximise
handle_size = 1
focus = system
title_inactive_fg_color = "#a7aba7"
suppress_multiple_term_dialog = True
borderless = True
title_receive_bg_color = "#3a81cc"
title_transmit_bg_color = "#3a81cc"
@addyosmani
addyosmani / README.md
Last active April 2, 2024 20:18 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version