Word blocking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Urza9814

    Word blocking

    Ok, this is gonna sound really stupid, and I doubt it's possible, but
    is there any way to make a program that'll stop you from typing
    certain words? People are complaining that I type lol too much
    (especially my gf...lol [see?...lol]), and I also could use it for
    other things (which I shall not name here)so...is it somehow possible?
  • Noah Roberts

    #2
    Re: Word blocking

    Urza9814 wrote:
    [color=blue]
    > Ok, this is gonna sound really stupid, and I doubt it's possible, but
    > is there any way to make a program that'll stop you from typing
    > certain words? People are complaining that I type lol too much
    > (especially my gf...lol [see?...lol]), and I also could use it for
    > other things (which I shall not name here)so...is it somehow possible?[/color]

    You could use the new "BrainTap" peripheral and send it the appropriate
    commands to keep you from typing "lol", however that would not be
    standard C++.

    NR

    Comment

    • Howard

      #3
      Re: Word blocking


      "Urza9814" <Urza981@hotmai l.com> wrote in message
      news:50b312a5.0 310151308.681e7 b76@posting.goo gle.com...[color=blue]
      > Ok, this is gonna sound really stupid, and I doubt it's possible, but
      > is there any way to make a program that'll stop you from typing
      > certain words? People are complaining that I type lol too much
      > (especially my gf...lol [see?...lol]), and I also could use it for
      > other things (which I shall not name here)so...is it somehow possible?[/color]

      You mean you don't want those letters typed ANYWHERE, in ANY PROGRAM? I
      suppose it's possible, but it's got to be about the strangest request I've
      ever heard. In Windows, you can use a "hook" to trap keypresses, but you'd
      have to ask in a Windows newsgroup for how to implement that.

      As a design issue, what would you do if the user (you?) were typing, and so
      far had typed in the 'l' and the 'o"...what would happen when you hit the
      'l' again? Nothing? And what about typing "lollipop", or other words that
      contain "lol"? In any case, you're opening a rather large can of worms when
      you start messing around with what the user can and cannot do, especially if
      that user is not you!

      As for preventing YOU from typing in "lol", have your girlfriend stick you
      with a fork every time you do it. Eventually you'll learn. :-)

      -Howard



      Comment

      • Noah Roberts

        #4
        Re: Word blocking

        Howard wrote:
        [color=blue]
        > As for preventing YOU from typing in "lol", have your girlfriend stick you
        > with a fork every time you do it. Eventually you'll learn. :-)[/color]

        I like the "BrainTap" periferal idea better.

        NR

        Comment

        • Jonathan Mcdougall

          #5
          Re: Word blocking

          > Ok, this is gonna sound really stupid,

          Mmmm...


          Jonathan


          Comment

          • David B. Held

            #6
            Re: Word blocking

            "Urza9814" <Urza981@hotmai l.com> wrote in message
            news:50b312a5.0 310151308.681e7 b76@posting.goo gle.com...[color=blue]
            > [...]
            > (especially my gf...lol [see?...lol]),[/color]

            I suggest upgrading to GirlFriend 2.0. Fewer errors, better
            performance, but fairly costly.
            [color=blue]
            > and I also could use it for other things (which I shall not name
            > here)[/color]

            Which sounds like the real reason, and probably an illicit one.
            Although preventing someone from typing something doesn't
            seem like a useful h@X0r tool, so I can't imagine what. Unless
            this were a trojan to be installed on someone else's computer,
            and you wanted to prevent them from entering their password,
            or something.
            [color=blue]
            > so...is it somehow possible?[/color]

            Besides underspecifying the problem, this isn't a C++-specific
            question. If there is a solution, it could be implemented in any
            number of languages. It's really a function of the hardware
            and operating system in question, and varies according to
            each, so you should look for a forum where people talk about
            your platform.

            Dave



            ---
            Outgoing mail is certified Virus Free.
            Checked by AVG anti-virus system (http://www.grisoft.com).
            Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003


            Comment

            • Urza9814

              #7
              Re: Word blocking

              "David B. Held" <dheld@codelogi cconsulting.com > wrote in message news:<bmlel8$rk u$1@news.astoun d.net>...[color=blue]
              > "Urza9814" <Urza981@hotmai l.com> wrote in message
              > news:50b312a5.0 310151308.681e7 b76@posting.goo gle.com...
              >
              > I suggest upgrading to GirlFriend 2.0. Fewer errors, better
              > performance, but fairly costly.
              >[/color]
              lol...I'll think about it... :-P[color=blue]
              >
              > Which sounds like the real reason, and probably an illicit one.
              > Although preventing someone from typing something doesn't
              > seem like a useful h@X0r tool, so I can't imagine what. Unless
              > this were a trojan to be installed on someone else's computer,
              > and you wanted to prevent them from entering their password,
              > or something.
              >[/color]
              no...not a 'h@X0r tool'...but...w ell...I'm 13...and there's stuff I do
              that I really shouldn't...I'l l just say that...[color=blue]
              >
              >
              > Besides underspecifying the problem, this isn't a C++-specific
              > question. If there is a solution, it could be implemented in any
              > number of languages. It's really a function of the hardware
              > and operating system in question, and varies according to
              > each, so you should look for a forum where people talk about
              > your platform.
              >[/color]
              what I mean is, is it possible in C++? I don't have a compiler for
              anything else, and most aren't free anyways[color=blue]
              >
              >
              >
              > ---
              > Outgoing mail is certified Virus Free.
              > Checked by AVG anti-virus system (http://www.grisoft.com).
              > Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003[/color]

              Comment

              • Howard

                #8
                Re: Word blocking


                "Urza9814" <Urza981@hotmai l.com> wrote in message

                You're missing the point:

                "....you should look for a forum where people talk about your platform."

                [color=blue][color=green]
                > >[/color]
                > what I mean is, is it possible in C++? I don't have a compiler for
                > anything else, and most aren't free anyways[color=green]
                > >
                > >[/color][/color]

                This newsgroup discusses aspects of the C++ language itself, not
                platform-specific implementation issues. Check in a newsgroup that
                discusses whatever operating system you're using.

                -Howard



                Comment

                Working...