- http:// www.github.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
@import url(http://fonts.googleapis.com/css?family=Raleway+Dots); | |
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200,700); | |
@import url(http://weloveiconfonts.com/api/?family=entypo); | |
*/ | |
/* entypo */ | |
.entypo:before { | |
font-family: 'entypo', sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "1.0.2", | |
"ReleaseNotes": "", | |
"UrlUpdate": "https://gist.githubusercontent.com/Infinitynett/c9cc82eaad8fee499a78850fbdcc86ca/raw/48aa75ad722ee7f2d20379e91cd37780e5e98dd6/INFINITY%2520NET", | |
"Sms": "https://kiritosshxd.github.io/Conecta4g_site/UrlSms", | |
"EmailFeedback": "[email protected]", | |
"UrlContato": "https://t.me/kiritosshxd", | |
"UrlTermos": "https://kiritosshxd.github.io/Conecta4g_site/termos.html", | |
"CheckUser": "true", | |
"Udp": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Resolves many Windows GUIDs to human friendly values. | |
.DESCRIPTION | |
Resolve-WindowsGUID.ps1 takes a GUID from a Windows system and attempts | |
to return a human friendly value from either a static list or from a | |
dynamically generated list of LogProvider GUIDs. There are undoubtedly | |
other GUIDs in use throughout Windows that will not fall into either of | |
these sets. If you encounter a GUID that you can't resolve via this |