https://chrome.google.com/webstore/detail/github-repository-size/apnjnioapinblneaedefcnopcjepgkci/related
Adblock for Youtube
AdBlock - best ad blocker
Application Launcher for Drive (by Google)
Feedly Mini
DownThemAll!
Google Docs offline
Google Input Tools
Google Keep Chrome Extension
Open in Colab
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
| # Given a list of Github issues in a text file | |
| # generate markdown details in a consolidated file | |
| # generate markdown details in a file per issue | |
| # generate an issue summary file | |
| hub issue -s all --include-pulls -f "%I%n" | Out-File -FilePath issuelist.csv | |
| ForEach ($issue in (Get-Content -Path issuelist.csv)) | |
| { | |
| Write-Output $issue |
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
| 2020-08-13 04:55:22,234 14596 [DEBUG] - XmlConfiguration is now operational | |
| 2020-08-13 04:55:22,264 14596 [INFO ] - ============================================================ | |
| 2020-08-13 04:55:22,598 14596 [INFO ] - Chocolatey v0.10.15 | |
| 2020-08-13 04:55:22,605 14596 [DEBUG] - Chocolatey is running on Windows v 10.0.18363.0 | |
| 2020-08-13 04:55:22,607 14596 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". | |
| 2020-08-13 04:55:22,609 14596 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". | |
| 2020-08-13 04:55:22,617 14596 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install pester -dv -s . | |
| 2020-08-13 04:55:22,618 14596 [DEBUG] - Received arguments: install pester -dv -s . | |
| 2020-08-13 04:55:22,651 14596 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage. | |
| 2020-08-13 04:55:22,659 14596 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers... |
Github Stars Languages
A repo can include many languages. Gather a list of my starred repos, find the most commonly starred underlying languages.
Requires some changes to command line to pull > 100 projects. I have more than 7 starred Go repos!
hub api "/users/asears/starred?page=1&per_page=100" --flat
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
| cat pubs.txt | tr -d '\r' | while read line; do az vm image list-offers --location eastus2 --publisher ${line} --query '[].id' --output table; done > offers.txt |
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
| Name | |
| microsoft-ads | |
| microsoft-aks | |
| microsoft-avere | |
| microsoft-azure-batch | |
| microsoft-azure-compute | |
| microsoft-crypto | |
| microsoft-dsvm | |
| microsoft-hyperv | |
| Microsoft.AKS |
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
| Name | |
| 128technology | |
| 1e | |
| 2021ai | |
| 3cx-pbx | |
| 4psa | |
| 5nine-software-inc | |
| 7isolutions | |
| a10networks | |
| abiquo |
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
| function Burninate-Peasants | |
| { | |
| $trogdor = @" | |
| and the trogdor comes in the NIIGGHHHTTTTT!!!!!!!! | |
| ::: | |
| :: :::. | |
| \/, .::::: | |
| \), \`-._ :::888 | |
| /\ \ `-. ::88888 |
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
| summon falling_block ~ ~1 ~ {Time:1,Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~-1 ~-1 ~ ~300 ~-6 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~-1 ~-7 ~ ~-1 ~-390 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-7 ~ ~ ~-8 minecraft:snow",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-9 ~ ~ ~-26 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-27 ~ ~ ~-28 minecraft:snow",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-29 ~ ~ ~-46 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-47 ~ ~ ~-48 minecraft:snow",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-49 ~ ~ ~-66 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-67 ~ ~ ~-68 minecraft:snow",Passengers:[{id:"commandblock_minecart",Command:"fill ~ ~ ~-69 ~ ~ ~-86 minecraft:stained_glass",Passengers:[{id:"commandblock_minecart",Command:"f |