Search:

Type: Posts; User: kragen; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,402

    Re: Hot swapping IDE devices

    Of course you wont!
    That wouldn't be any different from turning the power on when the cable is already plugged in! :P
  2. Thread: C#

    by kragen
    Replies
    9
    Views
    467

    Re: C#

    Your not going to find an IDE on par with Visual Studio I'm afraid, if you really cant live without it then it runs very well with VirtualBox as long as you can spare it about 1GB of ram.

    For C#...
  3. Replies
    28
    Views
    1,027

    Re: A school disaster?

    Well thats a matter of opinion.

    Its quite fesable that rolling out Ubuntu or another free OS to a school which has existing training in Windows, or existing Windows compatible systems might have...
  4. Replies
    98
    Views
    5,590

    Poll: Re: How Many will buy 3G iPhone?

    The fact the iPhone isn't 3G isn't stopping me buying one, the fact I cant write my own programs for it and expect them to run is.
  5. Replies
    10
    Views
    1,857

    Re: another Monodevelop problem

    I think that says it all - your application needs an entry point.

    Should be relatively easy to fix :)
  6. Replies
    28
    Views
    1,027

    Re: A school disaster?

    Jeez,

    When I read the title "Disaster!!!" I though a school had been burned down or something...

    Its not exactly the end of the world, and its not even that much of a surprise!
  7. Re: "Find all thanked posts" search not working

    OK yeah, that works
    I just expected "Find all Thanked Posts" to find all my thanked posts because its right next to the "Find all your posts" button.
  8. Re: [Humorous] Anti-Nuclear Sun? More contributions would be great.

    Hmm, so the software isn't good enough for Nuclear power plants (Which have automatic shutdowns), but its good enough for space travel, Hospitals etc...? :P
  9. "Find all thanked posts" search not working

    Searching for all of my thanked posts doesn't work - some other random search results are returned instead.
  10. Replies
    7
    Views
    1,007

    Re: Python string formatting question

    Ooh, very handy! Thanks :)
  11. Replies
    7
    Views
    1,007

    Re: Python string formatting question

    There are a number of ways you could approach this...

    Firstly, you can access strings like you would lists, so if you wanted the 8th characters of a string, you can simply do this:



    >>>...
  12. Replies
    23
    Views
    1,768

    Re: The WannabEees Thread

    The aspire one does look awesome - higher spec screen, memory space, battery life and processor, all for less than the eee pc. Has it actually been released at that price? If its still at £200 when...
  13. Thread: Eee PC

    by kragen
    Replies
    4
    Views
    224

    Re: Eee PC

    Yeah, I just saw the atom on the other thread...

    http://ubuntuforums.org/showthread.php?t=761350&page=2

    I'll post on there instead to save having millions of threads on the same thing!
  14. Thread: Eee PC

    by kragen
    Replies
    4
    Views
    224

    Eee PC

    I've been looking at these for a few weeks now and I really want one! Although they're never a replacement for a main PC, for a computer to have on the move they look ideal - just enough power to do...
  15. Re: Pointers, standards, schools, Bond...James Bond, Sex, and other Programming Stuff

    Careful,

    Not all female geeks are heterosexual ;)
  16. Re: "[F]reedom belongs to the software, not to users."

    Just thought of a good example...

    Suppose I develop myself (from scratch - just to keep things simple), a software product, I can then choose whatever license I want for it.

    1) Would I release...
  17. Re: "[F]reedom belongs to the software, not to users."

    When you consider developers as users of the tool / language or library under development, saying "You have the right to use this software any way you need or want" isnt technically accurate. What...
  18. Replies
    31
    Views
    8,214

    Re: Problem with Mono. Pls help.

    It looks like a combination of using the wrong version of .Net (Generics are only in .Net 2.0 and above) and not referencing System.Windows when building.

    Looking at the documentation for mcs you...
  19. Re: Why are programs being developed in C# more and more?

    I think it does technically have pointers, but no-one ever uses them (and I mean ever...)

    Yes users can send bad values to your functions, but generally speaking you know exactly what they are and...
  20. Re: Why are programs being developed in C# more and more?

    Yeah, the more I learn about python the more impressed I am with how its put together - if you need something to be faster, simply find the bottleneck and put some of it into a faster language. I was...
  21. Re: Why are programs being developed in C# more and more?

    Anything which dynamically typed test system can do, a statically typed system can do as well. In fact I challenge you to prove otherwise :)

    Besides - There is nothing stopping you writing your...
  22. Re: Question about Mono (as in .NET... not the disease)

    .Net allows you to develop against a common set of libraries in your own preferred language, so you can develop in C#, VB or even C++ while all the time referencing the same set of libraries - it...
  23. Re: Why are programs being developed in C# more and more?

    Just because they use it doesn't mean they never run into any issues with it :)



    True, but this doesn't address the documentation issues (although example code does help), plus unit testing can...
  24. Re: MySQL and html/xml to creat youtube-like database

    If I were you I'd steer clear of building your own php / mysql solution and use some pre-packaged program.

    It depends on how much customisation you would want, but something like word-press would...
  25. Replies
    8
    Views
    617

    Re: C# coding help needed

    In that case, look up XNA or directx. There are plenty of tutorials out there, and drawing a simple 3D cube is probably one of the most straightforward tasks.
    Once you have the cube working you can...
Results 1 to 25 of 175
Page 1 of 7 1 2 3 4