Skip to main content

Questions tagged [save]

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

Filter by
Sorted by
Tagged with
0 votes
1 answer
57 views

I am using base64 as a way to encrypt level strings because in my web game "slidtrix" a main feature is supposed to be exporting your level so other people can play it but my code (below) is ...
Fredoka's user avatar
  • 13
0 votes
0 answers
36 views

I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the ...
Farnaz JM's user avatar
3 votes
1 answer
82 views

I'm creating some html files for colleagues where they can explore a leaflet map interactively, then save a copy for presentations. Unfortunately the downloads from ...
Nova's user avatar
  • 6,050
Advice
2 votes
3 replies
39 views

SaveImage() does not seem to update 'File location' under: Image Info/Image/Info Is there a command for adding the file location? I could close and re-open the file, but that seems burdensome ...
E Voelkl's user avatar
0 votes
0 answers
57 views

In a C# desktop application I have two related DataGridViews (dgvAlgorithm and dgvParameter) and a save changes button (btnSave). Both DataGridViews are related to 3 tables: (algorithm, parameter, ...
Jaime's user avatar
  • 47
1 vote
1 answer
69 views

I am using ASP.NET MVC. I have a PIF controller and on the details view, I have data showing from a variety of other models, one of which is called SAEs (I will use this as the example). For each of ...
Sally Parkes's user avatar
1 vote
1 answer
142 views

I am attempting to save a PencilKit drawing to Photos. But all I get is a yellow background. Code explanation: I added a blue square with a pencil to show that this view exports correctly. This does ...
Pete's user avatar
  • 223
1 vote
1 answer
114 views

I expect the answer is "not possible". I am compiling some matplotlib plots that take a long time to produce. The plots are generated based on data that also takes a long time to produce, ...
Jack's user avatar
  • 161
0 votes
2 answers
188 views

Is there any way to save records (updating as required) using a composite candidate (alternative) key? We are using Spring Boot 3.4 and Java 21. Something similar was asked 9 years ago based on old ...
John Little's user avatar
  • 12.8k
0 votes
1 answer
201 views

My functionality is to save a PDF file in the mobile's download folder using my Flutter app, for that, in the Android manifest I added the below permission and the functionality is working perfectly &...
Krunal Surati's user avatar
0 votes
0 answers
27 views

The data size is always set to 99 KBs when it comes to saving data in my project that I'm working on. I'm using Flash CS6 and ActionScript 2.0. I don't want it to be more than 96 KBs. Flash CS3 does ...
user28541024's user avatar
1 vote
1 answer
68 views

I have an SomeEntity, and want to create a new entry on the data base with the same "someId" but diferent "seqNum". ...
jpedropsilva2010's user avatar
0 votes
1 answer
45 views

Haven't attempted to play around or make a site in over 20 years so still rusty. I am trying to get my code to be able to saveData to localStorage on a server I just bought. I'm not sure how to set up ...
newdemon1982's user avatar
0 votes
0 answers
137 views

I have a file called password.txt and I want to store some passwords in it, I use it in a file of functions but I don't know how to make it usable for more than one file, every one having his specific ...
oivil's user avatar
  • 1
-1 votes
1 answer
87 views

In the the image above, after I click the upload button, I want to store the file in my C drive. But by default it's saved in the Downloads folder. I need to store the file in a user defined folder ...
user25527959's user avatar
0 votes
0 answers
25 views

When trying to save to big query using pandas_gbq, it's taking considerably more time when this is being done from a vertex ai component than when simply doing it from a workbench instance. Any tips ...
Ilin Karagjozov's user avatar
0 votes
1 answer
393 views

I'm continuing to design my website using my local hard drive as a temporary server. I'm building my site with WordPress and the Elementor plugin. During this process I have sometimes had an issue in ...
MavWeb's user avatar
  • 21
0 votes
0 answers
86 views

I have a question about Excel VBA. I struggle to find out what is causing a certain behaviour. When running the code below, which is started with a Button on sheet 1, the graphs on sheet 2 are changed....
Stijn's user avatar
  • 21
0 votes
1 answer
63 views

iam very new to VBA excel and programming and i've been stuck with one problem. ive 2 sheets, one is "Product" Sheet for product data and "inItemDetail" Sheet for product that we ...
Andi Rezza's user avatar
0 votes
1 answer
153 views

I am creating a catboost pool from a pandas dataframe (columns have strings as names, not sure if thats relevant) and then quantizing it and saving to disk using this code: ...
helloimgeorgia's user avatar
1 vote
2 answers
79 views

I am trying to plot Facet Grid, I have created whole function so it is more convenient, when I test it in my code editor it shows like it is in this , but when I actually save it is shown like this: ...
Christina's user avatar
1 vote
1 answer
337 views

I'm designing a new website using Elementor and WordPress. The site is being built offline, on my local hard drive, which I'm using as my localhost until finish the site. At that point, I'll transfer ...
MavWeb's user avatar
  • 21
0 votes
1 answer
106 views

Can I write functions whose purpose is to save and load the contents of a generic object to/from a file? Something like: ...
Pietro's user avatar
  • 13.6k
0 votes
2 answers
94 views

I have a table with squirrel sightings, where I have species, year, total abundance and mean_abundance, like below: ...
Klervi's user avatar
  • 7
-1 votes
1 answer
48 views

