Skip to content

Instantly share code, notes, and snippets.

View bral's full-sized avatar

Brannon Lucas bral

  • Somewhere
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bral on github.
  • I am bral (https://keybase.io/bral) on keybase.
  • I have a public key ASAkQ_TnspY1sYkXIoHA9UUiaNAC9Lc23PLXDZ934rnoYAo

To claim this, I am signing this object:

;; -*- 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."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
- Write a function that takes in a string, and returns the reverse of that string
- Write a function that accepts a string and returns the longest word in that string.
- Write a function that accepts a string and returns that string after capitalizing every word of that string
- Write a function that accepts a string and returns how many vowels are in that string.
-Write a function that accepts a string and returns true if that string is a palindrome (written the same forward and backwards).