2
votes
3answers
130 views
“Undo” feature in Visual Studio 2008 stops working
I'll be coding along in Visual Studio 2008, and eventually I make a mistake. I press CTRL-Z to undo and NOTHING HAPPENS. I'm not talking about anything complicated, like undoing a …
2
votes
4answers
1k views
Which browsers support page break manipulation using CSS and the page-break-inside element?
I'm trying to use the page-break-inside CSS directive, the class of which is to be attached to a div tag or a table tag (I think this may only work on block elements, in which case …
30
votes
50answers
4k views
Webcomics besides XKCD
Granted this is not a question directly related to programming but when I take a break I quite like to read web comics. What webcomics aside from XKCD can people recommend?
0
votes
4answers
453 views
Help Reading Line Breaks In A Text File
Hi all,
I have a TXT file that i need to import via an application, but for some reason i need to open it in wordpad first and then save it before importing it. I'm guessing it ha …
1
vote
4answers
144 views
How can I properly parse my file? (Using break/continue)
I have the following data that looks like this for example:
34 foo
34 bar
34 qux
62 foo1
62 qux
78 qux
These are sorted based on the first column.
What I want to …
4
votes
2answers
6k views
How do I break out of a loop in Perl?
Hi,
I'm trying to use a break statement in a for loop, but since I'm also using strict subs in my Perl code I'm getting an error saying:
Bareword "break" not allowed while
" …
4
votes
12answers
714 views
How long do you program before you (need to) take a break?
I'm only a hobbyist programmer, so maybe my body isn't used to it. But I've found that I can only code for a few hours (usually 3) before I need to take a break.
I move around qui …
1
vote
5answers
203 views
Work Breaks & Eye condition
I've found this tips great. But some years ago, I had some programs that popped up an alert every hour or so (Tea Break or something like that was the name of the program).
Does a …
6
votes
10answers
468 views
When to take a break
When programming, how often should I take a break, how long should that break be and what should I do/not do during said break?
3
votes
11answers
381 views
How do I remind myself to take breaks while coding?
Sometimes one hour is like one minute. It scares me.
How do I remind myself to take breaks while coding?
3
votes
3answers
449 views
Ruby blocks/Java closures in C
I've been trying to understand how Ruby blocks work, and to do that I've been trying to implement them in C (^_^).
One easy way to implement closures is to pass a void* to the enc …
4
votes
3answers
889 views
‘Break’ equivalent keyword for VB
Just moved over to the VB team here at work.
Quick easy one for my 1st question.
What is the equivalent keyword to break in VB, i.e., to exit a loop early but not the method?
Ch …
