NyuB
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: A "Cram tests" script for windows shells (github.com)
It's quite limited but does the job, I invite anybody not aware of what cram tests are to give them a try, being on Unix with the original cram or Windows with this one ;)
-
TLDR: I really like Jane Street's expect-test framework for OCaml and this is a (mini) adaptation for Kotlin and Java ;) It's only a couple of source files without packaging, check for the tests for usage examples :)
- Show HN: I made a git rebase TUI editor (github.com)
I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase…
-
Hello :) Here is a tool with the following elevator pitch: In order to keep code and documentation synchronized and avoid outdated code snippets, generate test files from markdown snippets, or even interpret them…