A Pen by AvraamMavridis on CodePen.
This file contains hidden or 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
{ | |
"furniture_type": "shelf", | |
"furniture_id": null, | |
"is_label": false, | |
"camera": { | |
"angle": 0 | |
}, | |
"structure": { | |
"columns": [ | |
{ |
This file contains hidden or 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
{ | |
"is_label": false, | |
"camera": { | |
"angle": 0 | |
}, | |
"furniture_type": "shelf", | |
"structure": { | |
"columns": [ | |
{ | |
"position": 0, |
This file contains hidden or 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
[ | |
{ | |
"city": "New York", | |
"growth_from_2000_to_2013": "4.8%", | |
"latitude": 40.7127837, | |
"longitude": -74.0059413, | |
"population": "8405837", | |
"rank": "1", | |
"state": "New York" | |
}, |
This file contains hidden or 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
bindkey "\e\e[D" backward-word | |
bindkey "\e\e[C" forward-word | |
bindkey "^[a" beginning-of-line | |
bindkey "^[e" end-of-line | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/avraammavridis/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ |
[].forEach.call($$("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})
This file contains hidden or 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
[ | |
{ "key": "cmd+o", "command": "editor.action.outdentLines", | |
"when": "editorTextFocus && !editorReadonly" }, | |
{ "key": "cmd+k", "command": "workbench.action.terminal.kill" }, | |
{ "key": "ctrl+t", "command": "workbench.action.terminal.toggleTerminal" } | |
] |
This file contains hidden or 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
importScripts('./cachepolyfill.js'); | |
var CACHE_VERSION = 1; | |
var CACHE = `cache-v${ CACHE_VERSION }`; | |
const assetsToCache = [ | |
// CDNs AND 3rd parties | |
'//cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.2/socket.io.min.js', | |
'//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js', | |
'//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css', |
OlderNewer