Great language/concept. Terrible Implementation. The language and design concepts are great: a language where you can compile once run anywhere, a language where you can pass objects easily without any pointers, a language where everything seamlessly fits. As for the implementation, the runaway memory usage drives me nuts (3GB of RAM for some thing that shouldn't scrape 512MB?) and the CPU overhead is also annoying (but understandable once you consider the portability besides ...
look, i NEED a code to send messages to ALL my friends on facebook (a bot) in either java or visual basic 2010! i would GREATLY appreciate this, and ask that you do all you can to help, i know i may be young BUT i want to save the internet! it's pretty much all i have at the moment and without the internet i would loose contact with many of my good friends. thank you for your time Sincerely, Baxe
So I downloaded the Java JDK after waiting for the download to slowly complete (slow internet) I was asked to register. And I thought? Why not. So I clicked the 'create account' link (you need one to register) to be presented with a huge form wanting to know all these things... It looked like an imigration form, I closed it deciding it was a complete and utter waste of my time. Obviously Oracle gets something from me registering, but by making that form look ...
Hello and good day every one who may see this, I am in need of a code in visual basic that creates a Random Number Generator, and that I can run an audio file through. I need this tool for my studio, I am a musician as well as a beginner in programming. I would simply make this on my own, but it is far beyond my level of skill. Thank you for your time, Baxe999
At first look the code below nothing wrong but let us deconstruct it the right way Code: File.Copy(source, pathToNewPost); XmlTextReader txReader = new XmlTextReader(pathToNewPost); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(txReader); XmlDocument instance can be created using any constructor overloads from here http://msdn.microsoft.com/en-us/libr...extreader.aspx. Great and you have chosen TextReader version wooh, right and ...
File.Copy(source, pathToNewPost); XmlTextReader txReader = new XmlTextReader(pathToNewPost); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(txReader);
The other day, I finded a old hard drive, and when I tested it, I discover some backup of one of my first project. It was written in PHP (PHP 3), and it make me think. PHP was my first real language (I did some mIRC script before that) and I have to admit, I changed my mind a lot of time about PHP. First, PHP wasen't a language, it was only a way to create frame website without frame... you know having everything go throw index.php?page=X and you only change ...
Hi I just started using VB 2008 and I am working with random number. I got the code below from this site. Dim random as New Random dim num as integer num=random.next(1,21) My question is...How can I get out the duplicates? Please help