12 Apps in 12 Weeks Challenge
Building 12 apps in 12 weeks using Phoenix and Elixir
- Week 01: Reddit Clone
- Week 02: Blog
- Week 03: Recipe Box
- Week 04: Pinterest Clone
- Week 05: Movie Review App
- Week 06: Todo App
| # | |
| # Based on zsh-powerline and paradox | |
| # * Time and Ruby version shown on the right | |
| # * Git branch info on the left | |
| # * Single line prompt | |
| # | |
| # Authors: | |
| # Yetrina Battad <hello@yetti.io> | |
| ZSH_THEME_REP_TIME_SINCE_COMMIT_SHORT="%{$fg[green]%}" |
| function killPort() { | |
| lsof -P | grep $1 | awk '{print $2}' | xargs kill -9 | |
| } |
| #!/bin/bash | |
| #title :wildfly-install.sh | |
| #description :The script to install Wildfly 8.x | |
| #more :http://sukharevd.net/wildfly-8-installation.html | |
| #author :Dmitriy Sukharev | |
| #date :20140312 | |
| #usage :/bin/bash wildfly-install.sh | |
| WILDFLY_VERSION=8.0.0.Final | |
| WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION |
| The Leafy Artifact - 3843548 | |
| The Unkempt Harvest - 1967601228 | |
| The Crazed Work - 2404983463 (?) | |
| The Headless Tulip - 2004341057 | |
| The Hip Hawk - 2004341046 |
| xIlP0L9xxy51aUDX6lP8Sh6uaugCPjbhzSy9Zlbl |
| http://stackoverflow.com/q/1985260 |
| #!/bin/bash | |
| echo -e "\033[0;32mDeploying updates to GitHub...\033[0m" | |
| # Add changes to git. | |
| git add -A | |
| # Commit changes. | |
| msg="deploying updates `date`" | |
| if [ $# -eq 1 ] |
| #!/bin/bash | |
| path=$1 | |
| if [[ -n "$path" ]]; then | |
| git fetch origin refs/svn/map:refs/notes/commits | |
| cat $path | git notes copy --stdin | |
| cat $path | cut -d' ' -f 1 | git notes remove --stdin | |
| git notes prune | |
| git update-ref refs/notes/commits $(git commit-tree refs/notes/commits^{tree} -m "notes squashed") |
I hereby claim:
To claim this, I am signing this object: