A few ways of checking code signatures on OS X.
$ /usr/bin/codesign --verify --deep --verbose /Applications/Xcode.app
/Applications/Xcode.app: valid on disk
/Applications/Xcode.app: satisfies its Designated Requirement| ''' | |
| You'll need to pip install some dependencies: | |
| * python-dateutil | |
| * requests | |
| Also, populate your EMAIL and PASSWORD below. | |
| ''' | |
| from xml.etree import ElementTree |
| /// Observes a run loop to detect any stalling or blocking that occurs. | |
| /// | |
| /// This class is thread-safe. | |
| @interface GHRunLoopWatchdog : NSObject | |
| /// Initializes the receiver to watch the specified run loop, using a default | |
| /// stalling threshold. | |
| - (id)initWithRunLoop:(CFRunLoopRef)runLoop; | |
| /// Initializes the receiver to detect when the specified run loop blocks for |
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/ is intended for code that can run as-issrc/ is intended for code that needs to be manipulated before it can be used| #!/bin/bash | |
| # | |
| # transcode-video.sh | |
| # | |
| # Copyright (c) 2013-2015 Don Melton | |
| # | |
| about() { | |
| cat <<EOF | |
| $program 5.13 of April 8, 2015 |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| // | |
| // NSURL+PathParameters.h | |
| // | |
| // Created by Johan Kool on 27/9/2011. | |
| // Copyright 2011 Koolistov Pte. Ltd. All rights reserved. | |
| // | |
| // Redistribution and use in source and binary forms, with or without modification, are | |
| // permitted provided that the following conditions are met: | |
| // | |
| // * Redistributions of source code must retain the above copyright notice, this list of |
| <!-- http://bobjr.ru/hud/simulator.html --> | |
| <div id="window"> | |
| <div id="title"> | |
| <div id="close"></div> | |
| Applied Styles | |
| </div> | |
| <div id="content"> | |
| <div class="row odd"></div> |
| // | |
| // NSColor+Hex.h | |
| // SoundCloud | |
| // | |
| // Created by Robert Böhnke on 4/1/11. | |
| // Copyright 2011 Soundcloud Ltd. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> |