Eugene Obrezkov

Results 24 repositories owned by Eugene Obrezkov

type-challenges-solutions

466
Stars
57
Forks
Watchers

Solutions for the collection of TypeScript type challenges with explanations

llvm-kaleidoscope

225
Stars
48
Forks
Watchers

LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)

telegram-bot-github

118
Stars
28
Forks
Watchers

Allows to you receive GitHub notifications right in the Telegram

sails-hook-cron

89
Stars
14
Forks
Watchers

Sails hook for running cron tasks

nand-2-tetris

74
Stars
6
Forks
Watchers

Computer built from the ground up on top of own CPU, while compiler and assembler for it implemented in Rust language

advent-of-code-2015

19
Stars
4
Forks
Watchers

Solutions for Advent of Code - a series of small programming puzzles for a variety of skill levels

assetsjsloader

15
Stars
0
Forks
Watchers

Async loader which loads CSS and JS files

iterum

15
Stars
0
Forks
Watchers

Interpreter for a subset of ECMA specification implemented on top of recursive descent parser

node-print-message

21
Stars
2
Forks
Watchers

Node.js module for printing out beautiful messages in console

pascal-interpreter

33
Stars
1
Forks
Watchers

A simple interpreter for a large subset of Pascal language written for educational purposes