Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
html body {
margin: 0;
overflow-x: hidden;
}
#app div.login-form,
#app div.register-form {
margin: auto;
position: absolute;
top: 0;
left: 0;
(ns lex.front.core
(:require [om.next :as om]
[om.next :as om :refer-macros [defui]]
[om.dom :as dom]
[cljs-react-material-ui.core :as ui]
[compassus.core :as compassus]
[om.dom :as dom]
[secretary.core :as secretary :refer-macros [defroute]]
[goog.history.EventType :as EventType]
[goog.events :as evt]
[ 1.231s] [om.next] transacted '[(compassus.core/set-route! {:route :A})], #uuid "c7545d4f-ecb5-41d1-aa7c-c16b5d4261e8"
core.cljs:152 current route :A
parser.cljc?rel=1471003611318:104 Uncaught #error {:message "Invalid join, {:A nil}", :data {:type :error/invalid-join}}
core.cljs:152 expert app
utils.cljs?rel=1471003600766:49 Figwheel: trying to open cljs reload socket
utils.cljs?rel=1471003600766:49 Figwheel: socket connection established
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.2 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Building Guest Additions kernel modules.
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
vboxadd.sh: Starting the VirtualBox Guest Additions.
Could not find the X.Org or XFree86 Window System, skipping.
[:implicit-wait [0]
[:click ["a.js-sortLink"]]
[:find-elements [{:css "a.listingItem"}]
{:url [:attribute [:href]]}]]
@dark4eg
dark4eg / 00.howto_install_phantomjs.md
Created June 7, 2016 17:47 — forked from julionc/00.howto_install_phantomjs.md
How to install PhantomJS on Debian/Ubuntu

How to install PhantomJS on Ubuntu

Version: 1.9.8

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
Unexpected HTTP response: 500 Request { "operation" => "add", "address" => [ ("server-group" => "main-server-group"), ("deployment" => "w.c.p.war") ], "runtime-name" => "w.c.p.war", "enabled" => true } Response Internal Server Error { "outcome" => "failed", "result" => undefined, "failure-description" => {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"main-server-group" => {"host" => { "host1" => { "server-one" => {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host.\"/w.c.p\"" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host.\"/w.c.p\": java.lang.RuntimeException: java.lang.RuntimeException: Application initialization failed Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Application initialization failed Caused by: java.lang.RuntimeException: Application initialization failed Caused by: java.lang.RuntimeException: java.lang.RuntimeExcep
(defproject w.c.p "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[ring/ring-servlet "1.4.0"]
[luminus/ring-ttl-session "0.3.1"]
[luminus-log4j "0.1.3"]
[cljs-ajax "0.5.5"]
[secretary "1.2.3"]
;;;; FROM
(-> ((:middleware defaults) handler)
wrap-auth
wrap-webjars
(wrap-defaults
(-> site-defaults
(assoc-in [:security :anti-forgery] false)
(assoc-in [:session :store] (ttl-memory-store (* 60 30)))))
wrap-context
wrap-internal-error))