They've told outlets who got review units that it isn't. Partially because they believe that contributes to closed ecosystems. GamersNexus also believes this is because Valve's fighting a monopolistic practices lawsuit in Europe right now. They've also never subsidized any of their past hardware efforts and well, they definitely aren't subsidizing the Steam Deck right now.
(macOS) Screen zoom was broken for me in beta 1 and it's now working properly in beta 2. In terms of performance and UI design/consistency, these betas are already much better than Tahoe.
Question
Shasoosh
So i have this txt file https://dl.dropbox.com/u/17838/testme.txt
as you can see it's 3 diffrent ip addresses. In Internet explorer in looks like this:
x.x.x.x:x
x.x.x.x:x
x.x.x.x:x
If you'll download and open it in notepad you'll see something like this:
x.x.x.x:xx.x.x.x:xx.x.x.x:x
Now, i can change the above in notepad to:
x.x.x.x:x
x.x.x.x:x
x.x.x.x:x
and save the file and it would look the same on internet explorer.
If i'll create a new txt file and write in it x.x.x.x:xx.x.x.x:xx.x.x.x:x
it will look like this on Internet explorer: x.x.x.x:xx.x.x.x:xx.x.x.x:x
My question is, how Internet explorer (or notepad++ for that matter) knows the first ip ended and that it needs to go down a raw in the original file.
Once i'll figure that out, i want to code something that will convert this:
x.x.x.x:x
x.x.x.x:x
x.x.x.x:x
into this:
x.x.x.x:xx.x.x.x:xx.x.x.x:x
And still keep the rows in it.
Link to comment
https://www.neowin.net/forum/topic/1109833-this-is-going-to-be-complicated-to-explain-txt-file-coding/Share on other sites
6 answers to this question
Recommended Posts