follow User profile
- View boredzo's profile
-
boredzo's public repos »
- simple-mailer
- Time Machine Growler
- Bound Secure Text Field Cell
- Extract selectors
- CurrentProcess
- EasyHash
- LMX
- Symbolicator
- Growl Version Detective
- Growl external resources
- configure-hgrc
- Error Lookup Tool
- StringBoard
- Report extension
- Pointer Bubble Test
- SSPromise
- fs-notifier
- Crash Log Viewer
- Shell Script QL Generator
- descerror
- Shorten URLs service
- Application Locator
- IconGrabber
- PRHOnOffButton
- Translate Text
- rehash_services
- finder
- NibOwnershipTest
- Nearest Neighbor Image Unit
- Growl
- MYUtilities
- Murky
- Show Growl packet
- Subprocess class
- StackOverflowNotificationTest
- ISO 8601 parser/unparser
- HTTP Header Retriever
- pb
- Indexes extension
- CPU Usage
- colloquy_to_IRClog
- QTListChapters
- Simplest Notifier Evar
- diff-colorize
- upgrade-nibs
- testfindgrowlprefpane
- NSCell IB plug-in
- BitbucketExtension
- getfract
- qimprovements
- xcconfig-extract
- vim ini syntax
- Super Magnifier Color Picker
- GiantColorSwatch
- Send message
Recent activity
Today |
||
|---|---|---|
|
|
boredzo committed c5151d9559e7 to Growl Seems we don't need to load the tickets when initializing the ticket controller, because GAC will tell it to load them soon after anyway. This ...
12 hours ago
|
|
Yesterday |
||
|
|
boredzo committed d8b57dfcd2ae to Growl Make our appendCharacter: method faster by not creating and throwing away a string every time—instead, use CF to append the character directly. This, in turn, ...
27 hours ago
|
|
|
|
boredzo committed 7fd8e11501c6 to Growl NSStringFromRect is fairly expensive (goes through string formatting), so don't use it when logging is turned off.
27 hours ago
|
|
|
|
boredzo committed 143e3f0ba924 to Growl Make the isLoggingEnabled method not fetch the value from defaults unconditionally (it's fairly expensive, it turns out), but rather, fetch it no less than five ...
28 hours ago
|
|
|
|
boredzo committed 6ae6091ed8c6 to Growl Workaround for the 1-pt-tall-notification-window problem (#108). The problem seems to be that WebKit hasn't finished laying out the content, even by the time of webView:didFinishLoadForFrame:. ...
28 hours ago
|
|
|
|
boredzo committed 24284121d2cc to Growl Only create the strings for all used rects when logging is enabled. Should save a bit of time when it isn't.
32 hours ago
|
|
|
|
boredzo committed ebecc7e46697 to Growl Added a method to GrowlLog to wrap the GrowlLoggingEnabled pref.
32 hours ago
|
|
|
|
boredzo committed 4a2eb058f472 to Growl Fixed the positioning hang. When we encounter a display window controller we're ignoring, we need to subtract 1 from the count, since we're not going ...
32 hours ago
|
|
|
|
boredzo committed 5fa091ae672c to Growl Much more and better logging of positioning. If you have logging turned on, this will make Growl *very* slow for any more than a handful ...
32 hours ago
|
|
|
|
boredzo committed 6fb5820ed75e to Growl Ignore webView:didFinishLoadForFrame: messages about any frame that isn't the main frame. This should enable styles to use frames (e.g., iframes).
32 hours ago
|
|
2 days ago |
||
|
|
boredzo committed 636cf942efe9 to Growl Import the header for appendCharacter:, which is one of our additions, not (officially) part of Cocoa.
2 days ago
|
|
|
|
boredzo committed 1f9563105fd9 to Growl Don't try to animate frame changes on windows that shouldn't even be ordered in yet. This change makes WebKit displays *REALLY* snappy—throwing 20 of them ...
2 days ago
|
|
Repositories
|
boredzo / Application Locator (created 5 weeks ago) An application to find the location of other applications on Mac OS X. |
|
boredzo / BitbucketExtension (created 17 months ago) An extension for Mercurial that adds two URL schemes, bb:// and bb+ssh://, for more easily accessing repositories on Bitbucket. Not affiliated with Bitbucket; this is an independent project. |
|
boredzo / Bound Secure Text Field Cell (created 5 months ago) A test app for a question on Stack Overflow. |
|
boredzo / colloquy_to_IRClog (created 16 months ago) A Python script to convert an XML transcript from the Colloquy IRC client into a more conventional text-based IRC log. Currently only supports messages, not events. |
|
boredzo / configure-hgrc (created 18 months ago) A Python script that creates ~/.hgrc with a bunch of useful things already set up. |
|
boredzo / CPU Usage (created 18 months ago) An unobtrusive floating CPU-usage monitor for Mac OS X. |
|
boredzo / Crash Log Viewer (created 9 months ago) An application to easily view crash logs generated on Mac OS X. Requires the Symbolicator (another thing I've made). |
|
boredzo / CurrentProcess (created 5 months ago) An app for Mac OS X to show a floating window displaying the name and PID of the process that has GUI focus. |
|
boredzo / descerror (created 7 weeks ago) A command-line tool for Mac OS X to look up OSStatus numbers. Tells you the symbolic name (e.g., permErr) and comment (e.g., “permissions error (on file open)”). |
|
boredzo / diff-colorize (created 18 months ago) A utility to colorize unified and git-style diffs. |
|
boredzo / EasyHash (created 17 months ago) An application for Mac OS X to make it easy to obtain MD5 and SHA-1 hashes of files. |
|
boredzo / Error Lookup Tool (created 16 months ago) An application to tell you the name and comment for any Mac OS X OSStatus error code. |
|
boredzo / Extract selectors (created 5 months ago) A command-line utility to extract one or more selectors from a run of Objective-C text. Really old code. |
|
boredzo / finder (created 4 weeks ago) A command-line tool to perform Finder-related tasks on Mac OS X. |
|
boredzo / fs-notifier (created 9 months ago) A command-line test app for FSEvents. |
|
boredzo / getfract (created 8 months ago) Command-line tool to convert fractions from decimal representation (e.g., 0.1875) to numerator over denominator (e.g., 3/16). |
|
boredzo / GiantColorSwatch (created 6 months ago) An application for Mac OS X that shows the currently-selected color as the entire content of a resizable window. |
|
Growl lets Mac OS X applications unintrusively tell you when things happen. |
|
Contains images used by the Growl Project, and archived developer examples and AppleScript scripts. |
|
boredzo / Growl Version Detective (created 15 months ago) An application to display the versions of Growl and the Growl frameworks that the user has installed. |
|
boredzo / HTTP Header Retriever (created 7 months ago) Test app to see whether a bug Simone Manganelli found in the synchronous NSURLConnection API also exists in the asynchronous version. It does. |
|
boredzo / IconGrabber (created 5 weeks ago) An application for Mac OS X to make it easy to extract system icons. |
|
boredzo / Indexes extension (created 12 months ago) This is an extension to bring Git's index feature to Mercurial. It builds on the feature with a new command set and multiple indexes. |
|
boredzo / ISO 8601 parser/unparser (created 10 months ago) A Cocoa class to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats. |
|
boredzo / LMX (created 10 months ago) An XML parser that works backwards. |
|
boredzo / Murky (created 9 months ago) My bug-fixing fork of the Mercurial GUI Murky. |
|
boredzo / MYUtilities (created 9 months ago) My bug-fixing fork of MYUtilities. |
|
boredzo / Nearest Neighbor Image Unit (created 3 days ago) An Image Unit to perform nearest-neighbor scaling in Core-Image-enabled applications. |
|
boredzo / NibOwnershipTest (created 3 weeks ago) Demonstrating that Cocoa's nib loader leaks two retentions of a top-level object in a nib. The test nib is MainMenu.nib. |
|
boredzo / NSCell IB plug-in (created 18 months ago) A plug-in for Interface Builder that adds an NSCell instance, so that you can set an instance of any subclass of NSCell as the data cell of a table column. |
|
boredzo / pb (created 17 months ago) pb is a command-line interface to Mac OS X's Pasteboard (specifically, the general pasteboard, aka clipboard). It provides more functionality than Apple's own pbcopy and pbpaste utilities. |
|
boredzo / Pointer Bubble Test (created 4 months ago) Inspired by a Stack Overflow question, this test app attempts to draw a rounded rect with a pointer on the top edge. |
|
boredzo / PRHOnOffButton (created 4 weeks ago) A sliding on/off button for Mac OS X apps. BSD license. |
|
boredzo / qimprovements (created 11 months ago) Extension to add cool features on top of mq. I may submit some of these as patches to mq at some point. In the meantime, you can play with them using this extension. |
|
boredzo / QTListChapters (created 17 months ago) A utility to list the chapters in a QuickTime movie (including MPEG-4 files). Test bed for a QTMovie addition to do this job, and perhaps later to add, edit, and remove chapters. |
|
boredzo / rehash_services (created 17 months ago) A command-line utility to update the contents of Mac OS X's Services menu. You normally would use this when you install a new app or update an existing app that provides services. |
|
boredzo / Report extension (created 10 months ago) An extension to add a report command to Mercurial, for quickly re-apprising you of the state of your working copy. |
|
boredzo / Shell Script QL Generator (created 3 months ago) A Quick Look generator for shell scripts that makes them look obviously different from other text files. This generator renders the source code onto a blank Terminal icon. |
|
boredzo / Shorten URLs service (created 11 days ago) A Mac OS X service to shorten URLs from certain websites using their own shorteners. See Wiki for the list of supported sites. |
|
boredzo / Show Growl packet (created 9 months ago) A tool to read and describe dumps of Growl UDP datagrams. |
|
boredzo / simple-mailer (created 6 months ago) A simple mail-sending tool, written in Python using the smtplib module. |
|
boredzo / Simplest Notifier Evar (created 14 months ago) An extremely-simple app that posts a Growl notification when you click a button. |
|
boredzo / SSPromise (created 8 weeks ago) Minor fork to turn on and fix a bunch of warnings. |
|
boredzo / StackOverflowNotificationTest (created 8 months ago) Test app for a StackOverflow question about NSNotification. |
|
boredzo / StringBoard (created 17 months ago) An application for managing lists of stock strings that you want to keep on hand to drag and drop into email responses. |
|
boredzo / Subprocess class (created 8 months ago) A Cocoa class representing a subprocess. Comes with methods to let you easily create pipelines. |
|
boredzo / Super Magnifier Color Picker (created 7 months ago) Bug-fix fork. |
|
boredzo / Symbolicator (created 10 months ago) A program to symbolicate crash logs generated on Mac OS X. |
|
boredzo / testfindgrowlprefpane (created 13 months ago) A test program to find the Growl preference pane. |
|
boredzo / Time Machine Growler (created 6 months ago) An app to post Growl notifications when Time Machine starts and finishes backing up. |
|
boredzo / Translate Text (created 5 weeks ago) An application to make it easy to translate strings of text between human languages. |
|
boredzo / upgrade-nibs (created 17 months ago) A utility to upgrade nibs to the new xib format, and apprise the VCS of the change. |
|
boredzo / vim ini syntax (created 14 months ago) A syntax definition for ini files (including .hgrc files), for use with vim. |
|
boredzo / xcconfig-extract (created 10 months ago) A command-line tool to extract build configurations from Xcode projects into .xcconfig files. |
