Skip to content
View nyanshell's full-sized avatar
🐈
🐈

Organizations

@bosondata
Block or Report

Block or report nyanshell

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

    A simple tool for collecting favorited images from twitter.

    Rust

  2. nyanshell.strat nyanshell.strat Public

    A virtual electric guitar. Sound samples from a customized Stratocaster American Deluxe.

    Python

  3. archlinux update /etc/motd with systemd archlinux update /etc/motd with systemd
    1
    [Unit]
    2
    Description=Update motd
    3
    After=sshdgenkeys.service
    4
    
                  
    5
    [Service]
  4. emacs configure home emacs configure home
    1
    ;;load path
    2
    (add-to-list 'load-path "/home/gestapolur/.emacs.d/lisp/")
    3
    ;;tree view
    4
    (autoload 'dirtree "dirtree" "Add directory to tree view" t)
    5
    (require 'dirtree)
  5. twcr twcr Public

    Python

  6. kotobaizumi kotobaizumi Public

    A simple tool for memorize Japanese phrases

    Python