Skip to content

Instantly share code, notes, and snippets.

View pasunboneleve's full-sized avatar
👨‍💻
Looking for work

Daniel Vianna pasunboneleve

👨‍💻
Looking for work
  • Melbourne, Australia
  • 09:02 (UTC +11:00)
View GitHub Profile
@pasunboneleve
pasunboneleve / rust_repl.bash
Last active May 10, 2024 06:39
rust repl via jupyter
#!/bin/env bash
set -euox pipefail
python -m venv .venv
source .venv/bin/activate
pip install jupyterlab plotly
cargo install evcxr_jupyter
evcxr_jupyter --install
# and then...
@pasunboneleve
pasunboneleve / .dir-locals.el
Created June 7, 2024 04:47
.dir-locals.el for Haskell cabal projects with unusual setups
;;; Package --- dir-locals.el -*- lexical-binding: t; -*-
;;; Summary: This project's configurations for emacs.
;;;
;;; Commentary:
;;;
;;; If you don't use the `emacs` editor, you can safely ignore this file.
;;; If you do use it, you may want to copy it to `.dir-locals.el`. It will
;;; set up some configuration variables that will only work when Emacs is
;;; visiting this project.
;;;