Skip to content

Instantly share code, notes, and snippets.

View nlooije's full-sized avatar

Niels Looije nlooije

  • Wittenburg BV
  • Zeewolde, The Netherlands
View GitHub Profile
@nlooije
nlooije / viewport.py
Last active September 14, 2015 17:23
linking scene to select widget
from __future__ import division, print_function
from pythreejs import *
from IPython.display import display
from ipywidgets import HTML, widgets
from traitlets import link
import random
import math
import numpy as np
@nlooije
nlooije / bumblebee.conf
Created March 29, 2014 00:11
bumblebee configuration file
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false