Skip to content

Instantly share code, notes, and snippets.

View aa989190f363e46d's full-sized avatar
👋

Al Rempel aa989190f363e46d

👋
View GitHub Profile
@aa989190f363e46d
aa989190f363e46d / exampleForModEdge2HPD_HiveR.R
Created July 31, 2017 16:42 — forked from Vessy/exampleForModEdge2HPD_HiveR.R
An example how to plot networks and customize their appearance from R using HiveR package
library("igraph")
library("plyr")
library("HiveR")
library("RColorBrewer")
############################################################################################
rm(list = ls())
dataSet <- read.table("lesmis.txt", header = FALSE, sep = "\t")
############################################################################################
# Usage: find Harry.Potter.* -name *.mkv -exec convert_dlna_ready_mkv {} ";"
echo "Processing file: $1"
FFMPEG_INFO_FILE='ffmpeg-info'
OUTPUT_FILE=`echo "$1" | sed 's/\(.*\)\.mkv$/\1-lo.mkv/'`
ffmpeg -i "$1" 2>$FFMPEG_INFO_FILE
/* demo.css */
.axis {
stroke: #000;
stroke-width: 1.5px;
}
#demo_1 svg, #demo_2 svg { border: solid 1px #ccc; }
;;;; regenerate.lisp - script for regenerating [redacted] static HTML from template files.
(ql:quickload "cl-emb")
(ql:quickload "cl-fad")
(ql:quickload "cl-ppcre")
(defparameter *configuration* '() "plist containing config parameters passed to EMB templates.")
(defparameter *essays* '() "plist containing essay descriptors generated by `defessay'.")
(defconstant +default-properties+ '(:title nil :url nil :orig-title nil :orig-url nil :date nil :orig-date nil :alt-translations nil :translators nil :editors nil :disabled nil :additional-html nil :part-of-hnp nil :description ""))