To store (data) in a computer or on a storage device.
0
votes
0answers
9 views
iOS — What is the best way to save data for a table within a table?
I have gone through the tutorial on apple's developer website called 'Your Second iOS Application' in which I learned how to make my master detail application. I went on to learn how to save the data ...
0
votes
0answers
43 views
Cannot get image and no visible interface
When I use the saving code I get the error @ interface for "secondViewController" decalres the selector getcachedirectorypath. I used
@interface getCacheDirectoryPath : UIImagePickerController
...
0
votes
1answer
20 views
Numpy savetxt loop
Using Numpy, I am going to split an array of dimension (557124,2), dtype = "S10", in 6 subarrays using
sub_arr = np.split(arr, 6)
Now I would like to use a for loop on save.txt and save the 6 ...
0
votes
1answer
16 views
Save the modified Property file inside WAR deployed on server
We are trying to use Apache PropertiesConfiguration in our project using JSF and JBoss.
My property file is located inside a package say demo.prop by the name of Prop1.prop
Inside my WAR file the ...
0
votes
1answer
33 views
save serialized object in phone memory
Here i have some data which i want to store in phone memory and retrieve when necessary
here is the code:
public void saveObject(Person p){
try
{
FileOutputStream fos = ...
0
votes
2answers
21 views
How i can get the error when cake are saving?
I have a form, with some fields. When i try save, not happens and I don´t know what´s the problem.
How can i see whats happening on the save moment ?!
Thanks you!.
0
votes
1answer
20 views
Why doesn't my save method work in the admin?
In my model I overwrite the save-method for my blog model to auto-populate the slug field using the slugify method.
class BlogPost(models.Model):
title = ...
0
votes
0answers
8 views
how to save a default message and contact data on sms application
I am developing an sms application and I want to set a default but editable message for the user and whichever contact the user chooses, to be saved in memory so that when they open the app next time, ...
2
votes
1answer
28 views
How to save custom preferences of python's IDLE?
I have several computers at different locations, and although I'm not coding in IDLE, it is always running in the background, for small testing, debugging and researching tasks.
I configured IDLE ...
1
vote
2answers
22 views
Saved Bitmap doesn't appear on SD Card
I am working on an app in which I would like to save some Bitmaps to the SD Card. I have looked at a lot of examples and other questions, and from that I have made the following code:
...
0
votes
1answer
54 views
Unstring a string: is it Possible?
I'm currently having the Problem of trying to save certain properties into the Settings.settings as a string.
if I use the following in my class:
string Pattern0 = ...
0
votes
0answers
21 views
Settings.settings save Pattern type
I am trying to define Patterns on which an E-Mail is saved, in code i have been quite succesfull doing it like this:
string Pattern0 = SafeFileName(currMail.SenderName);
string Pattern1 = ...
0
votes
0answers
22 views
save Properties based on ComboBox
I am currently trying to Change a Name pattern for e-mails that are saved on SharePoint through an addon that I'm developing.
I have a Combobox, the pattern properties should Change based on what is ...
0
votes
0answers
19 views
jgraphX loading data from XML file
I'm using jgraphx v.1.13.0.0 and I modified the HelloWorld example to try the possibility of saving and loading grapah data. I proceded in this way:
I stored a UserObject inside a cell, a simple ...
0
votes
2answers
33 views
Java XML practice
I have an application that receives weather information every x seconds. I am wanting to save this data to an XML file.
Should I create a new XML file for each weather notification, or append each ...
0
votes
2answers
31 views
Batch file: save & load
I have one big problem. This app SHOULD ASK user for his name ONCE. It saves username and then when he run this app again 1st stage should be skipped and variable "name" should has his name from file ...
1
vote
1answer
37 views
JSF Chrome Save Password on Login form
How do I get my JSF login page to prompt Chrome to save password?
<h:form id="login-form" class="form login-form">
<h:outputLabel for="j_username" value="Email:" />
...
1
vote
2answers
24 views
Entity Framework - persisting changes to database only partially
Is is possible to select what portion of the Entity Framework entities are persisted back to database?
ObjectContext.SaveChanges() saves everything but if I want to persist only certain items, how to ...
1
vote
1answer
24 views
Android Save and Restore List State with CursorAdapter
I have a list view in a fragment that is populated by a CursorAdapter.
When the device rotates I want to save the state of the list, then restore it without having to make another call to the SQLite ...
0
votes
0answers
10 views
How to save 9600 port with macosx?
I want to liste 9600 port and save them to txt file.
I can listen it with
screen /dev/tty.usbmodem1411 9600
but can't save it using
> read.txt
How can I save this port to any txt file?
0
votes
1answer
20 views
Matlab: Save jpg Files Under Plot Title Name
In MATLAB, I have a collection of simple plots with the titles displaying:
Indiana
Montana
Texas
Arizona
I need to take these plots and save the plots as jpg files by their TITLE name in a ...
1
vote
1answer
36 views
Saving port 9600 datas in given time
I'm using Arduino and getting values from my shields and sensors. And also I send some of them to serial.println because of listening port 9600. I'm listening port 9600 and save these values to txt. ...
0
votes
1answer
21 views
Save into the file with value instead of placeholder
I use Apache Velocity, so I have a *.vm file, the content of which "Hello $name".
Velocity.init();
VelocityContext context = new VelocityContext();
context.put("name", "Velocity");
StringWriter w = ...
0
votes
0answers
15 views
Hibernate inheritance Table per subclass - how to create a child from existing parent
It is simple but I can't make it work, please help me...
Parent.java <--> PARENT table
Child1.java <--> CHILD1 table
Child2.java <--> CHILD2 table
They all share a simple key ...
0
votes
1answer
25 views
ValueError when trying to save ndarray (Numpy)
I am trying to translate a project I have in MATLAB to Python+Numpy because MATLAB keeps running out of memory. The file I have is rather long, so I have tried to make a minimal example that shows the ...
-1
votes
0answers
50 views
How to read data from excel file (.xls) using java only? [closed]
I need sample code for reading data from excel file using Java (i.e. without using any third party jars eg: Apache POI ).
Is it possible? if possible means please share the java code to me.
Thanks ...
1
vote
1answer
23 views
Add user id to blog post
I have a simple blog application. When posts are added, i want the users id to be added to the post so that when a user is logged in, he can only see his posts. The id i want to add to the post, is ...
0
votes
0answers
11 views
Problems with absolute filepath using DOMdocument
I'm having trouble using an absolute filepath with DOMdocument. More-or-less following this guide:
https://developers.google.com/maps/articles/phpsqlajax_v3
I have been able to get a test code ...
0
votes
1answer
35 views
how to have color image bases on the pixels value in MATLAB?
I have developed a code in which I convert a point text file to a grid raster. The result is an image but in BW but I want to visualize this image in color.
The color classification is based on the ...
0
votes
1answer
30 views
How to save data of master detail application so that it will load after application?
I have researched long and hard about this topic but cannot find a solution. I am very new to iphone app development in xcode so please make the answer comprehensible lol. I followed apple's "Your ...
0
votes
0answers
16 views
VBA Save as ASCII text without CRLF
I'm writing a code that saves a sheet as a text file. The text file should be ASCII file without CRLF (as I need to feed the text file to a software that needs it this way).
I found this, but don't ...
0
votes
2answers
38 views
Java (HashMap) - How to save and load an entrySet()?
I have 2 hashmaps and I want both to be saved when the menu button is clicked, and I want to be able to load them (In the example I'm saving just one).
void saveHash(HashMap<String, Object> ...
2
votes
2answers
24 views
Is there an alternative to pickle - save a dictionary (python)
I need to save a dictionary to a file, In the dictionary there are strings, integers, and dictionarys.
I did it by my own and it's not pretty and nice to user.
I know about pickle but as I know it ...
0
votes
0answers
24 views
How can image be saved directly to a folder with JPGEncoder in AS3?
For example something like
file.save(imgByteData, "C:\\image\\test.jpg");
Thanks
0
votes
1answer
17 views
multiple image store kinect with different name
I want to know how to change the default save folder to store differents images with differents names
If i do like this it only store one image,
//capture from camera
while(1)
{
sprint(buffer, ...
-2
votes
2answers
53 views
Delphi7, Save User's Changes or other User's Information / Notes
in my program, the user completes a form and then presses submit. Then, a textfile or a random extension file is created, in which all user's information are written. So, whenever the user runs the ...
2
votes
2answers
37 views
SharedPreferences not keeping value
With SharedPreferences, i would like to save a value (that will be later the date of last update) and load it. It works well until i shut down my phone or force close my application. It resets the ...
1
vote
1answer
39 views
Spring,Primefaces,Hibernate: Save action is called automatically when I hit the create url
I am trying to show a form and then save it. I am using Spring + primefaces and hibernate.
The problem is that when I try to hit URL DRS/jsf/lodi/createLodi.xhtml, I am expecting it to just show the ...
0
votes
2answers
30 views
Need to store JavaScript variables for use on other pages?
Here's an outline of what I want to do.
I want to store the value of a JavaScript variable in some way and then, on another HTML page, retrieve that value and assign to another different JavaScript ...
1
vote
1answer
30 views
Worksheet save failing
I have written a sub that should save worksheet 2 as a csv file with a time stamp in it. I let the user choose the file path with the get path sub, then when the user clicks 'okay' the program fails ...
1
vote
1answer
22 views
Brightness doesnt get saved when back button is pressed
I there, I have a seekbar on my application to change the brightness and its working.
Then problem is that, when I press the back button to navigate to another activity, the brightness goes back to ...
-1
votes
1answer
31 views
Why does my SaveFileDialog display again if cancelled?
I have a SaveFileDialog in my program. The issue is that when I click "Cancel" on the dialog, another SaveFileDialog opens up. But when I click cancel on the second SaveFileDialog, a third does NOT ...
0
votes
0answers
20 views
Save Checked Checkboxes changes from DataGridView created Programmaticaly
i have a datagridView Table wich gets filled with rows Programaticaly,
i have 4 Columns, one of them with paths and another one of them with checkboxes,
what i want is to save the checked checkboxes, ...
2
votes
1answer
40 views
how to save text into a txt file using python 2.7 using tk
Im using tkinter and I am trying to get text that's entered by a user to be saved into a existing txt file when they click on save, any ideas.
from Tkinter import *
root = Tk()
w1 = Label(root, ...
0
votes
1answer
35 views
SharePoint Library Tree View for Outlok Addin
I am currently developing an Outlook Addin, this is my first time doing something Object oriented,
I'm a beginner, but since you all must have been there at somepoint i think you can all be ...
-1
votes
2answers
47 views
Save Settings in C#
I am trying to save certain Settings (checkBoxes that are checked by the User, Urls that are changed etc.) to my local Computer, so that the Default Settings basically become the User modified once.
...
0
votes
1answer
34 views
Django: model object is save, but returns None. Why?
I have a simple model with a Model Manager:
class CompanyReviewManager(models.Manager):
def get_votes_for_company(self, company):
try:
return CompanyReview.objects.filter(user ...
0
votes
6answers
75 views
How to save data , in an iOS application?
I am developing an application where the user creates an event which has 3 fields:
Category , name , event. After the user gives his entry , i have a save button that will save his data for future ...
1
vote
1answer
76 views
Save as web page using php
How to save a web page using php similar to save as in Browser -> file -> save page as
I need to save web page dynamically when url is given as parameter. Containing the images in related folder.
...
1
vote
1answer
25 views
Trying to save sheet 2 of a workbook on the desktop as CSV
This function, when clicked on should ideally copy all of worksheet 2 to another workbook and save that sheet as a csv file. its not working... and i don't know how to tell it where to save the file ...



