Skip to content
View CodeForMMA's full-sized avatar

Block or report CodeForMMA

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. Lite vim config file for guests Lite vim config file for guests
    1
    " Configuration file for Vi Improved, save as ~/.vimrc to use.
    2
    " Written on 2014-07-16 by Miko Bartnicki <[email protected]>.
    3
    
    
    4
    " use Vim mode instead of pure Vi, it must be the first instruction
    5
    set nocompatible
  2. iterm2 cheatsheet iterm2 cheatsheet
    1
    ## Tabs and Windows
    2
    
    
    3
    
    
    4
    **Function** | **Shortcut**
    5
    -------- | --------
  3. kali .zshrc kali .zshrc
    1
    # ~/.zshrc file for zsh interactive shells.
    2
    # see /usr/share/doc/zsh/examples/zshrc for examples
    3
    
    
    4
    setopt autocd              # change directory just by typing its name
    5
    #setopt correct            # auto correct mistakes
  4. hacking-the-art-of-exploitation-vagr... hacking-the-art-of-exploitation-vagrantfile.md
    1
    # Hacking2 Vagrant box
    2
    
    
    3
    A short guide on building a Vagrant box from the
    4
    [Hacking: The Art of Exploitation, 2nd Edition](https://www.nostarch.com/hacking2.htm)
    5
    LiveCD.
  5. setup.sh setup.sh
    1
    #!/bin/sh
    2
    
    
    3
    # This is a Shell script to setup new Vagrant Boxes with the following:
    4
    # A lite vim configuration
    5
    # Zsh configuration
  6. How to add stats for average number ... How to add stats for average number of reviews
    1
        public void setUp(){
    2
            Iterator<AirbnbListing> it = inPriceRange.iterator();
    3
            String bName;
    4
            int numberOfReviews;
    5
            int numberOfProperties;