I am making an Android app, and I need a little help. I am saving 4 things to a data storage class: Strings (chat name), lists of Strings (full chat), lists of ChatMessages (summarized chats), and ...
Alexander Mailyants's user avatar
1 vote
2 answers
150 views

I'm working on my first kotlin app with several activities. Each activity is composed of fields that the user fills in and saved into an SQLitedatabase I need help on when to save and reload data. ...
guigui soso's user avatar
1 vote
1 answer
119 views

I have made a table using gt_tables and I want to save it as a .png. When I use gtsave, it always crops out half the table, even if I set the vwidth really high. This code was working until this week. ...
Cp1's user avatar
  • 13
-1 votes
1 answer
63 views

I modify a file using GD in PHP and am currently saving it with the code below. However, the code below does not overwrite an existing file. What do I need to do to overwrite an existing file or one ...
user6631314's user avatar
  • 2,050
1 vote
0 answers
31 views

I am currently trying to save a graph that I need to control the size of, but I cannot figure out how to control the size of the saved graph itself. There seems to be some disconnect between the save ...
Kray's user avatar
  • 51
1 vote
1 answer
54 views

I have a powershell script I've created that stores a copy of a text file to a mapped drive over a WAN VPN when the text file on the host machine is modified. It works fine until there is a brief drop ...
UniqueTurbo's user avatar
2 votes
0 answers
92 views

A tensorflow layer in a model is simply not loading correctly after saving no matter what I do with it, the model trains and saves well but doesn't load when I need it at a later time. I save the ...
justtrying's user avatar
0 votes
0 answers
39 views

I have created an interactive plot using plotly (with tooltips). I am using Linux command line interface. Is it mandatory to use RStudio to save these interactive plots as they are (not as static ...
Dovini Jayasinghe's user avatar
0 votes
1 answer
95 views

I'm working on an Excel project where I use VBA and two workbooks : One to update some tables (analysis requests updated with a macro while opening) and another one where I copy part of those tables ...
user1833903's user avatar
-1 votes
2 answers
128 views

I have a complicated struct with sub-structs to store the settings of my program. This structs contain some std::vectors. I save the struct with this easy function: ...
Paul Aner's user avatar
  • 543
1 vote
1 answer
83 views

I have an excel where I import some pictures (from a onedrive file, they are uploaded as part of a query). These pictures are part of an auto-response PDF I will generate from my excel file, that ...
Vhakazar's user avatar
0 votes
2 answers
201 views

I would like to save a 96x96 matrix as an image. The values in the matrix range from -1 to 1. When I save the matrix using plt.imsave(path, matrix, cmap='rainbow'), ...
김요한's user avatar
-1 votes
1 answer
61 views

Could somebody show me the simple code for saving video to the photolibrary I have link ...
Антон Разгуляев's user avatar
0 votes
0 answers
87 views

My goal is to close a file without being prompted to save after changing a shape, specifically the size of a button; to this end, after changing the button, I set Thisworkbook.saved to True but if I ...
tom's user avatar
  • 31
2 votes
1 answer
212 views

I want to save train dataset, test dataset, and validation dataset in 3 separate folders. Doing this for training and testing is easy ...
Noumeno's user avatar
  • 171
1 vote
1 answer
109 views

I have written the following VBA code to save my Solidworks files. It also checks if files already exists in the folder and if so - asks through a messagebox if these files need to be overwritten. ...
JetskiS's user avatar
  • 143
1 vote
1 answer
41 views

i am looking to save data to the device my Pre Delivery Checklist App is runing on (hence all the boolean data(for the checklists)). The data would look something like this: ...
puzzlemasterman's user avatar
1 vote
1 answer
475 views

In developer mode, my phone automatically switches to power saving mode when the battery level is below 75%. I would like to disable this feature. In my previous Google Pixel 8 Pro phone, there was an ...
Vadim Barsukov's user avatar
3 votes
1 answer
156 views

I was working on an AppScript with a personal account. I clearly remember saving it. However when I looked back the next day, all the progress I made was gone. I ...
Super Sauce's user avatar
0 votes
0 answers
59 views

When opening an Excel Workbook in File Explorer from within the windows server by calling \<server_IP><path><wbName>.xlsm and trying to save the WB after making a change, ...
user22346363's user avatar
0 votes
0 answers
133 views

My codes should be correct, but I could not get the correct resourse to edit my Manifest file to allow SAVE permission. ...
PURPLE FACE's user avatar
1 vote
1 answer
279 views

(tensorflow 2.17, Windows 10) I can't save and restore a custom model using subclassing method. Please find below the code to reproduce the problem : ...
u2gilles's user avatar
  • 7,433
0 votes
0 answers
36 views

I am making a tile-based RPG in Java with a 3d array of tiles, each tile having an entity etc. I know how to save/load the tiles (grass has an id of 0, ...
Lum1te's user avatar
  • 6
1 vote
1 answer
97 views

I have a very simple question for you, but I cannot find it on the internet. I have a list called ArrayList(i) of which I want to replace some strings for only one line. After that line, it should be ...
JetskiS's user avatar
  • 143
0 votes
1 answer
142 views

I have a script that saves x amount parts of a SW assembly into step/xt, based on the input of a userform. This works really well. However, I want to add a messagebox that asks "Do you want to ...
JetskiS's user avatar
  • 143
1 vote
1 answer
91 views

I'm trying to use a handful of smaller functions to generate input for R Markdown. Some of the input for R Markdown contains calls like: ...
Sergio Haab Texturace's user avatar

1
2 3 4 5
200