Skip to content
View geisterzeit's full-sized avatar

Block or report geisterzeit

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. .vimrc .vimrc
    1
    let mapleader = " "
    2
    
    
    3
    set hlsearch
    4
    set visualbell
    5
    set incsearch
  2. .ideavimrc .ideavimrc
    1
    source ~/.vimrc
    2
    
    
    3
    """ Settings --------------------------------
    4
    " Disable generation of .swap file
    5
    set noswapfile
  3. nyt-bestseller-ui nyt-bestseller-ui Public

    An example react application, which displays the current most successful books according to the New York Time. The information gets pulled from the NYT Developer API and is displayed using reactjs …

    CSS