Skip to content

Instantly share code, notes, and snippets.

@paladin3895
paladin3895 / vietnamese-telex_utf-8.vim
Created December 12, 2019 03:10 — forked from tungd/vietnamese-telex_utf-8.vim
Vietnamese TELEX keymap for vim
" Vim Keymap file for vietnamese through the Telex method
" Maintainer: Tung Dao <[email protected]>
" Last Change: 30 Aug 2011
scriptencoding utf-8
let b:keymap_name = "vietnamese"
loadkeymap
a a
@paladin3895
paladin3895 / doi2bib.py
Created July 4, 2017 03:02 — forked from jrsmith3/doi2bib.py
Python method to access crossref.org DOI bibtex metadata resolver
import requests
def doi2bib(doi):
"""
Return a bibTeX string of metadata for a given DOI.
"""
url = "http://dx.doi.org/" + doi
headers = {"accept": "application/x-bibtex"}
@paladin3895
paladin3895 / part1.md
Created October 18, 2016 04:53 — forked from smschauhan/part1.md
rCharts - demo

rCharts in rCloud

This is a demo of using rCharts along with rCloud. It requires installation of rCharts >= 0.4.2 and the latest version of rCloud.

Our first step is to load rCharts and set the appropriate options so that the charts are rendered as inline iframes.

library(rCharts)
options(