caide
Automates certain common tasks that you do during programming competitions (by slycelote)
Powerline-hs
A lightning fast reimplementation of the Powerline prompt generator in Haskell. (by rdnetto)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
caide | Powerline-hs | |
---|---|---|
1 | 0 | |
83 | 118 | |
- | - | |
0.0 | 0.0 | |
3 months ago | over 1 year ago | |
Haskell | Haskell | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
caide
Posts with mentions or reviews of caide.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-29.
-
Vim plugins for Competitive Programming
Shameless plug: I'm the author of caide, which (among other things) can download sample inputs/outputs, run the tests and display their run time. I debug using :h Termdebug. The only caide-specific setting I use is the following command: command! -nargs=1 -complete=file CCheckout :call s:CaideCheckout() function! s:CaideCheckout(problem_name) abort exe '!/media/data/bin/caide checkout' a:problem_name if v:shell_error return endif let s:caide_problem = a:problem_name silent exe 'edit' a:problem_name . '/' . a:problem_name . '.cpp' endfunction
Powerline-hs
Posts with mentions or reviews of Powerline-hs.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Powerline-hs yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing caide and Powerline-hs you can also consider the following projects:
hidden-char - Provides cross-platform getHiddenChar function
catnplus - Simple tool to display text files with line numbers and paging
nix-deploy - Deploy software or an entire NixOS system configuration to another NixOS system
shelltestrunner - Easy, repeatable testing of CLI programs/commands
cpbooster - Competitive Programming Booster
hledger - Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
aws-cloudfront-signed-cookies - Generate signed cookies for AWS CloudFront
vimfiles