Skip to content

Instantly share code, notes, and snippets.

Avatar
🔥
learning haskell

bashbunni bashbunni

🔥
learning haskell
View GitHub Profile
View bash_test_example.go
func TestNoProjects(t *testing.T) {
db := Setup(t)
pr := &GormProjectRepository{DB: db}
// Don't add any projects
// Test
allProjects := GetProjects(pr)
if len(allProjects) > 0 {
t.Errorf("Shouldn't have any projects, but got: %+v\n", allProjects)
@creativenull
creativenull / mini_init.vim
Last active February 28, 2021 20:20
The bare bones, bring your own plugin manager, theme, vim configuration - opinionated of course
View mini_init.vim
" Minimal vim config
" =============================================================================
filetype plugin indent on
" =============================================================================
" = Plugin Manager =
" =============================================================================
" Use any plugin manager here
@jmoyers
jmoyers / 1. README.md
Last active November 22, 2022 08:57
Get up and running with a terminal, vim, and c++
View 1. README.md
  • color scheme
  • terminal
  • z proj, takes you to /some/deep/directory/project