Skip to content

Instantly share code, notes, and snippets.

View dsci's full-sized avatar

Daniel Schmidt dsci

  • Leipzig, Germany
View GitHub Profile
@sbeckeriv
sbeckeriv / .neovimrc
Created February 23, 2014 04:12
neovim vunder
set nocompatible
set runtimepath=~/.neovim/
filetype off
set rtp+=~/.neovim/bundle/vundle/
call vundle#rc('~/.neovim/bundle')
Bundle 'gmarik/vundle'
Bundle 'L9'
Bundle 'FuzzyFinder'
Bundle 'tpope/vim-fugitive'
@justinbmeyer
justinbmeyer / jsmem.md
Last active August 19, 2022 04:50
JS Memory

JavaScript Code

var str = "hi";

Memory allocation:

Address Value Description
...... ...