Skip to content

Instantly share code, notes, and snippets.

@andrewytliu
andrewytliu / config.fish
Last active February 19, 2020 10:26
RVM fish fix
# in ~/.config/fish/config.fish
# Load the default rubies
if test -z $rvm_bin_path
exec bash --login -c "exec fish" ^&1
end
@hlvoorhees
hlvoorhees / README.md
Last active March 12, 2023 07:55
3D scatter plot using d3, x3dom

Example 3D scatter plot implemented using d3 and x3dom.