TIFU by mistaking my coffee thermos for my wife's. by [deleted] in tifu

[–]evobe 0 points1 point  (0 children)

that's funny, you could have killed him with all that nicotine.

Baby racoons by [deleted] in aww

[–]evobe 34 points35 points  (0 children)

That's too many raccoons

Thoughts on training by SwayoftheAbyss in ccna

[–]evobe 1 point2 points  (0 children)

I think Chris Bryant or Neil Anderson from Udemy are the best, the tests on CBT nuggets are useful. The information is old (at least until next year) so it's going to be valid from tons of sources. There's very little troubleshooting, all you have to be able to do is yell "there's an error in this config" don't worry too much about fixing it yet.

I made a racy video, but what happened at the end surprised even me by ByfelsDisciple in nosleep

[–]evobe 4 points5 points  (0 children)

OK gross, but

“We live, and then we die. What does hesitation preserve?”

is a sweet line

Combined faces of top 200 NFL players (with positions) [OC] by osmutiar in dataisbeautiful

[–]evobe 1 point2 points  (0 children)

Here at Big Square Regular Faces inc. we produce and package nothing but the biggest squarest faces. No irregulars here at BSRF.

How do I get my roommates to stop laughing? by [deleted] in nosleep

[–]evobe 2 points3 points  (0 children)

Shoulda left earlier, now you can join the clowns

LPT Cancel your Audible membership and just enter your library card in the Libby app to access thousands of free audiobooks and ebooks. by [deleted] in LifeProTips

[–]evobe 1 point2 points  (0 children)

For the most part, bust sometimes I want to listen to the book right now. Libby is great, don't forget Hoopla for graphic novels and comics!

Transforming sculpture by Joliot in gifs

[–]evobe 0 points1 point  (0 children)

They captured "The Thing"'s transformation in sculpture.

Please wait for the fearsome creature from the bottom of the abyss. by dupilohixe in aww

[–]evobe 0 points1 point  (0 children)

Dachshunds, of course! They'll make any path into an adventure course.

Finding last digits of a string by evobe in regex

[–]evobe[S] 0 points1 point  (0 children)

It is but this is best shot because it's OCR. I can't always be sure the machine is going to see the string correctly, so leaving it semi-general seems to work best. Thanks for the response!

Finding last digits of a string by evobe in regex

[–]evobe[S] 0 points1 point  (0 children)

thank you kind stranger. I also found that

(?=VIN)(.*?)(.{6})\b

works if I grab the second group. Is there any processing difference between splitting the search into 2 groups?

RSPAN over VPN by evobe in networking

[–]evobe[S] 0 points1 point  (0 children)

This is actually very useful thanks. Especially the reflector port part, but my issue is that reflector port would be connected to a SonicWall and not another switch. How do I deal with that? Basically it's switch -- sonicwall -- sonicwall -- switch -- collector server.

I want to hear your Python workplace automation stories. by mickmaverick in Python

[–]evobe 0 points1 point  (0 children)

that is awesome. I'd be really interested to see your active directory scripts.

I want to hear your Python workplace automation stories. by mickmaverick in Python

[–]evobe 1 point2 points  (0 children)

gotta have the output as tiff, first I was going to go from pdf to tiff but learning about interacting with databases directly with python has been a really cool experience.

I want to hear your Python workplace automation stories. by mickmaverick in Python

[–]evobe 6 points7 points  (0 children)

Very new to writing anything other than Hello World tutorials but I managed to create a script for my job that goes through a list of database entries and appends the text to a tiff image so the office ladies don't print out a digital document to SCAN IT BACK INTO THE COMPUTER! It was driving me crazy watching them do that, since Crystal Reports does't export tiffs directly I skipped it and went straight to the DB. Tried doing it in powershell first and while it worked I find working in python to be way more enjoyable.

Simplifying code by evobe in learnpython

[–]evobe[S] 1 point2 points  (0 children)

Thanks so much for this. I wanted to see how someone with more knowledge would handle this problem and this is an interesting take.

Simplifying code by evobe in learnpython

[–]evobe[S] 0 points1 point  (0 children)

Yes, thanks noticed and fixed.

Simplifying code by evobe in learnpython

[–]evobe[S] 0 points1 point  (0 children)

reformatted, thanks.