- Universal Orlando 10% off
- 6 day 7 night vacation package los as $500 per person
- [$60 off Disney World](https://www.perksatwork.com/offer/index/offerId/805756/uSource/PSRV2/categoryId/566/pandaLog/%7B%22term%22:%22disney%22,%22type%22:%22Text%22,%22pageNumber%22:0,%22position%22:%220%22,%22entityType%22:%22Store%22,%22entityId%22:80575
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Originally from: https://gist.githubusercontent.com/BrockA/2625891/raw/9c97aa67ff9c5d56be34a55ad6c18a314e5eb548/waitForKeyElements.js | |
Copied to oneross's gists to make sure it's not updated without my knowledge. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When I was younger, Time was punctuated by rhythmic recurrences; ice-cream when the raspberries were ripe, picking blueberries, and that one week when the the scent of honeysuckle was overpowering. The Navy taught me a different sense of Time... | |
### Silence: | |
I camped a lot throughout high school... I was lucky enough to meet Aaron and Pat, and our shared love of things romantic and natural made us natural companions. Countless camping trips, but most prized were the three day or longer trips... On the standard overnight trip, I woke to an alarm clock, either early or late, met friends, drove to the park, and hit the trail. The next morning was a little magical, waking when it was the right time to wake, warming the bones beside the fire, but around noon so called real-time kicked in, driving us to break camp and make passage back to the cars and the "real-world". Longer trips provided the precious padding to allow the blossoming of the_middle_day... a day in which sun, shadow, hunger, and whimsy were the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
A little app that plays ship's bell sounds every 30 minutes. | |
""" | |
# Modified from the excellent https://github.com/ralfholly/ships-bell | |
# - run on python 2.7 on a mac I can't easily update from 2.7 | |
# - renamed mp3 files (lines ~83,86) for some unknown reason | |
# - used mac's built-in afplay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: https://github.com/NREL/ditto/issues/147 | |
We solved this in a pretty ugly way. | |
Firstly | |
conda install virtualenv | |
conda install pre_commit -c conda-forge | |
As per this issue here: pre-commit/pre-commit#701 | |
This uses a version of virtualenv that's compatible with conda. |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;FLAVOR:Marlin | |
;TIME:4785 | |
;Filament used: 2.1813m | |
;Layer height: 0.16 | |
;MINX:88.451 | |
;MINY:88.855 | |
;MINZ:0.12 | |
;MAXX:146.55 | |
;MAXY:146.928 | |
;MAXZ:19.96 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Function to print words which can be created using a given set of characters | |
# Inspired by https://www.geeksforgeeks.org/possible-words-using-given-characters-python/ | |
# Improved for use in an online puzzle by me! | |
# CHANGE 2020-0415: Added click for argument handling, added comments. | |
import click | |
def possible_words(lwords, charSet): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# date, uptime, CPU temp, voltage related events from kernal log, on the hour every hour | |
1 * * * * date >> vitals.log && uptime >> vitals.log && /opt/vc/bin/vcgencmd measure_temp >> vitals.log && (journalctl -k --since=-1h | grep -i voltage) >> vitals.log && echo " " >> vitals.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ross@LaForge ~ % defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true | |
ross@LaForge ~ % defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false | |
ross@LaForge ~ % defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false | |
ross@LaForge ~ % defaults write com.apple.systempreferences NSQuitAlwaysKeepsWindows -bool false | |
ross@LaForge ~ % sudo pmset -a standbydelay 86400 | |
Password: | |
ross@LaForge ~ % defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 | |
ross@LaForge ~ % ls | |
Applications Downloads Music |
NewerOlder