Pinned Repositories
codecharacter-driver-2022
The driver for CodeCharacter 2022
codecharacter-simulator-2022
The simulator of CodeCharacter 2022
aoc22
Advent of Code 2022 solutions (https://adventofcode.com/2022)
brainfuck
Bytecode compiler(s) and JIT(s) for Brainfuck
cpparsec
Parser combinator in C++
delta_induction_ctf
dotfiles
My dotfiles
Enma
LabsAndAssignments
par_incr
Parallel version of incremental library
dipeshkaphle's Repositories
dipeshkaphle/ns-box
dipeshkaphle/risp
dipeshkaphle/delta_induction_ctf
dipeshkaphle/hbc
dipeshkaphle/A-star
A* implementation with multiple heaps(Fibonacci , Pairing and Normal Binary heap)
dipeshkaphle/BrowserText2File
Simple script lol
dipeshkaphle/genericVector
A generic Vector implementation in C
dipeshkaphle/TooManyLinkedLists
dipeshkaphle/ToyAllocator
dipeshkaphle/CTM
dipeshkaphle/polynomialEquationSolver
dipeshkaphle/lsFilterer
This ruby script filters out files and directories from the ls command and lists them. It is a small extension of the ls command. Read the README for more
dipeshkaphle/RubyAES
AES encryption and decryption written in ruby
dipeshkaphle/ExpressionEvaluator
Expression evaluator written in Haskell
dipeshkaphle/TextJustifier
A text justification program made with python