Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
| &%%(let ((dayname (calendar-day-of-week date)) | |
| (day (cadr date))) | |
| (and (= day 13) (memq dayname '(5))) | |
| ) Friday the 13th! |
| 2/25/2017 10:05-13:05 Toronto Blue Jays vs. Atlanta Braves | |
| Desc: Toronto Blue Jays vs. Atlanta Braves | |
| First pitch: 1:05:00 PM EST | |
| Champion Stadium, Lake Buena Vista | |
| Buy Tickets: http://mlb.mlb.com/ticketing/index.jsp?c_id=atl&affiliateId=iCal-SGT-tor | |
| Click below for a full game preview plus video, photos, stats, gameday and more! | |
| http://www.mlb.com/r/game?gid=2017_02_25_tormlb_atlmlb_1 |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <classpath> | |
| <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> | |
| <classpathentry kind="src" path="src"/> | |
| <classpathentry kind="src" path="gen"/> | |
| <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | |
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | |
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | |
| <classpathentry kind="output" path="bin/classes"/> | |
| </classpath> |
| _drafts/* filter=git-crypt diff=git-crypt |
| markdown: kramdown | |
| kramdown: | |
| smart_quotes: 39,39,quot,quot |
| markdown: kramdown | |
| kramdown: | |
| smart_quotes: lsquo,rsquo,ldquo,rdquo |
| int | |
| spawn_detached_thread(thread_func_t func, void *arg) | |
| { | |
| pthread_attr_t attr; | |
| pthread_t throw_away; | |
| /* this is a throwaway thread, so we won't bother | |
| reaping its exit code when it pthread_exit()s */ | |
| pthread_attr_init(&attr); |