Skip to content
View nicofuccella's full-sized avatar

Organizations

@gliderlabs @soluzionifutura @havce @Pulcranet
Block or Report

Block or report nicofuccella

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. bachelor-thesis bachelor-thesis Public

    This repository contains the final report for my bachelor's degree thesis at the University of Parma.

    TeX

  2. pdf-thumbnail pdf-thumbnail Public

    npm package to create the preview of a pdf file

    JavaScript 27 7

  3. premai-challenge-jarvis premai-challenge-jarvis Public

    TypeScript 3 2

  4. soluzionifutura/sf-academy soluzionifutura/sf-academy Public

    istruzioni, materiale di studio e prove per candidarsi ad SF Academy

    11 31

  5. switch-aws switch-aws
    1
    # paste this snippet in your .bashrc or .zshrc
    2
    
                  
    3
    function switchAwsProfile(){
    4
      if [ "$#" -eq "1" ]; then
    5
        export AWS_DEFAULT_PROFILE="$1"