duplicates = multiple editions
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
| wget | |
| wget http://download.virtualbox.org/virtualbox/4.3.28/virtualbox-4.3_4.3.28-100309~Ubuntu~raring_amd64.deb |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
| autoload colors && colors | |
| # cheers, @ehrenmurdick | |
| # http://github.com/ehrenmurdick/config/blob/master/zsh/prompt.zsh | |
| if (( $+commands[git] )) | |
| then | |
| git="$commands[git]" | |
| else | |
| git="/usr/bin/git" | |
| fi |
| var http = require('http'); | |
| var options = { | |
| host : 'www.nodejs.org', | |
| port : 80, | |
| method : 'HEAD', | |
| path : '/api/http.html' | |
| }; |