This file contains 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
#!/bin/bash | |
# List outdated Python packages | |
outdated_packages=$(pip list --outdated) | |
if [ -z "$outdated_packages" ]; then | |
echo "No outdated packages to upgrade." | |
else | |
echo "Upgrading packages..." | |
pip list --outdated --format=columns | tail -n +3 | cut -d" " -f1 | xargs -n1 pip install --upgrade |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
height | width | layers | folds | length | clamps | weight_distrib | max_num_of_batteries | support_length | |
---|---|---|---|---|---|---|---|---|---|
3.5 | 4.5 | 1 | 5 | 24.5 | 0 | 0 | 8 | 2.5 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 0 | 1 | 8 | 2.5 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 1 | 1 | 8 | 2.5 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 1 | 0 | 4 | 2.5 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 0 | 1 | 25 | 2.5 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 0 | 0 | 16 | 2.5 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 1 | 1 | 28 | 2.5 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 1 | 0 | 13 | 2.5 | |
3.5 | 4.5 | 1 | 3 | 24.5 | 0 | 1 | 26 | 2.5 |
This file contains 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
height | width | layers | folds | length | clamps | weight_distrib | max_num_of_batteries | support_length | exp_day | |
---|---|---|---|---|---|---|---|---|---|---|
3.5 | 4.5 | 1 | 5 | 24.5 | 0 | 0 | 8 | 2.5 | 2 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 0 | 1 | 8 | 2.5 | 1 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 1 | 1 | 8 | 2.5 | 2 | |
3.5 | 4.5 | 1 | 5 | 24.5 | 1 | 0 | 4 | 2.5 | 1 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 0 | 1 | 25 | 2.5 | 2 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 0 | 0 | 16 | 2.5 | 1 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 1 | 1 | 28 | 2.5 | 1 | |
3.5 | 4.5 | 2 | 5 | 24.5 | 1 | 0 | 13 | 2.5 | 2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Karel Jaromír Erben | |
Kytice | |
Praha 2011 | |
1. vydání | |
Městská knihovna v Praze | |
www.mlp.cz | |
[email protected] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
""" | |
just selected python functions for EMERGENT project purposes | |
...to be iported in IPYNB notebook | |
(C) aleksejalex, SteveLikesToDebug | |
""" | |
import numpy as np | |
# imports for images |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer