Skip to content

Instantly share code, notes, and snippets.

View carterworks's full-sized avatar
🐢
Living

Carter McBride carterworks

🐢
Living
View GitHub Profile
@carterworks
carterworks / style-reset.css
Last active November 28, 2023 20:52
Modern CSS Reset
/**
* CSS Reset
* https://chriscoyier.net/2023/10/03/being-picky-about-a-css-reset-for-fun-pleasure/ and
* https://andy-bell.co.uk/a-more-modern-css-reset/
*/
/* Box sizing rules */
*,
*::before,
*::after {

Keybase proof

I hereby claim:

  • I am carterworks on github.
  • I am cartermc (https://keybase.io/cartermc) on keybase.
  • I have a public key whose fingerprint is 3402 53B7 E36F 5CCB 9FCF BD80 B370 A19C 8D38 BC50

To claim this, I am signing this object:

@carterworks
carterworks / BlocktackProof
Created March 5, 2018 22:01
BlockstackProof
Verifying my Blockstack ID is secured with the address 17Pnm9h8RqLtd2Bi7638hD722WT4jWk6Pi https://explorer.blockstack.org/address/17Pnm9h8RqLtd2Bi7638hD722WT4jWk6Pi
@carterworks
carterworks / YChainMeetupNotes2017-11-16
Last active November 16, 2017 05:16
Notes for the BYU Blockchain meeting on 2017-11-16. Shown through Remark.js
<!---
These slides are in Markdown to be used as slides in Remark
https://remarkjs.com/remarkise - Viewer
https://remarkjs.com/ - Syntax information
--->
# YChain Meeting
## 2017-11-16
---
@carterworks
carterworks / KeyboardCommands.md
Last active December 12, 2017 02:33
Over the years, I have come to bind things to certain keys. This will keep a hold of them whilst I switch around.

Paste Name & Timestamp

This command will paste - Carter (20 Apr 2017, 12:49pm) wherever your cursor is at the time.

Usually mapped to Ctrl-Super-V. Save the below script wherever in your scripts are found. Dependencies are xdotool and xsel

#! /bin/sh
# Set up your keyboard shortcuts to run this on Super+D.