Skip to content

Instantly share code, notes, and snippets.

defmodule Rumbl.InfoSys.Wolfram do
import SweetXml
import Ecto.Query, only: [from: 2]
alias Rumbl.InfoSys.Result
# Starts this task as a separate evm process that won't block anything, and tells it to execute
# the fetch function
def start_link(query, query_ref, owner, limit) do
Task.start_link(__MODULE__, :fetch, [query, query_ref, owner, limit])
end
Debugger entered--Lisp error: (void-function bind-map-evil-define-key)
bind-map-evil-define-key((normal) nil (" l") evil-lisp-state-map-prefix)
byte-code("\304^H!\204^K^@\305\306\300\"\210^H^Q\301^HM\210\307\211^Z\211^[\203(^@^K@^R\310\n\301\"\210^KA\211^S\204^Y^@*\311\312\307\313\301$\207" $
require(evil-lisp-state nil noerror)
(not (require (quote evil-lisp-state) nil (quote noerror)))
(if (not (require (quote evil-lisp-state) nil (quote noerror))) (ignore (message (format "Could not load %s" (quote evil-lisp-state)))))
(progn (if (condition-case err (run-hook-with-args-until-failure (quote use-pack
function steamroller(arr) {
// I'm a steamroller, baby
function flatReduce(collection) {
return collection.reduce((acc, curr) => {
return acc.concat(Array.isArray(curr) ? flatReduce(curr) : curr);
}, []);
}
return flatReduce(arr);
}
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
defmodule Scrabble do
@doc """
Calculate the scrabble score for the word.
"""
@spec score(String.t) :: non_neg_integer
@scrabble_score %{a: 1, b: 3, c: 3, d: 2, e: 1, f: 4, g: 2, h: 4, i: 1, j: 8,
k: 5, l: 1, m: 3, n: 1, o: 1, p: 3, q: 10, r: 1, s: 1, t: 1,
u: 1, v: 4, w: 4, x: 8, y: 4, z: 10}
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
defmodule Advent1 do
@key %{"(" => 1, ")" => -1}
@string "()(((()))(()()()((((()(((())(()(()((((((()(()(((())))((()(((()))((())(()((()()()()(((())(((((((())))()()(()(()(())(((((()()()((())(((((()()))))()(())(((())(())((((((())())))(()())))()))))()())()())((()()((()()()()(()((((((((()()())((()()(((((()(((())((())(()))()((((()((((((((())()((()())(())((()))())((((()())(((((((((((()()(((((()(()))())(((()(()))())((()(()())())())(()(((())(())())()()(()(()((()))((()))))((((()(((()))))((((()(()(()())())()(((()((((())((((()(((()()(())()()()())((()((((((()((()()))()((()))()(()()((())))(((()(((()))((()((()(()))(((()()(()(()()()))))()()(((()(((())())))))((()(((())()(()(())((()())))((((())))(()(()(()())()((()())))(((()((()(())()()((()((())(()()((())(())()))()))((()(())()))())(((((((()(()()(()(())())))))))(()((((((())((((())((())())(()()))))()(())(()())()())((())(()))))(()))(()((()))()(()((((((()()()()((((((((()(()(())((()()(()()))(())()())()((())))()))()())(((()))(())()(())()))()((()((()(()()())(())()()()((())())))(((
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = {
devtool: 'source-map',
entry: {
'app': [
'./web/static/css/app.scss',
'./web/static/js/app.js',
'./web/elm/Main.elm'
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory