Skip to content
View alanfraneo's full-sized avatar

Block or report alanfraneo

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. sketch-neo-preview sketch-neo-preview Public

    A Sketch plugin to create HTML based gallery straight from sketch artboards

    JavaScript 6 3

  2. svg-composite svg-composite Public

    Create composite SVGs from icon artboards

    JavaScript 5

  3. GetManga GetManga Public

    Small script to download manga content from mangahere.com

    Python 1 1

  4. iphoneframe iphoneframe Public

    Frame design images with iPhone X frame

    Python

  5. python3tutorials python3tutorials Public

    Example code collection for the tutorial at http://al-francis.blogspot.com

    Python 1

  6. My bash_profile functions My bash_profile functions
    1
    # enable color
    2
    export CLICOLOR=1
    3
    # color for ls command
    4
    export LSCOLORS=ExFxBxDxCxegedabagacad
    5
    # export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\W\[\033[m\]\$ "