Skip to content
View daankoning's full-sized avatar
  • 11:27 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report daankoning

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

Pinned

  1. ArbitrageFinder ArbitrageFinder Public

    A simple tool to find sports betting arbitrage opportunities.

    Python 39 9

  2. DebaterJSON DebaterJSON Public

    A schema to store your performance in debating.

  3. debater.py debater.py Public

    A simple library to keep track of your progress and history in competitive debating.

    Python

  4. debatekeeper-formats debatekeeper-formats Public

    Forked from czlee/debatekeeper-formats

    Debate format files repository for Debatekeeper

    Python

  5. brainfuck.py brainfuck.py Public

    A lightweight pure python brainfuck interpreter and visualizer.

    Python

  6. A simple script that takes all the d... A simple script that takes all the dotfiles in the current directory and adds a symlink in $HOME to them. Made this for my own dotfiles repo; thought someone else might find it useful as well.
    1
    #!/bin/bash
    2
    
                  
    3
    shopt -s dotglob
    4
    
                  
    5
    current_directory=$(pwd)