(via teusje)
Category Archives: Elsewhere
Google Inactive Account Manager
Ninja Jamm
Ninja Jamm is the new remix App for iOS from Ninja Tune and Seeper. Featuring touch and gesture controls with a range of instant effects and remix modes, users can interact with their favourite Ninja Tune releases in a whole new way, or start using the intuitive interface to re-imagine the song as they desire …
The View: A “Back-to-the-Camera Shot” Supercut
JSON.stringify()’s arguments
JSON.stringify() has more than one argument: value – the value one wants to convert to a string replacer – an array or a function to filter fields space – the number of spaces (or a string) to use for indentation var person = {“name”:”Jim Cowart”,”location”:{“city”:{“name”:”Chattanooga”,”population”:167674},”state”:{“name”:”Tennessee”,”abbreviation”:”TN”,”population”:6403000}},”company”:”appendTo”}; JSON.stringify(person, [“name”, “company”], 4); /* produces: “{ “name”: “Jim Cowart”, …