Skip to content

Instantly share code, notes, and snippets.

View clonejo's full-sized avatar

Feiko Nanninga clonejo

  • Aachen / Leer, Germany
View GitHub Profile
@clonejo
clonejo / mod.rs
Last active December 24, 2015 22:29 — forked from anonymous/-
mod.rs:13:15: 13:28 error: failed to find an implementation of trait std::rt::io::Reader for &std::rt::io::Reader<no-bounds>
mod.rs:13 return r.read_u8_();
@clonejo
clonejo / download_zeal_user_docsets.py
Last active May 23, 2018 06:18 — forked from wenLiangcan/download_zeal_user_docsets.py
A solution to the lack of UI for Dash's user docsets in Zeal. Uses Python 3 and easygui (pip3 install easygui)
#!/bin/python3
import json
import os
import tarfile
import urllib.request
import configparser
import easygui