Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Corky

@Corky
About
Posts
23
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • P4 FSB 800 Mhz... Which mobo/RAM?
    C Corky

    Don't forget the P4 3G has HT and you need a board that suports it. :)


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge csharp visual-studio hardware performance tutorial

  • DOS Nostalgia - an old timer's reflections
    C Corky

    I just got it to run on my new pc(had to fix the timing again) if you want the source I will send it to you. corky


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge csharp html com game-dev tools

  • Where To Go In and Around Virginia
    C Corky

    Here are some links. There is about 3ft of snow there now in Shenandoah NP (my favorite place). http://www.visitshenandoah.com/index.htm[^] http://www.virginia.org/[^]http://www.virginia.com/[^]


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge question

  • XP Tweaks...
    C Corky

    If you want tweaks go here. http://members.aol.com/_ht_a/axcel216/[^]


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge com

  • Anyone got a 13 digit VISA card or a Bankcard ( at all ) ?
    C Corky

    Most of the info you need is here http://www.beachnet.com/~hstiles/cardtype.html


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge csharp c++ asp-net question

  • Merge Two Access Databases
    C Corky

    Why not use Access an append query should do it. corky


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    IT & Infrastructure database testing beta-testing question announcement

  • ieSpell Checker
    C Corky

    Is this it? http://www.codeproject.com/useritems/TxtSpell.asp [^] Corky


    We the unwilling, being led by the unknowing, have been doing so much with so little for so long. We now attempt the impossible with nothing.

    The Lounge com question

  • What a year
    C Corky

    Programming is not just a job to me it's what I like to do. It's a way of life :rolleyes:

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question career

  • What a year
    C Corky

    I have the freedom to design my apps and write them in whatever language fits the task. They supply the hardware and software I need and pay for my books and even my phone line at home and my isp:-D Down side I am on call 24/7 but after so many years it becomes part of your life.

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question career

  • What a year
    C Corky

    Retire? Not while I have so much to learn and my wife won't let me ;P

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question career

  • What a year
    C Corky

    I remember doing thosands of lines of code on coding sheets and sending them to be keypunched :rolleyes:

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question career

  • What a year
    C Corky

    Today is my Birthday (see my profile and do some math):-D:) July was my 30th year working for the same company (Spencer Gifts) :~ April was my 31st wedding anniversary :) March my 4th Grandchild was born :) My 5th Grandchild is due in October :) I realized that I have bin married to the same woman, working at the same job for over half my life. I am either very lucky or am in a rut? :-D

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question career

  • Baby's name spelling
    C Corky

    I thought it might be English or Irish. :)

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge

  • Baby's name spelling
    C Corky

    My Daughter is due to have a baby in October (My 5th Grandchild). We know it will most likely be a girl, they want to call her Faith but there is another spelling Failth. Does anybody know where this spelling came from, I have searched everywhere and can't find where it originated.

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge

  • Favorite File Manager
    C Corky

    You should try Ztree (www.ztree.com) a win32 clone of Xtree.;)

    /--\ /---\ |---\ | / \ /
    | | | | | | / \ /
    | | | |---/ | \ |
    \--/ \---/ | \ | \ |

    The Lounge question com

  • COBOL to other DBMS
    C Corky

    I have always had to write my owen code but the data came from a mainframe. Corky

    IT & Infrastructure question

  • Another programming puzzle
    C Corky

    It's just basic multiplication (n * n1), done one of the ways the CPU does it the other way is to add n to itself n1 times (for (int i = 0; i < nl; i++) a += n; )). This Sig For Rent
    Corky

    The Lounge c++ question

  • Another programming puzzle
    C Corky

    What is this bit of code dong.

    long stuff(long n1,long n)
    {
    long a;
    long c = 0;
    long d = (2 * (n1/2));
    for (a = 1; d - a > 0;a *= 2)
    c++;
    a = _lrotl(n,c);
    if(n1 - d)
    a += n;
    return a;
    }

    No fare compiling it. ;) This Sig For Rent
    Corky

    The Lounge c++ question

  • A new mind twister
    C Corky

    6 and 6 take lighter or heavier 6 3 and 3 take lighter or heavier 3 1 and 1 take lighter or heavier if they balance it's the ball thats left ;) This Sig For Rent
    Corky

    The Lounge

  • Age
    C Corky

    When you were born I had been working on computers for 20+ years and it's still fun;) This Sig For Rent
    Corky

    The Lounge html com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups