You forgot empty line. Since first part is ^.?$
it’s one or zero of any character.
You forgot empty line. Since first part is ^.?$
it’s one or zero of any character.
And is harmful for people like me, who like to copy paste the pdf into a markdown file write answers there and send a rendered pdf to professors. While I keep the markdowns as my notes for everything. I’d read the text I copied.
Not just semantics. PDFs doesn’t even have segmentations like spaces/lines/paragraph. It’s just text drawn at locations the text processor/any other softwares inserted into. Many pdf editor softwares just detect the closeness of the characters to group them together.
And one step further is you can convert text to path, which basically won’t even have glyph (characters) info and font info, all characters will just be geometric shapes. In that case you can’t even copy the text. OCR is your only choice.
PDF is for finalizing something and printing/sharing without the ability to edit.
Cap is a genZ term. That’s cap = that’s a joke/lie/ something along that. I’m not fluent in the language.
Sorry, I forgot about this. I meant to say any sane modern language that allows unicode should use the block specifications (for e.g. to determine the alphabets, numeric, symbols, alphanumeric unicodes, etc) for similar rules with ASCII. So that they don’t have to individually support each language.
Waiting both sneezing or trying to hold back is dangerous? What are we supposed to do half-ass it?
I was thinking that exact thing lol. I’m like, yes ‘distributions’ are distributing new softwares with the new kernel.
And the improvement in desktop environments does feel like a good improvement considering the user is interacting most with it.
Or maybe I’m just apathetic to these things because most things I care about my distribution are that it provides me a good package manager for external and self made programs. And everything else is just programs installed through said package manager.
I thought the most mode sane and modern language use the unicode block identification to determine something can be used in valid identifier or not. Like all the ‘numeric’ unicode characters can’t be at the beginning of identifier similar to how it can’t have ‘3var’.
So once your programming language supports unicode, it automatically will support any unicode language that has those particular blocks.
Yeah but those are arguments to cd
, the error says command not found
Edit: Sorry didn’t see /S
There is one called OpenScan that’s available for Android
I know, and no one will believe me
It doesn’t have cups? You should be able to install it and plasma’s ctrl+p should work with it.
Now think, patents are similar things but for with more money. And imagine if someone else had similar idea and made slightly similar website you go sue them coz you had the idea first.
Those topics seems a little advanced for a Linux user without cyber security knowledge though. I personally don’t understand any of them lol. I know what hardening is, what CVEs are; but except for few anecdotes like the logj4, xz, etc, I don’t think I’d know enough to talk about the cyber security side of linux.
I was thinking more along the side of daily life things. Like how programmer like linux because it’s easier to develop things and manage environments and cross program compatibility.
What would be interesting topics in Linux for you guys. I am in a Linux student club, have no experience with cyber security except the generic things, and we are looking to attract cyber security students since Linux doesn’t have many students to maintain club status.
What distribution of emacs are you using? What setup for rust? Because the run/debug things work on mine.
Thank you. Yeah, something like this would work for me as I can add in a script and run it before compiling. But it won’t be a cross platform solution and windows/mac users are probably not going to be able to do anything. Maybe if I do the same thing but from build.rs it’ll work. I’ll try that.
That seems like a good compromise if I don’t find something better. Thank you.
I’m hoping to make it easy for people to add more functions, that’s why I want minimal code change required to add more functions.
\1 is group 1 which is inside
()
, so second part is repeated 2 or more times of 2 or more char.