What a bunch of twats. My internet was just fine, and once again, they try to do something right and they end up breaking way too many things outside of what needed to be tinkered with.

My experiences with Comcast customer service show that you must go through at least 3-4 service reps before you reach one that perfectly understands your problem and knows exactly how to fit it first try, and will even reboot your modem for you. (most support reps don't know they can do that and ask you to do it instead)NotZachary82 wrote:What a bunch of twats. My internet was just fine, and once again, they try to do something right and they end up breaking way too many things outside of what needed to be tinkered with.
lol sounds like my kind of enginneer.NotZachary82 wrote:....."it won't be fixed until the 13th".... "No, that will not do."....."What about the 14th?"......
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh babyDemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.
You are lucky lol, check out my internet speed......xxpenguinxx wrote:I'm going to have to give my ISP, Optimum Online, a call because I'm now getting 256kbps to 5mbps all day except for around 3am, which I then get 20mbps. My IP address location is also showing up in New York City when it used to be Trenton. IP address did not change. My upload stays constant at 2mbps at any time of day, and my download is suppose to be 15mbps.
Xml can be tricky in C#, there are a lot of xml classes which may appear to do the same thing but are actually used for different purposes. I would recommend using the XmlDocument class, it's a lot easier than using a XmlReader/TextReader.DemonicSandwich wrote:I did microcontroller ASM in which the language is heavily limited by the length of the OPcode.
Most of the chips I have only support 35 or so instructions.
And ASM is also very simple language while C# is a huge language.
As for C#, I've been trying to wrap my head around XML readers and shit as one of the file types I intend to work with is based on XML structure.
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh babyDemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.
After 3 days, hell yeah things become interesting..Click16 wrote:Don't you just love it when you try to fall asleep earlier than you normally would, and end up staying awake for about an hour, sleeping for a half hour, and than repeating until you realize that it's 8 AM? I know I do.
What Grim said, but take it a step further and use the System.Xml.Linq classes for reading and writing Xml.DemonicSandwich wrote:I did microcontroller ASM in which the language is heavily limited by the length of the OPcode.
Most of the chips I have only support 35 or so instructions.
And ASM is also very simple language while C# is a huge language.
As for C#, I've been trying to wrap my head around XML readers and shit as one of the file types I intend to work with is based on XML structure.
Code: Select all
var predictedResourceMatches =
from element in rootNode.Elements("struct")
where element.Attribute("name").Equals("Predicted Resources")
select element;
Code: Select all
var predictedResourcesMathes = rootNode.Elements("struct").Where( element => element.Attribute("name").Equals("Predicted Resources") );
Oh great, now you're bitching about it. My mom won't shut her god damn mouth and keeps crying like a little girl claiming we're going to have to leave the dog behind. I swear she's gone even more crazy then usual. We live +50miles inland and we're not on a floodplain, wtf is she talking about?Click16 wrote:Oh great, now a hurricane.
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh babyDemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.
Niggers, that is all...xxpenguinxx wrote:Oh great, now you're bitching about it. My mom won't shut her god damn mouth and keeps crying like a little girl claiming we're going to have to leave the dog behind. I swear she's gone even more crazy then usual. We live +50miles inland and we're not on a floodplain, wtf is she talking about?Click16 wrote:Oh great, now a hurricane.
I was never bitching about it. I only said "Oh great, a hurricane." if you call that bitching, You must be deaf.xxpenguinxx wrote:Oh great, now you're bitching about it. My mom won't shut her god damn mouth and keeps crying like a little girl claiming we're going to have to leave the dog behind. I swear she's gone even more crazy then usual. We live +50miles inland and we're not on a floodplain, wtf is she talking about?Click16 wrote:Oh great, now a hurricane.
You wouldn't know, but he should know what I'm talking about.NotZachary82 wrote:How would misinterpreting your statement make him deaf?
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh babyDemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.