This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#get ctsem | |
install.packages("devtools") | |
library(devtools) | |
install_github("cdriveraus/ctsem") | |
#load lorenz data | |
ldat=read.csv(file='ldat.csv') | |
ldat=ldat[seq(1,nrow(ldat),5),] #subsample | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
# Use pinned packages | |
_nixpkgs = import <nixpkgs> {}; | |
nixpkgs = _nixpkgs.fetchFromGitHub | |
({ | |
owner = "nmattia"; | |
repo = "nixpkgs"; | |
rev = "02359c639193103812f7356564326556cbb41ca4"; | |
sha256= "1rg0czkxqynycw23v0dmk0vd2v17d6v3yr06bg23wqwpm3b5z0nd"; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# OPTIONS_GHC -Wall #-} | |
{-# LANGUAGE ConstraintKinds #-} | |
{-# LANGUAGE DataKinds #-} | |
{-# LANGUAGE DeriveGeneric #-} | |
{-# LANGUAGE DeriveTraversable #-} | |
{-# LANGUAGE FlexibleContexts #-} | |
{-# LANGUAGE FlexibleInstances #-} | |
{-# LANGUAGE GADTs #-} | |
{-# LANGUAGE InstanceSigs #-} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 10.112.148.185 8080 | |
;; (defun dired-vlc-test () | |
;; (interactive) | |
;; (let* ((buf (process-buffer dired-vlc-telnet-proc)) | |
;; (old-max (with-current-buffer buf | |
;; (point-max)))) |