Adam Wulf
Adam Wulf
https://medium.com/ios-os-x-development/how-a-2-99-recipe-app-became-a-top-2-paid-app-in-the-app-store-f7e83abbb40e
Split into: 1. What are you selling? - the app / features - a web service - time -> game iap, consumables - hardware - the users to advertisers 1....
This was brought up in the [hacker news thread](https://news.ycombinator.com/item?id=9438717). Especially for first time app launches, it'd be nice to have a rough overview of company structure options and their repercussions,...
alternative algorithm for bisecting paths. this will bisect both paths, recurring by splitting the larger of the two paths and ignoring any path ranges that don't overlap
goal will be to calculate the entire union path of an eraser stroke by finding it's outline path's self intersections, and building the union from that, instead of from unioning...
Write tests and verify behavior for: 1. scissor circle that completely surrounds smaller circle 2. scissor circle that is fully inside larger circle 3. scissor circle that is fully inside...
example is at: http://jsfiddle.net/vqsd8x16/3/ fix is at: http://jsfiddle.net/vqsd8x16/22/
Chinese and some other languages don't have as much whitespace as english. Columnizer currently only splits words at whitespace characters. instead i should find better word boundaries that are language...
From #79 , if the last column is the tallest because of a manual column break, and last never tallest is set to true, then columnizer continues to re-layout the...