Tagged Questions

1
vote
2answers
244 views

Secret Santa homework - How to start? [closed]

Possible Duplicate: Secret santa algorithm. Hi. I've got the following task by my professor: I should write a Secret Santa application. As Input is given the number of par …
0
votes
1answer
37 views

Script for Maintaining folders

I am trying to create a script that will keep 5 folders or 6 months worth of folders, whichever is greatest. I would have to use the created date for the 6month part of the script …
2
votes
4answers
155 views

What does a TortoiseSVN actually cleanup do?

What does a TortoiseSVN actually cleanup do? I have not found a pattern, but I frequently get asked to do a "cleanup" while trying to commit code. UPDATE: If TortoiseSVN knows w …
3
votes
3answers
126 views

Any way to keep curl’s cookies in memory and not on disk

I'm doing some cURL work in php 5.3.0. I'm wondering if there is any way to tell the curl handle/object to keep the cookies in memory (assuming I'm reusing the same handle for mul …
1
vote
5answers
145 views

Cleaning up C# code

Is there any tool that cleans up C#.NET code of all the comments, debug statements, documentation when deploying it to a server? I am looking to use this for deployment scenarios. …
3
votes
10answers
253 views

In Java, should variables be declared at the top of a function, or as they’re needed?

I'm cleaning up Java code for someone who starts their functions by declaring all variables up top, and initializing them to null/0/whatever, as opposed to declaring them as they'r …
0
votes
0answers
39 views

My mail queue is 70000+, how can I delete outgoing [closed]

My mail queue has grown to over 70000 emails. Is there any way I can do a filtered delete to get rid of outgoing emails from the MAILER-DAEMON@ without losing any potentially valu …
0
votes
4answers
142 views

Cleaning up PHP.

Is there anyway I can clean up if($class == 2 AND $posts >=1){$showpost ="1";} else {$showpost ="$posts"; if($class == 3 AND $posts >=2){$showpost ="2";} else {$showpost ="$ …
3
votes
4answers
239 views

How can I format an entire source tree in Eclipse 3.4 (Ganymede)?

The obvious thing to do would be to: Right-click on the folder that you wish to format. Source > Format Expected results: - All java code in the directory and subdirectories …
1
vote
2answers
96 views

Auto-cleanup for TortoiseSVN

Sometimes Tortoise requires me to do cleanup for no good reason - meaning I didn't abuse / kill it / stop it in the middle ... IMO this is "normal opertaional flow" and shouldn't r …
2
votes
2answers
150 views

Question about the use and scope of global.asax (for file cleanup after application ends)

Hey guys, I apologize for this basic question, but for the life of me I can't seem to find an answer. I previously asked a question here about how to dynamically store temporary …
1
vote
1answer
94 views

How do I gracefully exit WinForms app when hitting stop debugging in VS?

I'm writing a system tray Winforms app which does some very important cleanup on Application.ApplicationExit. When I hit the stop button while debugging in Visual Studio, this the …
1
vote
2answers
89 views

Is KillTimer necessary?

Hi All! I use SetTimer API and I see a lot of code like this: case WM_DESTROY: // Destroy the timer. KillTimer(hwnd, IDT_TIMER); PostQuitMessage(0); break; …
1
vote
2answers
41 views

Tools for Website Content Cleanup?

I am working with a client to migrate a web site from the existing production hardware into a new hardware environment. Now seems like an excellent time to perform an audit and re …
3
votes
2answers
263 views

How to automatically remove all .orig files in Mercurial working tree?

During merges mercurial leaves .orig file for any unresolved file. But after manually resolving problems and marking a file correct it does not delete the .orig file. Can it be aut …

1 2 next
15 30 50 per page