Thread: What's in your clipboard?

  1. #1
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

    What's in your clipboard?

    The "World View" thread reminded me of a thread I think I saw here a while back, "Post what's on your clipboard".

    Usually provides some interesting stuff

    Quote Originally Posted by My Clipboard
    so hey, i
    Alright, so maybe my clipboard sucks right now, *cries*

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    think

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    16
    using namespace

  4. #4
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269
    (_¸.·´¯)
    I thought it looked cool

    - SirCrono6

    P.S. I never left... strange thing I picked this thread to reveal myself
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  5. #5
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Courtesy of Fordy:
    Code:
    Sub SaveFileFooter()
    
        Dim FileName As String
        With ActiveDocument
            .Save
            FileName = .Name
            With .Sections(1).Footers(wdHeaderFooterPrimary).Range
                .Text = FileName
                .ParagraphFormat.Alignment = wdAlignParagraphRight
            End With
            .Save
        End With
    End Sub

  6. #6
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Last edited by anonytmouse; 05-15-2005 at 09:40 PM.

  7. #7
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    (_¸.·´¯)

    I thought it looked cool too so I copied it from SirCrono6.

  8. #8
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    My Clipboard:
    So, so you think you can tell
    Heaven from Hell,
    Blue skys from pain.
    Can you tell a green field
    From a cold steel rail?
    A smile from a veil?
    Do you think you can tell?

    And did they get you to trade
    Your heros for ghosts?
    Hot ashes for trees?
    Hot air for a cool breeze?
    Cold comfort for change?
    And did you exchange
    A walk on part in the war
    For a lead role in a cage?

    How I wish, how I wish you were here.
    We're just two lost souls
    Swimming in a fish bowl,
    Year after year,
    Running over the same old ground.
    What have we found?
    The same old fears.
    Wish you were here.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  9. #9
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    Domain status: REGISTRAR-LOCK
    your domain status

    interesting thread
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  10. #10
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Eeeeek you're trying to steal my siiiiteee!!!

  11. #11
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    wow... I don't even know how this got in there:
    pid.Cherilyn
    36511
    [Major_Small@athlon (~/eggdrop)]$ telnet
    telnet> help
    Commands may be abbreviated. Commands
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  12. #12

  13. #13
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    Game over.
    The answer is Zombo.com
    I totaly gave a hint mid questions.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  14. #14
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    player.currentImage = 0;
    Woop?

  15. #15
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    <empty>

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. copying to clipboard
    By bballzone in forum Windows Programming
    Replies: 24
    Last Post: 09-30-2004, 03:24 PM
  2. Clipboard and Custom Types
    By McClamm in forum C# Programming
    Replies: 1
    Last Post: 09-16-2004, 04:43 PM
  3. Clipboard Modifier
    By Korhedron in forum Windows Programming
    Replies: 2
    Last Post: 01-03-2004, 02:32 PM
  4. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM
  5. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM