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
# To be used in a Jupyter notebook | |
import panel as pn | |
pn.extension() | |
variable_list = ['var1', 'var2', 'var3'] | |
def get_val(variable): | |
return variable |
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
#! /bin/bash | |
# Considerando que os diret贸rios est茫o organizados da seguinte forma: | |
# 2020010100 | |
# 2020010200 | |
# 2020010300 | |
# etc | |
# | |
# Linguagem: Bash | |
# @cfbastarz |
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
#! /bin/bash | |
# Considerando que os diret贸rios est茫o organizados da seguinte forma: | |
# Albedo | |
# AlbedoClima | |
# Chopping | |
# etc | |
# | |
# Linguagem: Bash | |
# @cfbastarz |
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
#! /bin/bash | |
# Considerando que os diret贸rios est茫o organizados da seguinte forma: | |
# 2013010100/001/*.[ctl,idx,grb] | |
# 2013010100/002/*.[ctl,idx,grb] | |
# ... | |
# 2013010100/040/*.[ctl,idx,grb] | |
# ... | |
# 2013011000/001/*.[ctl,idx,grb] | |
# ... |
NewerOlder