a/o 2020-05-29
--
- Restart with Cmd-R or Cmd-D
- Erase drive / 3x if second-hand
- Reinstall MacOS
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | |
| "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=WINDOWS-1252"> | |
| <meta name="generator" content="ABBYY FineReader 8.0"> | |
| <meta name="author" content=""> | |
| <meta name="description" content=""> | |
| <meta name="keywords" content=""> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>Jacob Rus</string> | |
| <key>comment</key> | |
| <string>Created by Jacob Rus. Based on ‘Slate’ by Wilson Miner</string> | |
| <key>name</key> | |
| <string>Cowboy - Presentation</string> |
| <footer class='article-footer'> | |
| {% if current.meta.footer %}{{ current.meta.footer | md }}{% endif %} | |
| {% capture tweet_text %}I thoroughly enjoyed this post > "{{ current.title }}":{% endcapture %} | |
| <a class='tweet-button' href='https://twitter.com/intent/tweet?original_referer={{ current.permalink | escape }}&text={{ tweet_text | escape }}&tw_p=tweetbutton&url={{ current.permalink | escape }}&via={{ site.meta.twitter }}' target='_blank'><span class='ss-icon ss-social-regular'>twitter</span><span id='twitter-count' class='count'></span></a> | |
| <script> | |
| function count_callback(data) { document.getElementById('twitter-count').innerHTML = data.count; } | |
| var script = document.createElement('script'); | |
| script.setAttribute("src", 'http://urls.api.twitter.com/1/urls/count.json?callback=count_callback&url={{ current.permalink | escape }}'); | |
| document.getElementsByTagName("head")[0].appendChild(script); | |
| </script> |
| File: Benjamin_Arcades - annotated.pdf | |
| Annotation summary: | |
| --- Page 7 --- | |
| Oval (blue), Mar 27, 2013, 12:28 PM | |
| Oval (blue), Mar 27, 2013, 12:28 PM |
| span.name span { | |
| font-weight: normal; | |
| } |
| { | |
| "exclude": [ | |
| ".git/**", | |
| "node_modules/**", | |
| "bower_components/**", | |
| ".sass-cache/**" | |
| ], | |
| "always-semicolon": true, | |
| "block-indent": "\t", | |
| "color-case": "lower", |