This is a blog post with markdown.
- Lists unfortunately do not show up in the excerpt
- But I don't have time to handle such a case.
However the excerpt should filter out formatting.
Enjoy!
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/usr/bin/env python | |
| ''' | |
| generates call graph of given python code file | |
| in dot format input for graphviz. | |
| limitations: | |
| * statically tried to figure out functions calls | |
| * does not understand classes | |
| * algorithm is naive and may not statically find |
| <html> | |
| <head> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script> | |
| </head> | |
| <body> | |
| <div ng-app="app"> | |
| <div ng-controller="Ctrl"> | |
| <select ng-options="idx as item.label for (idx, item) in items" ng-model="selected"></select> | |
| <br/> | |
| {{ selected }} |
| (ns om-sandbox.cards.root-query-bug | |
| (:require | |
| [cljs.pprint :refer [pprint]] | |
| [clojure.string :as string] | |
| [om.next :as om :refer-macros [defui]] | |
| [om.dom :as dom]) | |
| (:require-macros | |
| [devcards.core :as dc :refer [defcard deftest]])) | |
| (enable-console-print!) |
| module NestedMonads where | |
| import Prelude | |
| import Data.Array (foldl) | |
| sum :: Array Int -> Int | |
| sum = foldl (+) 0 | |
| -- The idea is to take the following Array of Arrays and generate |
Using my public gist to create a longer blog post now. Here's some random text that I haven't even read yet.
Yelnitza, two year-old daughter in the night sky, and decided to extend these skills to recall some good.” Rhetorically speaking, I grew up. I will be an impoverished country with attention to me, and new things despite the university as cars and fundraise to increase my eyes, still see cute little for. It felt it wasn't the ability by attending the rest of my eyes to recall some of classes in American Politics taught - and keep fighting in running team as a real world of missing several teeth because this country with authority figures, any of puppy love, my camp when she started a back and widespread relationships or a toothbrush and Jose, a bit of the benefits of nursing.
In addition to the kids who loses from a family feeling of vision.
Yesterday I can be lost. Poetry makes me my experience would suspect a picture of nursing.
In addition to than I grew up. I assume the past summer as politicall
That definitely includes fake blog posts
| if [ -z $1 ] | |
| then | |
| echo "starting" | |
| fswatch -r0 -e ".*" -i ".*/src/.*\.js" dna \ | |
| | xargs -0n 1 -I {} $0 {} | |
| else | |
| echo $1 | |
| DIR=`echo $1 | sed -e "s/\(.*\)\/src\/\(.*\)$/\1/"` | |
| SRCDIR=`echo $1 | sed -e "s/\(.*\/src\)\/\(.*\)$/\1/"` |
asdf