Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Would anyone be interested in petitioning the mozilla foundation for some sanity?

    If the version number is the only thing to complain about, Firefox 5 really is the perfect browser ;)
  2. Replies
    4
    Views
    320

    [SOLVED] Re: C strange struct

    Ah, thank you all. I guess my brain needs some adjustment to read C code. And thanks for the book suggestion, i'll check it out for sure.
  3. Replies
    4
    Views
    320

    [SOLVED] C strange struct

    Hi,

    i'm quite new to C and i encountered following code snippet:


    struct prefix_ipv6 *
    prefix_ipv6_new (void)
    {
    struct prefix_ipv6 *p;
  4. Replies
    64
    Views
    5,664

    Re: 64-bit - Not recommended for daily desktop usage?

    I am using 64bit since 3 years and had only minor problems with some obscure software.

    That said, i don't have flash installed anymore since Lucid. I watch youtube videos with totem and i gave up...
  5. Replies
    7
    Views
    1,713

    Re: Android Game Apps

    Air Control, no doubt!
  6. Replies
    83
    Views
    5,778

    Poll: Re: Which Web Browser Do You Use?

    I use Firefox and occasionally Chromium. Firefox is just as fast for me and uses less ram than Chromium (maybe because i don't use the flashplugin at the moment?).
    Also i am used to some shortcuts...
  7. Replies
    25
    Views
    1,855

    Re: Anyone know some really fun Linux games?

    Kobo Deluxe
  8. [SOLVED] Re: Invoke shell command with current URL from within firefox

    Actually i don't use a script but a compiled executable. Then i pass the current url as command line parameter (this should be easy with bash too).

    To pass the url, right click on the button in...
  9. Replies
    162
    Views
    9,832

    Re: The ipad looks awesome

    last summer and everybody
  10. Replies
    95
    Views
    16,388

    Re: Beginner Programming Challenge #10

    One more entry: Haskell, a monadic approach.


    import Control.Monad ((>=>))

    findNextNumber:: Integer -> Maybe Integer
    findNextNumber x
    | isPalin x = Nothing
    | otherwise = Just $...
  11. Replies
    95
    Views
    16,388

    Re: Beginner Programming Challenge #10

    +1

    Is 196 a Lychrel number? Nobody knows, it hasn't been proven yet. So 196 would be a Lychrel candidate number? But how many iterations should be made before calling a number a Lychrel candidate?...
  12. Replies
    140
    Views
    14,487

    Re: Beginner Programming Challenge #9

    Haskell. It is based on Bachstelze's solution (link). At first i only wanted to remove the explicit recursion in his code (printLettersCount and lettersCount), but when i was finished the program...
  13. [SOLVED] Invoke shell command with current URL from within firefox

    Hi,

    i have a shell script which takes a URL as parameter. I want to obtain the current URL from my browser and then execute the script with it.

    Ideally i could just right click and select "run...
  14. Replies
    2
    Views
    1,118

    [ubuntu] Re: Firefox 3.0 XML Parsing Error

    You were #1 on Google when i searched for this problem. Please share your solution.
  15. Replies
    7
    Views
    1,330

    [ubuntu] Re: Remotly trigger Gnome apps over SSH?

    So you want to start applications on the remote server and have the GUI on your desktop? I think ssh -x will do what you want.

    edit: I just checked and it is ssh -X (capital X)
  16. Replies
    18
    Views
    690

    Re: Great Holiday Video!...Enjoy!

    :rolleyes:
  17. Replies
    2
    Views
    612

    [ubuntu] Re: Subversion Client

    try rabbitvcs:
    http://rabbitvcs.org/
  18. Replies
    6
    Views
    11,445

    [SOLVED] Re: libg2c0 not found!

    take a look at this blogpost:
    http://0x5f.blogspot.com/2009/10/install-g77-in-ubuntu-904-jaunty.html
  19. Replies
    35
    Views
    2,285

    Re: The new Human interface!

    I guess this question is more important than convincing the guy to stay in the box :D
  20. Replies
    6
    Views
    397

    [ubuntu] Re: Can't get scripts working

    How exactly do you want to run the script? If sh script.sh works it's all fine i think. ./script should also work. Just script won't work.
  21. Replies
    21
    Views
    1,429

    Re: scriptable applications

    here is a little example for retrieving an email from an IMAP server:



    from imaplib import *

    server = IMAP4("your.mail.server")
    server.login("accountname", "passsword")
    mboxes =...
  22. Replies
    21
    Views
    1,429

    Re: scriptable applications

    make a google search for "ubuntu email command line" or similar. for almost every program there are also several command line tools. for mail for example there is nail or mutt that should be easily...
  23. Replies
    0
    Views
    386

    [ubuntu] LDAP - email for a group

    Is it possible to assign an email address to a LDAP group? I want to send one email and everybody in the group should get it.

    Thanks.
  24. Replies
    1
    Views
    1,007

    [ubuntu] Re: Changing Toolbar Icon Size (Nautilus)

    I think it's not possible, but if you go to System/Preferences/Appearance & Interface, you can set the toolbar style to 'Icons only' or 'Text only'. This saves some screen space.

    Another option...
  25. Replies
    3
    Views
    1,071

    [ubuntu] Re: Screenshots file .png needs to be changed

    1. install imagemagick
    2. open a terminal, go to the folder with your screenshots and type:

    mogrify -format tga *.png
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4