View RSS Feed

Recent Blogs Posts

  1. Ahh Java... My thoughts

    by , 01-27-2012 at 09:44 PM
    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 ...
    Categories
    Programming
  2. help me to stop SOPA and PIPA please!

    by , 01-18-2012 at 04:23 PM
    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
    Tags: -1' Add / Edit Tags
    Categories
    Programming , ‎ Personal
  3. Registering Java? Oracle you got it wrong!

    by , 01-11-2012 at 07:01 AM
    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 ...
    Categories
    Programming
  4. Please Help!

    by , 12-25-2011 at 03:20 PM
    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
  5. Solution to XmlTextReader closing connection unexpectedly

    by , 10-28-2011 at 10:11 PM (Tech tips & Workarounds)
    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 ...
    Categories
    Programming , ‎ .NET
  6. The evolution of PHP... for me

    by , 10-08-2011 at 08:26 PM
    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 ...
    Tags: evolution, php Add / Edit Tags
    Categories
    Programming , ‎ Personal
  7. Removing Duplicates in random number

    by , 09-28-2011 at 12:07 AM
    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
    Categories
    Programming
Page 1 of 15 12311 ... LastLast