git submodule deinit -f -- your/submodule; rm -rf .git/modules/your/submodule; git rm -f your/submodule
1- Remove all cuda packages
2- Download x86_64 Ubuntu 16.04 deb(local) https://developer.nvidia.com/cuda-80-ga2-download-archive
git submodule deinit -f -- your/submodule; rm -rf .git/modules/your/submodule; git rm -f your/submodule
1- Remove all cuda packages
2- Download x86_64 Ubuntu 16.04 deb(local) https://developer.nvidia.com/cuda-80-ga2-download-archive
| find . -size 6182c -name *.gif -delete; find . -size 1726c -name *.png -delete; find . -size 2555c -name *.png -delete; find . -size 400c -delete; find . -size 1913c -delete; find . -size 4446c -name *.gif -delete; find . -size 862c -delete; find . -size 3975c -delete; find . -size 7211c -delete; find . -size 436c -delete; find . -size 2255c -delete; find . -size 1227c -delete; find . -size 1529c -delete; find . -size 1359c -delete |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Generates gource video (h.264) out of multiple repositories. | |
| # Pass the repositories in command line arguments. | |
| # Example: | |
| # <this.sh> /path/to/repo1 /path/to/repo2 | |
| # Or use ls -d * to list all folders in a location | |
| # <this.sh> `ls -d *` | |
| RESOLUTION="1920x1080" # HD | |
| # RESOLUTION="2560x1440" # QHD |
| /* | |
| To be placed in ~/.mozilla/firefox/YOUR_PROFILE/chrome/ | |
| Got it here: http://stackoverflow.com/a/22419524; | |
| */ | |
| input { | |
| border: 2px inset white; | |
| background-color: white; |
| # Place in .config/fish/ | |
| set fish_greeting function fish_greeting | |
| set -g -x PATH ~/.local/bin $PATH | |
| #set -x PYTHONPATH :/opt/choregraphe-suite-2.4.2.26-linux64/lib |
| sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get install htop inkscape firefox chromium-browser audacity fish terminator gimp kdenlive vlc git ssh filezilla ipython idle pylint build-essential kubuntu-restricted-extras kubuntu-restricted-addons python-pip python-dev filelight muon redshift gitg gitk git-gui gcc ibus avahi-discover python-pygame unetbootin fortunes icedtea-plugin openscad -y |
| # -*- coding: utf-8 -*- | |
| ################################################################################ | |
| ##Author: Carlos Asmat | |
| ##Creation Date: 12/07/09 | |
| ##Title: Pololu Module Usage Example | |
| ##Description: Set of functions allowing the communication with | |
| ## Pololu devices using the Pololu protocol. | |
| ## | |
| ##Copyright: Carlos Asmat, 2009 | |
| ##License: |
| # -*- coding: utf-8 -*- | |
| ################################################################################ | |
| ##Author: Carlos Asmat | |
| ##Creation Date: 12/09/09 | |
| ##Title: Panoramaker | |
| ## | |
| ##Copyright: Carlos Asmat, 2009 | |
| ##License: | |
| ## This program is free software: you can redistribute it and/or modify | |
| ## it under the terms of the GNU General Public License as published by |