endeavour os cool sometimes I think I can do nothing but a few questions about the costs of the world I thought I would like to get the latest Flash player is required for video playback is unavailable right now and I will be in the summer and I will be in the summer and I will be in the summer
Women are you still have a great day and I will be in the summer and I will be in the summer and I will be in the summer and I will be in the summer
What do you use? I’m happy with i3 and haven’t looked at other window managers in a while.
Oh my it’s Montogmery Python, creator of the Python programming language
Update (not sure if anyone sees this): I have a 90 minute technical interview on Monday 😳👉👈
Thank you for the very thorough reply! This is kind of high quality stuff you love to see on Lemmy. Your use cases seem very valid.
Thanks for sharing this. I took the time to read through the documentation of the re
module. Here’s my review of the functions.
Useful:
re.finditer
returns an iterator over all Match objectsre.search
returns the first Match object or None if there are no matches.r''
use raw strings for patters so you don’t have to worry about backslashesflags
argument modifies the behaviour (case insensitive, multiline)Utility:
re.sub
replace each match in the stringre.split
split a string by a regular expressionThe Match object:
match.groups(0)
returns the portion of text matched by the patternmatch.groups(1)
returns the first capturing groupmatch.groups(2)
returns the second capturing group, and so onI don’t understand why these exist:
re.match
like search, but only matches at the beginning of the string. why not just use ‘^’ or ‘\A’ in the pattern you pass to ‘search’?re.fullmatch
like ‘search’, but only if the full string matches. Why not just use ‘\A’ and ‘\Z’ in the pattern you pass to ‘search’?re.findall
Returns all matches. It seems like a shitty version of ‘finditer’. The function has three different return types which depend on the pattern you pattern you pass to the function. Who wants to work with that?Can’t wait for Rypper, the drop-in Zypper replacement written in Rust
That’s good to know! Tubi is in the US also. In my country (Germany) nobody streams Classic Who according to my sources. Personally I have the DVDs at home but it would be nice as an option.
Wait WHAT a service that has classic who?
Unfortunately, we’re not currently available in your area.
Aw sad.
Edit: Oop you already mentioned that in the other comment.
Thank you for sharing our history 💜 Kurdistan is one of the most progressive places in the Middle East. No one in my family told me what god to believe in if any. My parents taught me values of feminism, human rights and peace, and I see the same values shared by my siblings and cousins in Europe. Of course there are problems, but as my parents taught me, take from our culture what is good and do better than the things we did wrong. Long live Kurdistan!
or traditional Fedora, which also has often unstable packages, dnf is often unusable
My experience with dnf is that it’s slow as molasses but your average computer user isn’t gonna install 10 new CLI apps per day /j
I’ve used Discover (dnf or flatpack backend) and you can install just about any software with 1 click. It takes a minute to install but that’s fine.
The best way to install Linux is to ask your buddy who knows Linux, they have been waiting for this question for years
leans into hand thank you Master c:
You’re right, it did feel like talking into a mirror ^^ Thank you so much! I hope so too!
I was just lurking, but I appreciate you sharing your knowledge and I like your use of the ^^;; and XD emojis :3