strawberry:
wagtail:
grimp
sql fluffy:
| name: Test Workflow | |
| on: push | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| services: | |
| image: postgres |
| git fetch | |
| branch=`git branch | grep \* | cut -d ' ' -f2` | |
| echo "[MERGE] On branch $branch" | |
| echo "[MERGE] Checking out development" | |
| if ! git checkout development | |
| then |
| #!/bin/sh | |
| /Applications/Emacs.app/Contents/MacOS/Emacs "$@" |
The Python scripts attached here take care of the following tedious work, and should help one quickly get started with some real work on the corpus:
The Python scripts attached here take care of the following tedious work, and should help one quickly get started with some real work on the corpus:
| Hello Django! |
| export LC_ALL=tr_TR.utf-8 | |
| export LANG=tr_TR.utf-8 | |
| # Set architecture flags | |
| export ARCHFLAGS=-arch x86_64 | |
| #export PIP_DOWNLOAD_CACHE=$HOME/.pip_download_cache | |
| # or, if you are on a Mac: | |
| # export PIP_DOWNLOAD_CACHE=$HOME/Library/Caches/pip-downloads | |
| export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache |
| [user] | |
| name = Çağıl Uluşahin | |
| email = [email protected] | |
| [color] | |
| ui = auto | |
| [color "branch"] | |
| current = yellow reverse | |
| local = yellow | |
| remote = green | |
| [color "diff"] |