About every semester I make the same mistake, and I usually waste 30 minutes to an hour to try and figure it out. When I do, I feel like an idiot. So I’m writing this in hopes that I’ll remember next time. Every semester I’ll have a program to turn in, and I’ll have to […]
Tag Archive 'programming'
Online RegEx tester
Posted in Tech on Apr 14th, 2008
This looks very promising. You can type in regex expressions to see what gets matched in the text. I’ve never been too good at regular expressions…by the time I figure out what I need, I could have just retyped the whole document. That’s no excuse not to learn it, however, and I think this website […]
Delete Line in Visual Studio
Posted in School on Jan 13th, 2008
This will come in handy while programming this semester. I was used to Ctrl+D in Eclipse and I think I prefer that better because it’s easier to reach with just one hand.