Skip to content
Avatar

Sponsors

@Gioyik @artkpv @fosskers @kevinalh
@GreyTeardrop @chrislloyd

Sponsoring

@tarsius @increpare

Achievements

Achievements

Organizations

@haskell-pkg-janitors @ledger
Block or Report

Block or report simonmichael

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.

Report abuse

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

Report abuse

Pinned

  1. hledger Public

    easy-to-use command-line/curses/web plaintext accounting tool; a modern and largely compatible Haskell rewrite of Ledger

    Haskell 1.8k 235

  2. Easy, repeatable testing of CLI programs/commands

    Haskell 86 6

  3. Easily time one or more commands with one or more executables and show tabular results

    Haskell 19

  4. A Breakout prototype, for exploring haskell game dev.

    Haskell 2

  5. ZWiki Public

    A featureful wiki engine based on Zope 2

    Python 15 9

  6. 1
    # unregister broken GHC packages. Run this a few times to resolve dependency rot in installed packages.                                                                                                                                     
    2
    # ghc-pkg-clean -f cabal/dev/packages*.conf also works.                                                                                                                                                                                     
    3
    function ghc-pkg-clean() {
    4
        for p in `ghc-pkg check $* 2>&1  | grep problems | awk '{print $6}' | sed -e 's/:$//'`
    5
        do

1,567 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2021

Created 1 repository

Created an issue in simonmichael/hledger that received 8 comments

prevent excessive memory usage

Or: Don't let a typo hang user's machine Eduardo reported in chat: I have made a typo in a transaction. The year was 20211 instead of 2021. Later,…

8 comments

Seeing something unexpected? Take a look at the GitHub profile guide.