Search Results - JustLinux Forums


Search:

Type: Posts; User: Charred_Phoenix

Page 1 of 17 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    795

    Timidity works wonderfully. Thanks a lot! =)

    Timidity works wonderfully. Thanks a lot! =)
  2. Replies
    4
    Views
    795

    It's just a regular SBLive, I'm installing...

    It's just a regular SBLive, I'm installing timidity now.
  3. Replies
    4
    Views
    795

    OK, I updated ALSA, and now alsconf is working,...

    OK, I updated ALSA, and now alsconf is working, but MIDI still doesn't work, and I still get those errors.
  4. Replies
    4
    Views
    795

    MIDI with Creative SB Live

    I'm having trouble with MIDI ouput with an SB Live. Normal sound works fine, since I have the emu10k1 module intalled, but nothing that uses MIDI works.

    When I start GNU Solfege I get:


    When I...
  5. Replies
    4
    Views
    880

    Are there any other graphical ZMachine...

    Are there any other graphical ZMachine interpreters for *nix?
  6. Replies
    4
    Views
    880

    Nope, no readme =( And it can't play .zips,...

    Nope, no readme =(

    And it can't play .zips, not even .ZIPs which are genuine intercom Z-Code
  7. Replies
    4
    Views
    880

    Zoom and Infocom

    I'm trying to play some old Infocom games with Zoom, the only problem is that Zoom won't recognise the .ZIP files unless I make them .z<number> and when I do that it ignores the other files (mg1,...
  8. :eek: Somehow the first time I read the replies I...

    :eek: Somehow the first time I read the replies I missed lagitus's post completely! o_o

    But yes, that fixed it nicely, thanks everyone :D
  9. What's more it makes z negative. I tried casting...

    What's more it makes z negative. I tried casting it to unsigned long long, but that didn't fix it :-/
  10. #include #include ...

    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    #include <unistd.h>

    int main(void) {
    int fd;
    int x = 0;
    long long y;
  11. Doh! Sorry, I was tired when I wrote that code...

    Doh! Sorry, I was tired when I wrote that code and when I posted my question.



    Ah, haven't done any IO programming in a while, forgot all about that.



    That's like that because originally...
  12. Highest product of 5 consecutive bytes

    I'm doing a coding challenge in which I need to find the highest product of any five consecutive bytes in a file ("file.bin", 10,000 bytes long) but I just can't get my code to work.

    Here is my...
  13. Replies
    8
    Views
    822

    Danke, :) Edit: But why exactly is it like...

    Danke, :)

    Edit: But why exactly is it like that? Is it just a feature of C's design or do most programming languages use the stack for automatic variables? If so, is there any real reason for this?
  14. Replies
    8
    Views
    822

    I have another question, which doesn't really fit...

    I have another question, which doesn't really fit the topic, but I thought posting here would be better than starting a new, similar thread.

    I'm not quite sure about the heap and stack. Is the...
  15. Replies
    8
    Views
    822

    Ah OK, thanks :)

    Ah OK, thanks :)
  16. Replies
    8
    Views
    822

    Consts and initialisation

    I was reading about memory segmentation and I noticed that the DATA section is used for initialised constants and the BSS section is used for uninitialised constants. I thought constants were values...
  17. Replies
    5
    Views
    528

    Ah. Thanks, alsaconf got it working. :) ...

    Ah. Thanks, alsaconf got it working. :)



    Sorry, I started typing thinking I had plenty of time, and then after two lines I was called away to lunch. I decided to post it anyway because if it...
  18. Replies
    5
    Views
    528

    Sound not working

    I can't get the sound on my laptop working, it seems to have an intel manufactured card but insmodding i810_audio or i810 does nothing. :(
  19. Replies
    6
    Views
    633

    OK, cheers everyone, but I was only interested in...

    OK, cheers everyone, but I was only interested in using C. :P I guess I'll just write a function to do it.
  20. Replies
    6
    Views
    633

    Right, but I was wondering if there was a...

    Right, but I was wondering if there was a function to do it for me.
  21. Replies
    6
    Views
    633

    C: Deleting parts of files

    Is there any IO function to remove characters from a file, or do I have to load the files into memory, rearrange the data and output it back to the file?
  22. Replies
    21
    Views
    1,560

    I did, but I always emerge -auv world, so I would...

    I did, but I always emerge -auv world, so I would have noticed. Still, I suppose I might have missed it.



    Hmm, the odd thing was, all the config files were fine and in the right place.
  23. Replies
    4
    Views
    730

    OK, thanks.

    OK, thanks.
  24. Replies
    21
    Views
    1,560

    Well, I'm more asking if there's any way it could...

    Well, I'm more asking if there's any way it could have changed without me doing it, and how I could check if such a thing had happened.
  25. Replies
    21
    Views
    1,560

    Nope, I haven't changed my partitions since I...

    Nope, I haven't changed my partitions since I installed.
Results 1 to 25 of 409
Page 1 of 17 1 2 3 4