Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@whatsthebeef
whatsthebeef / .cvimrc
Last active September 27, 2019 09:10
set smoothscroll
set noautofocus
set autoupdategist
let scrollstep = 100
let scrollduration = 10
let mapleader = ','
unmap h
map h goBack
@whatsthebeef
whatsthebeef / vifm_0.7.8-for-mac.patch
Created February 14, 2015 13:32
Mac OS path so vifm 0.7.8 patch to make FUSE_MOUNT2 filetype (sshfs) work
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))
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.graticule {
fill: none;
stroke: #777;
stroke-opacity: .5;
stroke-width: .5px;
}
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.graticule {
fill: none;
stroke: #777;
stroke-opacity: .5;
stroke-width: .5px;
}
@whatsthebeef
whatsthebeef / world.json
Last active March 25, 2024 05:21
world.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@whatsthebeef
whatsthebeef / index.html
Last active December 21, 2015 20:19
Straightish lines in d3 geo
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.graticule {
fill: none;
stroke: #777;
stroke-opacity: .5;
stroke-width: .5px;
}
@whatsthebeef
whatsthebeef / Questions
Created July 17, 2011 16:58
Magma Rails Give-away
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
" ============================================================================
" 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.