Pinned Repositories
batching-toposort
Efficiently sort interdependent tasks into a sequence of concurrently-executable batches
cursed-pangram
Cursed Pangram
debugging-js
Debugging JavaScript — a Practical Distillation for Students
lambda-talk
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
left-recursion
Quick explanation of eliminating left recursion in Haskell parsers
potential
An educational Promises/A+ spec compliant promise library
send-seekable
Express.js/connect middleware for serving partial content (206) requests for buffers or streams
volleyball
🏐 Tiny HTTP logger for Express showing asynchronous requests and responses
glebec's Repositories
glebec/lambda-talk
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
glebec/left-recursion
Quick explanation of eliminating left recursion in Haskell parsers
glebec/volleyball
🏐 Tiny HTTP logger for Express showing asynchronous requests and responses
glebec/send-seekable
Express.js/connect middleware for serving partial content (206) requests for buffers or streams
glebec/batching-toposort
Efficiently sort interdependent tasks into a sequence of concurrently-executable batches
glebec/potential
An educational Promises/A+ spec compliant promise library
glebec/haskell-programming-allen-moronuki
Personal notes for learning Haskell through Chris Allen and Julie Moronuki's book
glebec/lambda-talk-practical
Some JS techniques and tools which are at least associated with lambda calculus
glebec/java-a-beginners-guide
Notes, exercises, and solutions repo for "Java: a Beginner's Guide, Eighth Edition"
glebec/catfetti
🐱 A very important app for cool people. See it at https://glebec.github.io/catfetti
glebec/fortunes
🥠 Database of programming wisdom fortune cookies for the fortune program
glebec/monadic-parser-combinators
Demo of various functional design patterns and techniques via parsers
glebec/advent-of-code-2019
Advent of Code 2019 Solutions in Haskell
glebec/cursed-pangram
Cursed Pangram
glebec/springboard
🏁 Personal GitHub setup for easy project initialization
glebec/advent-of-code-2018
My solutions for the 2018 Advent of Code challenge
glebec/advent-of-code-y2022
Advent of Code 2022 Solutions
glebec/beginners-typescript-tutorial
An interactive TypeScript tutorial for beginners
glebec/demo-redux-with-sum-types
Illustration of using sum types (via daggy) for Redux state tree
glebec/generative-testing-talk
Fast-Check example repo, in prep for a talk on property testing (aka invariant testing)
glebec/Javascript-Exercises-2
A few small websites for manipulating the DOM
glebec/stack-templates
My personal stack templates for easy Haskell project initialization
glebec/agnoster-zsh-theme
A ZSH theme designed to disclose information contextually, with a powerline aesthetic
glebec/dev.to
Where programmers share ideas and help each other grow
glebec/GildedRose-Refactoring-Kata
Starting code for the GildedRose Refactoring Kata in many programming languages.
glebec/graphite-demo
Repo to demo Graphite and git stacking
glebec/parser-combinators-demo
Ad-hoc presentation repo for monadic parser combinators
glebec/prezto
The configuration framework for Zsh
glebec/total-typescript-book
The companion repo for the upcoming Total TypeScript book
glebec/xml_parser
xml_parser written with parser combinator. it is just a try to build a parser with some basic parser combinators