Saturday, 30 August 2014
Interesting Snippets from 2014-08-30
-
Google Hacking Database, GHDB, Google Dorks
We call them 'googledorks': Inept or foolish people as revealed by Google. Whatever you call these fools, you've found the center of the Google Hacking Universe!
Interesting Snippets from 2014-08-26
-
Queues
There are many queueing systems out there. Each one of them is different and was created for solving certain problems. This page tries to collect the libraries that are widely popular and have a successful record of running on (big) production systems.
Interesting Snippets from 2014-08-04
-
facebook/immutable-js ยท GitHub
Immutable data cannot be changed once created, leading to much simpler application development and enabling techniques from functional programming such as lazy evaluation. Immutable JS provides a lazy Sequence, allowing efficient chaining of sequence methods like map and filter without creating intermediate representations.
-
Introduction :: Eloquent JavaScript
Casual computing has become much more widespread in the past twenty years, and language-based interfaces, which once were the default way in which people interacted with computers, have largely been replaced with graphical interfaces. But they are still there, if you know where to look. One such language, JavaScript, is built into just about every web browser, and thus available on just about every consumer device. This book intends to make you familiar enough with this language to be able to make a computer do what you want.