Testing Regular Expressions in Emacs
Monday, October 19th, 2009How had I missed RE-Builder all these years? I used to use Expresso for help with regex’s, but it’s so much easier to do the munging in Emacs.
Try M-x re-builder for what ails ya.
How had I missed RE-Builder all these years? I used to use Expresso for help with regex’s, but it’s so much easier to do the munging in Emacs.
Try M-x re-builder for what ails ya.
If you’re doing a lot of iPhone work then Oliver Fürniß’s Simulator Cropper can be a major time-saver.
But not as much of a time-saver as completely ignoring Apple’s style guidelines. Which is always so tempting.
These are two things I think about every once-in-awhile. Usually late at night. While drinking. Heavily.
Also I think about them while writing code. And typically, when I have to make a decision between one or the other, I choose the wrong one. Probably because I’ve never deeply thought about them in an IS-A versus CAN-DO relationship as outlined here. Which, despite the broken English, is the best overview I’ve ever read on the difference between the two.
Well, what was supposed to be a quick weekend project back in March is finally on it’s way to the iPhone App Store; and for the second time no less.
“Kanji Fuda” is a simple Japanese kanji learning game reminiscent of ComCul’s excellent Kanji for Fun. Between work and baby management, I’ve been cobbling it together in fits and starts over the last couple of months. Even have the fancy shmancy website that seems to be prerequisite for releasing any kind of mobile app.
Now that the basic version is done and “released” — assuming that I am able to get it by the App Store gate keepers — I’m working on an advanced version specifically to help study for the year-end Japanese Language Proficiency Test (JLPT). I’ve always wanted to go after Level One, but given how little I actually use my Japanese these days, it’s going to be a stretch… hence Kanji Fuda.
Apparently Apple really really wants us to be building for only OS3. Xcode in the iPhone 3.0 beta 5 SDK goes to the trouble of actually hiding older Active SDK settings as soon as you do a build for 3.0.
To get the older settings back, hold down the Option key while choosing Project -> Set Active SDK. The original list magically reappears.
How to change it: Xcode and MyCompanyName
It’s the little things, you know?
More SVN stuff I can never completely remember. As seen from running svn update, svn switch, or svn merge. “G” always throws me.
U filename = item (U)pdated to repository version
G filename = item’s local changes mer(G)ed with repository
C filename = item’s local changes (C)onflicted with repository
D filename = item (D)eleted from working copy
A filename = item (A)dded to working copy
Also note that “S” seems to mean that something has gone horribly wrong with a switch and that the operation was not completed. Hopefully you’ll never see this.
And I thought developing against cron was bad.
In J2ME, at least on BlackBerry devices, one cannot test Timer and TimerTask objects by simply changing the device clock. J2ME apps seems to remember the time at which they were launched, rather than pinging what the clock on the device says.
Testing involves shutting down the app, resetting the clock, and starting the app back up. Time consuming if you’re working on an app with some heavy startup / shutdown overhead.
What the.. This is annoying. And all I wanted to do was write a hack to see my AdSense pittance from within WordPress.