Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
You need to first install GraalVM, and then set your PATH so that you
get the GraalVM binaries (incluing the GraalVM version of node
).
You can then install R and Ruby via
gu -c install org.graalvm.r
gu -c install org.graalvm.ruby
;; Example courtesy of @wavejumper | |
(ns sente-ring-jetty9-adapter-example | |
(:require [compojure.core :refer :all] | |
[compojure.route :as route] | |
[ring.middleware.defaults :as ring.defaults :refer [wrap-defaults]] | |
[ring.middleware.session.memory :as mem] | |
[ring.adapter.jetty9 :as jetty] | |
[taoensso.sente :as sente] | |
[taoensso.sente.server-adapters.jetty9 :as adapters.jetty9])) |