Search results

  1. L

    Major Project 2007

    our IPT major assessment is making robots, with LOGOS!! woop woop..
  2. L

    SOFTWARE DESIGN major assinment

    I'd rather not post a snippet of the code but I'll have to, you can use it as long as you promise me you'll study how it works and not just copy + paste, as that would be a cheap way out of it..... on the other hand heres the codles: Public Function CBin(ByVal Nr As Long, Optional Precision As...
  3. L

    Insertion Sort algorithm

    this is out my excel book BEGIN MAIN PROGRAM set First to 1 set last to 6 set positionOFNExt >= First next=the array(positionofnext] current = positionofnext while (current < last) and (next > TheArray {Current + 1]) {shuffle sorted part along} Increment Current theArray[current -1] =...
  4. L

    A Comprehensive list of Source Code Websites and Programming Sites

    for great tutorials and some source code try: http://www.pixel2life.com it has heaps of different language tutorials, even for GML(game maker language if your not sure what it stands for)! if your a php freak like me you can also visit http://www.phpfreaks.com/ great tutorials and libraries!
  5. L

    SDD Major Project Ideas

    I'm working on a content management system for webpage, much smilar to "Joomla!" I'll be using JavaScript, CSS, HTML, and PHP with a hint of XML.. Documentation is doing to be hard especially because most of the assignment (well what the user can see) is all screen design based, so truck loads...
  6. L

    Do you use a VO-IP service?

    We have VO-IP at my house, its an actual VO-IP provider that provides it.. We pay 10cents outright for STD and local calls (includes mobiles) and then its 10c/minute for international calls.
Top