Pinned Repositories
android
applepushnotification
Apple Push Notification Service connector for Python
async_http
A http client package that plugs in with the standard asyncore/asynchat modules
CarDash
OBD2 iOS Communications and Car Dashboard App
EncodedElevations
EncodedElevations is a lossy compression algorithm that allows you to store a series of elevations as a single string. Point elevations are encoded using signed values. The encoding process converts a binary value into a series of character codes for ASCII characters using the familiar base64 encoding scheme. The algorithm expects a list/array of values, in meters. To ensure the proper encoding and decoding of data, the algorithm uses a 2-pass process. In the first pass, the algorithm maps each point to a precision of 1 decimal place. This provides accuracy to 0.1 meters (~4 inches). Additionally, to conserve space, points only include the offset from the previous point (except of course for the first point). All points are encoded in Base64 as signed integers, as latitudes and longitudes are signed values.
Mail
Re-Designing the classic email client.
node-bisection
Node-Bisection is a JavaScript port (for node.js or non-node.js JavaScript projects) of the Python 8.5. bisect - Array bisection algorithm. (http://docs.python.org/library/bisect.html)
ReplyWithHeaders
Reply in Mail.app quoting headers of email
jasonwiener's Repositories
jasonwiener/sync-request
Make synchronous web requests with cross platform support.
jasonwiener/ble-swift
jasonwiener/CarDash
OBD2 iOS Communications and Car Dashboard App
jasonwiener/CWStatusBarNotification
A library that allows you to easily create text-based notifications that appear on the status bar.
jasonwiener/KDCircularProgress
A circular progress view with gradients written in Swift
jasonwiener/iOS-1
Provides a BLE framework for developing BLE App on iOS/OSX platform using RBL BLE Service.
jasonwiener/Open-Vehicle-Android
Android App for OVMS
jasonwiener/pyOBD
Python programm to communicate with OBD-II ELM327 Bluetooth adapter
jasonwiener/BluetoothSerial
Cordova (PhoneGap) Plugin for Serial Communication over Bluetooth
jasonwiener/iOS-Open-GPX-Tracker
Open GPS Tracker app for iOS. Log your tracks without limits and share them. Open source GPX tracker app is written in Swift
jasonwiener/python-OBD
python OBD-II serial module derived from pyobd
jasonwiener/pyicloud
A Python + iCloud wrapper to access iPhone and Calendar data.
jasonwiener/ReverseAVAsset
Reverse AVAsset Video
jasonwiener/simplify-js
High-performance JavaScript polyline simplification library
jasonwiener/mootools-node
npm package of mootools-server to use with nodejs
jasonwiener/AirNFC
iOS framework allowing communication between 2 mobile phones via high frequency sound waves. (unfinished)
jasonwiener/OBDLib
ODB II library that allows to connect and interact with a Bluetooth ELM327
jasonwiener/iPulse
jasonwiener/SVHTTPRequest
Simple REST client for iOS and Mac.
jasonwiener/PhotoShare-iOS
jasonwiener/ToDoList-iOS
jasonwiener/hover-inspect
Tiny element inspector extension for Chrome
jasonwiener/CloudFS-iOS
jasonwiener/sprintf.js
sprintf.js is a complete open source JavaScript sprintf implementation.
jasonwiener/RandomColor
Swift extension of UIColor to provide methods to generate random colors
jasonwiener/engine
GSS engine
jasonwiener/FileSaver.js
An HTML5 saveAs() FileSaver implementation
jasonwiener/f8DeveloperConferenceApp
jasonwiener/Tumblr-Style-Cog-Spinners
Tumblr-style cog spinners
jasonwiener/strftime
strftime for JavaScript