adamtornhill
Adam is a programmer that combines degrees in engineering and psychology. He’s the founder of CodeScene where he designs tools for software analysis.
https://codescene.com/Malmö, Sweden
Pinned Repositories
code-maat
A command line tool to mine and analyze data from version-control systems
FractalFigures
A Processing sketch to visualize code ownership
free-for-dev
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
indent-complexity-proxy
A command line tool to calculate a metric using the indentation of the source code as a proxy for complexity.
LispForTheWeb
Source code to my Common Lisp web development tutorial
maat-scripts
Scripts used to post-process the results from Code Maat
MetricsTreeMap
A Processing program to visualize metrics as tree maps.
ownership-fractals
A prototype for Quil based visualizations of fractal figures
PatternsInC
Code samples for the book Patterns in C
tinch_pp
Distributed Erlang nodes in C++
adamtornhill's Repositories
adamtornhill/PatternsInC
Code samples for the book Patterns in C
adamtornhill/MetricsTreeMap
A Processing program to visualize metrics as tree maps.
adamtornhill/tinch_pp
Distributed Erlang nodes in C++
adamtornhill/indent-complexity-proxy
A command line tool to calculate a metric using the indentation of the source code as a proxy for complexity.
adamtornhill/ownership-fractals
A prototype for Quil based visualizations of fractal figures
adamtornhill/apl-challenge-2014-in-J
Learning the J language by solving problems from the Dyalog APL challenge
adamtornhill/zoo-time-series
A playground for different Zoo prototypes
adamtornhill/apl-challenge-2015-in-J
Learning the J language by solving problems from the Dyalog APL challenge
adamtornhill/apl-challenge-2016-in-J
Learning the J language by solving problems from the Dyalog APL challenge
adamtornhill/AzureSamples
adamtornhill/clojurescript
Clojure to JS compiler
adamtornhill/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
adamtornhill/gradle-docker-plugin
Gradle plugin for managing Docker images and containers.
adamtornhill/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
adamtornhill/kmeans-clj
Simple k-means clustering library in clojure.
adamtornhill/Koha
Koha is a free software integrated library system (ILS). Koha is distributed under the GNU GPL version 3 or later. Note: this is a synced mirror of the official Koha repo. Note: This project uses its own bug tracker, see https://bugs.koha-community.org/ to report a bug or submit a patch.
adamtornhill/kotlin
The Kotlin Programming Language
adamtornhill/linux
Linux kernel source tree
adamtornhill/MusicStore
MusicStore test application that uses ASP.NET/EF Core
adamtornhill/Mvc
ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor.
adamtornhill/nikto
Nikto web server scanner
adamtornhill/oracle_vcs_miner
A quick hack to parse proprietary version-control data.
adamtornhill/rails
Ruby on Rails
adamtornhill/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
adamtornhill/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
adamtornhill/spelchekr
A simple spell checker used to introduce Clojure.