Skip to content

Instantly share code, notes, and snippets.

@renil
renil / mock-applications-data.json
Last active March 29, 2024 15:59
Mock data for applications registration response
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#applications",
"value": [
{
"id": "ad859556-7690-4919-862a-951dde68ebde",
"appId": "00000000-0000-0000-0000-000000000000",
"identifierUris": [ "http://contoso/" ],
"displayName": "My app",
"publisherDomain": "contoso.com",
"signInAudience": "AzureADMyOrg"

Keybase proof

I hereby claim:

  • I am renil on github.
  • I am renil (https://keybase.io/renil) on keybase.
  • I have a public key whose fingerprint is 9C7F DD7F 39A7 501B 972C 0FB6 ADEA B19D 2561 D9C8

To claim this, I am signing this object:

@renil
renil / ConEmu.xml
Created November 20, 2017 01:53
ConEmu settings
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2017-11-08 22:40:30" build="171025">
<value name="ColorTable00" type="dword" data="0036342e"/>
<value name="ColorTable01" type="dword" data="00a46534"/>
<value name="ColorTable02" type="dword" data="00069a4e"/>
<value name="ColorTable03" type="dword" data="009a9806"/>
<value name="ColorTable04" type="dword" data="005e5eae"/>
<value name="ColorTable05" type="dword" data="007b5075"/>
@renil
renil / boxstarter.ps1
Last active November 20, 2017 02:09
Boxstarter commands for new windows box
# Description: Boxstarter Script
# Author: Renil Abdulkader
# Last Updated: 2017-09-14
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
#
# Learn more: http://boxstarter.org/Learn/WebLauncher
#-------TEMPORARY---------------