Sridhar Ratnakumar
Sridhar Ratnakumar
- [x] Create [Github Pages](https://pages.github.com) - [x] Import content and screenshots from [Internet Archive](https://web.archive.org/web/20151014064234/http://gnusim8085.org/) - [ ] Import ASM tutorial from source tree - [x] Have @aanjhan redirect www.gnusim8085.org to...
From https://opensourceforu.com/2011/08/gnusim8085-review/ --- The label line needs to be assigned at least a line of code. For example, if you do something like the following: ``` mvi c, 0ah mvi...
try this ```sh bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel "xclip -i -selection clipboard" ```
https://github.com/MatthewCroughan/nixcfg/blob/a64bf105f7a8e00fe9ebe55374fe0df793cec149/mixins/common.nix
https://github.com/Mic92/dotfiles/pull/316
This doesn't look great https://github.com/srid/nixos-config/blob/e20c1eafa69342fbd8094306f19a08b150f6f213/Makefile#L18
Blocked on https://github.com/LnL7/nix-darwin/pull/228
contd. from https://github.com/hspec/hspec/pull/667#issuecomment-1109869075 Instead of `SpecWith a`, if we had a `SpecWith m a` - it would allow us to use custom monads for, say, managing project-specific test configuration. In...