Category Archives: Programming

Rendering to a texture with iOS 5 texture cache api.

There are a couple examples of how to take image input, perhaps from the iPhone camera, or from your own image, fast map those image to an OpenGl texture, and then render them with an OpenGL shader. This post is … Continue reading

Posted in Programming | Tagged , , , , , | 60 Comments

How to fix that mistake commit you just pushed to your git repository

I’ve already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit … Continue reading

Posted in Programming | Tagged , , , | Comments Off on How to fix that mistake commit you just pushed to your git repository

Pulling libraries off Android phones

Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: > adb pull /system/lib/*.so Sorry. A no go. What about this then: > for … Continue reading

Posted in Programming | Tagged , , , | Comments Off on Pulling libraries off Android phones

YUI Image Uploader works with YUI 2.8.1

I thought I’d better double check that the image upload still works fine with YUI 2.8.1 If you haven’t read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the … Continue reading

Posted in Programming | Tagged , , , , , | 15 Comments

Debugging Linux Kernel Modules with VirtualBox and KGDB

I found a few different pages with information on debugging a Linux kernel with kgdb. There wasn’t a single source with all the information I needed to get set up and working though. So here is how I set things … Continue reading

Posted in Programming | Tagged , , , , | 4 Comments

ASP.net backend implementation of YUI Image Uploader

Tom from mostynwebsolutions.com has created an ASP YUI Image Uploader backend. Direct Download: YuiExample.zip. The YUI Image Upload posts on this site contain details on implementing the front end and editor if you’re just getting into this. Thanks Tom.

Posted in Programming | Tagged , , , , , | Comments Off on ASP.net backend implementation of YUI Image Uploader