Skip to content

Instantly share code, notes, and snippets.

View HazemKhaled's full-sized avatar

Hazem Khaled HazemKhaled

View GitHub Profile
@HazemKhaled
HazemKhaled / .travis.yml
Last active May 4, 2017 17:33
Travis CI example for Appcelerator Titanium app
language: objective-c
notifications:
email:
- hazem.khaled@gmail.com
env:
matrix:
- PLATFORM="ios"
- PLATFORM="android" ANDROID_VERSION="19"
@HazemKhaled
HazemKhaled / android-51-ubuntu.sh
Last active August 29, 2015 14:24 — forked from ervinb/android-51-ubuntu.sh
Install Android-21 5.0.1 with System Image and Google API on Ubuntu server
#!/bin/sh
# install dependencies
sudo apt-get install -yqq libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
# download and unpack Android SDK
wget http://dl.google.com/android/android-sdk_r24.3.3-linux.tgz
mkdir /home/runner/android-sdk-linux
tar xf android-sdk_r24.3.3-linux.tgz -C /home/runner/
rm android-sdk_r24.3.3-linux.tgz
# install necessarry componenets
@HazemKhaled
HazemKhaled / After install clean macOS.md
Last active August 27, 2021 23:12
Things to Do After Installing Mac OS X 2020

Run this, Bring a coffee and relax

sh -c "$(curl https://gist.githubusercontent.com/HazemKhaled/0372231f53e77a090599af122ab59c84/raw/setup.sh)"
@HazemKhaled
HazemKhaled / After install clean macOS.md
Last active May 17, 2023 07:56
Things to Do After Installing macOS X 2021 (M1)

Run this, Bring a coffee and relax

sh -c "$(curl https://gist.githubusercontent.com/HazemKhaled/21714668bff421120a50ee2389b749af/raw/setup.sh)"