I hereby claim:
- I am mcnees on github.
- I am mcnees (https://keybase.io/mcnees) on keybase.
- I have a public key whose fingerprint is 76E9 39F2 42FC 4D13 68A7 8497 5D44 F257 E50E 66BA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* Install the Stylish extension for your browser, then add this code | |
| as a new Style. Make sure it applies to the domain 'twitter.com' */ | |
| /* You can get Stylish here: */ | |
| /* Safari - http://sobolev.us/stylish/ */ | |
| /* Chrome - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe */ | |
| /* Tweet improvements, comments, or corrections to @mcnees. */ | |
| /* Thanks to: @pbausch, @mathowie, @blakestacey, @ukuleledan and others! */ |
| /* Install the Stylish extension for your browser, then add this code as a new Style. */ | |
| /* Make sure it applies to the domain 'http://tweetdeck.twitter.com ' */ | |
| /* Thank you to @ukuleledan. His code at http://pastebin.com/45cFJ5PR */ | |
| /* showed me how to fix the corner badges of faved tweets. */ | |
| /* For whatever reason, you occasionally have to reload the page */ | |
| /* for Tweetdeck to notice these changes. */ | |
| /* Tweet bugs or neat additions to @mcnees */ |
| /* Install the Stylish extension for your browser, add this code | |
| as a new Style, and apply it to the domain 'twitter.com' */ | |
| /* You can get Stylish here: */ | |
| /* Safari - http://sobolev.us/stylish/ */ | |
| /* Chrome - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe */ | |
| /* Tweet improvements, comments, or corrections to @mcnees. */ | |
| /* ------------------------------------------------------------- */ |
| /* Install the Stylish extension for your browser, then add this code | |
| as a new Style. Make sure it applies to the domain 'twitter.com' */ | |
| /* You can get Stylish here: */ | |
| /* Safari - http://sobolev.us/stylish/ */ | |
| /* Chrome - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe */ | |
| /* Tweet improvements, comments, or corrections to @mcnees. */ | |
| /* Thanks to: @pbausch, @mathowie, @blakestacey, @ukuleledan and others! */ |
| %%----------------------------------------------------------------------- | |
| %% Make your own quadrille, graph, hex, etc paper! | |
| %% Uses the pgf/TikZ package for LaTeX, which should be part of | |
| %% any modern TeX installation. | |
| %% Email: [email protected] | |
| %% Twitter: @mcnees | |
| %%----------------------------------------------------------------------- | |
| \documentclass[11pt]{article} |
| % | |
| % Send comments to [email protected], or @mcnees on Twitter. | |
| % | |
| \documentclass[11pt]{article} | |
| % ------------------------------------------------ | |
| % Specify the margins. | |
| % ------------------------------------------------ | |
| \usepackage{vmargin} | |
| \setmargrb{2cm}{1cm}{2cm}{2cm} |
| %---------------------------------------------------------------------- | |
| % Use TikZ/PGF to programmatically draw spacetime diagrams for | |
| % uniformly accelerated observers. Set the acceleration, initial | |
| % conditions, and other paramters below. | |
| % | |
| % Questions/Comments to Robert McNees at [email protected] | |
| % http://jacobi.luc.edu | |
| % @mcnees on Twitter | |
| % January 2015, Updated October 2016 | |
| %---------------------------------------------------------------------- |
| /* Install the Stylish extension for your browser, then add this code | |
| as a new Style. Make sure it applies to the domain 'twitter.com' */ | |
| /* You can get Stylish here: */ | |
| /* Safari - http://sobolev.us/stylish/ */ | |
| /* Chrome - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe */ | |
| /* Tweet improvements, comments, or corrections to @mcnees. */ | |
| /* Thanks to: @pbausch, @mathowie, @blakestacey, @ukuleledan and others! */ |
| \documentclass[crop=true, border=10pt]{standalone} | |
| \usepackage{graphicx} | |
| \usepackage{xcolor} | |
| \usepackage{tikz} | |
| \usetikzlibrary{arrows.meta} | |
| \usepackage{tikz-3dplot} |