Everything Is AWESOME!!! -- The LEGO® Movie -- Tegan and Sara feat. The Lonely Island - YouTube: ""
'via Blog this'
Tuesday, February 18, 2014
Monday, February 17, 2014
Sunday, February 16, 2014
Dug.js — A JSONP to HTML Script — Rog.ie
Dug.js — A JSONP to HTML Script — Rog.ie: "u want to display your Dribbble shots, recent pins on Pinterest, 500px or Instagram photos, Github commits, or recently listened to music on your blog or site? Then this chunk of javascript is for you. It was designed to be a lightweight, simple, library-independent script to pull in feeds of content available on the web as JSONP (there's lots of em!) to display on your site."
'via Blog this'
'via Blog this'
Friday, February 14, 2014
Cyclomatic complexity - Wikipedia, the free encyclopedia
Cyclomatic complexity - Wikipedia, the free encyclopedia: "Cyclomatic complexity (or conditional complexity) is a software metric (measurement). It was developed by Thomas J. McCabe, Sr. in 1976 and is used to indicate the complexity of a program. It is a quantitative measure of logical strength of the program. It directly measures the number of linearly independent paths through a program's source code. "
'via Blog this'
'via Blog this'
Thursday, February 13, 2014
Wednesday, February 12, 2014
A Complete Guide to Flexbox | CSS-Tricks
A Complete Guide to Flexbox | CSS-Tricks: "The Flexbox Layout (Flexible Box) module (currently a W3C Candidate Recommandation) aims at providing a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic (thus the word "flex").
"
'via Blog this'
"
'via Blog this'
Heap (data structure) - Wikipedia, the free encyclopedia
Heap (data structure) - Wikipedia, the free encyclopedia: "In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: If A is a parent node of B then the key of node A is ordered with respect to the key of node B with the same ordering applying across the heap."
'via Blog this'
'via Blog this'
Tuesday, February 11, 2014
Monday, February 10, 2014
Sunday, February 09, 2014
express3-handlebars
express3-handlebars: "var express = require('express'),
exphbs = require('express3-handlebars'),
app = express();
app.engine('handlebars', exphbs({defaultLayout: 'main'}));
app.set('view engine', 'handlebars');
app.get('/', function (req, res) {
res.render('home');
});
app.listen(3000);"
'via Blog this'
exphbs = require('express3-handlebars'),
app = express();
app.engine('handlebars', exphbs({defaultLayout: 'main'}));
app.set('view engine', 'handlebars');
app.get('/', function (req, res) {
res.render('home');
});
app.listen(3000);"
'via Blog this'
Thursday, February 06, 2014
Online Collaboration Software for Remote and Virtual Teams | Sqwiggle
Online Collaboration Software for Remote and Virtual Teams | Sqwiggle: "Your Office In The Cloud
Increase human collaboration with that tap on the shoulder experience - from anywhere."
'via Blog this'
Increase human collaboration with that tap on the shoulder experience - from anywhere."
'via Blog this'
Wednesday, February 05, 2014
Sunday, February 02, 2014
The Universe of Discourse : Why I like Java
The Universe of Discourse : Why I like Java: "Java is neither a good nor a bad language. It is a mediocre language, and there is no struggle. In Haskell or even in Perl you are always worrying about whether you are doing something in the cleanest and the best way. In Java, you can forget about doing it in the cleanest or the best way, because that is impossible. Whatever you do, however hard you try, the code will come out mediocre, verbose, redundant, and bloated, and the only thing you can do is relax and keep turning the crank until the necessary amount of code has come out of the spout. If it takes ten times as much code as it would to program in Haskell, that is all right, because the IDE will generate half of it for you, and you are still being paid to write the other half."
'via Blog this'
'via Blog this'
Subscribe to:
Comments (Atom)