Search:

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

Search: Search took 0.09 seconds.

  1. Replies
    46
    Views
    1,972

    [SOLVED] Re: how to convert float value to int value in C

    I have a method which works for every value between 0.01 and 99.99. It is quite simple and basically instead of multiplying by 100 as suggested before, multiply by 1000 and make this an int. Then add...
  2. Replies
    266
    Views
    62,991

    Poll: Re: [Beginner] Programming Challenge: 1

    I have done the old python one liner, just to see if I could do it really. Not sure if anyone has posted one similar as it is a long thread:


    print "".join(["%s bottle%s of beer on the...
  3. Replies
    6
    Views
    25,686

    Re: Bash script - can't open *.sh

    Have you made the script excecutable?


    chmod a+x del_torrents.sh
  4. Replies
    12
    Views
    1,369

    Re: Trigometric Equation Solution

    Not sure that answered the question as he asked it in terms of cosine... Seems quite hard, are you sure that that is the question?

    With my limited maths knowledge, I think that it would be tough...
  5. Replies
    18
    Views
    75,627

    Re: [Python] Find and Replace items in a list

    Also not sure about your method of finding a straight, say if you had [1,3,3,3,5] if you add them together and divide by 5 you get 3. By your method this would count as a straight when it clearly...
  6. Replies
    5
    Views
    1,129

    Re: Eye candy detective: shell widget

    No problem! Glad you found what you were looking for!
  7. Replies
    5
    Views
    1,129

    Re: Eye candy detective: shell widget

    Maybe you are thinking of a program called kuake (i think) although that is for KDE... There is tilda, but it is not that good imo.

    Is this the sort of thing you were looking for?

    Click
  8. Re: December 2007 Desktops (Safe for work ONLY) - Please include theme details.

    http://img89.imageshack.us/img89/4489/screen1hi5.th.jpg
    http://img160.imageshack.us/img160/3569/screen2xu9.th.jpg

    Wallpaper: Click

    Icons: nuoveXT.2.2
    GTK Theme: Murrina Scaled
    Emerald Theme:...
  9. Re: If you had to buy a new car today what would it be?

    I've always liked the idea of having a VW Golf GTi... Not sure why.
  10. Re: Watch BBC news seamlessly with mplayer (quick and easy)

    Running gksudo with graphical applications is better practice than sudo, I'm not 100% sure why, something to do with permissions. Apparently it can hose your system... Anyway here is the link that...
  11. Thread: Firefox Widgets

    by ifross
    Replies
    595
    Views
    271,689

    Re: Firefox Widgets

    Works great! :)
  12. Replies
    140
    Views
    53,604

    Re: Howto: VirtualBox without opening the shell.

    You need to install dependencies: Go to System > Administration > Synaptic Package Manager and search for and install libxalan110 and libxerces27 then try it again.
Results 1 to 12 of 13