Pinned Repositories
10-days-statistics
10 days of statistics challenges from hackerrank
algorithms
Common algorithm implementations written in Java. The purpose of this is to better understand the logic behind them. Please ignore the poor coding standards. They aren't my focus here.
ascii-image
Converts and image into ASCII
binary_record_store_c
A Record store that writes to a local binary file.
coding-challenge-backend
Coding Challenge
pixelate
Pixelates an input image
rust-life
Conways game of life written in Rust
rust-programming-cookbook
Working through the Rust Programming Cookbook
tictactoe_c
TicTacToe written in C
pkowalski's Repositories
pkowalski/10-days-statistics
10 days of statistics challenges from hackerrank
pkowalski/algorithms
Common algorithm implementations written in Java. The purpose of this is to better understand the logic behind them. Please ignore the poor coding standards. They aren't my focus here.
pkowalski/ascii-image
Converts and image into ASCII
pkowalski/binary_record_store_c
A Record store that writes to a local binary file.
pkowalski/coding-challenge-backend
Coding Challenge
pkowalski/ethereum-node
Node based smart contract/ethereum application
pkowalski/pixelate
Pixelates an input image
pkowalski/rust-life
Conways game of life written in Rust
pkowalski/rust-programming-cookbook
Working through the Rust Programming Cookbook
pkowalski/tictactoe_c
TicTacToe written in C
pkowalski/functional-practice
Functional programming practice.
pkowalski/rust-ds-algo
Data Structures and Algorithms written in Rust
pkowalski/rust-iterators
Learning how to implement iterators in rust
pkowalski/rust-smart-pointers
Implementing basic versions of rusts smart pointers Cell and RefCell
pkowalski/urlshort
Ex 2 - Create an http.Handler that forwards paths to other URLs