Skip to content
View maneandrea's full-sized avatar

Block or report maneandrea

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 Loading

  1. When building packages for the AUR u... When building packages for the AUR using makechrootpkg it might be annoying to pass foreign dependencies via `-I`. This scripts automates it.
    1
    #!/usr/bin/bash
    2
    ###############################################################################
    3
    # This script should be run in the folder with the PKGBUILD.                  #
    4
    # Before running it, populate appropriately the list of dependencies `deps`.  #
    5
    #                                                                             #
  2. simple-parser simple-parser Public

    Simple Haskell library for parsing expressions and acting on them with pattern replacements

    Haskell

  3. BibliographyManager BibliographyManager Public

    A tool for managing a BibTeX bibliography and sorting papers

    Python

  4. autosuggest_tui autosuggest_tui Public

    Simple Transformer written in pytorch supplemented with a TUI based interface to write and generate text

    Python