Pinned Repositories
backbone-rails
Easily use backbone.js with rails 3.1 (backbone-rails gem fork with latest versions of underscore.js and backbone.js)
cpp_exercisms
My solutions for C++ track at exercism.io. Most solutions were done with C++11 in mind even though they recommend using C++14 features. Well, this track is mostly about solving problems. Thanks to mentors working at exercism.io
cpp_experiments
some c++ experiments with math, strings, time and unix sockets. i may also try to rewrite unix utils just for fun
cpp_modules
Modules to learn C++ features
csharp_exercisms
My solutions for C# track at exercism.io.
csharp_experiments
some c# experiments with .net core 5
csharp_modules
C# piscine beta
cub3D
Graphics project based on raycasting algorithm. Inspired by id Software's Wolfenstein 3D
ft_containers
Implementation of list, vector, map (based on red black trees), stack and queue STL containers. Additionally reimplemented default allocator, reverse_iterator, iterator_traits, some type_traits, pair, a couple of relational operator templates, some algorithms and priority_queue. Reference standard C++98
ft_linux
Files for my Linux From Scratch builds including builds for kernel versions 4.19.195 and 5.14-rc2 with systemd
thefullarcticfox's Repositories
thefullarcticfox/backbone-rails
Easily use backbone.js with rails 3.1 (backbone-rails gem fork with latest versions of underscore.js and backbone.js)
thefullarcticfox/cpp_exercisms
My solutions for C++ track at exercism.io. Most solutions were done with C++11 in mind even though they recommend using C++14 features. Well, this track is mostly about solving problems. Thanks to mentors working at exercism.io
thefullarcticfox/cpp_experiments
some c++ experiments with math, strings, time and unix sockets. i may also try to rewrite unix utils just for fun
thefullarcticfox/cpp_modules
Modules to learn C++ features
thefullarcticfox/csharp_exercisms
My solutions for C# track at exercism.io.
thefullarcticfox/csharp_experiments
some c# experiments with .net core 5
thefullarcticfox/csharp_modules
C# piscine beta
thefullarcticfox/cub3D
Graphics project based on raycasting algorithm. Inspired by id Software's Wolfenstein 3D
thefullarcticfox/ft_containers
Implementation of list, vector, map (based on red black trees), stack and queue STL containers. Additionally reimplemented default allocator, reverse_iterator, iterator_traits, some type_traits, pair, a couple of relational operator templates, some algorithms and priority_queue. Reference standard C++98
thefullarcticfox/ft_linux
Files for my Linux From Scratch builds including builds for kernel versions 4.19.195 and 5.14-rc2 with systemd
thefullarcticfox/ft_printf
Simplified printf function implementation from C standard library. Supports %csdiupxX conversions
thefullarcticfox/ft_server
Simple Docker container for Nginx server providing access to Wordpress website and phpMyAdmin service on MySQL database. Dockerfile builds from scratch on Debian Buster
thefullarcticfox/ft_services
Kubernetes cluster for 8 services: simple Nginx website with SSH access, FTPS server, MySQL database for Wordpress website and phpMyAdmin service, Influxdb database for cluster metrics collected by Telegraf and accessed with Grafana metrics dashboard. All containers are building from scratch using Alpine Linux
thefullarcticfox/get_next_line
C function to read from fd line by line copying lines into C strings
thefullarcticfox/inception
Several docker containers running with docker-compose. Nginx, MariaDB, WordPress.
thefullarcticfox/java_exercisms
My solutions for Java track at exercism.io.
thefullarcticfox/kotlin_hyperskill
Solutions to JetBrains Academy Kotlin Developer projects
thefullarcticfox/libasm
C standard library functions written in assembly language (Intel x86 syntax)
thefullarcticfox/libft
Static library for projects on C. It contains some recoded C standard library functions for string and memory manipulation, additional C strings related functions and list data structure related functions
thefullarcticfox/minishell
Simple Unix shell that supports environment variables, running executables from absolute, relative paths and from $PATH, running multiple commands divided by ";", redirects from files (like < > >>) and piped commands. Developed with https://github.com/Antip003
thefullarcticfox/philosophers
Solving philosophers problem with threads, mutexes and semaphores
thefullarcticfox/thefullarcticfox
github readme
thefullarcticfox/todoapp_rails
Simple Todo webapp on Rails 6 using PostgreSQL as database and backbone.js as frontend
thefullarcticfox/xenia
Xbox 360 Emulator Research Project