This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ============================================================================ | |
" File: NERD_tree.vim | |
" Description: vim global plugin that provides a nice tree explorer | |
" Maintainer: Martin Grenfell <martin.grenfell at gmail dot com> | |
" Last Change: 1 December, 2009 | |
" License: This program is free software. It comes without any warranty, | |
" to the extent permitted by applicable law. You can redistribute | |
" it and/or modify it under the terms of the Do What The Fuck You | |
" Want To Public License, Version 2, as published by Sam Hocevar. | |
" See http://sam.zoy.org/wtfpl/COPYING for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Day Job: Software Engineer for Root Technologies in Mexico D.F. | |
Open Source contribution (if any): Ushahidi.com android app, infiauto levensthein automaton, Nokia Device Driver Test Suite everything else in github | |
Tell me about your experience with Ruby/Rails: If I was going to develop a language it would be like Ruby, if I was going to develop a framework it would be like Rails. primarily code in Java due to my job but have created a basic rails blog from scratch, a site containing vaious (incomplete) animations and do a lot of scripting of development tools in ruby | |
How do you use GitHub: Whenever I can (I can't at work) | |
Favorite luchador(es): Dos Caras |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.graticule { | |
fill: none; | |
stroke: #777; | |
stroke-opacity: .5; | |
stroke-width: .5px; | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.graticule { | |
fill: none; | |
stroke: #777; | |
stroke-opacity: .5; | |
stroke-width: .5px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.graticule { | |
fill: none; | |
stroke: #777; | |
stroke-opacity: .5; | |
stroke-width: .5px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/fuse.c b/src/fuse.c | |
index f4a14e3..39a0c8c 100644 | |
--- a/src/fuse.c | |
+++ b/src/fuse.c | |
@@ -223,6 +223,7 @@ fuse_mount(FileView *view, char *file_full_path, const char *param, | |
clean_status_bar(); | |
/* check child status */ | |
+ status=0; | |
if(!WIFEXITED(status) || WEXITSTATUS(status)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set smoothscroll | |
set noautofocus | |
set autoupdategist | |
let scrollstep = 100 | |
let scrollduration = 10 | |
let mapleader = ',' | |
unmap h | |
map h goBack |