Skip to content

Instantly share code, notes, and snippets.

use csv::{
Reader,
ReaderBuilder
};
use ftp::FtpStream;
use std::collections::HashMap;
use std::str;
use std::error::Error;
fn main() -> Result<(), Box<Error>> {
setw -g mode-keys vi
unbind-key h
bind h select-pane -L
unbind-key j
bind j select-pane -D
unbind-key k
bind k select-pane -U
unbind-key l
bind l select-pane -R
execute pathogen#infect()
set nocompatible
filetype off
syntax enable
syntax on
let g:solarized_termtrans = 1
set background=dark
colorscheme solarized
var keystone = require('keystone');
var _ = require('underscore');
exports = module.exports = function (req, res) {
var view = new keystone.View(req, res);
var locals = res.locals;
// locals.section is used to set the currently selected
// item in the header navigation.
/**
* Sample React Native App
* https://github.com/facebook/react-native
*/
'use strict';
var React = require('react-native');
var {
AppRegistry,
StyleSheet,
/**
* Sample React Native App
* https://github.com/facebook/react-native
*/
'use strict';
var React = require('react-native');
var {
AppRegistry,
StyleSheet,
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="af-magic"
# Uncomment the following line to use case-sensitive completion.