
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
Cumulative deaths Fall in GDP | |
0 1.73 | |
5 0.36 | |
7 -13.41 | |
9 -4.41 | |
13 -8.45 | |
14 -13.09 | |
20 -9.23 | |
28 -14.18 | |
34 -7.23 |

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
0 1 2 3 4 | |
0 1 5 | |
0 5 6 | |
0 6 7 | |
0 7 8 | |
0 3 9 10 | |
0 8 11 | |
0 9 11 | |
9 12 13 | |
12 13 14 15 |
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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Block with different loading and constraint conditions. | |
This examples runs with the developing version of SolidsPy (2.0). | |
@author: Nicolás Guarín-Zapata | |
@date: July 2020 | |
""" |
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
# -*- coding: utf-8 -*- | |
""" | |
Cifra una mensaje haciendo un corrimiento del alfabeto. | |
@author: Nicolás Guarín-Zapata | |
""" | |
ALFABETO = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', | |
'm', 'n', 'ñ', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', | |
'x', 'y', 'z'] |
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
name: polyscope | |
channels: | |
- conda-forge | |
- default | |
dependencies: | |
- python>=3.6 | |
- numpy | |
- scipy | |
- matplotlib>=2.0 | |
- polyscope |
This file has been truncated, but you can view the full file.
