Skip to content
View nulligor's full-sized avatar
⚰️
nulligor.github.io
⚰️
nulligor.github.io
  • Brazil
Block or Report

Block or report nulligor

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

    A parallel map into vector

    Python 2

  2. anime-dl/anime-downloader anime-dl/anime-downloader Public

    A simple but powerful anime downloader and streamer.

    Python 1.9k 223

  3. project-euler project-euler Public

    Project Euler solutions in pure Clojure

    Clojure 2

  4. petlove/gull petlove/gull Public

    Easy Google Sign-in for Ruby on Rails / Devise Applications

    Ruby 3 1

  5. punpun.sh punpun.sh
    1
    #!/bin/bash
    2
    
                  
    3
    f=3
    4
    b=4
    5
    
                  
  6. vimrc vimrc
    1
    " ------ Plug bootstrapper ------
    2
    if empty(glob('~/.vim/autoload/plug.vim'))
    3
      silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    4
        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    5
      autocmd VimEnter * PlugInstall --sync | source $MYVIMRC