Installing Xcode and the command line tools need to be done first because it installs gcc
.
https://developer.apple.com/xcode/features/
Or via the terminal:
#EXTM3U | |
#EXTINF:0,Bassoradio | |
http://83.145.201.209:8000/ | |
#EXTINF:0,Classic Radio | |
http://217.30.180.242:8000/clsr.ogg | |
#EXTINF:0,Groove FM | |
http://217.30.180.242:8000/gvfm.ogg |
git fetch upstream | |
git reset --hard upstream/master |
Installing Xcode and the command line tools need to be done first because it installs gcc
.
https://developer.apple.com/xcode/features/
Or via the terminal:
<?xml version="1.0" ?> | |
<project default="default" basedir="."> | |
<target name="default" depends="load.properties, sass" /> | |
<target name="load.properties"> | |
<echo>-- Initialize Variables</echo> | |
<!-- Hopefully the line below is the only one you need to change --> | |
<property name="template.path" value="public/assets/templates/PUT-YOUR-TEMPLATE-FOLDER-NAME-HERE" /> |
repo:remove("http://exist-db.org/apps/shared"), | |
repo:remove("http://exist-db.org/apps/dashboard"), | |
repo:install-and-deploy("http://exist-db.org/apps/shared", "http://exist-db.org/exist/apps/public-repo/find"), | |
repo:install-and-deploy("http://exist-db.org/apps/dashboard", "http://exist-db.org/exist/apps/public-repo/find") |
<?xml version="1.0" encoding="utf-8"?> | |
<project name="Ant Condition Example"> | |
<target name="myConditionalTask" depends="myConditionalTask-check, myConditionalTask-fail" if="myConditionalTask-check-property"> | |
<echo message="EXECUTE myConditionalTask" /> | |
</target> | |
<target name="myConditionalTask-fail" unless="myConditionalTask-check-property"> | |
<echo message="SKIPPED myConditionalTask" /> | |
</target> |
git clean -xfd | |
git submodule foreach --recursive git clean -xfd | |
git reset --hard | |
git submodule foreach --recursive git reset --hard | |
git submodule update --init --recursive |
xquery version "3.0"; | |
(:module namespace gitsync = "http://syriaca.org/ns/gitsync";:) | |
(:~ | |
: XQuery endpoint to respond to Github webhook requests. Query responds only to push requests. | |
: The EXPath Crypto library supplies the HMAC-SHA1 algorithm for matching Github secret. | |
: | |
: Secret can be stored as environmental variable. | |
: Will need to be run with administrative privileges, suggest creating a git user with privileges only to relevant app. |
aa Afar | |
ab Abkhazian | |
af Afrikaans | |
ak Akan | |
sq Albanian | |
am Amharic | |
ar Arabic | |
an Aragonese | |
hy Armenian | |
as Assamese |