Skip to content

Instantly share code, notes, and snippets.

@cs150bf
cs150bf / README.md
Created August 15, 2017 05:56 — forked from MattiSG/README.md
Convert a wiki from MediaWiki to Gollum and Markdown, importing all metadata.

This will convert a wiki from MediaWiki to Gollum and Markdown (or any other format supported by Pandoc).

  1. Install dependencies:

    brew install pandoc icu4c
    gem install --no-ri --no-rdoc hpricot gollum gollum-lib pandoc-ruby
  2. Perform a Special:Export

@cs150bf
cs150bf / error_message.txt
Created November 13, 2015 16:06 — forked from rdhyee/error_message.txt
error message from attempt to install ever-notedown plugin to Atom 1.2
hyptyposis-2014:lib raymondyee$ apm install ever-notedown
Installing ever-notedown to /Users/raymondyee/.atom/packages ✗
> runas@2.0.0 install /private/var/folders/z8/yvtk3h5n54ldngxxzktb8zh00000gn/T/apm-install-dir-1151013-60758-1w66pue/node_modules/ever-notedown/node_modules/pathwatcher/node_modules/runas
> node-gyp rebuild
CXX(target) Release/obj.target/runas/src/main.o
> oniguruma@5.1.2 install /private/var/folders/z8/yvtk3h5n54ldngxxzktb8zh00000gn/T/apm-install-dir-1151013-60758-1w66pue/node_modules/ever-notedown/node_modules/highlights/node_modules/first-mate/node_modules/oniguruma
> node-gyp rebuild
@cs150bf
cs150bf / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console