I think you will find it has been well documented across multiple media platforms the many reasons for the fall of destiny which supports the reasons i give above, my opinion is that is what caused the most damage to the company as they stopped being a gaming company and pushed a political narrative, look how damaging the dei road was for bud light, stocks crashed multiple resignations and job losses over a box ticking exercise, when decisions are made not to better something but to instead box tick and deliver something that the vast majority didnt ask for then you will get kick back and it normally has a massive financial impact
An oldie but a goodie, we used to punish people in the office who didn't lock their computers, by either doing the above or changing their desktop wallpaper to a reclining David Hasselhoff
I did that to a work colleague many years ago when he left it logged in. Unfortunately I was out of the office the next day, and even the IT department was stumped lol. Got a bit of a bollocking when I got back into the office, but, by god, it was worth it.
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