Most of the best games are available on Mac. Indeed, Mac gaming has come a long way Nowadays, 5 out of the 10 most-played games on Steam support MacOS and all the top indies support it too. This Best Mac games list is nothing but a sample of all the possibilities Mac gaming has to offer. Top ctf games for mac.
Download CaddieSync Express.
Block or report user Contact Support about this user’s behavior.
Learn more about reporting abuse
Report abuse View GitHub Profile
View delete-branches-containing.sh#! /bin/bash |
git branch grep 'LPA' xargs git branch -D |
View docker-for-mac-fsync-perf-patch.sh#!/bin/bash |
# Tune fsync perf for docker mac per |
# https://github.com/docker/for-mac/issues/668 |
# NB: You must be on Docker 1.12.2-rc1-beta27 or greater |
cd~/Library/Containers/com.docker.docker/Data/database/ |
f='com.docker.driver.amd64-linux/disk/full-sync-on-flush' |
git reset --hard |
cat $f |
View git-pull-all.sh#! /bin/sh |
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git checkout master && echo && git pull && echo)'; |
View ssh_configHostgithub.com |
Hostnamessh.github.com |
Port443 |
ProxyCommandconnect-H127.0.0.1:3128%h%p |
View gitadd.shfunctionga { |
{ git ls-files -o --exclude-standard --full-name whileread -r file;do |
read -u 3 -n 1 -p 'Do you wish to add new file '$file'? (y/n) ' answer |
ifecho'$answer' grep -iq '^y';then |
git add $file |
echo$'nAdded filen' |
else |
echo$'nSkipping filen' |
fi |
done; } 3<&0 |
View machine-diskutil.sh#!/usr/bin/env sh |
# @see http://stackoverflow.com/questions/30040708/how-to-mount-local-volumes-in-docker-machine |
# @see https://github.com/boot2docker/boot2docker/blob/master/doc/FAQ.md |
################################################################################ |
# Dependency Section # |
# # |
################################################################################ |
check_deps() { |
## Make sure commands are available |
View Clojure dev vagrantfile.rb# -*- mode: ruby -*- |
# vi: set ft=ruby : |
$script =<<SCRIPT |
echo I am provisioning.. |
date > /etc/vagrant_provisioned_at |
echo installing git.. |
sudo apt-get update |
sudo apt-get install -y git-core |
echo installing java.. |
View gist:4588041usingSystem; |
usingMongoDB.Bson; |
usingMongoDB.Driver; |
usingMongoDB.Driver.Builders; |
usingMongoDB.Driver.GridFS; |
usingMongoDB.Driver.Linq; |
usingMelvilleAdmin.Models; |