Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"id": "4fef8997",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import daemux
import time
for i in range (400):
d=daemux.Daemon("yes", session="test", window=str(i//9), layout='tiled')
d.start()
time.sleep(0.5)
d.stop()
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
@edouardklein
edouardklein / .spacemacs
Created August 14, 2017 15:57
Config org-agenda
;; https://emacs.stackexchange.com/questions/18179/org-agenda-command-with-org-agenda-filter-by-tag-not-working
(setq org-agenda-custom-commands
'(("P" "Planning"
((agenda "" ((org-agenda-span 32)
(org-agenda-sorting-strategy
(quote ((agenda time-up priority-down tag-up))))
(org-deadline-warning-days 0))))
((org-agenda-tag-filter-preset '("-recur"))))
("A" "Agenda and All tasks"
((agenda "" ((org-agenda-span 40)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# package main
# import (
# "bufio"
# "time"
# "fmt"
# "os"
# )
import sys
import time
@edouardklein
edouardklein / arane.ipynb
Last active March 13, 2017 09:10
Arane 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.