Thread: codestore - any contributors

  1. #1
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385

    codestore - any contributors

    hi,
    im working on a new feature for my website called codestore, the idea is users can upload small functions they have written that they think may be useful to other people. Anythng like search algorithms to sprite control - i intend to build up a searchable and browsable database of code 'snips'. So if you have anyfeed back please let me know - if you would like to contribute please contact [email protected]

    thanks, any feedback appreciated!
    Monday - what a way to spend a seventh of your life

  2. #2
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633
    Anything in particular you'd like to see written, Iain? Also, are you taking both C and C++ submissions?
    Jason Deckard

  3. #3
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    C, C++, Java, winapi, assembler - any language and any functions or pieces of code you have written that perform any tasks would be great and i think this feature will be very helpful to newcomers to the language.
    Last edited by iain; 01-13-2002 at 11:45 AM.
    Monday - what a way to spend a seventh of your life

  4. #4
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Assembler!!!

    void getch()
    {
    asm {
    mov ah, 00h;
    int 16h;
    }
    }

    My Website

    "Circular logic is good because it is."

  5. #5
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    hmmm, very helpful ! if anyone has any real feedback or submissions please post
    Monday - what a way to spend a seventh of your life

  6. #6
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    heh heh...back to a serious note (that getch() code is real by the way...it works) I have lots of code I can submit to you. I will send you whatever I feel is worthy.

    And are you still accepting articles to be put onto your page?
    My Website

    "Circular logic is good because it is."

  7. #7
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    yep im accepting anything people would like to submit, be it code, articles, envolopes jammed with used notes
    anything you would like to, please contact me - my aim is turn iainpb.co.uk into the playland of computer people. With articles, code, tutorials and penguins (musnt forget the penguins!)
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Contributors: Boost at CPWiki
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 02-09-2008, 01:58 PM