Refers to the deletion of files from a filesystem or records from a database, or the deallocation of objects in memory. Can also refer to the DELETE which is one of the HTTP protocol methods.
0
votes
0answers
25 views
cascade delete mysql innodb fails with django 1.5.1
Same error described in https://code.djangoproject.com/ticket/15776
I have a model 'Follow' and it looks like
class Follow(models.Model):
from_follow = models.ForeignKey(User, ...
0
votes
0answers
19 views
Removing a file named '…' in Windows 8 [migrated]
Completely by accident, I created a file named ... using Grunt.js for Node in Windows 8.
Is it possible to remove this file without having to reformat the partition?
-1
votes
3answers
38 views
How to delete a node searched by attribute with its child nodes in xml by php
My XML file is given billow I'm using the xml as external file.:
<?xml version="1.0"?>
<custscales>
<custscale sclNo="1" type="lin">
<scaleName>Custom Scale ...
0
votes
1answer
26 views
Using Javascript to remove url after redirecct
I have a chrome extension that redirects the (horrible) chrome new tab page to one of the user's choosing (in my case, a html file stored locally)
It works fine BUT it leaves the url ...
0
votes
1answer
41 views
Deleting via Batch file
I want to create a batch file to delete the following path across the network via automated scripting.
So far I'm using :
REM <start>
@echo off
rmdir /s /q c:\users\%allusersprofile%\ppTemp\
...
0
votes
1answer
31 views
Delete duplicates and preserve old ones - Using headers in MySQL
I need to eliminate similar duplicates
I.E. I have a column with the following values
old1950
old1933
old1985
new_1950
new_1985
new_2008
After run the delete command should be left
old1950
...
1
vote
1answer
80 views
Delete first four rows in Excel with Powershell
I have a powershell script that opens an excel file, re-assigns a blank password, and then saves the file. I want to add a task to the script to remove the first 4 rows of the excel file before ...
-1
votes
1answer
14 views
Need help on how to convert this select to a DELETE statement:
I need help as to how to convert this select to a delete statement.
SELECT stud_term_sum_div.id_num,
stud_term_sum_div.hrs_enrolled,
stud_term_sum_div.transaction_sts,
...
0
votes
1answer
51 views
Php unlink can't remove jpg files
My script for deleting files from my server can delete all images file that hasn't the file extension of jpg.
Why can my script delete all other files that's not jpg?
My code is.
<?php
...
0
votes
1answer
88 views
Implementing Secure file delete using C++ [closed]
I'am reading https://en.wikipedia.org/wiki/Gutmann_method but it's little bit hard for me.
I'll try to understand but can anybody help me if there's another way to implement secure file delete?
-1
votes
2answers
73 views
How to delete a single record with where condition in cakephp?
I am using cakephp2. How to delete a single record with a condition ?
I have a table named posts with fields id,title,post. primary key is id.
I would like to delete the single record with id=5 ?
How ...
1
vote
1answer
74 views
Magento product delete not working
I am using Magento 1.7.0.2 and have encountered a problem when deleting products. I create 20 products in a clean install of magento using the product import routine. The products where assigned to ...
-3
votes
0answers
47 views
How could i correctly delete a char ** array? [closed]
My code:
CTudMunka.cpp:
CEloadas.cpp:
main.cpp: (http)://pastebin.com/4wXRpiVX
After i run, i get errors.
=====Backtrace======
=====Memorymap======
Aborted(core dump)
Valgrind says: 5 allocs ...
0
votes
1answer
47 views
Oracle identify if a delete will cascade
I am working on a legacy oracle database system (10g) and I do not have detailed schema information. I need to find out if deleting a particular record in a table will cause cascading deletes in other ...
0
votes
1answer
15 views
SQL Delete based on max value
I have a table that has a composite key of 3 columns
st_id, sj_id, order
and want to delete a row based on a specific st_id and sj_id and by taking the max(order)
Could you please help?
0
votes
3answers
48 views
Call function when class is deleted/garbage collected
I have a class that opens a sqlite database in its constructor. Is there a way to have it close the database when it is destroyed (whether that be due to the programmer destroying it or being ...
0
votes
1answer
36 views
How do I add a delete button for mySQL in custom WordPress Plugin
I am building a custom WordPress plugin, which generates coupon codes, stores them in the mySQL database, and then displays them in a WordPress admin page.
I would like to be able to add a delete ...
0
votes
1answer
10 views
Mysq process checker
I want to ask, how to make some kind of process check. I mean when for e.g. i want to mysql_query("DELETE FROM some_table WHERE id='1' ");
how to check if it deleted the row, or it just made a ...
0
votes
1answer
37 views
Clearing a binary search tree
I came across this method to clear a binary search tree. The code is given in a textbook. Why must a node temp be created and deleted in the end? Why not delete the subroot instead of making it null?
...
2
votes
3answers
80 views
What means 'destroying' memory by delete operator in C++?
I would like to know what happens to memory that is destroyed by "delete" operator in C++.
Is 'destroying' memory in such way means setting given pieces of memory to 0 or something else?
0
votes
1answer
76 views
Prolog, delete an element in a list at a specified index
I need your help! Can you help me with this: delete an element in a list at a specified index in Prolog.
For example:
delete(List,Index,NewList).
?-L=[1,5,7,4],delete(L,2,L2),write(L2).
...
0
votes
2answers
44 views
SQLite delete one single row
I have a SQLite table defined this way:
CREATE TABLE Points(value INTEGER, player INTEGER, match INTEGER)
In the execution, I may have several identical columns, and I want a call which only ...
0
votes
2answers
93 views
How to delete row in UITableView and update indexPaths without calling reloadData?
[UPDATE]
I've found the problem. I've created a custom UITableViewCell, and am not using the standard methods to trigger deletion. My custom UITableViewCell has a custom indexPath property that I ...
1
vote
0answers
78 views
Grails - deleting uploaded images
I uploading in my app, images and save them in web-app/myCustomFolderImages.
When i want delete some of this images, i having 2 problems.
1.Sometimes when i deleting file immediately after upload, i ...
0
votes
4answers
28 views
how to restore only one file to cloned git repo?
So I have a cloned repo on the prod server. I accidentally removed a file from the prod. server and I thought doing a "git pull" would restore that file, i.e. copy the last version of the repo. Now I ...
-2
votes
0answers
15 views
delete script for parent folders based on date [closed]
I've done some looking but just can't find the exact code. What I have is a series of server backups that are backed up to a remote location. I need a way to have a windows script that runs each ...
1
vote
0answers
37 views
Delete Method using AVAIL List Technique in C#? [closed]
Can anyone help me to find a reference, explanation or code on delete method using the avail list in order to reclaim space in file while deletion?
Thank you.
2
votes
2answers
47 views
Deleting Key from 2D Hash in Perl
My Hash looks like this
%hIDSet = (
'TSASD2' => {
'country' => 'US',
'newid' => 'IMRAN',
'oldid' => 'TSASD4'
...
2
votes
4answers
88 views
How to delete all lines matching a pattern and a line after in Vim?
There's a text
Title of the text
This line contains a word that is matched by the pattern and it should be deleted.
Next line is supposed to be deleted as well.
Loren ipsum dolorem...
This line ...
0
votes
0answers
31 views
Remove all thumbnails generated with easy-thumbnails Django App
I am using easy-thumbnails in my Django 1.5 project to generate thumbnail images.
I have been using several different sizes for thumbnails for testing, but now I would like to clear all thumbnails ...
0
votes
1answer
66 views
TableLayoutPanel: Delete Rows
I have a TableLayoutPanel which is filled with rows at runtime using a txt file (get each row from the text file, and put it in cells contained in new rows)
Code Looks like this
public static string ...
0
votes
0answers
43 views
Deleting and creating a record based on linq query ASP.NET
Hi I am having trouble with my final project at university any help would be appreciated.
I have a table takes in my SQL database for a university and i need to update this each year as students ...
0
votes
0answers
63 views
Binary Tree Search - delete a node without child
I have a binary tree search, and i try to remove it's biggest number in this tree. But it has crash while I delete a node without child. Totally don't know why. Here is my code.Please help me figure ...
1
vote
2answers
40 views
How to safely delete folder contents before build (ant)
Our nightly build loads the code in a folder (ex: C:\build\nib_sw_12)
I want to delete the before contents before the ANT loads the files from source control.
But there are some files which are not ...
0
votes
2answers
41 views
Polymorphic Association - Deleting comments
I am creating an application that allows users to make comments on project postings created. I followed this Railscast to set up polymorphic associations.
Everything works great per tutorial, but I ...
0
votes
0answers
49 views
i am am using the facebook c# api in vb.net to try and delete photos from my albums
i am am using the facebook c# sdk in vb.net to try and delete photos from my albums.
the delete is as follows:-
FB.DeleteTaskAsync("/" & pic.ID)
if the photo was uploaded by my application this ...
1
vote
3answers
128 views
PHP: Delete button for each table row
I manage to succesfully read and display data from my database with the following code:
http://pastebin.com/rjZfBWZX
I also generate a delete button for each row of the table :) Clicking the delete ...
0
votes
1answer
27 views
Safely delete a generic file with the Windows API
Is it possible in Windows to irreversibly delete/overwrite the contents of a file, regardless of the storage medium (i.e. without raw I/O access to the drive), as long as write access is granted?
0
votes
0answers
35 views
On Delete Cascade in mySQL
I have 3 tables
table A : Aid (pk)
table B : Aid (fk from table A,pk), Bid (pk) . on delete cascade, on update cascade
table C : Aid (fk from table B,pk),Bid (fk from table B, pk), Cid . on delete ...
0
votes
1answer
36 views
Cookie not getting deleted
In my asp.net application, am creating a cookie from server side using following code
Dim aCookie As New HttpCookie("StartDownload")
aCookie.Value = "True"
aCookie.Expires = ...
0
votes
1answer
73 views
Powershell: a script accept a path as parameter and then delete all empty dirs needs some enhancement
with help from @Shay Levy I have such a script:
param (
[parameter (mandatory=$true,position=0)]
[string]$Path
)
Get-ChildItem $Path -Recurse -Force |
Where-Object {$_.PSIsContainer -and ...
0
votes
1answer
61 views
Deleting text after it has shown openGL
im writing a 3D game in C++ and OpenGL.
What i would like to do is when a player collides with an object a small bit of text shows up on the screen and then disappears after a few seconds.
I know ...
0
votes
1answer
30 views
Http Delete? Delete a like?
I cannot for the life of me figure out how to make a connection to delete my like from a post in the ios Facebook sdk. Here is my code to like the connection. How do I delete the like. I cannot make ...
0
votes
3answers
52 views
Deleting Keys from Registy
I want to delete an Registrykey, but on these Code i get always the Returnvalue 2 (file not found), but the path equals the parameter.
HKEY hKey;
long lReturn = RegOpenKeyEx( HKEY_CURRENT_USER,
...
0
votes
2answers
75 views
C++ string vector's sort compare and delete
In C++ I have
vector < vector <string> > Kblist;
Inside Kblist, there are many clause, and numbers of clauses=kblist.size(); and every clause in side Kblist is a string-type vector, ...
-1
votes
0answers
19 views
Recover data deleted due to rsync --delete ubuntu [closed]
I was trying to copy the data from my office desktop to my laptop which is updated time to time. I have the previous backup with me in my laptop. I was trying to copy on the new and modified data. But ...
0
votes
2answers
38 views
What is the correct way to NULLIFY i.e. remove a key in FaceBook API
I have an event with the "end_time" facebook key set. I know want to remove the end time for the event. What is the correct syntax ? Samples i've tried shown;
NSDictionary *params = [NSDictionary ...
0
votes
2answers
33 views
win32api restore file from recyclebin using SHFileStruct
I'm using win 32 api to built explore is the same window.
I can delete file to recycle bin. Now, I want to undo files which were deleted to recycle bin.
What am I doing now?
please help me.
Thanks
0
votes
1answer
33 views
Deleting reference (linking rows btwn 2 tables) from DB
Once again I'm stuck with deleting reference between 2 tables in my Database.
In my Databse I have one table Scenario and one table ScenarioWriter, and then one table writesScenario which connects ...
0
votes
1answer
60 views
Ajax delete function not working
I am trying to use the jQuery Ajax function to delete a row in a MySQL database.
When I click on the posts "delete post" link I want it to trigger an onClick event which will run the delete row ...





