Pinned Repositories
armorattackjs
Class Vectrex game "Armor Attack" implemented using JavaScript, Canvas2D and the audio tag
basic-cmdline
Basic command line parser
dupits
Find code duplication in one file
elm-ui-examples
A collection of simple examples of layouts using elm-ui
FiniteStateMachineTDDKata
Catch2+C kata for TDDing a simple Finite State Machin
inkup
A Vagrantfile that describes a VM capable of building Inkscape Trunk from sources
pair-programming-survival-kit
A simple typescript+react app to give some advice on how to make pair-programming good and effective
pytddmon
Continuous unit testing tool
qp-python
Python port of Miro Samek’s QP active object framework.
objarni's Repositories
objarni/elm-ui-examples
A collection of simple examples of layouts using elm-ui
objarni/basic-cmdline
Basic command line parser
objarni/FiniteStateMachineTDDKata
Catch2+C kata for TDDing a simple Finite State Machin
objarni/PoorProgrammersCCodeCoverage
An hack using the preprocessor to get (non-branching) line code coverage
objarni/AlarmClockKata
exercise to practice removing duplication
objarni/approvaltests-python-smoketest
A little hack to check if a specific ApprovalTests.Python library version blows up or not
objarni/ApprovalTests.Python
ApprovalTests for python
objarni/asciirust
An implementation of the ascii command in Rust
objarni/bitmask
A header only library for expressing bitmasks readably in C/C++ pre C++14
objarni/gopure
Playing with Go backend for PureScript
objarni/grep-with-marketing
Excercise to practice getting C code into a surgery
objarni/intellij-kb-shortcuts
Document my PyCharm keyboard shortcuts
objarni/katalog
A small tool to keep track of Code Katas I use as technical agile coach
objarni/KeyboardShortcuts
An experiment with property based testing
objarni/LeapYearsKata
objarni/LearningHourKit
Olof Bjarnason's Samman Coaching Learning Hours Kit
objarni/MarsRoverKata
TDDing a medium sized problem
objarni/pixel
A hand-crafted 2D game library in Go
objarni/pixelop
A declarative graphics operation library built on top of Pixel2D and Tilepix, especially well suited for Approval Testing your app graphics!
objarni/RobbersLanguageKata
A kata about translating to (or from) the Robber's language
objarni/rust-koans
A collection of unit tests for learning Rust
objarni/starter
empty starting projects in various languages
objarni/svg_timeline
Python script to visualize timed periods/events
objarni/tddstats
Monitor your TDD practice and understand where you spend most (and least) time!
objarni/Tennis-Refactoring-Kata
Starting code for a Refactoring Code Kata on the Tennis rules
objarni/TheatricalPlayersKata
Example from first chapter of 'Refactoring' by Martin Fowler, with tests and translations
objarni/tilepix
Library for combining tiled maps with pixel
objarni/workon
Samkoda (Social coding experiment) MVP
objarni/Yatzy-Refactoring-Kata
Starting code for a Refactoring Code Kata on the Yatzy rules
objarni/YatzyStarterKata
Starting point for practicing Yatzy design kata