It is probably connected to an snsv monitor with an IWCH cable, and he uses a dy keyboard to type on it.
Sir this is a Wendy’s
Jes tio estis ankaŭ mia unua intuicio sed mi ne certas ĉu ĝi fakte estu Esperanto aŭ la -ejo estas nura koincido?
Redakto: laŭ https://forgejo.org/faq/ jes sed la intencita elparolo estas tamen “forĝejo”
What does an MS Outlook outage inherently have to do with programming?
The article is from September, why is it it being posted now?
Another author who doesn’t make the important distinction between moderation and censorship.
The more time passes, the more information can already be found on the web (including forum threads) and the less need there is to post new threads to these kinds of forums.
To a different license that, objectively, is not free and open source.
oddly enough those also correspond approximately to how well I (native German speaker) know each of these languages; but why is there a stereotype that us Python devs and Esperantists need to shower more? :(
tests are for confirming your code STILL works if someone ever changes something
The UI platform with the largest install base of all is the web. Nearly all computer users can use your GUI if you develop it for the web, it’s almost the definition of the universal open standard for GUIs.
Browsers can only execute JavaScript or WebAssembly, so you need to write it in JavaScript or in something that compiles to these things, e.g. TypeScript (but there are also ways to compile other languages to JS or WASM).
Is this valid HTML? My understanding is that that attribute value needs to be escaped, i.e. <value of \"myattribute\">
.
??? Non sequitur
no, this is one of the worst answers on Stack Overflow
OP had a specific question to capture opening tags. The thing OP asked about can be done with regular expressions. It is true that arbitrarily nested languages like HTML cannot generally be parsed with regular expressions, but that is not what OP asked about.
Of course you can use XML that way, but it is unnecessarily verbose and complex because you have to make decisions, like, whether to store things as attributes or as nested elements.
I stand by my statement that if you’re saving things to a file you should probably use XML, if you’re transferring data over a network you should probably use JSON.
Yes and it is a good thing we don’t anymore.
IMHO: XML is a file format, JSON is a data transfer format. Reinventing things like RSS or SVG to use JSON wouldn’t be helpful, but using XML to communicate between your app’s frontend and backend wouldn’t be either.
did someone call me