Forum: IT Professionals' Lounge Jul 11th, 2009 |
| Replies: 4 Views: 529 If you write a 'scholarly document' that defines just what 'scary moments' are, uses such moments from classic movies to illustrate your point, gives full and proper citations for each 'quote' and... |
Forum: IT Professionals' Lounge Nov 13th, 2008 |
| Replies: 6 Views: 689 Simple answer: When a program is written in C, Fortran, Pascal, Algol, Ada or any of a number of other languages, it must be compiled into machine-readable language before the machine can run it. The... |
Forum: IT Professionals' Lounge Mar 5th, 2008 |
| Replies: 4 Views: 4,730 Should you want a longer description....
The following assumes that the target company actively works to prevents software bugs from getting out the door. A software/system tester will be... |
Forum: IT Professionals' Lounge Jan 2nd, 2008 |
| Replies: 14 Views: 4,042 One reason I've found for PK SSH to not work is file permissions. Make sure repository's .ssh directory is 'chmod 700' and the contents within it are 'chmod 600'. If there's any possibility that a... |