Site News

Dogfooding my lzHilight project for code highlighting on the site.

Added the github feed for my lzHilight project to the homepage.

So I'm back online. There was a server migration at Medialayer and evidently the DirectAdmin tool they use doesn't support symlinks(wtf?). This caused some issues in that it blew away most of my files but all is well now.

Fixed the devblog search and listings to sort by date correctly and removed the limit. I would have put in pagination but I'm lazy

Created a tiny mobile php manual search ut of necessity while in the shell on my G1.

Other Updates

Most Recent Snippet

Mapped commenting (Vim)
Crazy simple, just maps F5 to comment and F6 to uncomment based on …

Most Recent Blog Post

Ongoing Projects
So in all 5 minutes of my free time I've managed to squeeze in some…

Recent GitHub Activity

shawncplus pushed to development at shawncplus/lastfm-android

Author:shawncplus
HEAD is 5624dec37876a3632a6a2b3c569c0ee38b149dbe
  • c99koder committed 5624dec3:
    Support for 3rd party apps to authenticate using our Account credentials, and add a sample app to demo how it works
  • c99koder committed 969a0f7d:
    Use a QuickContact badge for the profile activity avatar on Android 2.x
  • c99koder committed ab6209e1:
    Properly display the artist in the status text
  • c99koder committed 7ca798a4:
    Implement a MIME handler for vnd.android.cursor.item/vnd.fm.last.android.profile
  • c99koder committed a2d4ce44:
    Some try/catch magic so we still run on Android 1.x
  • c99koder committed 3e4ebcf7:
    Mark our sync provider as read-only
  • c99koder committed e24ae72c:
    Merge branch 'master' into syncprovider
  • c99koder committed eccdabad:
    The emulator seems to insist we have MANAGE_ACCOUNTS too before showing the sync settings
  • c99koder committed ed7aa91b:
    Create a contact with the last.fm username if no real name is available
  • c99koder committed 5a588588:
    Went a bit overboard with the permissions while testing, remove a few unnecessary ones
  • c99koder committed 8d58c03b:
    First pass at creating a Contacts sync adapter