Deleting is the act of erasing a piece of data.
-1
votes
2answers
40 views
Deleting all columns except columns with certain headings
I am trying to format exported data and need to delete several columns. I want to keep columns with certain headings. For convenience if I have 15 columns and want to keep columns with the following ...
0
votes
0answers
7 views
How to put a date in Dalate Hiperlink
How to take a hover date from ASP Calendar without using Selected Date. I want tu use Hiperlink to dalete element. Please tell me how to take a date from a calendar in the Hiperlink.
I have got code ...
1
vote
2answers
91 views
Linux vs. Windows File.delete()
I'm having a bit of trouble understanding how Windows handles files compared to Linux. I'm trying to remove an entry in a file that I'm using as a "database" (it's just a regular file). Java ...
0
votes
0answers
13 views
about deleting Google calendar event using Zend Gdata, => identifying accurately an event by startTime + endTime + title
Accordind to Scott Fleming's code below :
$gdataCal = new Zend_Gdata_Calendar($client);
$query = $gdataCal->newEventQuery();
$query->setUser($cal_id);
$query->setVisibility('private');
...
-1
votes
0answers
15 views
Want to delete a facebook, but cant remember email or password? [closed]
I made a facebook page for my business, and now I can't remember the e-mail or password. I have since made a new one and want to delete this old one, but can't get into it.
0
votes
1answer
33 views
After deleting more than one cell uitableview adds some rows
I am using "swipe to delete" and if I want to delete more than one cell in a sequence, some cells in uitableview get doubled or some already deleted cells appear. Because I can't post any images I ...
0
votes
2answers
39 views
Can a .bat be used to delete files across multiple machines in a network? [closed]
I am trying to find a way of deleting selected files/folders on Windows 7 machines attached to my local network.
The problem I have is that the location of ''my Documents'' is different on ALL ...
0
votes
0answers
29 views
How do I delete files in the Documents folder [duplicate]
Okay, I'm still not a wiz a Xcode, but I have a solid understanding now, now I have a problem and I'm hoping I'll be able to get a "Problem, meet solution" answer.
Situation: I've implemented the ...
1
vote
2answers
63 views
How to stop TinyMCE to delete the span tags?
Here in my work, the previous programmer decided to use the wonderful TinyMCE [sarcasm mode on] on the company website.
One of the thousands of problems I'm having is:
If the original text have any ...
0
votes
0answers
16 views
Deleting a record from the Northwind database
I have a section on my page where I have 2 drop down lists, which list the Suppliers and that supplier's products from the northwind database. Once you have selected a product, I have a details view ...
0
votes
1answer
56 views
Implementing a remove method in a java Hashmap?
So a hashmap is a hash-based implementation of a map structure in java. I've figured out how to get the hashmap put method to work, but I want to write a method that removes the key value pair, and ...
2
votes
4answers
64 views
Delete script only deleting files not folders
I have a script that I run every week via a cron that delete loads of temp files on my web servers but I've just notice that the script is not removing the folders which are still taking up space.
...
1
vote
2answers
85 views
How to remove from file specific content from another file?
I have a file foo.txt:
$cat foo.txt
<ul>
<li>
<p>something</p>
</li>
<li>
<p>something else</p>
</li>
</ul>
And a bar.txt:
$cat bar.txt
...
2
votes
1answer
47 views
Lisp deleting data from list
'((A 0) (K 1) (E 1) (H 2) (I 2) (G 2) '3 (NIL 3) (J 3) (J 3) '4 (NIL 4) '4 (NIL 4)))
How to delete '3 and '4 from list?
3
votes
3answers
448 views
iOS6 UICollectionView how to delete cells (equivalent of commitEditingStyle)?
I'm building my first application using UICollectionView and noticed that there isn't much I can do in terms of object deletion. For UITableView apps, there's the swipe to delete method:
- ...
0
votes
2answers
32 views
Can massive writing & deleting files hurt our server performance?
We run a system that for cache purposes, currently writes and deletes about 1,000 small files (10k) every hour.
In the near future this number will raise to about 10,000 - 20,000 files being written ...
0
votes
1answer
90 views
Correct handling of deletion of a UIDocument in another instance of your app with iCloud
I've found out, that I can detect the deletion of a UIDocument on the iCloud through following method:
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError ...
0
votes
3answers
58 views
Python array deleting items
I have array
a=['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ...
0
votes
1answer
114 views
NSIS uninstaller doesn't delete files/folders
I'm writing a NSIS installer for one of the apps that the company I work for uses internally, the install process works fine, with no problems all the REG keys are created, and so are the files ...
-8
votes
1answer
31 views
security Dead-man file, [closed]
I want a (file, app, other) that will be able to be opened and looked at but only with a password. When (file, app, other) is opened it will check to make sure it has an Internet connection, and can ...
0
votes
0answers
8 views
Does comments deletion via Graph API broken now?
Does anyone uses comments deletion in his software? Recently I got bugreports that comments can't be deleted now.
I did some research and found that troubles are related with other user's posts: the ...
-1
votes
1answer
308 views
Does deleting facebook permanently delete messages? [closed]
so im thinking of permanently deleting my Facebook as i'm moving countries for a fresh start! i know that you can contact Facebook and permanently delete your account and in 14 days it deletes however ...
0
votes
0answers
44 views
Deleting the row Dynamically in datatable jquey
I need to delete the row, within the "fnRowCallback" function which will be generated dynamically. Example scenario: I am generating the row with ids within the fnRowCallback function, in that I want ...
1
vote
1answer
152 views
How to get red round minus icon as png with transparent background?
I need the red-minus badge icon - that one which is used for deleting rows in a UITableView.
Is there a way to get it programmatically? I have searched via google, browsed in several icon databases - ...
-1
votes
2answers
116 views
C++ SDL Deleting images from bullet vector [closed]
I'm trying to write a piece of code that deletes bullets from the game world upon reaching the top of the game. I'm having a problem with some memory leaks, and crashes and I wondered if anyone could ...
1
vote
1answer
92 views
php can't delete cookie
I have this function to set a cookie:
private function setCookie($key, $value){
if(setcookie(
$key,
$this->encrypt($value),
time() + 2592000,
...
4
votes
1answer
108 views
Checking duplicates, sum them and delete one row after summing
I have a dataframe which contains some duplicates. i want to sum rows of two columns where there is a duplicate and then delete the unwanted row.
here is an example of the data
Year ID Lats ...
1
vote
2answers
112 views
what happens in STL<vector> when an element is removed from between ?
Since the memory locations are contiguous for stl vector are rest of elements moved back by one step ?How did the stl library writers implement it ?
8
votes
3answers
150 views
Best style for deleting all constructors (or other function)?
Let's say I want to make a type that cannot be constructed (don't ask why).
struct Impossible
{
I could do it like this:
Impossible() = delete;
// disable automatically generated ...
0
votes
1answer
103 views
FTP Deleted Folder keeps reappearing
I have the following WP site hosted under mediatemple:
http://actividades.acropolis.org.mx.s160231.gridserver.com/actividades
(the way it is set up (I didn't do it, I was just tasked to migrate the ...
1
vote
1answer
99 views
Data In Excel Not Deleted Properly
I am working on an Excel VBA that takes a given timeframe, pulls data, removes extra data outside of certain parameters, and then sorts the data by machine "Riveter 01 - Riveter 22". A chart is then ...
0
votes
1answer
149 views
Deleting Packages in Android SDK Manager
What does deleting packages in the Android SDK Manager do? I have the option to delete 5 of the packages. Should I? Thanks.
0
votes
0answers
28 views
Java EE/Hibernate deleting unactivated members
I have a table 'users'. Within it is a column ''is_activated''.
If a member registers, it is automatically set to false. If he activated his account, it will be true.
What I want to make, is that if ...
1
vote
4answers
242 views
Shell Script - (Deleting a Substring)
I have strings called:
abc.out
def.out
How do I delete the substring
.out
in these strings?
What command should i use?
(Bourne Shell)
1
vote
1answer
37 views
Simple Shell Scripting
An argument example:
../path/cse/lab3/remove
Right now, it's printing out all the directory and files in 'lab3'.
I want it to print out all the files in 'remove'.
I'm not sure how to do that. (I want ...
1
vote
2answers
885 views
Edit/Modify & Delete of record from a Random Access File in C
the program should modify or delete a specific record according to employee id, in modifying part it writes the modified record as a new one at the end of the file, the deleting part works only once ...
1
vote
2answers
344 views
Deleting the leaf nodes of a binary search tree - segmentation fault
I am trying to delete the leaf nodes in a bst which i have created non-recursively. The problem is when i am trying to delete the leaf node i hit a segmentation fault and i have no clue as to why its ...
0
votes
1answer
278 views
Binary Search Tree - Deleting Node with no pointer to predecessor
I have following implementation of BST:
struct BstNode
{
int value;
BstNode* leftSubnode;
BstNode* rightSubnode;
BstNode(int value)
{
this->value = value;
...
0
votes
1answer
109 views
Deleting an item from table in lua
Am really struggling very much in deleting an item from table, am creating the table as dynamically,and inserting values in table working really great, but removing values from table making me really ...
2
votes
2answers
93 views
What is the recommended way for deleting items from a collection?
I often need to delete some object from a collection based on some condition and every time I and up with this:
Get-SomeCollection | ? { $_.SomeProperty -eq "SomeValue" } | % { $_.Delete() }
But ...
0
votes
0answers
177 views
tmpwatch in cron - how configure deleting data
I wanna use crond on my OpenSuse to deleting old backups, what I do each day.
I search in the internet, and add this to crontab -e
00 6 /21 * * /usr/sbin/tmpwatch -m -M 504 /TEMP
they will be use ...
2
votes
4answers
130 views
Removing all nodes from a queue of structures
I'm trying to delete all nodes from my queue of structures.
Structure:
struct element{
int id;
int sign;
int year;
int month;
double amount;
struct element *next;
};
...
0
votes
2answers
132 views
Python: Recursively delete folders below 3rd level in large structure of folders
I have a large structure of thousands of folders only, however I am only interested in keeping the folders in the top three levels, and deleting the rest. I am looking for a recursive python script to ...
1
vote
1answer
59 views
How to efficiently make changes to code (removing defunct code)
I've got an ASP.NET web application, that is essentially our intranet site. I made a lot of progress on the administration office's employee management pages. It ties into an SQL server database, ...
1
vote
1answer
85 views
deleting array (related with textchange event)
I am using TextChanged event and when I am pressing keyboard, numbers are going into array... the question is:
When I am deleting any numbers I want to delete in the array list too
but cause of ...
1
vote
1answer
165 views
MySQL records being deleted, and I don't know why
I have a serious problem of records being deleted automatically from a specific table in my MySQL database.
After I figured that, I started to check the MySQL binary log to discover what was ...
2
votes
3answers
493 views
Behaviour after deleting list item from List<item> in c#
I have list
List <Bitmap> memory = new List<Bitmap>();.
I use this list for saving states of image in simple program for working with images. I want to implement operations back and ...
0
votes
0answers
32 views
Adding and deleting millions of records by comparing two tables
I have two table having the column name as -
Service, Numbers, Prefer, Ops, Phone
in both the tables.
Table1 is my main table and table2 is my temporary table. I wanted to perform add and delete ...
2
votes
3answers
326 views
If my app deletes a post it made to a user's wall, will all likes and shares made by other people also be deleted?
This is probs a daft question to ask, but finding explicit confirmation of it is proving difficult for me. So:
Lets say I have a FB app i've created, and for whatever reason the server code for the ...
0
votes
2answers
83 views
searching for data and removing data from a text file using php
I have a program that exports a list of data in to a .txt file, a lot of the data is unneeded. every piece of data is formatted like this:
PUB DATE: 03/16/2012
END DATE: 06/10/2012
PUB: my company
...




