User Zee JollyRoger - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T13:44:50Z http://stackoverflow.com/feeds/user/11118 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/69730/annotations-of-a-programmers-life-helping-entry-level-persons-to-comprehend 1 Annotation(s) of a Programmer's Life - Helping Entry-Level persons to comprehend more about real-world programming. Zee JollyRoger 2008-09-16T06:11:25Z 2008-11-14T22:23:25Z <p>I am interested in gathering first-hand information and accounts of the typical life of a programmer. My goal is to grasp the fundamental concepts of working in the professional field of programming.</p> <p>I just want to "see" into what it is/means to come to an entry-level programming job and program. See what kind of skills, mentality, expectations, etc., and such are required.</p> <p>Imagine like an 8-hour long video of any "typical/average" programming job. I really want to see what it is like and know where I stand to what the expectations are before I try to get myself involved.</p> <p>Any information you lend me is appreciated and I will reward you with pie.</p> http://stackoverflow.com/questions/214395/is-it-wise-to-buy-books-on-programming-languages/214481#214481 0 Answer by Zee JollyRoger for Is it wise to buy books on programming languages? Zee JollyRoger 2008-10-18T03:12:56Z 2008-10-18T03:12:56Z <p>Even though the Internet is dynamic and chock full of goodies, I still love a hard copy of any language. Sometimes a text reference provides me an easier means to finding my answer. As mentioned above however, some books will go out of date quicker than others.</p> http://stackoverflow.com/questions/214452/what-surprised-you-the-most-about-the-software-industry/214480#214480 2 Answer by Zee JollyRoger for What surprised you the most about the software industry? Zee JollyRoger 2008-10-18T03:10:58Z 2008-10-18T03:10:58Z <p>I did an overview of a company one day. I walked in, got to sit in and watch how things worked and the like. I was completely astonished at the amount of meetings that the staff was forced to attend. Some were legitimate "hit the panic button, the build just broke" meetings...but it still surprised me.</p> http://stackoverflow.com/questions/214230/iostream-vs-iostream-h-vs-iostream-h/214234#214234 2 Answer by Zee JollyRoger for <iostream> vs. <iostream.h> vs. "iostream.h" Zee JollyRoger 2008-10-18T00:11:41Z 2008-10-18T00:11:41Z <p>Here is a decent link <a href="http://members.gamedev.net/sicrane/articles/iostream.html" rel="nofollow">article.</a></p> http://stackoverflow.com/questions/213907/c-stdendl-vs-n/213964#213964 2 Answer by Zee JollyRoger for C++: "std::endl" vs "\n" Zee JollyRoger 2008-10-17T21:53:29Z 2008-10-17T21:53:29Z <p>I've always had a habit of just using std::endl because it is easy for me to see.</p> http://stackoverflow.com/questions/189791/stop-overlooking-minor-details/189836#189836 4 Answer by Zee JollyRoger for Stop overlooking minor details Zee JollyRoger 2008-10-10T01:37:12Z 2008-10-10T01:37:12Z <p>I find that if I'm having any particular trouble trying to fix a bug or think a problem through I'll take a 5-minute breather. By the time I get something to drink or just relax and come back to the problem I tend to be more focused and less stressed.</p> http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#185197 28 Answer by Zee JollyRoger for What Programming Book would you NOT recommend to Developers? Zee JollyRoger 2008-10-08T22:40:05Z 2008-10-08T22:40:05Z <p><img src="http://ecx.images-amazon.com/images/I/51wkRQgwGFL._SL500_AA240_.jpg" alt="alt text" /> Do I need to explain why?</p> http://stackoverflow.com/questions/165473/are-programming-books-a-necessity-nowadays/165561#165561 0 Answer by Zee JollyRoger for Are programming books a necessity nowadays Zee JollyRoger 2008-10-03T03:17:03Z 2008-10-03T03:17:03Z <p>I believe that programming books are a huge commodity that are great to have. They make great references, they give you a "view into the past" with many older versions, and they're fun to read. Books coped with the Internet can be an effective way to achieve a goal or learn something new.</p> http://stackoverflow.com/questions/163600/when-not-to-comment-code/165206#165206 0 Answer by Zee JollyRoger for When NOT to comment code Zee JollyRoger 2008-10-03T00:22:53Z 2008-10-03T00:22:53Z <p>I don't comment when code is intuitive/informative enough to show what is going on.</p> http://stackoverflow.com/questions/158585/how-do-you-add-a-timed-delay-to-a-c-program/160919#160919 0 Answer by Zee JollyRoger for How do you add a timed delay to a C++ program? Zee JollyRoger 2008-10-02T04:52:21Z 2008-10-02T04:56:26Z <p>On Windows you can include the windows library and use "Sleep(0);" to sleep the program. It takes a value that represents milliseconds.</p> http://stackoverflow.com/questions/138227/getting-started-with-pair-programming/156007#156007 1 Answer by Zee JollyRoger for Getting Started with Pair Programming Zee JollyRoger 2008-10-01T02:34:06Z 2008-10-01T02:34:06Z <ul> <li>Be supportive and encouraging.</li> <li>Don't hog the keyboard to yourself.</li> <li>Make sure the other pair-programmer has time to code, possibly more than you.</li> <li>If he/she makes a mistake, give them hints as to what is wrong.</li> <li>Always reflect and review code. Talk intensively about what is going on. Make sure you both understand what is going on.</li> </ul> <p>Good luck. :)</p> http://stackoverflow.com/questions/68675/why-did-you-become-a-programmer/155863#155863 0 Answer by Zee JollyRoger for Why did you become a programmer? Zee JollyRoger 2008-10-01T01:38:02Z 2008-10-01T01:38:02Z <p>I became a programmer because I loved creating things. To see a simple little screen flicker and think "Hey, I made that. It is my child, it is special to me. I love my little screen," it made me feel good. I love thinking and solving problems, even though the struggle can be quite a pain sometimes.</p> http://stackoverflow.com/questions/155762/best-c-resource/155765#155765 1 Answer by Zee JollyRoger for Best C++ Resource Zee JollyRoger 2008-10-01T00:53:39Z 2008-10-01T00:53:39Z <p>I use <a href="http://cprogramming.com/" rel="nofollow">Cprogramming.com</a>, there are quite a few articles and tutorials there. Some of them may be outdated/slightly old. It gets the job done though.</p> http://stackoverflow.com/questions/155672/starting-graphics-games-programming-java-and-maybe-c/155684#155684 2 Answer by Zee JollyRoger for Starting Graphics & Games Programming (Java and maybe C++) Zee JollyRoger 2008-10-01T00:13:17Z 2008-10-01T00:13:17Z <p>I have this book: <a href="http://rads.stackoverflow.com/amzn/click/1598633600" rel="nofollow">Beginning C++ Through Game Programming</a>. It might seem trivial at first, but it teaches you a-lot as you go through it. There is no GUI based programming in this book, just the console. Which is good to an extent if you want to see how an entire "story" of a game can come together. </p> <p>You can also check out <a href="http://www.gamedev.net/" rel="nofollow">Gamedev.net</a>, they have a vast amount of resources and articles to get you started. Good luck. :)</p> http://stackoverflow.com/questions/152691/is-eclipse-the-best-ide-for-java/155594#155594 0 Answer by Zee JollyRoger for Is Eclipse the best IDE for Java? Zee JollyRoger 2008-09-30T23:35:15Z 2008-09-30T23:35:15Z <p>I have experience with using <a href="http://www.jcreator.com/" rel="nofollow">JCreator LE</a>. I like it because it is easy to use and it is free. Give it a try if it interests you.</p> http://stackoverflow.com/questions/140376/what-easter-eggs-have-you-placed-in-code/151620#151620 21 Answer by Zee JollyRoger for What Easter Eggs have you placed in code? Zee JollyRoger 2008-09-30T03:10:39Z 2008-09-30T03:10:39Z <p><a href="http://thedailywtf.com/Articles/We-Burned-the-Poop.aspx" rel="nofollow">This Story</a> has to be one of my favorite "eggs" gone wrong.</p> http://stackoverflow.com/questions/147070/are-we-as-programmers-becoming-too-dependent-on-our-ides/147095#147095 3 Answer by Zee JollyRoger for Are we as programmers becoming too dependent on our IDEs? Zee JollyRoger 2008-09-29T00:35:03Z 2008-09-29T00:35:03Z <p>If an IDE can cut down on human errors and help productivity then that is great.</p> http://stackoverflow.com/questions/146670/hardest-concept-to-grasp-as-a-beginner/146940#146940 0 Answer by Zee JollyRoger for Hardest concept to grasp as a beginner Zee JollyRoger 2008-09-28T22:50:31Z 2008-09-28T22:50:31Z <p>Pointers had to be one of my biggest problems I struggled with. Referencing and Dereferencing them, etc. I overcame the problem by following tutorials and reading as much as I could about them. It was a happy day for me when I figured them out. </p> http://stackoverflow.com/questions/124153/applying-for-a-programming-position-include-my-salary-requirements/143304#143304 0 Answer by Zee JollyRoger for Applying for a programming position--include my Salary Requirements? Zee JollyRoger 2008-09-27T09:29:18Z 2008-09-27T09:29:18Z <p>I suggest that whether or not you put it on your resume or negotiate it after being hired that it might be beneficial to do some research on wages. It could give you a little bit of leverage when you're negotiating or if you put your expectations on your resume. It couldn't hurt you to know a few statistics, I'm sure your potential employer will know.</p> http://stackoverflow.com/questions/296/should-i-learn-c/143286#143286 1 Answer by Zee JollyRoger for Should I learn C? Zee JollyRoger 2008-09-27T09:15:33Z 2008-09-27T09:15:33Z <p>I think C is a valuable and worthy language for anyone to learn. It is like an essential ingredient to a tool-kit.</p> http://stackoverflow.com/questions/143248/how-do-you-choose-your-project-codename/143264#143264 1 Answer by Zee JollyRoger for How do you choose your project codename? Zee JollyRoger 2008-09-27T08:55:02Z 2008-09-27T08:55:02Z <p>If you're a huge music fan or movie-buff you could use band names, song names, or movie names I suppose, but those might seem a bit trivial. I do think it would be funny to walk into an office and ask "So how's Project Tarantula doing?" or "So how's the Dark Side of the Moon?"</p> http://stackoverflow.com/questions/142916/whats-your-favorite-programmable-calculator/143259#143259 1 Answer by Zee JollyRoger for What's your favorite programmable calculator? Zee JollyRoger 2008-09-27T08:49:50Z 2008-09-27T08:49:50Z <p>I programmed on the TI-83 in Trig/Analyt. The class shared calculators so we picked a victim every week and we'd program the calculator so when it started it would say "Susy Q likes Billy Joe." It was a pretty silly little joke that kept the few of us entertained when we should have been studying.</p> http://stackoverflow.com/questions/142202/should-a-programmer-go-back-to-school-if-he-she-doesnt-have-a-degree/142232#142232 0 Answer by Zee JollyRoger for Should a programmer go back to school if he/she doesn't have a degree? Zee JollyRoger 2008-09-26T21:56:22Z 2008-09-26T21:56:22Z <p>If you're employed and you know what you're doing and you're doing a great job at it then I don't see a reason why to go back to get a degree. Given there might be some companies that won't hire, whether you have experience, just because you don't have a degree. Those types of companies sound like the kind of place I would not want to work in. Real-world experience is a precious commodity and tool. I recommend that if you feel like you need it to accomplish some missing piece of your goals or dreams, then by all means do it. </p> http://stackoverflow.com/questions/140677/how-often-should-you-refactor/142200#142200 1 Answer by Zee JollyRoger for How often should you refactor? Zee JollyRoger 2008-09-26T21:51:15Z 2008-09-26T21:51:15Z <p>Refactoring often can often save the day, or at least some time. There was a project I was working on and we refactored all of our code after we hit some milestone. It was a great way because if we needed to rip code out that was no longer useful it made it easier to patch in whatever new thing we needed.</p> http://stackoverflow.com/questions/141110/what-is-the-single-software-company-that-you-most-want-to-work-for-why/142141#142141 1 Answer by Zee JollyRoger for What is the single software company that you most want to work for? Why? Zee JollyRoger 2008-09-26T21:37:15Z 2008-09-26T21:37:15Z <p><a href="http://www.bungie.net" rel="nofollow">Bungie</a>, the people who brought you Halo, Oni, Myth, Marathon, etc. They're a talented group of fellows and it would be great to work with some of the best. </p> http://stackoverflow.com/questions/140959/if-your-software-development-team-is-not-following-any-design-methodology-what-i/142117#142117 0 Answer by Zee JollyRoger for If your software development team is not following any design methodology, what is that called? Zee JollyRoger 2008-09-26T21:32:54Z 2008-09-26T21:32:54Z <p><a href="http://www.youtube.com/watch?v=HB7tc9pVvYg" rel="nofollow">Ludicrous Coding</a></p> http://stackoverflow.com/questions/58640/great-programming-quotes/141976#141976 5 Answer by Zee JollyRoger for Great programming quotes Zee JollyRoger 2008-09-26T21:06:21Z 2008-09-26T21:06:21Z <p>"Inside every complex program is a simple program trying to get out." - My Mentor</p> http://stackoverflow.com/questions/135868/whiteboard-interview-questions/137015#137015 2 Answer by Zee JollyRoger for Whiteboard Interview Questions Zee JollyRoger 2008-09-26T00:03:46Z 2008-09-26T00:03:46Z <p>You may want to try a few problems from <a href="http://projecteuler.net/index.php?section=problems" rel="nofollow">Project Euler</a> they're fairly math oriented, but they can be quite challenging and rewarding.</p> http://stackoverflow.com/questions/136829/how-do-you-check-if-a-variable-is-used-in-a-project-programmatically/136857#136857 2 Answer by Zee JollyRoger for How do you check if a variable is used in a project programmatically? Zee JollyRoger 2008-09-25T23:26:39Z 2008-09-25T23:26:39Z <p>Find all References is your friend.</p> http://stackoverflow.com/questions/136440/how-often-should-you-hit-the-save-button/136725#136725 0 Answer by Zee JollyRoger for How often should you hit the Save button? Zee JollyRoger 2008-09-25T22:56:38Z 2008-09-25T22:56:38Z <p>I save frequently. Whenever I complete a small little bit of code I save. If I modify something just slightly I'll save. I've been a victim of power surges and lightening strikes at the most inconvenient times. That is the downside to sunny-florida.</p> http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/69587#69587 Comment by Zee JollyRoger on Confessions of your worst WTF Moment. (What not to do.) Zee JollyRoger 2009-03-11T10:48:57Z 2009-03-11T10:48:57Z Now that I think about it, that is a good point. I think the reason why I was so frustrated for having to do it was because I understood a little bit more of what I was doing than most people. http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#185197 Comment by Zee JollyRoger on What Programming Book would you NOT recommend to Developers? Zee JollyRoger 2008-12-26T19:20:58Z 2008-12-26T19:20:58Z @Cameron: A good friend of mine found it and linked it to me. I think the &quot;how he found it&quot; should be remain a myster. ;) http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books Comment by Zee JollyRoger on What are some good free programming books? Zee JollyRoger 2008-12-25T17:01:32Z 2008-12-25T17:01:32Z I literally spent an hour browsing through all of the material linked in this thread. Great topic. http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#185197 Comment by Zee JollyRoger on What Programming Book would you NOT recommend to Developers? Zee JollyRoger 2008-10-10T00:57:08Z 2008-10-10T00:57:08Z Yes, the book is real. A part of my soul died a little bit when I found this book. Amazon link: <a href="http://www.amazon.com/Manga-Guide-Databases-Mana-Takahashi/dp/1593271905/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1223600208&amp;sr=8-1" rel="nofollow">amazon.com/Manga-Guide-Databases-Mana-Takahashi/dp/&hellip;</a> http://stackoverflow.com/questions/171643/what-was-your-worst-client-request-specification/171658#171658 Comment by Zee JollyRoger on What was your worst client request/specification? Zee JollyRoger 2008-10-05T09:23:05Z 2008-10-05T09:23:05Z Man, that is a drag. http://stackoverflow.com/questions/160975/diet-advice-for-programmers/160987#160987 Comment by Zee JollyRoger on Diet advice for programmers Zee JollyRoger 2008-10-02T05:40:07Z 2008-10-02T05:40:07Z Personally, I find substituting green tea or any type of tea satisfying when trying to break any drinking habit. http://stackoverflow.com/questions/156030/coming-up-with-creative-ideas-for-games Comment by Zee JollyRoger on Coming up with Creative Ideas for Games Zee JollyRoger 2008-10-01T02:54:33Z 2008-10-01T02:54:33Z You might want to try <a href="http://www.gamedev.net/" rel="nofollow">gamedev.net</a> for more ideas and info. http://stackoverflow.com/questions/155762/best-c-resource/155905#155905 Comment by Zee JollyRoger on Best C++ Resource Zee JollyRoger 2008-10-01T01:53:22Z 2008-10-01T01:53:22Z Agreed. I've always heard of it being a good reference, but beginners better think twice. http://stackoverflow.com/questions/155743/define-a-bad-programmer/155748#155748 Comment by Zee JollyRoger on Define a bad programmer Zee JollyRoger 2008-10-01T01:50:42Z 2008-10-01T01:50:42Z The best way to learn what not to do. http://stackoverflow.com/questions/68675/why-did-you-become-a-programmer/68728#68728 Comment by Zee JollyRoger on Why did you become a programmer? Zee JollyRoger 2008-10-01T01:36:17Z 2008-10-01T01:36:17Z Only if I could find some of these &quot;girls&quot; you speak of. http://stackoverflow.com/questions/65116/whats-your-favorite-harmless-computer-practical-joke/65137#65137 Comment by Zee JollyRoger on What's Your Favorite Harmless Computer Practical Joke? Zee JollyRoger 2008-10-01T01:32:57Z 2008-10-01T01:32:57Z Classic prank. Sometimes its really hard not to giggle out-loud while watching. It always makes the day better to enjoy a good joke with a friend or coworker. http://stackoverflow.com/questions/154705/how-to-reduce-time-spent-in-meetings-as-a-developer/154721#154721 Comment by Zee JollyRoger on How to reduce time spent in meetings as a developer? Zee JollyRoger 2008-10-01T01:27:59Z 2008-10-01T01:27:59Z Good show, good show. I do think that tactic would expedite the meeting process. http://stackoverflow.com/questions/155762/best-c-resource/155770#155770 Comment by Zee JollyRoger on Best C++ Resource Zee JollyRoger 2008-10-01T00:55:35Z 2008-10-01T00:55:35Z That is also another great website I forgot to include. :) http://stackoverflow.com/questions/155743/define-a-bad-programmer Comment by Zee JollyRoger on Define a bad programmer Zee JollyRoger 2008-10-01T00:52:12Z 2008-10-01T00:52:12Z A bad programmer is the person who doesn't learn from mistakes. http://stackoverflow.com/questions/140376/what-easter-eggs-have-you-placed-in-code/146187#146187 Comment by Zee JollyRoger on What Easter Eggs have you placed in code? Zee JollyRoger 2008-09-30T22:28:00Z 2008-09-30T22:28:00Z You should get a T-Shirt that says &quot;If you see me running, you'd better follow.&quot; :)