I hereby claim:
- I am andrecarlucci on github.
- I am andrecarlucci (https://keybase.io/andrecarlucci) on keybase.
- I have a public key ASB72fOAPn6wi0hL5FhgGdOqE6j3C9WKfMyMRg6dbmx5zgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name MVP Gratidao | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description add #gratidao to all messages on whatsapp web | |
| // @author You | |
| // @match https://web.whatsapp.com/ | |
| // @grant none | |
| // ==/UserScript== |
| namespace nswagtest.Controllers { | |
| [Produces("application/json")] | |
| [Route("/api/{subscriptionId}/[controller]")] | |
| public class SitesController : Controller { | |
| [HttpGet] | |
| [ProducesResponseType(typeof(Array), StatusCodes.Status200OK)] | |
| public IActionResult List(string searchString) { | |
| return Ok(new[] {"with", "parameter"}); | |
| } |
| @echo off | |
| SETLOCAL | |
| SET project=%1 | |
| SET service=%2 | |
| SET dir=%3 | |
| IF [%1] == [] GOTO ERROR_USAGE | |
| IF [%2] == [] GOTO ERROR_USAGE | |
| IF [%3] == [] GOTO ERROR_USAGE | |
| SET cmd=C:\Windows\System32\inetsrv\appcmd.exe | |
| SET dns=%project%-%service% |
| @echo off | |
| SETLOCAL | |
| SET project=%1 | |
| SET service=%2 | |
| SET dir=%3 | |
| IF [%1] == [] GOTO ERROR_USAGE | |
| IF [%2] == [] GOTO ERROR_USAGE | |
| IF [%3] == [] GOTO ERROR_USAGE | |
| SET cmd=C:\Windows\System32\inetsrv\appcmd.exe |
| [console]::Beep(659, 125) | |
| [console]::Beep(659, 125) | |
| Start-sleep -m 125 | |
| [console]::Beep(659, 125) | |
| Start-sleep -m 167 | |
| [console]::Beep(523, 125) | |
| [console]::Beep(659, 125) | |
| Start-sleep -m 125 | |
| [console]::Beep(784, 125) | |
| Start-sleep -m 375 |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
| Enable-RemoteDesktop | |
| cinst Microsoft-Hyper-V-All -source windowsFeatures | |
| cinst IIS-WebServerRole -source windowsfeatures | |
| cinst nuget.commandline | |
| cinst fiddler4 | |
| cinst sublimetext2 |