Top "Save" questions

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

What is the difference between --save and --save-dev?

What is the difference between: npm install [package_name] and: npm install [package_name] --save and: npm install [package_name] …

node.js npm save package
Save byte array to file

I have a byte array (an IEnumerable actually), and I need to save it to a new file containing this …

c# file stream save byte
Saving an Object (Data persistence)

I've created an object like this: company1.name = 'banana' company1.value = 40 I would like to save this object. How can …

python object serialization save pickle
How to save as a new file and keep working on the original one in Vim?

Whenever I use the :sav command, it saves the file with a new name and opens the new file open …

vim save save-as
Saving images in Python at a very high quality

How can I save Python plots at very high quality? That is, when I keep zooming in on the object …

python graphics matplotlib save
Saving image to file

I am working on a basic drawing application. I want the user to be able to save the contents of …

c# winforms image gdi+ save
How to save a figure in MATLAB from the command line?

Is there a command in MATLAB which allows saving a figure in FIG or JPEG or both formats automatically?

matlab save figure
How to save a data frame as CSV to a user selected location using tcltk

I have a data frame called, Fail. I would like to save Fail as a CSV in a location that …

r csv save dataframe
How to dump raw RTSP stream to file?

Is it possible to dump a raw RTSP stream to file and then later decode the file to something playable? …

file ffmpeg save rtsp