Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
CloudPut to a location determined by the hash of an expression
ResourceFunction["CloudPutByHash"][expr] CloudPut expr to a CloudObject determined by the hash of expr. | |
ResourceFunction["CloudPutByHash"][expr,root] uses root as the base directory in the cloud. |
CloudPut an expression:
In[1]:= |
Out[1]= |
The same expression will produce the same cloud object:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Specify a different root directory:
In[4]:= |
Out[4]= |
The hash can be different for unevaluated expressions:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Expressions are compressed:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License