This file contains 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
module Main exposing (..) | |
import Html exposing (..) | |
import Html.Attributes exposing (..) | |
import Html.Events exposing (onInput, onClick) | |
import Random | |
import Random.List exposing (choose) | |
import Tuple exposing (first, second) | |
This file contains 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
;;; spacemacs-common.el --- Color theme with a dark and light versions. | |
;; Copyright (C) 2015-2016 Nasser Alshammari | |
;; Author: Nasser Alshammari | |
;; URL: <https://github.com/nashamri/spacemacs-theme> | |
;; | |
;; Version: 0.1 | |
;; Keywords: color, theme | |
;; Package-Requires: ((emacs "24")) |
This file contains 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
[ 3.121] | |
X.Org X Server 1.17.2 | |
Release Date: 2015-06-16 | |
[ 3.121] X Protocol Version 11, Revision 0 | |
[ 3.121] Build Operating System: Linux 4.0.4-2-ARCH x86_64 | |
[ 3.121] Current Operating System: Linux ghost 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 | |
[ 3.121] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=93697b09-0d1b-40f5-975f-8d9120d1d99c rw quiet | |
[ 3.121] Build Date: 17 July 2015 05:38:19PM | |
[ 3.121] | |
[ 3.121] Current version of pixman: 0.32.6 |
This file contains 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
Loading /home/nasser/.emacs.d/core/core-load-paths.el (source)...done | |
Loading /home/nasser/.spacemacs...done | |
(Spacemacs) Calling dotfile init... | |
(Spacemacs) Setting font "Monospace"... | |
(Spacemacs) Banner: /home/nasser/.emacs.d/core/banners/001-banner.txt | |
Mark set | |
(Spacemacs) Executing user init... | |
(Spacemacs) Calling dotfile layers... | |
(Spacemacs) Looking for configuration layers in /home/nasser/.emacs.d/contrib/ | |
(Spacemacs) -> Discovered configuration layer: vim-empty-lines |