I hereby claim:
- I am mmcdole on github.
- I am mattmcdole (https://keybase.io/mattmcdole) on keybase.
- I have a public key ASBBSFkA2QaqJDIqMeWNeBVInbq1gRk6sXva6LNtLWvGIAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "os" | |
| "regexp" | |
| ) | |
| var ( |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "os" | |
| "regexp" | |
| "strconv" | |
| ) |
| BasedOnStyle: Chromium | |
| AlignTrailingComments: true | |
| BreakBeforeBraces: Attach | |
| ColumnLimit: 0 | |
| IndentWidth: 4 | |
| KeepEmptyLinesAtTheStartOfBlocks: false | |
| ObjCBlockIndentWidth: 4 | |
| ObjCSpaceAfterProperty: true | |
| ObjCSpaceBeforeProtocolList: true | |
| PointerBindsToType: false |
| [audio_stream.cpp:686 thread 807] kAudioFileMP3Type detected | |
| [audio_stream.cpp:913 thread 807] virtual void astreamer::Audio_Stream::streamIsReadyRead(): audio file stream opened. | |
| [audio_stream.cpp:213 thread 807] void astreamer::Audio_Stream::open(astreamer::Input_Stream_Position *): HTTP stream opened, buffering... | |
| [audio_stream.cpp:234 thread 807] Starting the startup watchdog, period 30 seconds | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:922 thread 807] streamHasBytesAvailable: 1024 bytes |
| [audio_stream.cpp:666 thread 807] kAudioFileMP3Type detected | |
| [audio_stream.cpp:893 thread 807] virtual void astreamer::Audio_Stream::streamIsReadyRead(): audio file stream opened. | |
| [audio_stream.cpp:213 thread 807] void astreamer::Audio_Stream::open(astreamer::Input_Stream_Position *): HTTP stream opened, buffering... | |
| [audio_stream.cpp:234 thread 807] Starting the startup watchdog, period 30 seconds | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes | |
| [audio_stream.cpp:902 thread 807] streamHasBytesAvailable: 1024 bytes |
| xmonad.hs:26:19: | |
| Couldn't match expected type `(k0, a0)' | |
| with actual type `[((KeyMask, KeySym), X ())]' | |
| In the expression: | |
| [((modMask .|. mask, key), f sc) | | |
| (key, sc) <- zip [xK_q, xK_w, xK_e] [0 .. ], | |
| (f, mask) <- [(viewScreen, 0), (sendToScreen, shiftMask)]] | |
| In the second argument of `($)', namely | |
| `[[((modMask .|. mask, key), f sc) | | |
| (key, sc) <- zip [xK_q, xK_w, ....] [0 .. ], |