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/gl-react-instagramfilters
Instagram filters for gl-react and gl-react-native
jasonwiener/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.
jasonwiener/30-days-of-react-native
30 days of React Native demos
jasonwiener/AL2-Climb-Analysis
Tool to analyze climbs on a bike route loaded from a GPX file -- this application is now part of ActivityLog2
jasonwiener/contributions.taminomartinius.de
Website to display a bunch of different commit statistics fetched by GitHub GraphQL API
jasonwiener/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
jasonwiener/covid_hospitals_demographics
COVID-19 relevant data on hospital location / capacity, nursing home location / capacity, county demographics
jasonwiener/Cyclic
Track your cycling experiences. Display only the information you (speed, avg. speed, max. speed, distance, location, etc.) in the color matching your personal style.
jasonwiener/GoCycling
Intuitive cycling tracker app for iOS built with SwiftUI using Core Location, Core Data, MapKit and Combine. Features live route tracking, live metrics, storage of past cycling routes and statistics.
jasonwiener/hamagen-react-native
Israel's Ministry of Health's COVID-19 Exposure Prevention App
jasonwiener/handong1587.github.io
jasonwiener/iOS-Depth-Sampler
Code examples for Depth APIs in iOS
jasonwiener/kafka-streams-machine-learning-examples
This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.
jasonwiener/Lilliput
Low overhead file & byte processing for Swift. Has support for little and big endian data.
jasonwiener/masked-view
React Native Masked View Library
jasonwiener/MotionCollector
Simple iOS app to collect data from CoreMotion sensors.
jasonwiener/mtb-gpx-analyzer
Calculates and shows telemetry from MTB GPX ridelogs.
jasonwiener/react-native-action-view
An easy to use component that allows displaying swipeable buttons with a variety of transitions.
jasonwiener/react-native-card-stack
A Card Stack Component for React Native using Animated, PanResponder, and FlatList components.
jasonwiener/react-native-confirmation-code-input
A react-native component to input confirmation code for both Android and IOS
jasonwiener/react-native-image-fallback
Image loader component with fallbacks for React Native apps
jasonwiener/react-native-looped-carousel
:carousel_horse: Looped carousel for React Native
jasonwiener/react-native-smart-corner-label
A smart corner label for React Native app
jasonwiener/react-native-svg-charts
📈 One library to rule all charts for React Native 📊
jasonwiener/react-native-timeago
An auto-updating timeago component for React Native using moment.js
jasonwiener/react-native-track-player
A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!
jasonwiener/react-native-ui-kitten
🐱 Customizable and reusable react-native component kit
jasonwiener/sensors-swift
Bluetooth LE Sensor Manager for iOS and macOS
jasonwiener/srtm.py
Geo elevation data parser for "The Shuttle Radar Topography Mission" data
jasonwiener/YourAdventure
A Run Tracker like app for iOS featuring Maps, Stats and Local Storage