Skip to content
View danalizieors's full-sized avatar
Block or Report

Block or report danalizieors

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. common-lisp-autograder common-lisp-autograder Public

    An automatic grader for the Common Lisp lab test

    Common Lisp

  2. tileboard tileboard Public

    Expressive MIDI controller built with web technologies for touch devices

    TypeScript

  3. Deploy to GitHub Pages without delet... Deploy to GitHub Pages without deleting ignored files (dependencies, builds, assets)
    1
    # store current branch name and state
    2
    branch_name=$(git rev-parse --abbrev-ref HEAD)
    3
    working_directory_clean=$(git status --porcelain)
    4
    if [ -n "$working_directory_clean" ]; then
    5
        git stash push --include-untracked
  4. msg-helps/micii-producatori-api msg-helps/micii-producatori-api Public archive

    Lamdba and other AWS related resources

    TypeScript