Script para configurar Arch Linux luego de instalarlo. Este escript instala algunos paquetes necesarios y agrega configuraciones a dichos paquetes.
- Predawn
- Flatland (Monokai)
- Oblivion
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 numpy as np | |
rarray = np.random.sample(512) * 5 | |
np.savetxt("file.csv", a, delimiter=",", fmt="%2.9f") |
NewerOlder