Thread: What's your code footprint?

  1. #16
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    I wrote a significant part of Dead Rising 3 (Dead Rising 3 - Wikipedia, the free encyclopedia) that has reportedly sold over 1 million copies.

    I've also written a chess analysis bot for FICS (Free Internet Chess Server (FICS)) that has been used by 32,000 unique users according to logs. waterreaction / AnalysisBot — Bitbucket

    Not counting small patches to open source programs, mostly because I forgot most of them already.

  2. #17
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by cyberfish View Post
    I wrote a significant part of Dead Rising 3 (Dead Rising 3 - Wikipedia, the free encyclopedia) that has reportedly sold over 1 million copies.
    Cool, what part?

  3. #18
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Cool, what part?
    The zombie spawning. Game designers specify what type and how many zombies to spawn in each region, and my code does the actual spawning/populating. It's harder than it sounds because of all the checks and optimizations required (zombies not seen, zombies stuck in objects, zombies standing on other objects, etc).

  4. #19
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by Yarin View Post
    I'm so sorry.
    Not sure why you would be.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  5. #20
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    zombies not seen
    >_<

    So you are to blame...

    Soma
    “Salem Was Wrong!” -- Pedant Necromancer
    “Four isn't random!” -- Gibbering Mouther

  6. #21
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Yeap.

  7. #22
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    My professional coding is for embedded devices - specifically for high frequency power amplifier systems. There are probably around 100 systems in the world that contain my code (HDL, Assembly, C), where each system has anywhere from two to twenty-six programmable devices inside.

    I've recently gotten into GUI programming (largely for system interface simulation), but so far, most of that software is on the computers in-house in our system test and engineering labs.

  8. #23
    Registered User Justin Wade's Avatar
    Join Date
    Dec 2013
    Location
    Tennessee
    Posts
    2
    Nothing so far most likely.

    I was thinking of porting some stuff to MINIX 3, though. So then...maybe 5 people will run my code? :P

  9. #24
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Quote Originally Posted by Justin Wade View Post
    Nothing so far most likely.

    I was thinking of porting some stuff to MINIX 3, though. So then...maybe 5 people will run my code? :P
    I like that you signed up to say it.

  10. #25
    Registered User Justin Wade's Avatar
    Join Date
    Dec 2013
    Location
    Tennessee
    Posts
    2
    Quote Originally Posted by whiteflags View Post
    I like that you signed up to say it.
    Me too.

  11. #26
    Registered User
    Join Date
    May 2003
    Posts
    1,619
    Computers running it? Hard to say, especially with how heavily virtualized the software tends to be.

    In terms of how many people are affected, that's a bit easier... about 125-150 million people have medical records on my company's software.
    You ever try a pink golf ball, Wally? Why, the wind shear on a pink ball alone can take the head clean off a 90 pound midget at 300 yards.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. memory footprint
    By Kempelen in forum C Programming
    Replies: 7
    Last Post: 01-15-2010, 01:27 PM
  2. memory footprint of Dictionary
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-17-2008, 08:39 AM
  3. Performance and footprint of virtual function
    By George2 in forum C++ Programming
    Replies: 8
    Last Post: 01-31-2008, 07:34 PM
  4. to reduce footprint
    By George2 in forum Tech Board
    Replies: 2
    Last Post: 12-19-2006, 01:31 AM
  5. Problem with class member layout (footprint)
    By Osaou in forum C++ Programming
    Replies: 3
    Last Post: 07-24-2006, 11:33 AM