duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| ;; ============================================================================= | |
| ;; Composite | |
| (def composite-data | |
| {:composite/item {:id 0 | |
| :width 400 | |
| :height 400 | |
| :color "#428BCA" | |
| :children [{:id 1 | |
| :width 200 |
| (ns lcm.utils.jython | |
| "This NS has functionality for interop between jython and clojure" | |
| (:require [clojure.tools.logging :as log] | |
| [clojure.pprint :refer [pprint]] | |
| [slingshot.slingshot :refer [throw+ try+]]) | |
| (:import [org.python.core | |
| Py | |
| JyAttribute | |
| PyString | |
| PyInteger |
| # Download installers | |
| mkdir ~/Downloads/nvidia | |
| cd ~/Downloads/nvidia | |
| wget https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda_8.0.61_375.26_linux-run | |
| wget http://us.download.nvidia.com/XFree86/Linux-x86_64/384.59/NVIDIA-Linux-x86_64-384.59.run | |
| sudo chmod +x NVIDIA-Linux-x86_64-384.59.run | |
| sudo chmod +x cuda_8.0.61_375.26_linux-run | |
| ./cuda_8.0.61_375.26_linux-run -extract=~/Downloads/nvidia/ | |
| # Uninstall old stuff | |
| sudo apt-get --purge remove nvidia-* |