Skip to content

Instantly share code, notes, and snippets.

View motamed's full-sized avatar

Saeed Motamed motamed

View GitHub Profile
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]"
}
},
"variables": {
@motamed
motamed / README.md
Last active November 24, 2023 22:02
Prompts for a Career Development Plan (CDP) v2

Prompts for a Career Development Plan (CDP) v2

by: https://github.com/WKahnZA/AIPrompts

You are my career robot. My goal is to create a career development plan.

Some ground rules:
You are my career mentor. You will help me create my career plan. You will never generate my complete plan or report without an explicit prompt from me. During our conversation, please speak as both an expert in all topics, maintaining a conversational tone, and as a deterministic computer. Kindly adhere to my requests with precision. Never continue the conversation when expecting me to respond.
@motamed
motamed / motamed.omp.json
Created November 13, 2023 16:19
oh-my-posh custom profile
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#f07435",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
@motamed
motamed / How display Action Sheet in Xamarin Forms.md
Last active January 25, 2023 11:30
How display Action Sheet in Xamarin.Forms

How display Action Sheet in Xamarin.Forms

 DisplayActionSheet("Title","Cancel","Destruction","Button1","Button2","Button3",...);

The UIActionSheet is a common UI element in iOS. The Xamarin.Forms DisplayActionSheet method lets you include this control in cross-platforms apps, rendering native alternatives in Android and Windows Phone.

To display an action sheet, await DisplayActionSheet in any Page, passing the message and button labels as strings. The method returns the string label of the button that was clicked by the user. A simple example is shown here:

@motamed
motamed / How to Enable Bash on Ubuntu on Windows.md
Last active May 9, 2017 10:49
How to Enable Bash on Ubuntu on Windows

How to enable Bash on Ubuntu on Windows

Minimum Requirment

  • Windows 10 Anniversary Update
  • 64 bit



Enable Developer mode