toxiclibs.org
The road ahead
http://toxiclibs.org/2011/09/the-road-ahead
September 26, 2011. Toxiclibs roadmap Q4/2011 - Q2/2012 (click to enlarge). A bit of philosophy. In the past, myself and other people have done half-baked attempts to port selected classes to other languages (ActionScript, JavaScript, C ). However, all of them were just isolated fragments needed for specific projects and never approached general library status even closely. As most people are surely aware of by now, since the beginning of the year Mr. Kyle Philips. Based platforms, like Node.js. In terms...
mohamedsharaf.net
Page 2 – Mohamed Sharaf
http://mohamedsharaf.net/page/2
Mohamed Sharaf محمد شرف. لازم تقراها بالله مش تضيع نفسك اقرا وفوق. Assuming that table B is exact copy of table A, and that all necessary indexes are created, self-join of table A should be a bit faster than join of B with A simply because data from table A and its indexes can be reused from cache in order to perform self-join (this may also implicitly give more memory for self-join, and more rows will fit into working buffers). If table B is not the same, then it is impossible to compare. While I have t...
jamesonjavascript.wordpress.com
James M. Greene | James on JavaScript
https://jamesonjavascript.wordpress.com/author/jamesmgreene
Just TreeWalkin', yo…. Author Archives: James M. Greene. About James M. Greene. My colleagues often ask me how they can improve at JavaScript. I usually start by replying with the obvious (and correct) answer of “you need to write more of it”. However, since supplying. That answer would be a total dick move, I have also been casually gathering and pruning a list of [IMHO] the most important and/or confusing concepts in JavaScript. Read the rest of this entry ». Posted by James M. Greene. My intent is to ...
github.com
mustache.js/README.md at master · janl/mustache.js · GitHub
https://github.com/janl/mustache.js/blob/master/README.md
Aug 16, 2016. Change "loadUser" to "loadUser()" in docs. (. Users who have contributed to this file. 639 lines (462 sloc). Mustache.js - Logic-less { mustache} templates with JavaScript. What could be more logical awesome than no logic at all? Is an implementation of the mustache. Template system in JavaScript. Is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. API, or AMD.
jeditoolkit.com
Gist plugin for Bespin
http://www.jeditoolkit.com/2010/05/02/gist-plugin-for-bespin.html
Fork me on GitHub. Isolate.js via AST analysis. Recent changes in SDK. Write logic, not mechanics. Addons in multi process future. Yet another take on inheritance. Git status in bash prompt. CommonJS based Github library. Gist plugin for Bespin. As it was announced on a Bespin blog. Recently, plugin development got a lot easier and it’s really so. Today I am happy to share a gist plugin. I’ve developed. It allows users to list / create / open gists, all from the editor. Enough with a words! Bespin - Java...
nyarla.gazaxian.com
running - Page 1 - Zero Pager
http://www.nyarla.gazaxian.com/tag/running
Gaz Liddon : Aging Nerd. Saturday 23 Jan 2016. Last time on http:/ new.zeropager.com. I was in the middle of a training program with the aim of upping my time and pace. Which it did! And also gave me a horrible bit of hamstring trouble. Completely my fault for an overly ambitious increase in distance and effort while being, quite frankly, a bit old. So I haven't written here for a while but right now? I'm in the middle of a mini-renaissance and quite enjoying a bit of running again. To the small set of r...
nyarla.gazaxian.com
health - Page 1 - Zero Pager
http://www.nyarla.gazaxian.com/tag/health
Gaz Liddon : Aging Nerd. Friday 29 May 2015. Yeah all right mum. Time for another fad diet. I'm 3 years into low carbohydrate eating and on the whole it's been great; lost a load of weight, gave energy to exercise and blunted the majority of type 2 diabetes risks. That's been great but I need a new project. One of the downsides is that despite losing a lot of weight I'm a bit skinny fat. So time to try something new and this time it's Carb Nite. While swapping out cardio for strength training. Day #5 rig...
chrislambistan.com
chrislambistan: September 2011
http://www.chrislambistan.com/2011_09_01_archive.html
A blog on software and cybersecurity. Obligatory about me page. Wednesday, September 21, 2011. To relegating the workstation role to a small segment of their installed base? Not even close if you ask me. So the Windows 8 development stack is all on top of the Windows Runtime (WinRT), so apps will be developed in a typical web stack (CSS/JS/HTML) and/or in C . I'm personally interested in how you effectively merge the two - heavy lifting in C via WinRT, and integration and UI with web tech. On Behavior Dr...
chrislambistan.com
chrislambistan: August 2011
http://www.chrislambistan.com/2011_08_01_archive.html
A blog on software and cybersecurity. Obligatory about me page. Sunday, August 28, 2011. BDD Testing Example with Node.js and Jasmine. In Node.js at least, using jasmine is pretty straightforward. We can use standard Node.js require(.). First, in the project, create a spec. Directory. I created it right next to the lib. Var date = require('./lib/date').date;. Describe('date specification', function(){. It('should return a valid value', function(){. Var generator = new date.Generator();. Var SEED = 10;.
SOCIAL ENGAGEMENT