Skip to main content

Questions tagged [save]

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

0 votes
0 answers
17 views

How to obtain and save trigrams from text mining program TM - in text or csv format

I'm hoping to identify tigrams and phrases in a corpus using TM and save the output as a text or csv file. I haven't found a way to do this in Quanteda: How to save n-gram output This reproducible ...
bgreen's user avatar
  • 65
0 votes
1 answer
25 views

Saving data from an HTML form

I am trying to save data from an HTML form. I found this solution here on stackoverflow I want to use the CacheData function (shown below) but when I run my code, I keep getting an error that ...
Youssef Ismail's user avatar
0 votes
0 answers
13 views

Win32com failing to quit and save

I am using openpyxl in order to populate an excel sheet, but because it would contain formulas, I am trying to use win32com in order to refresh the sheet in order to get the calculated values from it. ...
Treyara's user avatar
  • 47
0 votes
0 answers
23 views

New to visual C++: Problem with saving a bmp from a frame after loading the bmp into it

So I've been using chatgpt to help (please don't start with the AI hate). But basically it can't find what is wrong. Please bear in mind that this app is my first attempt at building anything with ...
New_to_dotnet's user avatar
0 votes
1 answer
63 views

How to save n-gram output

A hopefully simple question. How can I save the ngram output from the following code? \\ library("quanteda") ## Package version: 2.1.2 data(data_corpus_inaugural) toks <- ...
bgreen's user avatar
  • 65
1 vote
1 answer
64 views

Microsoft Excel VBA Save As CSV Subroutine - File Cannot Be Accessed Error

For an end user on my team the following subroutine fails to save a CSV file with an error message that states "'OUTLOOK MERGE DATA.CSV' cannot be accessed. The file may be corrupted, located on ...
Paul S's user avatar
  • 11
1 vote
1 answer
32 views

Custom Field data entry not saved to Woocommerce database

I have the following code provided to me from a plugin developer, but they are not very responsive and don't seem to test properly using latest 8.x PHP I've been able to get things to work except when ...
StevieK's user avatar
  • 31
-1 votes
1 answer
54 views

After clearing the file, I cannot save more data

I have a code whose role is to save data to a text file. I also have a function defined to clear the file. Unfortunately, after clearing the file, no more data gets saved. I'm saving the output of ...
Charlixie's user avatar
0 votes
1 answer
25 views

How can I resolve the "System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.'"error when saving an image in C# WinForm?

When saving the image in C# WinForm, I encountered the following error: System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.' Here is the updated code with the ...
m. Aref's user avatar
-1 votes
0 answers
26 views

Revert to the previously saved versions

So I am working on this project and I went down the rabbit hole of editing it over and over and adding new methods and changing old ones, until the code became like a maze, and I can't even debug it. ...
user25248542's user avatar
0 votes
0 answers
30 views

_xsaveopt64 Usage in Kernel-Mode

I need to manage extended processor state using _xsaveopt64. My current approach with _fxsave64 and _fxrstor64 has been as follows: alignas(16) char fxStateBuffer[512]; // Saving state _fxsave64(...
eden sson's user avatar
0 votes
1 answer
24 views

Checkpoint does not load correctly in Godot 4

I am developing a 2D game in Godot 4, and I am trying to create a "save and load (checkpoint)" system. Each scene's name follows a pattern like "world_01", "world_02", ...
Neitan's user avatar
  • 1
0 votes
1 answer
27 views

How to save DB tables summary shown in MySQL workbench

I can see DB table details in MySQL Workbench, but can't find an option to save them. I also tried CTRL + A and CTRL + C but it didn't selected all the rows.
learner's user avatar
  • 286
0 votes
0 answers
11 views

How to I save an AudioKit MIDIFile to permanent file in iOS using Swift

I am creating a music app using SwiftUI with AudioKit. The app captures MIDI input from a keyboard and creates a MIDIFile which I want save to the file system so that it can be read into other music ...
user1192887's user avatar
  • 1,034
0 votes
0 answers
49 views

Save and Load - Checkpoint Godot 4

I’m new to game development and recently started developing my first game, a simple 2D game to better understand the platform’s functionalities. I’m having trouble adjusting the checkpoint saving ...
Neitan's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
669