onecompiler / cheatsheets
Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe
| function Measure-UserBandwidth { | |
| <# | |
| .SYNOPSIS | |
| Measures the user's Internet bandwidth. | |
| .DESCRIPTION | |
| Measures internet bandwidth using the Ookla Speedtest CLI, which is a command-line interface to the Speedtest.net website. | |
| The function will download the CLI from the internet if necessary. | |
| .PARAMETER Type |
| function Show-WebRequestDownloadJobState { | |
| <# | |
| .SYNOPSIS | |
| Display a simple animation while waiting for a download job to complete. | |
| .DESCRIPTION | |
| Waits for a download job to complete, displaying a | |
| progress bar while it is running. When the download is complete, the | |
| function will write a completion message to the console. | |
| function Format-Text { | |
| <# | |
| .SYNOPSIS | |
| Writes text with color and formatting | |
| .DESCRIPTION | |
| Writes text with color, formatting and RGB support | |
| .INPUTS | |
| This function accepts pipeline input. |
| <# | |
| .SYNOPSIS | |
| Creates and displays a Windows Toast notification | |
| .DESCRIPTION | |
| Creates a Windows Toast notification and displays it to the user | |
| .PARAMETER AppId | |
| The AppId of the application that will display the notification |
| re='^[0-9]+$' | |
| if ![[ $yournumber =~ $re ]]; then | |
| echo "error: Not a number" >&2 | |
| fi |
Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe
A cross-browser library of CSS animations. As easy to use as an easy thing.
Build faster websites with Astro's next-gen island architecture
Chinese Text Project (https://ctext.org)
Purple Culture Dictionary https://www.purpleculture.net/dictionary-details
| <# | |
| .SYNOPSIS | |
| Hashes all files in a directory and sub-directories. | |
| .DESCRIPTION | |
| Hashes all files in a directory and sub-directories. | |
| .PARAMETER Path | |
| Path to the directory to hash. | |
| .PARAMETER Algorithm | |
| Select hash algorithm. | |
| .EXAMPLE |
| ; %APPDATA%\Everything\Everything.ini | |
| ; Read the docs: https://www.voidtools.com/support/everything/ini/ | |
| ; Please make sure Everything is not running before modifying this file. | |
| [Everything] | |
| ; General Settings | |
| allow_multiple_windows=1 | |
| run_in_background= | |
| show_tray_icon= | |
| language=0 | |
| open_folder_command2= |