Top "Save" questions

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

How to Copy file to specific directory & Set Filename, Extension using OpenDialog in WPF?

I have a OpenDialog in my wpf application where the user can choose file and save to folder. I want …

c# wpf-controls save save-image
How to save GridSearchCV object?

Lately, I have been working on applying grid search cross validation (sklearn GridSearchCV) for hyper-parameter tuning in Keras with Tensorflow …

python scikit-learn keras save grid-search
Grails - save the transient instance before flushing grails Error?

I am currently developing a Grails Application and I am working with the Spring Security and UI plug-ins. I have …

grails gorm save domain-model
how to update a variable in a .mat file for matlab?

I have a matlab .mat file that stores a bunch of variables. How do I update a single variable? I …

matlab save matlab-load
Unity: Custom Inspector for ScriptableObject not working

I created a custom Inspector for some of my ScriptableObject. The inspector seems to work perfectly. If a value gets …

c# unity3d save scriptable-object
Output weka results to text file

I am new to Weka GUI and i want to output a list of correlations on different fields to a .…

save output weka arff saving-data
The best way to save game data in Unity that's secure & platfrom independent

I am looking for a way to save the users progress for my game, I am looking for something that …

unity3d save platform-independent
Where does ApplicationSettingsBase save config files during unit testing?

Some background context: I'm deriving from ApplicationSettingsBase to save custom sets of configuration settings in my application, and the manual …

c# .net nunit save applicationsettingsbase
Shared Preferences not persistent after app restart

I found all answers here and tried all solutions, still my shared prefs are not persistent. Here's my code: public …

android save preferences shared persistent
Best Way to keep Settings for a WinRT App?

I'm working on a WinRT app that's actually also a game. I need to keep different information such as audio …

windows-runtime save settings permanent