Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zemanel on github.
  • I am zemanel (https://keybase.io/zemanel) on keybase.
  • I have a public key ASCV1nDX6cVt3TS8-VfKIrByKac4Hjo9hR9p_6YeV_ielwo

To claim this, I am signing this object:

# https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab/
# Install Openhift client withL
# $ brew install openshift-cli
# Start VM with:
# $ vagrantup
# Access: https://10.2.2.2:8443
# -*- mode: ruby -*-
# vi: set ft=ruby :
EditorConfig.EditorConfig
TwentyChung.jsx
casualjim.theme-desertex
dbaeumer.vscode-eslint
dbankier.vscode-instant-markdown
djabraham.vscode-yaml-validation
donjayamanne.githistory
donjayamanne.python
jeppeandersen.raml
lukehoban.Go
@zemanel
zemanel / empty-example
Created April 7, 2016 15:16 — forked from eamonnmag/empty-example
BioSharing empty example.
{"biodbcore-000001": {
"name": "",
"homepage": "",
"description": "",
"twitterHandle": "",
"contactEmail": "info@ncbi.nlm.nih.gov",
"contact": "",
"contactORCID": "",
"yearOfCreation": 1982,
"accessConditions": "free",
@zemanel
zemanel / gist-reveal.it-slides.html
Last active March 18, 2016 09:40 — forked from ryanj/gist-reveal.it-slides.html
Use Docker, gist.github.com, and Reveal.js to produce themed slideshow presentations for conferences and / or hackathons
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'>
<h2>The start</h2>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
<p class='fragment'><small><a class='fragment' href='http://github.com/ryanj/gist-reveal'>github.com/ryanj/gist-reveal</a>
<br/> <a class='fragment' href='https://registry.hub.docker.com/u/ryanj/gist-reveal/'>registry.hub.docker.com/u/ryanj/gist-reveal</a></small></p>
</section>
<section>
<h1>THE END</h1>
@zemanel
zemanel / .tmux.conf
Last active December 18, 2015 10:45
Tmux conf
#set-environment -g POWERLINE_CONFIG_COMMAND /Users/jose/Library/Python/2.7/bin/powerline-config
#source "/Users/jose/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf"
#
## Powerline theme
##
#
## Enable Powerline symbols (unless already specified otherwise in environment)
#if-shell ': ${TMUX_POWERLINE_SYMBOLS?}' '' 'set-environment -g TMUX_POWERLINE_SYMBOLS "powerline"'
#
@zemanel
zemanel / CloudAppSelectAllItems.js
Last active December 13, 2015 20:59
Check all list items on http://getcloudapp.com for deletion
/*
* Checks all list items on http://getcloudapp.com upload list,
* which is useful for multiple item deletion (AKA nuke the crap of all the uploads)
*
* License:
* José Moreira, in 2013 and beyond, doesn't care what you do with this piece of code.
*
*/
(function(){
@zemanel
zemanel / my_configs.vim
Last active December 9, 2015 10:08
VIM Settings
colorscheme gruvbox
set background=dark
let g:airline_theme='onedark'
let g:airline_powerline_fonts = 1
if has('gui_running')
set guifont=Source\ Code \Pro:h10
endif