codyo
Transitioning to Swift after 15+ years programming in ActionScript & JavaScript, working extensively with HTML5 and CSS - managing teams & writing documentation
codyo.comSan Francisco
codyo's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
chartjs/Chart.js
Simple HTML5 Charts using the <canvas> tag
processing/p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
greensock/GSAP
GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
facebookarchive/pop
An extensible iOS and OS X animation library, useful for physics-based interactions.
bolshchikov/js-must-watch
Must-watch videos about javascript
cjwirth/awesome-ios-ui
A curated list of awesome iOS UI/UX libraries
audreyfeldroy/favicon-cheat-sheet
Obsessive cheat sheet to favicon sizes/types. Please contribute! (Note: this may be in flux as I learn new things about favicon best practices.)
0nn0/terminal-mac-cheatsheet
List of my most used commands and shortcuts in the terminal for Mac
slap-editor/slap
Sublime-like terminal-based text editor
alrra/browser-logos
🗂 High resolution web browser logos
nytimes/objective-c-style-guide
The Objective-C Style Guide used by The New York Times
christiannaths/redacted-font
Keep your wireframes free of distracting Lorem Ipsum.
Khan/tota11y
an accessibility (a11y) visualization toolkit
kennethcachia/background-check
Automatically switch to a darker or a lighter version of an element depending on the brightness of images behind it.
MojoJolo/textteaser
TextTeaser is an automatic summarization algorithm.
andreaferretti/paths-js
Generate SVG paths for geometric shapes :bar_chart:
Monnoroch/ColorHighlighter
ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
chrisveness/geodesy
Libraries of geodesy functions implemented in JavaScript
Stanko/html-canvas-video-player
Play inline videos on iPhone with HTML canvas player.
eserozvataf/laroux.js
[Deprecated] Micro jquery substitute for modern browsers
googleads/google-media-framework-ios
The Google Media Framework (GMF) is a lightweight media player designed to make video playback and integration with the Google IMA SDK on iOS easier.
stevensacks/Gaia-Framework
Gaia Framework for Adobe Flash
sqrtof5/traerAS3
ActionScript3 port of Traer.physics Java library
susisu/Twitter-for-AS3
(no longer maintained) ActionScript3 library for Twitter API v1.1
sqrtof5/GestureRecognition
Simple gesture recognition in ActionScript3
Trylogic/StarlingMXMLSpriteSheet
JSFL script for Flash CS6 to export Starling sprite sheets into the MXML format
codyo/Dynamic-Texture-Atlas-Generator
This tool will convert any MovieClip containing Other MovieClips, Sprites or Graphics into a starling Texture Atlas, all in runtime. By using it, you won't have to statically create your spritesheets. Just take a regular MovieClip containing all the display objects you wish to put into your Atlas, and convert everything from vectors to bitmap textures. This extension could save you a lot of time specially if you'll be coding mobile apps with the starling framework. For more info, please refer to the README.md File