Skip to content

Instantly share code, notes, and snippets.

@fuyunv
fuyunv / build-emacs.sh
Created December 16, 2015 11:30 — forked from favadi/build-emacs.sh
Compile latest emacs version (24.5) in Ubuntu 14.04
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Ubuntu 14.04 LTS
# version: 24.5
# Toolkit: lucid
# Warning, use updated version of this script in: https://github.com/favadi/build-emacs
set -e
@fuyunv
fuyunv / spacetree-mindmap-demo.html
Last active August 29, 2015 14:25 — forked from ufologist/spacetree-mindmap-demo.html
参考SpaceTree的示例, 实现类似脑图(mindmap)效果
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Spacetree - Mindmap Demo</title>
<link rel="stylesheet" href="spacetree.css" />
<style>
#infovis {
height: 600px;
margin-left: auto;