Thread: Post your Cursors here

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    22

    Post your Cursors here

    Here mine three cursors


    =============Pen================

    Code:
    0011111111111111	3FFF
    0001111111111111	1FFF
    1000111111111111	8FFF
    1100011111111111	C7FF
    1110001111111111	E3FF
    1111000111111111	F1FF
    1111100011111111	F8FF
    1111110001111111	FC7F
    1111111000111111	FE3F
    1111111100011111	FF1F
    1111111110001111	FF8F
    1111111111000111	FFC7
    1111111111100011	FFE3
    1111111111110001	FFF1
    1111111111111000	FFF8
    1111111111111101	FFFD
    
    	Sceen Mask
    
    1100000000000000	C000
    1010000000000000	A000
    0101000000000000	5000
    0010100000000000	2800
    0001010000000000	1400
    0000101000000000	A00
    0000010100000000	500
    0000001010000000	280
    0000000101000000	140
    0000000010100000	A0
    0000000001010000	50	
    0000000000101000	28
    0000000000010100	14
    0000000000001010	A
    0000000000000101	5
    0000000000000010	2
    
    	Bit Map

    0x3FFF,0x1FFF,0x8FFF,0xC7FF,
    0xE3FF,0xF1FF,0xF8FF,0xFC7F,
    0xFE3F,0xFF1F,0xFF8F,0xFFC7,
    0xFFE3,0xFFF1,0xFFF8,0xFFFD,
    //Screen Mask

    0xC000,0xA000,0x5000,0x2800,
    0x1400,0x0A00,0x0500,0x0280,
    0x0140,0x00A0,0x0050,0x0028,
    0x0014,0x000A,0x0005,0x0002
    //Bit Map


    =================Cross Bar=====================

    Code:
    1111111001111111
    1111111001111111
    1111100000011111
    1110011001100111
    1100111001110011
    1100111111110011
    1101111111111011
    0000011001100000
    0000011001100000
    1101111111111011
    1100111111110011
    1100111001110011
    1110011001100111
    1111100000011111
    1111111001111111
    1111111001111111
    
    Screen Mask
    
    0000000110000000
    0000000110000000
    0000011111100000
    0001100110011000
    0011000110001100
    0011000000001100
    0010000000000100
    1111100110011111
    1111100110011111
    0010000000000100
    0011000000001100
    0011000110001100
    0001100110011000
    0000011111100000
    0000000110000000
    0000000110000000
    
    Bit Pattern
    0xFE7F,0xFE7F,0xF81F,0xE667,
    0xCE73,0xCFF3,0xDFFB,0x0660,
    0x0660,0xDFFB,0xCFF3,0xCE73,
    0xE667,0xF81F,0xFE7F,0xFE7F,
    // Screan Mask

    0x0180,0x0180,0x07E0,0x1998,
    0x318C,0x300C,0x2004,0xF99F,
    0xF99F,0x2004,0x300C,0x318C,
    0x1998,0x07E0,0x0180,0x0180
    //Bit Pattern


    ==========Hour Glass=================


    0x0000,0x0000,0x0000,0x0000,
    0x8001,0xc003,0xf00f,0xfc3f,
    0xfc3f,0xf00f,0xc003,0x8001,
    0x0000,0x0000,0x0000,0x0000,
    //Screan Mask

    0xffff,0x8001,0xffff,0x8001,
    0x4002,0x2004,0x1008,0x0240,
    0x0240,0x0810,0x2004,0x4002,
    0x8001,0xffff,0x8001,0xffff,
    //Bit Pattern

    ----------------My Homepage--------

    www.ris7up.tk

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    22
    .
    .
    =============Fingre================

    This One Is cool(just finshed a min b4)
    Code:
    1111110011111111
    1111101101111111
    1111101101111111
    1111101101111111
    1110001100011111
    1101101101100111
    1001101101101011
    0101111111101101
    0111111111111101
    1011111111111101
    1101111111111011
    1110111111111011
    1000000000000001
    1011111111111101
    1011111111111101
    1000000000000001
    
    Screen Mask
    
    0000001100000000
    0000010010000000
    0000010010000000
    0000010010000000
    0001110011100000
    0010010010011000
    0110010010010100
    1010000000010010
    1000000000000010
    0100000000000010
    0010000000000100
    0001000000000100
    0111111111111110
    0100000000000010
    0100000000000010
    0111111111111110
    
    Bit Pattern
    0xfcff,0xfb7f,0xfb7f,0xfb7f,
    0xe31f,0xdb67,0x9b6b,0x5fed,
    0x7ffd,0xbffd,0xdffb,0xeffb,
    0x8001,0xbffd,0xbffd,0x8001,

    //Screen Mask

    0x0300,0x0480,0x0480,0x0480,
    0x1ce0,0x2498,0x6494,0xa012,
    0x8002,0x4002,0x2004,0x1004,
    0x7ffe,0x4002,0x4002,0x7ffe

    //Bit Pattern


    Come On dude Is i am the only creative one here?

    ----------------My Homepage------------
    www.ris7up.tk

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    zzzzzzzzzzzzz....

    Vote for most boring post of the year.
    EntropySink. You know you have to click it.

  4. #4
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Quote Originally Posted by ober
    zzzzzzzzzzzzz....

    Vote for most boring post of the year.
    seconded
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  5. #5
    #include <me!> Flakster's Avatar
    Join Date
    May 2005
    Location
    Canada
    Posts
    50
    Thirded?

  6. #6
    Registered User
    Join Date
    Aug 2005
    Posts
    22
    Fourth???????

  7. #7
    Your Father
    Join Date
    Sep 2005
    Posts
    34
    motion to dismiss

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help (Trying to post message)
    By mrkm in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-06-2003, 04:05 PM
  2. Post your Best Text Adventure
    By Joe100 in forum Game Programming
    Replies: 3
    Last Post: 08-15-2003, 05:47 PM
  3. Auto POST
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-07-2003, 10:42 AM
  4. post update
    By iain in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-12-2001, 10:47 AM