Pinned Repositories
archrice
Repository containing my arch ricing
expected
P0323 & P2505 std::expected simple implementation
libparse
A functional parsing library
lspactions
handlers for required lsp actions
mraylib
simple ray tracing library focusing on good code
nvim-cheat.sh
cheat.sh integration for neovim in elegant way
nvim-finder
A highly extensible fuzzy finder neovim extension based on popfix fuzzy engine.
nvim-lsputils
Better defaults for nvim-lsp actions
popfix
Neovim lua API for highly extensible popup window
snake
A snake game trying to be reasonable
RishabhRD's Repositories
RishabhRD/nvim-lsputils
Better defaults for nvim-lsp actions
RishabhRD/nvim-cheat.sh
cheat.sh integration for neovim in elegant way
RishabhRD/mraylib
simple ray tracing library focusing on good code
RishabhRD/expected
P0323 & P2505 std::expected simple implementation
RishabhRD/libparse
A functional parsing library
RishabhRD/snake
A snake game trying to be reasonable
RishabhRD/gruvy
Gruvbuddy port independent of colorbuddy
RishabhRD/rdconfig
all my configs at a single place
RishabhRD/codeforces
my codeforces contests here
RishabhRD/basic-cmake
A CMake starter project targeting to be easy to use with conan2 package manager
RishabhRD/cses
My solutions to cses problem-set
RishabhRD/RishabhRD.github.io
RishabhRD/libparse-hask
Implementing libparse in haskell for comparing the implementations
RishabhRD/monkey-interpreter
Simple Interpreter written in Haskell
RishabhRD/astlua
lua interpreter with traversing AST
RishabhRD/chains
Experimental alternative to sender/receivers.
RishabhRD/competitest.nvim
CompetiTest.nvim is a Neovim plugin to automate testcases management and checking for Competitive Programming
RishabhRD/exio
Asynchronous IO based upon stdexec
RishabhRD/feedback-ingest
RishabhRD/functional
Some functional programming abstractions for C++
RishabhRD/good-tic-tac-toe
How I feel we should write tic-tac-toe
RishabhRD/hylo
The Hylo programming language
RishabhRD/leetcode-lang-select
A random language selector for solving leetcode problems
RishabhRD/leetcode_problems
Just solving DSA problems on leetcode
RishabhRD/monkeycpp
Interpreter for monkey programming language from book "Writing An Interpreter In Go" in modern C++
RishabhRD/neoformat
:sparkles: A (Neo)vim plugin for formatting code.
RishabhRD/rs-stl
Implementing STL in rust
RishabhRD/statdb
OLAP database with static tables
RishabhRD/stdexec
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
RishabhRD/treesitter-hylo
Treesitter grammar for hylo