Search:

Type: Posts; User: SMurf

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds; generated 14 minute(s) ago.

  1. Replies
    5
    Views
    16,689

    After reading round a few wikis, I found that the...

    After reading round a few wikis, I found that the following is correct for the shell that I am using (ash), written into .profile in the user's home directory:-


    if [ -n "$PS1" ] && [ -z...
  2. Replies
    5
    Views
    16,689

    Linux: Run a Program on Login

    Hello,

    I'm at a point now where I can easily find my way around Linux systems, and can even remember vim commands(!), but still struggle with basic tasks sometimes.

    Specifically, I want to set...
  3. Replies
    7
    Views
    9,264

    My current design is that the writer process has...

    My current design is that the writer process has its original display in private memory, then opportunistically copies to the shared memory section if it finds that no processes are currently reading...
  4. Replies
    7
    Views
    9,264

    The problem with working directly on the data...

    The problem with working directly on the data would be that the writer process would be beholden to whatever's going on in the sockets code.
    It's all the same stuff (it's the display of an SDL...
  5. Replies
    7
    Views
    9,264

    It just needs to be read. The reader processes...

    It just needs to be read. The reader processes more-or-less push it onto the network verbatim. The writer is not network-aware.

    Thinking about this during those epiphanal moments you get while...
  6. Replies
    7
    Views
    9,264

    Using Copy-on-write For Fast Copy?

    Hello,

    I have an interesting quandry that I can't find any concrete discussion about, so hopefully someone here can help:-

    I'm trying to organise inter-process communication (Win32, although...
  7. Replies
    0
    Views
    2,111

    Android Package Management

    Hello,

    My brother passed away suddenly last week. In his memory, I decided to heed his constant whinging at me to root my phone and install a newer kernel/system image. This was pleasingly easy...
  8. Replies
    5
    Views
    3,656

    Conceded, although perhaps a separate "program"...

    Conceded, although perhaps a separate "program" could be stored in the other channel, with manual selection between the two.

    Yep, rather than attempting to execute something which is obviously...
  9. Replies
    5
    Views
    3,656

    Yes, that is correct, but using that...

    Yes, that is correct, but using that specification, I want to store a waveform that describes digital data, that can be played from the line out of a sound card into the line in of another sound...
  10. Replies
    5
    Views
    3,656

    Modulating Data into CD Audio

    Hello,

    The first computer I ever touched was an Atari 65XE (no sniggering from the Commodore crowd, please...). Given that I was around 4 years old at the time, I was always fascinated by the way...
  11. Replies
    9
    Views
    5,370

    Ah, cold sweat time. Haven't been moist for a...

    Ah, cold sweat time. Haven't been moist for a while... :redface:

    To access an Access database (.mdb), the most common interface for C/C++ was ActiveX Data Objects (ADO).
    This exposed a load of...
  12. Replies
    4
    Views
    1,472

    Thanks, I shall have a play with that. ;)

    Thanks, I shall have a play with that. ;)
  13. Replies
    4
    Views
    1,472

    Actually I did sysprep the image, thank you. ...

    Actually I did sysprep the image, thank you. Getting my Windows 8 Deployment certification was one of the proudest moments of my life, sniff. ;)
    (OOBE is on so it does the EULA, create new account,...
  14. Replies
    4
    Views
    1,472

    Sending Files on Removable Media to stdin

    Hello,

    I'm in the process of selling my laptop (alas, I have fallen to the tablet disease :() and in a bid to improve its saleability have opted to supply it crud-free (fresh W7 SP1 install, one...
  15. Replies
    25
    Views
    4,587

    I would argue that there aren't any other...

    I would argue that there aren't any other providers for "real" fibre broadband (two separate channels, up/down speed the same, no PPP encapsulation or anything like that).
    Given time to mull, I...
  16. Replies
    25
    Views
    4,587

    Roll-My-Own Broadband?

    Hello,

    Because I think that trying to modulate a high frequency signal some distance down a pair of old copper wires is daft, I currently get my broadband via a 3G dongle, which is fine for my...
  17. Replies
    10
    Views
    2,195

    It is an AC induction motor. 50 Hz. I am...

    It is an AC induction motor. 50 Hz.
    I am itching to open the control box, because I would be interested to see what the rotary switch is doing to the circuit. :cool:
  18. Replies
    10
    Views
    2,195

    Slowing Down a Fan (not in a computer)

    Hello,

    Recently I bought an 18-inch desktop fan, ready for the summer. It has a rotary switch on it for three speed settings, but even the lowest setting is a lot like the back of a hovercraft....
  19. Replies
    8
    Views
    1,359

    Meh, Core War...

    Meh, Core War waz ere first.
  20. Replies
    4
    Views
    1,126

    SVN! Sorry I think I meant that, it's just that...

    SVN! Sorry I think I meant that, it's just that I haven't run a CVS for my own stuff before. I have used TortoiseSVN to look at Internet-based projects though. :o

    Looks like I could try Apache...
  21. Replies
    4
    Views
    1,126

    CVS Server That Automatically Builds Stuff?

    Hello,

    In my quest to farm my projects folder off my oh-so-single-point-of-failure laptop, I have wondered about the following:-

    Something like a Raspberry Pi running a CVS server that's...
  22. Thread: USB In The Car

    by SMurf
    Replies
    2
    Views
    859

    USB In The Car

    Hello,
    My car has two cigarette lighters in it, one actually has the press-in button thing and the other (in the armrest) just has a plastic cap.

    I bought a USB charger from the supermarket a...
  23. Replies
    3
    Views
    1,861

    Here's To The Alternatives

    Hello,
    Now I've been a C zealot for over 10 years, turning my nose up at pretty much every new language that comes into fashion and engaging in all sorts of zany schemes to feed my fetish (writing a...
  24. Replies
    13
    Views
    1,587

    While you intellectuals are busy sizing each...

    While you intellectuals are busy sizing each other up, I thought you might be interested in seeing the test image that I'm using:-...
  25. Replies
    13
    Views
    1,587

    Almost got it, except mapping part of the image...

    Almost got it, except mapping part of the image to a tile will modify the tile to include features from that part. Everywhere else that that tile is used will take on that change.
    As I said, likely...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4