This recipe produces the most crispy and delicious waffles I've ever had. It has been adapted from a recipe in J. Bennett's (2001) excellent [Very Vegetarian][1], optimized for awesomeness and deliciousness. Candace and I were vegan when we originally developed this recipe, and so these waffles have no eggs or dairy.
This file contains hidden or 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
Sys.setenv("R_INTERACTIVE_DEVICE" = "quartz") | |
setHook(packageEvent("grDevices", "onLoad"), function(...) grDevices::quartz.options(dpi = 70)) |
This file contains hidden or 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
#!/usr/bin/env bash | |
REBUILD_CMD=rebuild | |
if [ "$1" == "help" ] || [ "$1" == "-h" ] || [ "$1" == "--help" ] || [ "$1" == "-?" ] ; then | |
cat<<EOF | |
Usage: $0 [$REBUILD_CMD] | |
With '$REBUILD_CMD', the script rebuilds the package Jar. | |
EOF | |
exit 0 |
This file contains hidden or 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
#!/usr/bin/env python2.7 | |
# Copyright (c) 2014 Elias Ponvert | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
This file contains hidden or 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
#!/usr/bin/env python2.7 | |
# Copyright (c) 2014 Elias Ponvert | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
This file contains hidden or 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
#!/bin/sh | |
if [[ $1 == -r ]] || [[ $1 == --remote ]] || [[ $1 == remote ]] ; then | |
REMOTE=origin | |
if [[ $2 != '' ]] ; then | |
REMOTE=$2 | |
fi | |
git remote prune $REMOTE | |
git branch -r --merged | grep "^\s*$REMOTE" | grep -v "\*\|master\|develop" | sed -e "s#^\s*$REMOTE/##" | xargs -n 1 git push $REMOTE --delete | |
else | |
git branch --merged | grep -v "\*\|master\|develop" | xargs -n 1 git branch -d |
This file contains hidden or 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
git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s" |
I hereby claim:
- I am eponvert on github.
- I am eponvert (https://keybase.io/eponvert) on keybase.
- I have a public key ASCd2cX8ZmBSTURptV1vbgkn7SySoQWbGB3DwWJaUoVUFQo
To claim this, I am signing this object: