Overwriting is a process of replacing content with other content in place. It can be physically replaced on storage, or overridden with newer version of content type.

learn more… | top users | synonyms

0
votes
3answers
43 views

Is it possible to access original function which has been overwritten in python [duplicate]

I was asked to add some feature to the code originally written by other guys. There is a python code defines a function which overwrites the build in open function def open(xxx): ... I would ...
1
vote
2answers
41 views

C# Overwrite file failed badly

Tried several times to make this work but with several failures. let me explain what i've tried to do: 1.Unrar the files in zip format (working) 2.Unraring to a named directory (unrars) 3.Copying ...
1
vote
3answers
59 views

Lists being Overwritten?

I created a user-defined instruction 'getSetpoints' that reads a group of data via serial and automatically chops it up into 4-digit pieces that get dumped into a list called GROUP# (the # depends on ...
0
votes
1answer
35 views

How to update or write to a file system on Hadoop?

So I am working with a file systems on Hadoop, and I need to make some update to that file system by using path. In this file system, I have different txt format files. I can get to those files by ...
0
votes
1answer
37 views

Overwriting file issue using PHP

I have to write a file, in order to increase a value, but sometimes (when the file is opened two times in a row) it increases only by one instead of two. This is part of the script executed two times ...
0
votes
2answers
47 views

Arrays and overwriting in C++ - can I reuse the same object?

I'm making an array of vectors to save as normals. Because we haven't learned how to do vectors in class yet, I've made a struct which serves just as well: struct vector3 { double xcoord; ...
1
vote
3answers
48 views

How to stop overwriting data , iOS

I am trying to save in my iOS app some data. I use the following code : NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory ...
0
votes
1answer
50 views

(C++) Trouble writing hex to .dat file

My program is pretty long and complex so I cannot explain it all, I will try to just explain my current situation, however. I have a .dat file (729 of them but only 1 for this example) and I need to ...
0
votes
1answer
22 views

Emmet overwritten snippet

I have been following the lessons on HTML and CSS provided by Jeffery Way on Tuts+: http://learncss.tutsplus.com/ I got to the video on Zen Coding: http://learncss.tutsplus.com/lesson/zen-coding/ ...
-2
votes
2answers
50 views

Writing to a file with RandomAccessFile#write() [closed]

lets say i have a program that makes a binary file called data.bin and i write a bunch of random information to it using data.write(item) like: RandomAccessFile data = new ...
0
votes
2answers
73 views

Better Way to Copy Move Rename File, Visual Basic (VS 2012 V11)

I want to copy, rename, and move a file to a new location. According to http://msdn.microsoft.com/en-us/library/36xbexyf(v=vs.90).aspx the following code should do so: This example copies the file ...
0
votes
2answers
14 views

Merge “Defaults” array with “Input” array? PHP Which Function?

Lets say you are having a user provide information. Array 1 But not all is required. So you have defaults. Array 2 Does PHP have a function which will overwrite all array values of Array 2 ...
0
votes
1answer
9 views

mysql restore and overwrite

I have a backup of my entire host 11 DB and some tables. I messed some stuff up and I want to restore and while restoring OVERWRITE. mysql -u root -p < plasesavetheday.sql I get errors about ...
1
vote
1answer
64 views

updating binary file containing structs in c, offsets changing to corrupt rest of file

I'm trying to write a method that will, given a file containing values to update or append, will update a second binary file. Apparently, when I overwrite a struct in the binary file, the offsets ...
0
votes
2answers
45 views

Overwriting JControllerForm save() Method to Trim POST Data Has No Effect

I have a component that has a controller called MyproductControllerGeneralsetting which extends JControllerForm. Inside MyproductControllerGeneralsetting I am overwriting the save method from the ...
0
votes
2answers
62 views

Java help, Creating Array of Objects

I have an Array of Objects (a name, and an array of numbers) that is not storing new Objects in the Array correctly. Each time I attempt to add a new object with a for loop it is overwriting the ...
2
votes
1answer
142 views

How to extract a rar file that contains multiple folders with overwrite in c# winform application

I want to extract a rar file to a location . The thing is , that the rar file contains 4 folders, and the extraction fails. I need to extract all files and folders in my rar to the location folder. ...
1
vote
0answers
21 views

Permission denied when overwriting files with Codekit

Using MAMP Pro, I've set up a virtual host for a site where I run Codekit (http://incident57.com/codekit) to autocompile LESS files to its directory. I've set the owner of the host to www, this ...
1
vote
2answers
48 views

Overwrite file in my app

When I start the application I will invoke a web service and save a file returned by the service in my app. For offline purposes i want to have a file in my app, in case the web service is down. My ...
0
votes
1answer
27 views

Could someone explain why this document.write overwrites the entire page?

Here is the code; javascript function Roll() // Results: displays a randomly selected image of a 6-sided die { var roll; roll = RandomInt(1, 6); if (roll == 1) { ...
2
votes
2answers
82 views

How to overwrite a settermethod in Mockito?

Hello dear Programmers, I can't seem to figure out how to mock a simple setter method using Mockito: so I got this Class class MyClass { private SomeObject someObject; public void ...
0
votes
1answer
40 views

PHP - Error while overwriting a file

I have a PHP file that counts a value that increases very often: <?$totI=515905;?> Sometimes another file resets the $totI variable (maybe because it loads and writes it two times together). ...
1
vote
3answers
49 views

Overwriting a field's method in Python

