Pinned Repositories
advent-of-code
Solutions for the Advent of Code 2019 (https://adventofcode.com/2019)
advent-of-code-2020
advent-of-code-2021
aoc-2022
Advent of Code 2022
aoc-2024
barmark
A markdown parser, in C
JustifiedNav
A script that automatically justifies nav elements, much like text-align:justify does to text.
wireframe
Given a map of point altitudes, render a 3d wireframe of that map.
zIndexTree
A way to visualize the stacking context of everything on your website
barbarj's Repositories
barbarj/zIndexTree
A way to visualize the stacking context of everything on your website
barbarj/JustifiedNav
A script that automatically justifies nav elements, much like text-align:justify does to text.
barbarj/wireframe
Given a map of point altitudes, render a 3d wireframe of that map.
barbarj/advent-of-code
Solutions for the Advent of Code 2019 (https://adventofcode.com/2019)
barbarj/advent-of-code-2020
barbarj/advent-of-code-2021
barbarj/aoc-2022
Advent of Code 2022
barbarj/aoc-2024
barbarj/barmark
A markdown parser, in C
barbarj/aoc-2023
barbarj/canvas-pong
2-player pong game using HTML5 Canvas and vanilla JS.
barbarj/commonmark-spec
CommonMark spec, with reference implementations in C and JavaScript
barbarj/craft-video-embed-utility
A Craft CMS plugin providing a Twig filter for embedding video from YouTube and Vimeo URLs
barbarj/craft3-plugin-redirect
Craft 3 redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 pages. The plugin provides a clear user interface for admin and non-admin users.
barbarj/Dead-Simple-Contact-Form
An extremely simple and easy-to-use contact form for WordPress
barbarj/fillit
A project for 42. Find the smallest square that given tetronimos (tetris pieces) fit in to.
barbarj/fillit-bitwise
An implementation of my fillit project, using bitwise operators.
barbarj/filter-tweets-for-links
A ruby script that filters the tweets of a specified user for links, and creates a small html file with those links.
barbarj/ft_printf
Build a personal implementation C's printf function.
barbarj/ft_ssl
An implementation of some of openssl
barbarj/get_next_line
Read the next line from the given file descriptor
barbarj/libft
Personal implementation of C stdlib functions and then some.
barbarj/libft_tests
Unit tests for the ftlib project at 42
barbarj/limbo
Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
barbarj/project-euler
My solutions for the problems at https://projecteuler.net/archives
barbarj/rjhallsted-theme-3
The WordPress theme for the third incarnation of rjhallsted.com
barbarj/rss-feed
barbarj/rustix
Safe Rust bindings to POSIX-ish APIs
barbarj/rythm-correct.js
A simple script used to add margin to elements with dynamic heights, in order to maintain vertical rythm.
barbarj/sicp-solutions
Solutions to the excercises in Structure and Interpretation of Computer Programs