Skip to content

Instantly share code, notes, and snippets.

View ygorhenrique's full-sized avatar

Ygor Henrique ygorhenrique

View GitHub Profile
@ygorhenrique
ygorhenrique / rest.http
Last active December 16, 2020 16:12
VS Code rest call example
POST https://yourendpoint/goes/here
content-type: application/json
{
"field1": "info1",
"field2": "info2"
}
@ygorhenrique
ygorhenrique / README-Template.md
Created February 6, 2018 15:49 — 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

https://docs.citrix.com/en-us/xenmobile/server/policies/android-for-work-app-restrictions-policy.html
https://docs.citrix.com/en-us/xenmobile/server/advanced-concepts/xenmobile-deployment/authentication.html
https://docs.citrix.com/en-us/xenmobile/server/advanced-concepts/xenmobile-deployment/sso-proxy-mdx-apps.html
https://stackoverflow.com/questions/7715171/authenticating-with-active-directory-via-kerberos
https://stackoverflow.com/questions/7715171/authenticating-with-active-directory-via-kerberos
@ygorhenrique
ygorhenrique / gist:3a713a50aff6c63aa3771387e9935375
Created March 13, 2017 18:57
Clear Android Studio Temp Files
rm -rfv ~/Library/Application\ Support/AndroidStudio*
rm -rfv ~/Library/Preferences/AndroidStudio*
rm -rfv ~/Library/Caches/AndroidStudio*
rm -rfv ~/Library/Logs/AndroidStudio*
rm -rfv ~/.AndroidStudio*