Skip to content

Instantly share code, notes, and snippets.

@tommoor
tommoor / gist:1e37324a3e61cbd004e0
Created September 2, 2015 00:01
Electron crash
Process: Electron Helper [20436]
Path: /Users/USER/*/Speak.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper
Identifier: com.github.electron.helper
Version: 0
Code Type: X86-64 (Native)
Parent Process: Speak [20434]
Responsible: Terminal [240]
User ID: 501
Date/Time: 2015-09-01 16:00:27.686 -0700
@tommoor
tommoor / gist:68b6a726b444323379b1
Created September 1, 2015 23:58
Electron crash report
Process: Electron Helper [20614]
Path: /Users/USER/*/Speak.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper
Identifier: com.github.electron.helper
Version: 0
Code Type: X86-64 (Native)
Parent Process: Speak [20612]
Responsible: Terminal [240]
User ID: 501
Date/Time: 2015-09-01 16:07:03.986 -0700
@tommoor
tommoor / gist:725540ca17a47cd3b586
Created January 21, 2015 19:32
docker dir delete
docker@boot2docker:~$ mkdir haha
docker@boot2docker:~$ ls -la
total 16
drwxr-sr-x 7 docker staff 220 Jan 21 19:27 ./
drwxrwxr-x 3 root staff 60 Jan 21 19:27 ../
-rw-rw-r-- 1 docker staff 86 Jan 21 19:27 .ash_history
-rw-r--r-- 1 docker staff 446 Jan 21 19:27 .ashrc
drwx------ 2 docker staff 100 Jan 21 19:27 .docker/
drwxr-sr-x 3 docker staff 60 Jan 21 19:27 .local/
-rw-r--r-- 1 docker staff 920 Jan 21 19:27 .profile
Verifying myself: My Bitcoin username is +tommoor. https://onename.io/tommoor
VM268:2
Pusher : Event recd : {"event":"client-ice-10","data":[{"candidate":"a=candidate:718709169 1 udp 2113937151 10.0.0.12 53479 typ host generation 0\r\n","id":"audio","label":0,"from":18198}],"channel":"presence-production-1"} VM268:2
Pusher : No callbacks on presence-production-1 for client-ice-10 VM268:2
Pusher : Event recd : {"event":"client-ice-10","data":[{"candidate":"a=candidate:718709169 1 udp 2113937151 10.0.0.12 53479 typ host generation 0\r\n","id":"audio","label":0,"from":18198},{"candidate":"a=candidate:718709169 2 udp 2113937151 10.0.0.12 53479 typ host generation 0\r\n","id":"audio","label":0,"from":18198}],"channel":"presence-production-1"} VM268:2
Pusher : No callbacks on presence-production-1 for client-ice-10 VM268:2
Pusher : Event recd : {"event":"client-ice-10","data":[{"candidate":"a=candidate:718709169 1 udp 2113937151 10.0.0.12 53479 typ host generation 0\r\n","id":"audio","label":0,"from":18198},{"candidate":"a=candidate:718709169 2 udp 2113937151 10.0.0.12 53479 typ host generat
@tommoor
tommoor / skeleton.css
Created January 21, 2014 23:42
Skeleton.css with push-pull mixins
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
@tommoor
tommoor / gist:7661602
Last active December 29, 2015 11:09
Node webkit crash report v0.8.1
Process: node-webkit [43157]
Path: /Applications/node-webkit.app/Contents/MacOS/node-webkit
Identifier: com.intel.nw
Version: 30.0.1599.66 (1599.66)
Code Type: X86 (Native)
Parent Process: bash [2069]
User ID: 501
Date/Time: 2013-11-26 16:40:16.749 +0000
OS Version: Mac OS X 10.8.4 (12E3200)
def get_menu(directory)
pages = Dir.glob(Rails.root.join("app/views/docs/api/#{directory}/*.md"))
pages.map do |page|
heading = ''
pages = []
File.open(page, "rb").each do |line|
matches = /^\s?# (.+)/.match(line)
heading = matches[1] if matches
@tommoor
tommoor / gist:5619505
Last active December 17, 2015 13:49
Sqwiggle 0.1.9 Release Notes
Fixed: Focusing the app no longer causes the stream to open
Fixed: Clicking 'copy invite link' in team no longer crashes
Fixed: Shift and UP arrow causing current message to be removed
Fixed: Zebra striping on stream items out when scrolling onto second page of chat
Fixed: Scrolling stream not marking items as read (notification remains)
Fixed: Issue causing right draw to stay closed
Fixed: Improvement of code detection logic causing some messages to be displayed as code
New: Stream now continuously loads more results without needing to click 'load more'
New: Conversation toolbar when on video with mute button. Mute can also be triggered using CTRL+M or command /mute
New: Item in the stream when a conversation has taken place
@tommoor
tommoor / Sqwiggle 0.1.7
Created May 3, 2013 12:30
Sqwiggle 0.1.7 Release Notes
Added: Ability to mute/unmute audio from command line
Added: Desktop notifications when joining a conversation
Added: Display of users email address to team members display
Added: Clicking anywhere on white share area now focuses, focus area was previously very narrow
Change: linking of @mentions and hashtags to twitter removed
Change: Clicking red cross now closes app rather than hiding
Change: Various performance improvements, memory usage, underlying libs
Fixed: Websocket connections now over SSL by default