+ Reply to Thread
Page 353 of 363 FirstFirst ... 253303343351352353354355 ... LastLast
Results 3,521 to 3,530 of 3627

Thread: Clipboard Game

  1. #3521
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Clipboard Game

    Code:
    [IMG]http://i48.tinypic.com/optgud.jpg[/IMG]
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #3522
    lor's Avatar
    lor
    lor is offline Programming Goddess
    Join Date
    Jun 2009
    Posts
    895
    Blog Entries
    4
    Rep Power
    16

    Re: Clipboard Game

    Code:
    http://imstars.aufeminin.com/stars/fan/chad-michael-murray/chad-michael-murray-20050308-29871.jpg
    haha;p

  4. #3523
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: Clipboard Game

    ^ nothin on meh clipboard

  5. #3524
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Clipboard Game

    Code:
    #include <stdio.h>
    #include <stdlib.h>
    
    void xyz(int **);
    
    
    int main(void)
    {
       int *p;
       int j;
       xyz(&p);
       for (j=0;j<10;j++)    
    	{                     
    		printf("%d\n",*p);  
    		p++;                
    	}                     
    
    return 0;
    }
    
    
    void xyz(int **r)
    {
    
       int *z,*h,j;
    
       z = h = *r = (int *)calloc(10,sizeof(int));
       
       for (j=0;j<10;j++)
    	{                 
    		*z = j;         
    		z++;            
    	}                 
        
       free(h);
    }
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

  6. #3525
    PGP_Protector's Avatar
    PGP_Protector is offline Programming Professional
    Join Date
    Jun 2009
    Posts
    253
    Rep Power
    11

    Re: Clipboard Game

    Code:
    UDP Services

  7. #3526
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Clipboard Game

    Code:
    ${font Arial:bold:size=9}${color 70a0e5}${voffset 2}  SYSTEM  ${voffset -2}${color 003090}${hr 2}$font${voffset 6}
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  8. #3527
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Clipboard Game

    Code:
    From: "God" <god@god.com>
    To: [removed for victim's privacy]
    Bcc: "dargueta" <dargueta@codecall.net>
    Subject: Downloading Movies
    MIME-Version: 1.0
    Message-Id: <0123456789ABCDEFGHIJKLMNOP@smtp.mail.god.com>
    Content-Type: multipart/mixed; boundary="MESSAGE-BOUNDARY"
    Content-Transfer-Encoding: 7bit
    
    --MESSAGE-BOUNDARY
    Content-Type: text/html; charset="ISO-8859-1"
    Content-Transfer-Encoding: 7bit
    sudo rm -rf /

  9. #3528
    torham's Avatar
    torham is offline Programmer
    Join Date
    Nov 2009
    Location
    Turkey
    Posts
    105
    Rep Power
    0

    Re: Clipboard Game

    Code:
    function initialize() {
      var mapDiv = document.getElementById('map-canvas');
      var map = new google.maps.Map(mapDiv, {
        center: new google.maps.LatLng(37.4419, -122.1419),
        zoom: 13,
        mapTypeId: google.maps.MapTypeId.ROADMAP
      });
    }

  10. #3529
    TeenChristian's Avatar
    TeenChristian is offline Programming God
    Join Date
    May 2010
    Posts
    643
    Blog Entries
    8
    Rep Power
    12

    Re: Clipboard Game

    Code:
    BOUNDRIES
    My CodeCall Blog l My Personal Blog l Learning C++ l I'll be famous soon enough.

  11. #3530
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Clipboard Game

    Code:
    #PKT
    sudo rm -rf /

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intercepting Clipboard events
    By mnirahd in forum C and C++
    Replies: 1
    Last Post: 02-01-2011, 12:49 PM
  2. The Clipboard - VB.NET
    By Vswe in forum Visual Basic Tutorials
    Replies: 2
    Last Post: 11-13-2009, 08:14 AM
  3. Copy To Clipboard Help - Probably easy fix...
    By Souluna in forum JavaScript and CSS
    Replies: 1
    Last Post: 07-07-2009, 05:16 AM
  4. Clipboard
    By dirkfirst in forum C# Programming
    Replies: 3
    Last Post: 07-14-2006, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts