I hereby claim:
- I am anstosa on github.
- I am anstosa (https://keybase.io/anstosa) on keybase.
- I have a public key whose fingerprint is 3876 BB2B C746 7E58 93C1 1A86 D421 D535 0187 6E52
To claim this, I am signing this object:
| /** | |
| * Bulk Instagram Post Printer | |
| * | |
| * Use case: I needed to export all the Instagram posts for a page with the captions | |
| * and dates. I wanted them in PDFs by month. | |
| * | |
| * 1. Export instagram data: https://help.instagram.com/181231772500920 | |
| * (Just media > posts > all > low quality was enough for my use case) | |
| * 2. Open the exported website in Chrome | |
| * 3. Opne the JS console |
| { | |
| "window.commandCenter": 1 | |
| } |
| const jobsByCategory = { | |
| 'Leadership': [], | |
| 'Engineering': [], | |
| 'Operations': [], | |
| 'Sales': [], | |
| 'Marketing': [], | |
| 'Design': [], | |
| 'Product': [], | |
| 'Recruiting': [], |
| [ | |
| { | |
| "TerminalID": 10, | |
| "TerminalSubjectID": 115, | |
| "RegionID": 1, | |
| "TerminalName": "Friday Harbor", | |
| "TerminalAbbrev": "FRH", | |
| "SortSeq": 50, | |
| "DepartingSpaces": [ | |
| { |
| // Daily Spam Digest for Gmail. | |
| // Creates a single digest email with deep links to any spam messages you received that day | |
| // so you can easily check for false positives and retrieve them | |
| // Usage: | |
| // 1. Replace EMAIL with your email | |
| // 2. Create trigger whenever you want to get the email | |
| // 3. If you set your trigger for the morning, you likely want to edit the date settings so you don't miss any | |
| function run() { | |
| const EMAIL = 'username@gmail.com'; |
| javascript: (() => { | |
| function uncheckAll() { | |
| const completedCheckboxes = document.querySelectorAll('.completed .t-check'); | |
| console.log(completedCheckboxes); | |
| completedCheckboxes.forEach((checkbox) => checkbox.click()); | |
| } | |
| const showMoreButton = document.querySelector('.show-more'); | |
| if (showMoreButton.style.display === 'none') { | |
| uncheckAll(); |
| # Load XML library | |
| # If not already installed, install with | |
| # sudo Rscript -e 'install.packages("XML", repos = "http://cran.us.r-project.org")' | |
| library(XML) | |
| # Select input file | |
| FILENAME <- "./0001086364-17-000005.txt" | |
| # Read raw file into memory | |
| book <- readLines(FILENAME) |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
| "default_line_ending": "unix", | |
| "detect_indentation": false, | |
| "detect_slow_plugins": false, | |
| "font_size": 9, | |
| "highlight_line": true, | |
| "ignored_packages": |
| /* LASTPASS */ | |
| body[style *= "iVBORw0KGgoAAAANSUhEUgAAA"] ::-webkit-scrollbar { | |
| height: 10px !important; | |
| width: 10px !important; | |
| } | |
| body[style *= "iVBORw0KGgoAAAANSUhEUgAAA"] ::-webkit-scrollbar-thumb { | |
| background-color: rgba(0, 0, 0, 0.2) !important; | |
| border-radius: 0 !important; |