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 pyaudio | |
import numpy as np | |
sound2 = [ | |
80.30, | |
81.76, | |
82.77, | |
83.33, | |
83.49, |
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
|
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
# needed to autocomplete git commands | |
Import-Module posh-git | |
# Import-Modu`le oh-my-posh | |
# Set-PoshPrompt -Theme slim | |
#Install oh-my-posh before this line can run: | |
#winget install JanDeDobbeleer.OhM5yPosh | |
oh-my-posh --init --shell pwsh --config C:\Users\Powell\Documents\PowerShell\Modules\oh-my-posh\6.4.3\themes\night-owl.omp.json | Invoke-Expression | |
function touch {New-Item -ItemType File -Name ($args[0])} |
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
// This file was initially generated by Windows Terminal 1.0.1811.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |