Pinned Repositories
actix-todo-api
Actix-web learning project - Todo list with auth & tenancy
Advent-of-Code-2022
Advent of Code 2022 - in Rust!
cashtrack-api
CashTrack API
cifar10-classification-neuralnetworks
Solving the image classification problem with machine learning (neural networks) and data mining techniques. The data is the famous CIFAR10 set.
fitting-rectangles
Solving rectangle-fit problem using meta-heuristic approaches
Monads-ProgL
Monady i inne śmieszki
rust-graceful-kb-interrupt-handling
Example code for gracefully shutting down threadpool on keyboard interrupts
wgpu-basics
My ongoing project learning real-time rendering concepts using WGPU
Killavus's Repositories
Killavus/rails-course-3-shop-admin-panel
Killavus/rails-course-3-orders-and-products
Orders and Products application which shows association mechanisms
Killavus/exercism-gigasecond
Gigasecond exercise in Ruby
Killavus/rails-course-2-simple-app-with-validations
Simple app in Rails with validations, hosted on Heroku
Killavus/rails-course-1-simple-app
Simple app in Rails, hosted on Heroku (first homework)
Killavus/ruby_koans
A set of Koans to teach the Ruby language
Killavus/katas-list
Simple Katas List as a front-end first approach example
Killavus/StringCalculator-Kata
String calculator kata @ Arkency
Killavus/PragProgKatas
Katas to teach myself TDD from codekata.pragprog.com
Killavus/CIL-Scripts
VERY simple bash scripts to use CIL in a sane way
Killavus/Wzory-RPiS
Lista wzorów na kolokwium z RPiS, 16.04.2014
Killavus/D3API-Test
Test of D3 API in Rails
Killavus/bbq-spawn
Killavus/cocoa2dx-lpp
Killavus/BD2013-Projekt
Projekt na Bazy Danych 2013, temat: Quizy tematyczne.
Killavus/Pomodoro-Timer
Simple Pomodoro timer written in Ruby using qt-bindings and based on Hexagonal architecture.
Killavus/Monads-ProgL
Monady i inne śmieszki
Killavus/todomvc
Killavus/BST
Binary search tree implementation in C++.
Killavus/lograge
An attempt to tame Rails' default policy to log everything.
Killavus/BezierPoly-Transformation
A set of experiments attempting to transform Bezier form polynomials to expotential form polynomials and vice versa - with numerical analysis included. Test cases are written in C++.
Killavus/FlyHigh-Project
A project development skel, just run it and increase your productivity!
Killavus/CLI-BattleShips
Very small CLI code implementing battleships game via network. For educational purposes (comments in Polish, all documented)
Killavus/coffeescript-koans
Koans to learn CoffeeScript
Killavus/PyGame-SpaceInvaders
Another simple game, written in Python using PyGame
Killavus/TinyMVC
Tiny MVC framework in PHP
Killavus/PyGame-Arkanoid
Very simple Arkanoid, written in Python using PyGame