Git Product home page Git Product logo

iphone-tidbits's Introduction

Dave Peck's iPhone Tidbits

Here is a collection of code I've written for the iPhone that I've found useful in more than one project.

It is a fairly random collection. Currently we have:

  1. iOS Artwork Extractor -- this python script is capable of extracting artwork packed in iOS SDK files ending with the .artwork extension. See the subdirectory README for details.

  2. FlickDynamics -- implements the motion dynamics of Cocoa Touch's UIScrollView, but does so in a way that you can slot it in anywhere. I wrote it to handle scroll dynamics of a game's OpenGL|ES view. It is independent of coordinate system, etc.

  3. BinaryDataReader and BinaryDataWriter -- read and write byte streams, deal with endian-ness, etc. Has been useful for cracking random/old binary file formats.

  4. JsonConnection and JsonResponse -- makes it a little easier to talk to a JSON web service asynchronously. Deals with return content encodings, etc. Requires SBJSON.

All code is released under the BSD license.

If you use it in an app, please let me know! (And feel free to email me with any questions/submit any improvements.)

iphone-tidbits's People

Contributors

davepeck avatar cwalther avatar

Stargazers

Paul D avatar

Watchers

Paul D avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.