Skip to content
View ninioArtillero's full-sized avatar

Block or report ninioArtillero

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. sptm-unam/seminario-app sptm-unam/seminario-app Public

    Esta aplicación se encuentra en fase temprana de desarrollo y diseño.

    JavaScript 5 12

  2. A simple reproducible script for lau... A simple reproducible script for launching a ghci session with Euterpea and HSoM libraries loaded using Nix
    1
    #! /usr/bin/env nix-shell
    2
    #! nix-shell --pure -i ghci
    3
    #! nix-shell -p "haskellPackages.ghcWithPackages (pkgs: [ pkgs.Euterpea pkgs.HSoM ])"
    4
    #! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/380be19fbd2d9079f677978361792cb25e8a3635.tar.gz
    5
    {-
  3. RTG RTG Public

    A library to generate rhythmic patterns using geometric techniques

    Haskell 3

  4. doom-emacs-config doom-emacs-config Public

    My Doom Emacs cofiguration

    Emacs Lisp

  5. Euterpea2 Euterpea2 Public

    Forked from georgefst/Euterpea2

    Euterpea version 2 (forked for compatibility)

    Haskell

  6. HSoM HSoM Public

    Forked from Euterpea/HSoM

    Supporting Implementation for Haskell School of Music

    Haskell