Giter Site home page Giter Site logo

setup's Introduction

Setup

Scripts to easily install the software in Ubuntu

Dockerfile

The docker is targeted for a develop environment for deep learning, especially for caffe. Pull it by

docker pull amsword/setup

Vim

  • command-t
    • Open a file fastly.
    • click , and t to invoke the command-t plugin and then type the file name. Use arrows to select. Click enter to select.
    • If the file has ever opened, click , and b to search the file list in all the opened.
    • The name in the search mode doesn't have to be the full name. Partial matching is supported.
    • Use ctrl+c to exit the search mode if you don't want to open any file.
    • Use ctrl+f to update the command-t so that it can index the newly-created file.
  • ConqueGDB
    • An easy way to debug the c/c++ code inside vim.
  • YouCompleteMe
    • Auto completion
    • Click j and d to go to the definition if it works.
  • Fugitive
    • Easy way to work with Git inside vim.
    • Gstatus to show the result of git status in one buffer
      • click D on the file which is changed to show the different.
      • Click U to revert the change.
    • GCommit to commit a code change

Tmux

  • enter the tmux: tmux a -d -t id
    • -d: to detach the existing attached session.
    • -t: which tmux session you want to attach
  • show all the tmux sessions: tmux ls
  • create a new window: ctrl a c
  • go back to the previous window: ctrl a a
  • kill the window: ctrl a &
  • change the window name: ctrl a ,

setup_cntk.sh

one script to install the development environment for CNTK in ubuntu environment.

setup's People

Contributors

amsword avatar yandongericguo avatar chunshuizhao avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.