Top "Save" questions

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

PHP save file to users computer

I have a script that creates a vCard for members of staff when the 'Add Contact' button is clicked. I …

php save vcf-vcard
Debugging save() returning false CakePHP 3.0

I have some code which has broken somewhere along the way and I'm having trouble debugging it. This is a …

debugging cakephp save cakephp-3.0
How to save tmux session to tmuxinator project?

I'm a tmux user and a fan of tmuxinator because it lets me get back to a baseline tmux session …

command-line terminal save tmux tmuxinator
Script to save matlab figures to a specified directory

Suppose I have several figures open in matlab. I would like some function I can call, e.g save_all_…

matlab save figures
Workbook.save - "the following features cannot be saved in macro-free workbooks..."

My sub opens up a .xlsm file in a new Excel instance, makes changes to the file, and saves the …

excel vba save xlsm
Save and Load jsPlumb flowchart including exact anchors and connections

This is the jsFiddle of the flowchart editor I am building. This is an example of what can be easily …

javascript json save flowchart jsplumb
android SharedPreferences putStringSet order/sort

I try to save/restore a set of string and all is working except one thing. When i create my …

android save sharedpreferences
How to get data from GPS and send to server and how save to database

I designed a web page with PHP, the data can be read from database including lat, long, speed and it …

php database gps save tracker
Saving in-memory H2 database to disk

How can I save/load full embedded h2 in-memory database to some file or directory in binary mode for faster …

load save h2 embedded-database in-memory
Append or prepend selected text to a file in Vim

In Vim, is there a way to move the selected text into <current_file>.bak, appending or prepending? …

vim save backup selection