Skip to content

Instantly share code, notes, and snippets.

View dlants's full-sized avatar

dlants dlants

View GitHub Profile
@dlants
dlants / generic-deriving.purs
Last active April 19, 2021 15:54
Generic deriving with purescript
-- an example of how to derive a show instance for a Maybe type
-- not totally sure why `derive instance showMyMaybe :: (Show a) => Show (MyMaybe a)` errors with...
-- error: CannotDerive :
-- Cannot derive a type class instance for Data.Show.Show (MyMaybe a) since instances of this type class are not derivable.
module Main where
import Prelude
import Control.Monad.Eff (Eff)
import Control.Monad.Eff.Console (CONSOLE, log)
@dlants
dlants / denite.md
Last active March 5, 2021 06:13
denite setup with interactive ag pattern-search of project contents

Files

First things first, I want to use ag to search through my project files. Coming from fzf, I like to have two bindings for this -- one that respects my projects .gitignore and one that does not. The latter is helpful if I want to examine a built file or look at a node_module dependency while working on my js project.

I use an alias for file_rec source to toggle the -u flag on ag. Now, <C-P> searches in my git files, and <C-O> searches everything.

" denite file search (c-p uses gitignore, c-o looks at everything)
map <C-P> :DeniteProjectDir -buffer-name=git -direction=top file_rec/git<CR>
map  :DeniteProjectDir -buffer-name=files -direction=top file_rec
@dlants
dlants / bundle.md
Last active January 16, 2017 22:42

Linear Bundle

Key Understandings

  • Rates of change express themselves as slope of a line, and as a coefficient of x in a linear equation.
  • Y-intercepts express themselves as constants in linear equations.

Activities

This bundle presumes that students have some experience with the coordinate plane, and with plotting points on the coordinate plane. They have not mastered the relationship between any of the forms of a linear equation and the associated graph. They may not know the terms slope or y-intercept. They have worked with algebraic variables. They know quite a bit about proportionality in general and rates in particular.

@dlants
dlants / links.md
Created September 2, 2016 19:34
My list!
I could never be a teacher. I am really not that tough.
Being up at 5 each morning sounds really really rough.
Teaching, planning, grading, testing... For a day that's too much stuff.
Parents and administration would no doubt make me gruff.
I could never be a teacher. It just doesn't pay enough.