Skip to content
View kazph's full-sized avatar
  • Toten, Norway

Block or report kazph

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kazph/README.md

Kasper Hoel (kazpeh)

This is the GitHub page for my hobby projects. They are mostly experimental and should not be used professionally.

A list of some of my projects are:

  • Allviz, a small and bare-bones Agent-Based Model library, helping to build models for use in, for example, economics, such as industrial organization, taxation, public policy, etc., and other fields based on an ECS architecture-
  • NUTN is quite a popular website I made to help students at NTNU traverse all the university's IT-systems. It can be visited at https://kazph.github.io/nutn/
  • SPAR-9000 is an AI to play "spar-dame," a card game using Bayesian updating as the driving force behind the algorithm.
  • Chock-chart is an experimental chart-maker to make simple and beautiful charts. It's extensible using Tailwind CSS and HTML instead of only SVG like most software, then converting to PDF.
  • Sedoku Rescue is a straightforward Sudoku solver that utilizes constraint propagation to efficiently solve (still only simple) puzzles.

And more!

I often switch between public and private visibility when working on projects for my own sake, so if you want to continue my experimentation, I recommend you cloning the repository!

Thanks!

Pinned Loading

  1. allviz allviz Public

    A simple, modular and flexible framework for building agent-based models for simulation.

    Python

  2. nutn nutn Public

    En nettside som kan hjelpe deg med å finne frem i NTNUs uendelig jungel av nettsider man forventer at man skal kunne!

    Astro

  3. oddvar oddvar Public

    A wordle bot for fun!

    Rust

  4. SPAR9000 SPAR9000 Public

    Sparedame AI

    Python

  5. sudoku_rescue sudoku_rescue Public

    A (still simple) sudoku solver

    Python