Search:

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

Page 1 of 2 1 2

Search: Search took 0.14 seconds.

  1. Re: gVim Relative Line Numbering and Scrolling

    Thanks for the reply.
    This doesn't seem to keep the relative numbers to the line I want, since the cursor is moving.

    Is there not a way to 'mark' a line, so even if the cursor moves down, the...
  2. gVim Relative Line Numbering and Scrolling

    Hello, I love the relative line numbering in vim, but when I want to see a lines number that's off the screen, I can't find out what it is.

    When I scroll, the cursor is forced to the top of the...
  3. Re: wxPython Font, Controls and Sizer Problems

    bumpity bump bump
  4. wxPython Font, Controls and Sizer Problems

    Hello, I'm having trouble with sizers :)

    My program needs to allow for font size changes, and I've had some problems getting the results I need.
    Either my buttons are not resizing right, or the...
  5. Replies
    2
    Views
    2,966

    [SOLVED] Re: Timidity Wav Output glitch sound

    Thank you!

    This command has removed the glitch sound.

    timidity --output-24bit -A120 filename.mid -Ow -o filename.wav

    The glitch sound was part of the file, you could even see it in audacity....
  6. Replies
    2
    Views
    2,966

    [SOLVED] Timidity Wav Output glitch sound

    Hello, when I convert a midi file to wav with Timidity, it gives me a crackling sound at the beginning. Fluidsynth doesn't seem to do this.


    $ timidity -c /etc/timidity/fluidr3_gm.cfg -Ow C.mid
    ...
  7. [SOLVED] Re: Python binary/hex output is wrong when written to file

    Yes, I believe you are right.
    If I view it in ghex, the data looks like 'a1 b2 c3 d4'

    I can also use 'hexdump -C' to get the proper output.
    Thanks!!


    $ hexdump hex-output.bin
    0000000 b2a1...
  8. [SOLVED] Python binary/hex output is wrong when written to file

    Hello, my hex output seems to be wrong when I output to file.

    I'm trying to convert a string to it's hex value(not the literal value)
    So I want to convert something like this '5ABB78FF2C' to its...
  9. [ubuntu] Re: fullscreen flash video opens behind browser window

    Hello Eival,

    Yes, the changes should work for gnome on ubuntu.

    devilspie is just a program that can let you set properties for each window. All that my config file does is bring the window to...
  10. [ubuntu] Re: fullscreen flash video opens behind browser window

    Here is my solution for gnome. It works for me on Gnome 3 on Fedora 15 :)

    install devilspie
    make the directory .devilspie in your home directory
    put the below code into a text editor and save...
  11. Replies
    1
    Views
    761

    [SOLVED] Re: kstart and program stuck in fullscreen

    I have solved it now. Thanks to all the replies lol.

    Loaded up the program and right clicked on the title bar(or press alt+F3).

    Went to Advanced > Special application settings.

    Clicked on...
  12. Replies
    1
    Views
    761

    [SOLVED] kstart and program stuck in fullscreen

    I have a program running everyday at 4pm using kstart
    kstart --fullscreen anki

    The problem is when I then load it afterwards without the kstart command, the program will still be in fullscreen...
  13. Replies
    5
    Views
    2,604

    Re: Sed change every odd numbered line

    Thanks for the reply. I will keep it in mind, but don't really need to change it because it's quick enough for me.

    I really have about 20 sed commands, so I need to see them under each other to...
  14. Replies
    5
    Views
    2,604

    Re: Sed change every odd numbered line

    Thank you for both of your suggestions. They both work perfectly.
    I am using this command now.

    #!/bin/bash

    if [ "$1" != "" ]; then
    sed 's/A/B/g;N' "$1" > "$1".bak; mv "$1".bak "$1"
    sed...
  15. Replies
    5
    Views
    2,604

    [Solved] Sed change every odd numbered line

    I want to be able to change the lines with odd numbers(The lines don't have numbers in them). e.g. lines 1,3,5 etc.

    I want to change all the 'A' to 'B'. How could I do this?
  16. Replies
    1
    Views
    9,786

    [ubuntu] zsh - how can I clear the history

    Sometimes I don't want commands to be added to my history. In bash it was

    unset HISTFILE
    You would run it after a few commands and it would clear them all.

    I can't find out how to do it with...
  17. Replies
    6
    Views
    893

    [ubuntu] Re: Do these window border features exist?

    Thanks. That was really helpful. I don't use windows in the center of the screen much.
    I do use them at the four corners though, so I've changed it to


    # top left
    wmctrl -r :ACTIVE: -e...
  18. Replies
    6
    Views
    893

    [ubuntu] Re: Do these window border features exist?

    Thanks for all the suggestions. I am now using easystrokes because I don't have to go all the way to the top of the window to do the action. Plus it's easier.

    Here's how I set it up. I also...
  19. Replies
    6
    Views
    893

    [ubuntu] Do these window border features exist?

    I want to control my windows without the normal buttons like close minimize and maximise.
    I have a clean lucid install.

    I want to use my mouse buttons to control the windows.
    On the title bar...
  20. Replies
    2
    Views
    989

    [SOLVED] Re: Flash 8 firefox keypress not working

    I solved it.
    It was scim blocking my keyboard for some reason.
    I also had the problem of not being able to type in windows that were focused.

    It's solved by running
    pkill scim
  21. Replies
    25
    Views
    84,363

    [ubuntu] Re: Samba no longer follows symbolic links

    Thanks I solved it by opening this file

    sudo gedit /etc/samba/smb.conf

    Then I put this under the [global] section
    Note: It's "wide links" and not "wide symlinks"

    follow symlinks = yes
    wide...
  22. Replies
    2
    Views
    989

    [SOLVED] Re: Flash 8 firefox keypress not working

    bump
  23. Replies
    2
    Views
    989

    [SOLVED] Flash 8 firefox keypress not working

    Firefox can't detect any keypresses from the programs I make. I use Macromedia Flash 8.
    Make a text box and give it the instance name"txt_test"
    add this actionscript code.

    stop();
    KeyListener =...
  24. Replies
    2
    Views
    1,141

    [ubuntu] Re: Can't install Fuoco Tools on 9.10

    I had the same problem. Running this worked for me
    sudo apt-get install kommander-kde3
    whereis kmdr-executor
  25. Replies
    1
    Views
    1,006

    [xubuntu] Re: padsp doesn't work

    doesn't anyone know how to solve this?
Results 1 to 25 of 34
Page 1 of 2 1 2