Skip to content

Instantly share code, notes, and snippets.

View SeifMostafa's full-sized avatar
👋
Hello World!

csseifms SeifMostafa

👋
Hello World!
View GitHub Profile
@SeifMostafa
SeifMostafa / rc.local
Created May 17, 2017 19:24 — forked from galacticglum/rc.local
Raspberry Pi - Power Button Tutorial! Completed Script
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on the success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
@SeifMostafa
SeifMostafa / AndroidManifest.xml
Created October 22, 2016 19:55 — forked from cofearabi/AndroidManifest.xml
Android sample connect to the mysql server database and get the values of field of table , and display them.
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />