Ref: https://gist.github.com/rnwolf/e09ae9ad6d3ac759767d129d52cab1f1
Key Binding | Description |
---|---|
SPC | < space > |
RET | < return > |
C | < ctrl > |
M | < alt >, M stands for Meta |
# Source http://stackoverflow.com/a/15741856/1301753 | |
import copy | |
import sys | |
import math | |
import pyPdf | |
def split_pages(src, dst): | |
src_f = file(src, 'r+b') | |
dst_f = file(dst, 'w+b') |
import bpy | |
ops = bpy.ops | |
scene = bpy.context.scene | |
mesh = bpy.ops.mesh | |
# Delete default scene objects | |
ops.object.select_all() | |
ops.object.select_all() | |
ops.object.delete() |
from __future__ import print_function | |
import os | |
import shutil | |
import stat | |
import subprocess | |
import time | |
import numpy as np | |
from scipy.io import wavfile | |
import re | |
import glob |
''' | |
Extract images from pdf. | |
- requires imagemagick and wand | |
sudo apt install imagemagick | |
sudo pip3 install --upgrade Wand | |
''' | |
from wand.image import Image |
""" | |
Dynamic Routing Between Capsules | |
https://arxiv.org/abs/1710.09829 | |
""" | |
import torch | |
import torch.nn as nn | |
import torch.optim as optim | |
import torch.nn.functional as F | |
import torchvision.transforms as transforms |
;; | |
;; scheme coin - a lispchain (aka blockchain) implementation | |
;; | |
;; Burton Samograd | |
;; [email protected] | |
;; Copyright - 2017 | |
;; | |
;; Interested in helping out with the code? Email me. | |
;; | |
;; Bitcoin: 1HzWXjoQjzdLBm1eKeuWFrZx96kiop5GGy |
Ref: https://gist.github.com/rnwolf/e09ae9ad6d3ac759767d129d52cab1f1
Key Binding | Description |
---|---|
SPC | < space > |
RET | < return > |
C | < ctrl > |
M | < alt >, M stands for Meta |
Use column view (C-c C-x C-c
) to edit the settings file. Once done,
use org-babel-tangle
(C-c C-v t
) to install to you init file. You
can quit column view by putting point in any cell and pressing ‘q’
The machine name can be retrieved by running eval-expression
(M-:
)
and calling (system-name). You can also set the system name using the