NSIS: StrContains function – Find the index of a sub string.
Recently I was out of internet and I needed to implement a function that would search if a String was…
Recently I was out of internet and I needed to implement a function that would search if a String was…
Save the following on a .js file, preferably named jquery.twitterAutoLinks.js [javascript] /** Auto replace all Twitter nicknames for links */…
So you need to use HAProxy and you love the convenience of binary packages on repos, but when you install…
Lord knows why the NSIS folks didn’t add a CharAt function to their API. In case you need it to…
Here’s a very useful function to retrieve a randomly weighted key from an associative array in PHP. Sometimes you need…