I’ve created a fully javascript pcb panelization program that’s been released under the MIT License. Feel free to use it on your site if you’ld like. Give me some credit if you can
check it out at http://panelizer.fluxin.com get the source at GitHub.
Posts Tagged programming
pcb panelizer
Jun 13
Android Software
May 19
Previously I had written a small program for the Android program to give you a tip amount for a bill. I thought it would be great to able to split the entire bill between a certain number of people, calculate the tip based on untaxed amount, etc.. etc… So basically I fell victim to feature creep! Instead of doing what the user wanted I just kept adding unnecessary features. Remember to always keep in mind what the user wants, not what the programmer thinks. I’m relearning this for mobile development as real estate is limited and functionality is the most important. So anyways here’s TipDroid 1.0 now hosted on github Check it out!
