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
---- Minecraft Crash Report ---- | |
// Quite honestly, I wouldn't worry myself about that. | |
Time: 4/5/14 11:45 PM | |
Description: Unexpected error | |
java.lang.NullPointerException | |
at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$mixinClasses$3$$anonfun$apply$3.apply(ASMMixinCompiler.scala:325) | |
at codechicken.multipart.asm.ASMMixinCompiler$$anonfun$mixinClasses$3$$anonfun$apply$3.apply(ASMMixinCompiler.scala:324) | |
at scala.collection.immutable.List.foreach(List.scala:318) |
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
tell application "OmniFocus" | |
tell default document | |
-- crate quarantined project for tasks to be moved to | |
-- name in this version is »Quarantined Inbox: YYYY-MM-DD« | |
-- some other versions provided below, e.g. »Mon: 23. 06. 2015« | |
--set quarantineDayName to do shell script "date -v +0d +'%a: %d. %m. %Y'" | |
--set quarantineDayName to do shell script "date -v +0d +'%d. %m. %Y'" | |
set quarantineDayName to do shell script "date -v +0d +'%Y-%m-%d'" | |
set quarantineProject to make new project with properties {name:"Quarantined Inbox: " & quarantineDayName} |
Andreas Zeitler (@zettt)
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
General | |
Complete name : /Users/zettt/Desktop/IMG_0292.mov | |
Format : MPEG-4 | |
Format profile : Base Media / Version 2 | |
Codec ID : mp42 | |
File size : 3.95 MiB | |
Duration : 9s 643ms | |
Overall bit rate : 3 437 Kbps | |
Encoded date : UTC 2015-01-04 14:29:22 | |
Tagged date : UTC 2015-01-04 14:29:25 |
- Keynote has Boolean operators
- Curves defaults can be set in prefs (Bézier vs. Spline)
- Rather than trying to master the Bézier tool, in order to mask something, make many small straight lines.
- Magic Move can animate lots of things. Including color, reflection, shape, rotation, and many more parameters.
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
set completion-ignore-case On | |
set show-all-if-ambiguous on | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
# Cycle through completions by pressing tab | |
"\t": menu-complete |
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
-- OmniFocus (or many other apps) to Pomodoro App for iPad | |
-- This script practically takes text that's on your clipboard | |
-- and generates a Pomodoro App for iPad compatible JSON file | |
-- to import into the app. (using Dropbox) | |
-- | |
-- I'm using it with OmniFocus, where copied tasks remain | |
-- on the clipboard as lines of text, basically. | |
-- | |
-- Created by Andreas on 2011-02-17 | |
-- http://www.macosxscreencasts.com |
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
# Moving to a new location. | |
# This can actually be done in Nautilus as well. | |
mv ~/.minecraft/ /mnt/mythumbdrive/ | |
# Link back to the original location. | |
# Note how the last part needs to be the same location as in the previous command. | |
# ~ is short for /home/YOURUSER | |
ln -s /mnt/mythumdrive/minecraft/ /home/YOURUSER/.minecraft |
OlderNewer