Jakob Hohlfeld Web Developer, Freelancer, Founder, Entrepreneur @jhohlfeld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stats | |
-------------------- | |
Total number of relations: 911 | |
Boundary values (count): | |
administrative 896 | |
land_area 5 | |
maritime 3 | |
religious_administration 1 |
I suppose you already installed homebrew nad have one current version of node installed.
Reference taken from https://gist.github.com/kugaevsky/68a7fa894551da9c310a
First, add an older formula of node:
$ cd /usr/local
$ git checkout b64d9b9c431642a7dd8d85c8de5a530f2c79d924 Library/Formula/node.rb
$ brew unlink node
Google Music Equalizer ('-' * 22) A pure CSS version of Google Music's equalizer gif.
Forked from Glen Cheney's Pen Google Music Equalizer.
A Pen by Jakob Hohlfeld on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var map, map_canvas; | |
var MapController = RouteController.extend({ | |
onStop: function() { | |
if(!map_canvas) { | |
return; | |
} | |
map_canvas.detach(); | |
} | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.example</groupId> | |
<artifactId>jasmine-project</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<packaging>war</packaging> | |
<name>A Jasmine Project</name> | |
<url>http://github.com/searls/jasmine-maven-plugin</url> | |
<build> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> | |
var Vector = function(x, y) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> | |
var Vector = function(x, y) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"uri": "demo/345ad0f7.jpg", | |
"size": [3200, 2400], | |
"delegates": [{ | |
"uri": "demo/image-xsmall.jpg", | |
"size": [320, 240] | |
}, { | |
"uri": "demo/image-small.jpg", | |
"size": [640, 480] | |
}, { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(['jquery', 'text!some_template.html'], function($, html) { | |
// this will not work: window.__html__ will be undefined! | |
// var html = window.__html__['/base/some_template.html']; | |
/** | |
* Test case: | |
* Let requirejs-text load the assets. | |
*/ | |
describe('It', function() { |