Skip to content

Instantly share code, notes, and snippets.

View akamud's full-sized avatar
👳‍♂️

Mahmoud Ali akamud

👳‍♂️
View GitHub Profile
@akamud
akamud / README-Template.md
Created September 12, 2017 13:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Error 1 Could not find android.jar for API Level 24. This means the Android SDK platform for API Level 24 is not installed. Either install it in the Android SDK Manager (Tools > Open Android SDK Manager...), or change your Xamarin.Android project to target an API version that is installed.
@akamud
akamud / gist:84a432913044baf5bc482f1eb24e0ec4
Created February 19, 2017 23:57
Xamarin.Android error
2>d:\Documents\Visual Studio 2015\Projects\App4\App4\App4.Droid\Resources\Resource.Designer.cs(1290,119,1290,143): error CS0117: 'Resource.Styleable' does not contain a definition for 'SnackbarLayout_elevation'
2>d:\Documents\Visual Studio 2015\Projects\App4\App4\App4.Droid\Resources\Resource.Designer.cs(1291,130,1291,165): error CS0117: 'Resource.Styleable' does not contain a definition for 'SnackbarLayout_maxActionInlineWidth'
2>d:\Documents\Visual Studio 2015\Projects\App4\App4\App4.Droid\Resources\Resource.Designer.cs(1308,104,1308,113): error CS0117: 'Resource.Styleable' does not contain a definition for 'TabLayout'
2>d:\Documents\Visual Studio 2015\Projects\App4\App4\App4.Droid\Resources\Resource.Designer.cs(1309,118,1309,141): error CS0117: 'Resource.Styleable' does not contain a definition for 'TabLayout_tabBackground'
2>d:\Documents\Visual Studio 2015\Projects\App4\App4\App4.Droid\Resources\Resource.Designer.cs(1310,120,1310,145): error CS0117: 'Resource.Styleable' does not contain a definition for '
@akamud
akamud / snippet.txt
Created May 17, 2016 01:33
Asp.Net Core RC2 on OS X with ZSH
# run this on an open terminal:
echo "export PATH=$PATH:/usr/local/share/dotnet/" >> .zshrc
public class Blog
{
public int BlogId { get; set; }
public string Url { get; set; }
public List<Post> Posts { get; set; }
}
@akamud
akamud / AppExtractor.bat
Created October 4, 2014 14:04
Script to extract android database files without root
@echo off
color 0a
title Extractor
if [%1]==[] (
echo Nome do aplicativo nao especificado...
echo.
echo Operation Failed!
) else (
echo Please connect your Android device with USB Debugging enabled:
echo.