I have a custom class which I instantiate twice in a second class: [EDIT: The old code wasn't really capturing what my issue is, I'm rewriting to make it clearer. Foo is going to process network ...
2
votes
2answers
60 views

Can you overwrite a variable that is defined by the result of a function without clearing first in python?

So, I was wondering if there was a way to clear and overwrite/rewrite a variable in one step without having to clear it before hand. This is what I have for example: def rate(t,w): return (t + ...
0
votes
3answers
80 views

Java: Object as Value in HashMap being overwritten?

I am adding/editing objects that are values in a hashmap-- with different keys. However, editing one object in the hashmap seems to edit them all(?) What am I doing wrong here? First, my (poorly ...
1
vote
1answer
84 views

Persistent Store - Save, Read and Overwrite data

I am trying to save 10 String values in PersistentStore in my BlackBerry App. The idea is to save the newest 10 items (String values) at any given time. When the first 10 values are saved and the 11th ...
0
votes
0answers
5 views

Tracking server activity

I have a bit of a server file replace mystery. Today I renamed a file bootstrap.css to _bootstrap.css using Transmit. I then uploaded a new bootstrap.css from my Desktop onto the server alongside ...
2
votes
4answers
117 views

Which operator to overload in order to use my class in an if-statement? [duplicate]

For example, I have defined a class class MyClass { .... }; which operator do I have to overload in order to do the if comparison with a MyClass object? eg: MyClass cc; if ( cc ) // compile ...
0
votes
3answers
121 views

Read Increment Then Write to a text file in perl

I have this little perl script which opens a txt file, reads the number in it, then overwrites the file with the number incremented by 1. I can open and read from the file, I can write to the file ...
1
vote
1answer
71 views

python write error

def save_friend(filename, friends_list): rows = '' strings = open(filename, 'Ur') for c in strings: rows += ','.join(c) rows += '\n' return strings.write(rows) ...
0
votes
3answers
57 views

Overwriting pre-defined array

I have an array named columnsArray[] it is pre-defined to contain 6 Strings. When i run my method columns() it should overwrite the columnsArray[] with a new array of Strings that the user selects by ...
2
votes
1answer
46 views

Bind MVC confuse

I have a view with this code: @Html.DropDownListFor(m => m.state, Model.States, new { @class = "search" }) And a controller with this code: model.state = "MG"; return View("Pageabc",model); ...
1
vote
1answer
222 views

How to write to a text file inside of the application

Basically, I have a text file inside of my application (in the resources tab of the application's properties). Now I'm trying to read & write to that file, reading works just fine, it's the ...
1
vote
0answers
71 views

Change TIFF header only without re-writing image content

I am using JAI to read/write multi-page TIFFs containing different type of images (different sizes, different compression methods) and I have to read the file, change a few values in the TIFF headers ...
0
votes
1answer
50 views

How to overwrite file which is using by an application, with ftp commands

I need to distribute files over network to other servers (OS: Windows Server 2003) with below ftp script.(See attachment-1) I'm trying to overwrite some files which are currently used by an ...
0
votes
1answer
59 views

Inserting wav file within a wav file using naudio

I have a recorder application(CSHARP) where i use NAudio to record/playback audio. Our need is to Insert and overwrite audio in an existing wav file. Currently, for inserting audio, i use the current ...
0
votes
0answers
9 views

BufferOverlow and why eip is rewrite?

Im Working On Buffer Overflow vulnerabilities ... is there any one knows , why eip rewrite after overflow the buffer size !? is this eip place after buffer !? (i don't think so) is it true that ...
0
votes
0answers
36 views

How to do a merge inside a controller? [duplicate]

I'm trying to create a many-to-many relationship, but I have this problem when I try save it to table. def new @filme = Filme.find(params[:id]) @usuario = Usuario.find(params[:ud]) ...
0
votes
0answers
92 views

Many to many controller. Saving to table

I'm trying to create a many-to-many relationship, but I have this problem when I try save it to table. def new @filme = Filme.find(params[:id]) @usuario = ...
0
votes
2answers
180 views

Overwrite a line with ofstream C++

I am doing a little game and I am saving the player details in a txt file. Example of that txt file: Eric 13 8 10 10 30 10 10 50 0 0 0 0 William 1 0 10 30 30 10 10 50 0 0 0 0 John 1 0 10 30 30 10 10 ...
-1
votes
2answers
62 views

Overwriting HTML Page with $_POST

I expected clicking the "submit" button would overwrite the HTML page with the two echo statements. However, no overwrite occurs. The page is connected to Apache. <?php $username = ...
2
votes
4answers
133 views

Array overwritten after foreach loop

I'm trying to push objects containing elements from a sql result set into an array. My code is like: $data = array(); $sql = "SELECT id,type,name,username FROM users"; foreach ($conn->query($sql) ...
1
vote
1answer
166 views

C++ fstream overwrite instead of append

I'm trying to create a basic highscore system for a project I'm working on. The problem I'm having is, although I write the names into my main they just overwrite the previous. Currently I have ...
1
vote
1answer
108 views

python read a file, save a new column for each line ad save the same file

I have a file with x,y,z values. I wish to find an elegant way to open and add a new value id to each line and save again the same file. def get_point_grid_id(x,y,x_min,y_max,x_dist,y_dist): col ...
0
votes
2answers
129 views

Change Password Button - how to overwrite current user password?

I am programming a Change Password button, I am having problems with overwriting the password saved in a text file. So imagine there is a username and password saved in a text file respectively: ...
0
votes
2answers
119 views

How to have child override values of parent class, but use parent's method

Apologies if this has been posted before, I keep only getting results for overriding the opposite way. I want to be able to do 2 things: Reference the parent variable from the child class, in ...
3
votes
2answers
224 views

Format and Pointers/Hex Values (Memory Overwrite)

In my Delphi XE2 32-bit application (Update 4 Hotfix 1 Version 16.0.4504.48759) , I'm using the Format() routine to log pointer values. For example: Format('MyObject (%p)', [Pointer(MyObject)]); ...
0
votes
3answers
73 views

Save and Overwrite Variables in Python

I need a little bit of help on overwriting python variables. Here's the best example I could give. IF someone opens up my program (in .exe or .py) and this were to come up: var = 5 var = ...
-1
votes
1answer
90 views

Overwrite entry in zip file

I'm having trouble, I got this code: DirectoryInfo di = new DirectoryInfo(dir); FileInfo[] rgFiles = di.GetFiles(); DirectoryInfo[] d = di.GetDirectories(); if(rgFiles != null && d != null) { ...
0
votes
1answer
253 views

jquery file upload - how to overwrite file NOT rename

I am struggling to update the Jquery file upload plugin so when you upload a file it just overwrites an existing file with the same name instead of renaming it with an upcount. I have applied the ...

1 2 3 4 5 7