Skip to content

Instantly share code, notes, and snippets.

@naa
naa / arxiv2bib.py
Created April 11, 2013 04:14
arxiv2bib with doi field added and lowercase fields
#! /usr/bin/env python
#
# Copyright (c) 2012, Nathan Grigg
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
@naa
naa / vk-audio-download.js
Created July 21, 2012 10:32
Conkeror vk audio download
xkcd_add_title = true;
function trim(str) {
return str.replace(/\"/g, ""); //"
}
function vkAddbutton(document,node,link) {
if (node.getElementsByClassName("addon").length>0) return;
var addon=document.createElement("a");