Sublime Text > Preferences > Settings – User
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": ".",
| Complexity of Python Operations | |
| In this lecture we will learn the complexity classes of various operations on | |
| Python data types. Then we wil learn how to combine these complexity classes to | |
| compute the complexity class of all the code in a function, and therefore the | |
| complexity class of the function. This is called "static" analysis, because we | |
| do not need to run any code to perform it. | |
| ------------------------------------------------------------------------------ |
| # Install dependencies | |
| % apt-get install cifs-utils | |
| # Create mount point folder | |
| % mkdir /mnt/capsule | |
| # Create credentials file | |
| % touch /root/.cifs/capsule | |
| % cat /root/.cifs/capsule | |
| username=username |
| # Change default audio port and test alsa | |
| % amixer cset numid=3 1 | |
| % speaker-test -t sine | |
| # Install dependencies | |
| % apt-get install libao-dev libssl-dev avahi-utils libwww-perl libcrypt-openssl-rsa-perl libio-socket-inet6-perl libmodule-build-perl | |
| # Install Perl Net-SDP (more information: https://github.com/njh/perl-net-sdp) | |
| % git clone https://github.com/njh/perl-net-sdp.git | |
| % cd ./perl-net-sdp/ |