Berkeley CSUA MOTD:Entry 53761
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2010/3/25-4/14 [Computer/SW/Database, Computer/SW/Languages/Functional, Computer/SW/SpamAssassin] UID:53761 Activity:nil
3/25    OJ says to get a free book here:
        http://smartbear.com/codecollab-code-review-book.php?howheard=Coding+Horror
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2013/4/9-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Apps, Computer/SW/Languages/Perl] UID:54650 Activity:nil
4/04    Is there a good way to diff 2 files that consist of columns of
        floating point numbers, such that it only tells me if there's a
        difference if the numbers on a given line differ by at least a given
        ratio?  Say, 1%?
        \_ Use Excel.
           1. Open foo.txt in Excel.  It should convert all numbers to cells in
	...
2010/1/22-30 [Computer/HW/Laptop, Computer/SW/OS/OsX] UID:53655 Activity:high
1/22    looking to buy a new development laptop
        needs ssdrive, >6 hr possible batt life, and runs linux reasonably
        Anyone have a recommendation? Thx.
        \_ thinkpad t23 w ssdrive and battery inplace of drive bay
        \_ Ever wondered what RICHARD STALLMAN uses for a laptop?  Well,
           wonder no more!
	...
2009/2/27-3/5 [Computer/Networking] UID:52658 Activity:nil
2/27    I need to buy a wireless router, can u guys help me out?   I need the
        following features:  wireless, G or better, PPTP dial up, PPoE dialup,
        VoIP/SIP register, DDNS, uPnP.
        I am having a such hard time to find a review site which allow me to
        select these features.   Any ideas?  There are a couple model from
        this small company Draytek has these features, I am having the hardest
	...
2008/9/22-29 [Computer/SW/Database] UID:51265 Activity:nil
9/22    In SQL, how can I do something like this:
        SELECT ip_addr, count(*) AS ct FROM table WHERE
          ct > 10 GROUP BY ip_addr?
        I can't get the conditionals to recognize 'ct'
        \_ SELECT ip_addr, count(*) AS ct FROM table HAVING
            count(*) > 10 GROUP BY ip_addr?
	...
Cache (1924 bytes)
smartbear.com/codecollab-code-review-book.php?howheard=Coding+Horror
We've compiled 10 practical essays from industry experts giving specific techniques for effective peer code review: * Cisco: The largest-ever case study of peer code review * Modern experiments: results of the past 15 years * Five types of review: Pro's and Con's * Managing social aspects of peer review * Code review in the SEI/CMMI/PSP/TSP context * Why many developers don't embrace code review * Questions to ask when implementing a peer review process * Why haven't you heard more about code review? Order your FREE book with FREE shipping Use this form to order your free copy with free shipping to the United States, Canada, and selected other countries. We regret that we cannot ship books outside the United States, Canada, and a limited set of additional countries at this time. We were able to in the past, but a change to customs rules made this prohibitively expensive and time-consuming. To see the available countries, select from the list in the form below. We regret that we cannot ship books outside the listed countries at this time. We don't want to ship books to spam-bots who fill out this form. Your E-Mail Address (confirm): How did you hear about us: First Name: Last Name: Company Name: Needed when shipping to a business address. Use "home" or "personal" if you're not delivering to a business address. The Case for Peer Review The $1 billion bug and why no one talks about peer code review. Resistance to Code Review Why some developers resist code review and how new tools change the game. Social Effects of Peer Review Unexpected positive social aspects; Questions for a Review Process Questions to ask and what to do with the answers when starting a peer review process. Measurement & Improvement Which metrics are useful, what do they mean, what do they not mean, and how to use them to improve the process. The Science of Review Process The code review process from the CMM/SEI perspective.