Click here to Skip to main content
15,886,919 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: I heard you like code in your code Pin
honey the codewitch5-Jan-24 9:39
mvahoney the codewitch5-Jan-24 9:39 
GeneralRe: I heard you like code in your code Pin
honey the codewitch5-Jan-24 9:48
mvahoney the codewitch5-Jan-24 9:48 
GeneralRe: I heard you like code in your code Pin
Chris Maunder11-Jan-24 1:27
cofounderChris Maunder11-Jan-24 1:27 
GeneralThe biggest little array you've ever seen. Pin
honey the codewitch18-Nov-23 6:26
mvahoney the codewitch18-Nov-23 6:26 
GeneralRe: The biggest little array you've ever seen. Pin
Andre Oosthuizen18-Nov-23 7:57
mveAndre Oosthuizen18-Nov-23 7:57 
GeneralRe: The biggest little array you've ever seen. Pin
trønderen18-Nov-23 9:25
trønderen18-Nov-23 9:25 
GeneralRe: The biggest little array you've ever seen. Pin
honey the codewitch18-Nov-23 9:26
mvahoney the codewitch18-Nov-23 9:26 
GeneralQuick Tip: Windows Explorer, best shortcut ever!!! PinPopular
raddevus23-Oct-23 8:54
mvaraddevus23-Oct-23 8:54 
At work they have Windows Explorer set to automatically traverse to a place that I rarely, if ever, need to access. Why?!?

It kind of drove me crazy, because I'd open Windows Explorer then click multiple drives & folders to finally end up in my UserProfile, because 99% of the time I needed to be there to save some data.

Life-Changing Shortcut I don't think I'm overstating this. Roll eyes | :rolleyes:
Anyways, one of the best things I've done for myself in a long time was simply
1. Create a shortcut that opens File Explorer directly into my %UserProfile% directory -- that's c:\users\<your-user-name>\
2. Add the following Target: C:\windows\explorer.exe %userprofile%
3. Add a shortcut key Ctrl + Shift + Right (arrow) to immediately run the shortcut.

Here's a snapshot of what the shortcut looks like[^].
Now, any time I want File Explorer I just Ctrl+Shift+Right(arrow) and it opens up.

Shortcut Seems Faster
Also, I've discovered that for some reason this copy of File Explorer seems to open faster than if you click the one on the TaskBar
(Maybe because this one doesn't have to hit the network since it is going directly to a specific path???)

I've been using this for months now it has provided many benefits:
1. Less folder clicking
2. Less screaming, "Why am I automatically navigated to this @#&%@#!!! network folder!!"
3. I used to be bald and all my hair grew back.
4. Previously I was 5'2" and now I'm 6'4" tall
5. A bag of money fell out of the sky and landed next to me.
6. Various other benefits which are too good to mention here. Roll eyes | :rolleyes:
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Mircea Neacsu23-Oct-23 10:38
Mircea Neacsu23-Oct-23 10:38 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
raddevus23-Oct-23 10:48
mvaraddevus23-Oct-23 10:48 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Mircea Neacsu23-Oct-23 10:55
Mircea Neacsu23-Oct-23 10:55 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
raddevus23-Oct-23 10:55
mvaraddevus23-Oct-23 10:55 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
PIEBALDconsult23-Oct-23 12:45
mvePIEBALDconsult23-Oct-23 12:45 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
raddevus24-Oct-23 2:44
mvaraddevus24-Oct-23 2:44 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
PIEBALDconsult24-Oct-23 4:23
mvePIEBALDconsult24-Oct-23 4:23 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Peter Kassenaar24-Oct-23 23:57
Peter Kassenaar24-Oct-23 23:57 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
PIEBALDconsult25-Oct-23 3:53
mvePIEBALDconsult25-Oct-23 3:53 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
sasadler25-Oct-23 6:12
sasadler25-Oct-23 6:12 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
PIEBALDconsult25-Oct-23 6:24
mvePIEBALDconsult25-Oct-23 6:24 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
sasadler25-Oct-23 6:46
sasadler25-Oct-23 6:46 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Paul Sanders (the other one)24-Oct-23 21:22
Paul Sanders (the other one)24-Oct-23 21:22 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Gary Wheeler25-Oct-23 1:15
Gary Wheeler25-Oct-23 1:15 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
Joe Fallon25-Oct-23 4:32
Joe Fallon25-Oct-23 4:32 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
raddevus25-Oct-23 5:23
mvaraddevus25-Oct-23 5:23 
GeneralRe: Quick Tip: Windows Explorer, best shortcut ever!!! Pin
englebart25-Oct-23 12:57
professionalenglebart25-Oct-23 12:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.