Top "Save" questions

To store (data) in a computer or on a storage device.

recover dict from 0-d numpy array

What happened is that I (by mistake) saved a dictionary with the command numpy.save() (no error messages shown) and …

python dictionary load numpy save
matlab: how to save TIFF series?

Lets say I have a 3D array 'img' (x, y, frame) and want to save it as a TIFF. So …

image matlab save tiff
Get the html of the javascript-rendered page (after interacting with it)

I would like to be able to save the state of the html page after I've interacted with it. Say …

javascript html state save
Save multiple records for one model in CakePHP

I would like to save several records for one model. This would have been done pretty easily with saveAll() if …

cakephp save cakephp-1.3
Save logs - SimpleHTTPServer

How can I save the output from the console like "192.168.1.1 - - [18/Aug/2014 12:05:59] code 404, message File not found" to a …

python logging save simplehttpserver
PHP TCPDF ERROR: Unable to create output file the folder exist and has the right permissions

I'm trying to save a pdf file using the html2pdf PHP class. The code is this: $this->html2…

php pdf save tcpdf html2pdf
iOS: Can't save file to 'Application Support' folder, but can to 'Documents'

I can download and save a binary file to the 'Documents' folder with a custom name perfectly fine. If I …

ios file save directory
Save Matlab figure without plotting it?

Is there a way of saving a figure plot without actually plotting it? I mean, let's say I want to …

matlab save plot figure
perl save a file downloaded by lwp

Im using LWP to download an executable file type and with the response in memory, i am able to hash …

perl save download lwp
Use savefig in Python with string and iterative index in the name

I need to use the "savefig" in Python to save the plot of each iteration of a while loop, and …

python image indexing save figure