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

Block or report aFraley

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. weather weather Public

    CL tool to fetch weather data from NOAA API based on your configured coordinates and displaying temp and forecast in terminal.

    Python 3

  2. tiny-django tiny-django Public

    A Django Project Template for building a Micro Django application

    Python

  3. loftylabs/vue_deckgl loftylabs/vue_deckgl Public

    A prebuilt Vue.js component with DeckGL support.

    Vue 27 5

  4. Python, Vue support and more. Python, Vue support and more.
    1
    " plugins
    2
    let need_to_install_plugins = 0
    3
    if empty(glob('~/.vim/autoload/plug.vim'))
    4
        silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    5
            \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim