Some random stuff that I’ve been looking at lately.
Android
- Fragmented Podcast (http://fragmentedpodcast.com/)
- Philippe Breault – Android Studio Tips Of the Day (http://www.developerphil.com/android-studio-tips-of-the-day-roundup-1/)
- How to enable Samsung Galaxy S5 developer options (http://www.androidcentral.com/how-enable-samsung-galaxy-s5-developer-options)
- Zebra Android USB Driver V2.0 (https://portal.motorolasolutions.com/Support/US-EN/Resolution?solutionId=99052) – Zebra Android USB Driver installed on the development PC, will enable performing Fast boot OS update, capturing debug log, pushing files onto a device, and APK installation from the PC to the Zebra Android device via a USB connection
Agile:
- Scrum Master Toolbox Podcast (http://www.scrum-master-toolbox.com/)
Blogs
- Steve Yegge – You Should Write Blogs (https://sites.google.com/site/steveyegge2/you-should-write-blogs)
Hardware
- Performance CPU benchmarks tables: http://www.cpubenchmark.net/common_cpus.html
Internationalization
- i18next looks like a really good way to do text translation in JavaScript:
- i18next (http://i18next.com/index.html) – full-featured i18n javascript library for translation your web application.
- i18next-parser (https://github.com/i18next/i18next-parser) – Command line and gulp plugin that parses your code and extracts the translation keys in it.
- i18next-webtranslate (http://i18next.com/pages/ext_webtranslate.html) – UI to edit your resource files.
- Stack Overflow:
- How to use i18next? Problems with translations (http://stackoverflow.com/questions/13005791/how-to-use-i18next-problems-with-translations)
- Hot translate button value with i18next? (http://stackoverflow.com/questions/23492650/how-translate-button-value-with-i18next)
JavaScript
- Interesting, assignment if null.
options = options || {};
- Convert a string to be a one-element array
if (typeof potentialKeys === 'string') { potentialKeys = [potentialKeys]; }
.NET Stuff
- ILSpy (http://ilspy.net/) – .NET Decompiler
Design
- KERNTYPE a kerning game (http://type.method.ac/) – A fun game for practice manual kerning of text. More games at http://method.ac.