Lord knows why the NSIS folks didn’t add a CharAt function to their API. In case you need it to parse a string, here’s a Macro that makes StrCpy work like a CharAt function [bash] ;Get a character inside a string given an index. ;Usage: CharAt String Index Output !macro CharAt InputString Index Output StrCpy […]
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add to my project since now cling when used on android needs jetty, and damn jetty is broken into a thousand little jars for maximum modularity. These are the one jars that I needed to not […]
Recently I became curious on how many lines of code a huge open source project I contribute to has on what languages. I found a tool called “cloc” on sourceforge, check out the results and I dare you to think again if you think you’re in a big project.