If the sound is weird on mac using a bluetooth headset try running:
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true| #!/bin/bash | |
| # START=$(perl -MTime::HiRes=time -e 'printf "%.9f\n", time') | |
| ####################################################### | |
| # EXPORTS | |
| ####################################################### | |
| # Expand the history size |
| " URL: https://vim.wikia.com/wiki/Example_vimrc | |
| " Authors: https://vim.wikia.com/wiki/Vim_on_Libera_Chat | |
| " Description: A minimal, but feature rich, example .vimrc. If you are a | |
| " newbie, basing your first .vimrc on this file is a good choice. | |
| " If you're a more advanced user, building your own .vimrc based | |
| " on this file is still a good idea. | |
| "------------------------------------------------------------ | |
| " Features {{{1 | |
| " |
| M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration | |
| M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate | |
| M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration | |
| M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk | |
| M220 S100 ;Reset Feedrate | |
| M221 S100 ;Reset Flowrate | |
| G28 ;Home | |
| M501 ;Load saved bed leveling | |
| M420 S1 ;Save and use mesh |
If the sound is weird on mac using a bluetooth headset try running:
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true| # Install command: | |
| # curl https://gist.githubusercontent.com/florianpasteur/c9764ddc56042a075662e1adcfbcc0b4/raw -o .git/hooks/post-commit && chmod +x .git/hooks/post-commit | |
| IS_AMEND=$(ps -ocommand= -p $PPID | grep -e '--amend'); | |
| if [ -n "$IS_AMEND" ]; then | |
| exit 0; | |
| fi | |
| if git diff package.json package-lock.json; then |
| #!/bin/bash | |
| # Install command: | |
| # curl https://gist.githubusercontent.com/florianpasteur/f1cc272815f08d133ead0ddd2c21e421/raw -o .git/hooks/post-commit && chmod +x .git/hooks/post-commit | |
| IS_AMEND=$(ps -ocommand= -p $PPID | grep -e '--amend'); | |
| if [ -n "$IS_AMEND" ]; then | |
| exit 0; |
| ## FINDER | |
| # show file extension | |
| defaults write NSGlobalDomain AppleShowAllExtensions -bool true | |
| # quit options | |
| defaults write com.apple.finder QuitMenuItem -bool true; |
| <html> | |
| <head> | |
| <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | |
| <title>Bootstrap 5 Flexbox table</title> | |
| <style> | |
| /* Css not used, as reference only */ | |
| .table { | |
| display: flex; | |
| flex-flow: column nowrap; |