User benefactual - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T03:17:11Zhttp://stackoverflow.com/feeds/user/6445http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/100358/looking-for-c-html-parser22Looking for C# HTML parserbenefactual2008-09-19T07:57:14Z2009-11-18T19:15:41Z
<p>I would like to extract the structure of the HTML document - so the tags are more important than the content. Ideally, it would be able to cope reasonably with badly-formed HTML to some extent also.</p>
<p>Anyone know of a reliable and efficient parser?</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions41What is "missing" in the Visual Studio Express Editions?benefactual2008-09-17T19:15:41Z2009-10-16T19:35:18Z
<p>In particular,</p>
<ul>
<li>what functionality is not available?</li>
<li>what restrictions are there on its use?</li>
</ul>
http://stackoverflow.com/questions/100371/looking-for-visual-css-generator3Looking for visual CSS generatorbenefactual2008-09-19T08:01:16Z2009-07-30T16:03:57Z
<p>Looking for some sort of tool that would allow me to layout my page visually using some sort of GUI, then generate the necessary CSS that would allow a web page to look like that.</p>
<p>I am new to this sort of thing, so please tell me if this is even possible!</p>
http://stackoverflow.com/questions/100685/what-is-typically-the-length-of-your-optimal-coding-session6What is typically the length of your optimal coding session?benefactual2008-09-19T09:19:21Z2009-02-09T12:27:41Z
<p>I usually find that after a couple of hours "in the zone", I need to take a break, get some fresh air and get a new perspective. Often, these breaks allow me to generate a solution to some stumbling block that was preventing progress. If, instead, I continue to pound at the code, I start to get sloppy, make mistakes and get more and more frustrated, which leads to a vicious cycle whereby I get almost no productive work done.</p>
<p>I maintain that some of my best work is done during my lunch break, when there is no computer in sight.</p>
<p>What are your experiences with optimal lengths of coding sessions and how do you structure your time to achieve this?</p>
http://stackoverflow.com/questions/101460/is-there-a-way-to-prevent-google-search-terms-from-matching-urls0Is there a way to prevent google search terms from matching urls?benefactual2008-09-19T12:33:45Z2008-09-19T12:41:36Z
<p>At the moment, I am doing a number of searches which include "html" in them, for example "html rearrange". Unfortunately, I get a lot of hits from sites that include "rearrange" on a .html page but have no mention of html in the page itself.</p>
<p>Is there a way to prevent search terms from matching urls?</p>
http://stackoverflow.com/questions/101460/is-there-a-way-to-prevent-google-search-terms-from-matching-urls/101515#1015151Answer by benefactual for Is there a way to prevent google search terms from matching urls?benefactual2008-09-19T12:41:36Z2008-09-19T12:41:36Z<p>Thanks for the answers - I didn't know about "inurl" - very useful indeed.</p>
<p>I poked about in google and found the list of operators that can be used:
<a href="http://www.google.com/help/operators.html" rel="nofollow">http://www.google.com/help/operators.html</a>.</p>
<p>There are some other ones in there I might find useful too.</p>
http://stackoverflow.com/questions/91007/how-to-create-a-path-to-a-temporary-file-on-windows-xp-vista/91029#91029-1Answer by benefactual for How to create a path to a temporary file on Windows XP/Vistabenefactual2008-09-18T08:51:40Z2008-09-18T08:51:40Z<p>Use a GUID?</p>
http://stackoverflow.com/questions/90918/advantages-of-vs-2008-over-vs-2005/90929#909293Answer by benefactual for Advantages of VS 2008 over VS 2005benefactual2008-09-18T08:25:19Z2008-09-18T08:25:19Z<p>There is a useful article on this here: <a href="http://weblogs.asp.net/cschittko/archive/2007/10/08/visual-studio-2005-or-2008-what-s-more-risk.aspx" rel="nofollow">http://weblogs.asp.net/cschittko/archive/2007/10/08/visual-studio-2005-or-2008-what-s-more-risk.aspx</a>.</p>
http://stackoverflow.com/questions/87657/what-are-some-good-programming-challenge-websites/87675#876752Answer by benefactual for What are some good programming challenge websites?benefactual2008-09-17T21:07:42Z2008-09-17T21:07:42Z<p><a href="http://projecteuler.net/" rel="nofollow">Project Euler</a>.</p>
http://stackoverflow.com/questions/87146/rgb-filters-for-different-forms-of-color-blindness/87166#871661Answer by benefactual for RGB filters for different forms of color blindnessbenefactual2008-09-17T20:17:41Z2008-09-17T20:17:41Z<p>Can't help you on algorithms, but the following article was quite an eye-opener (excuse the pun): <a href="http://critiquewall.com/2007/12/10/blindness" rel="nofollow">http://critiquewall.com/2007/12/10/blindness</a>.</p>
<p>Ah, actually, <a href="http://www.vischeck.com/" rel="nofollow">http://www.vischeck.com/</a> is useful.</p>
http://stackoverflow.com/questions/86907/how-do-i-fix-501-syntactically-invalid-helo-arguments/86953#869531Answer by benefactual for How do I fix "501 Syntactically invalid HELO argument(s)"?benefactual2008-09-17T19:54:44Z2008-09-17T19:54:44Z<p>Possibly a problem with underscores in the hostname?
<a href="http://www.exim.org/lurker/message/20041124.113314.c44c83b2.en.html" rel="nofollow">http://www.exim.org/lurker/message/20041124.113314.c44c83b2.en.html</a></p>
http://stackoverflow.com/questions/86824/why-would-a-java-net-connectexception-connection-timed-out-exception-occur-whe/86883#868830Answer by benefactual for Why would a "java.net.ConnectException: Connection timed out" exception occur when URL is up?benefactual2008-09-17T19:46:39Z2008-09-17T19:46:39Z<p>Do you need to close / dispose of the urlConnection as well? Perhaps a problem with too many open connections?</p>
http://stackoverflow.com/questions/85230/which-language-is-useful-to-create-a-report-for-a-valid-c-program/85300#853001Answer by benefactual for Which language is useful to create a report for a valid C programbenefactual2008-09-17T16:55:21Z2008-09-17T16:55:21Z<p>Haskell has a relatively recent language-c project <a href="http://www.sivity.net/projects/language.c" rel="nofollow">http://www.sivity.net/projects/language.c</a> which allows the analysis of C code.</p>
<p>If you are familiar with Haskell, then it might be worth a look. Even if you are not, it might be interesting to have a go.</p>
http://stackoverflow.com/questions/83777/are-there-any-fuzzy-search-or-string-similarity-functions-libraries-written-for-c/83907#839070Answer by benefactual for Are there any Fuzzy Search or String Similarity Functions libraries written for C#?benefactual2008-09-17T14:37:04Z2008-09-17T14:37:04Z<p>There is the following Levenshtein Distance Algorithm which assigns a value to the similarity of two strings (well, the difference actually), that could be used to build upon: <a href="http://www.merriampark.com/ldcsharp.htm" rel="nofollow">http://www.merriampark.com/ldcsharp.htm</a>.</p>
http://stackoverflow.com/questions/83723/allow-userexample-or-userlocalhost-in-email-validation/83773#837730Answer by benefactual for Allow user@example or user@localhost in email validation?benefactual2008-09-17T14:24:29Z2008-09-17T14:24:29Z<p>I have seen email addresses of the form user@localhost, typically when looking at archives of a mailing list and the administrator hosted and posted from the same machine. So it can definitely occur - and I admit it broke my parsing routine! So now I am a little more flexible to email addresses.</p>
http://stackoverflow.com/questions/83640/c-does-begin-end-rbegin-rend-execute-in-constant-time-for-stdset-stdmap-e/83657#836573Answer by benefactual for C++ does begin/end/rbegin/rend execute in constant time for std::set, std::map, etc?benefactual2008-09-17T14:12:05Z2008-09-17T14:12:05Z<p>Yes, according to <a href="http://www.cplusplus.com/reference/stl/" rel="nofollow">http://www.cplusplus.com/reference/stl/</a>, begin(), end() etc are all O(1).</p>
http://stackoverflow.com/questions/82831/how-do-i-check-if-a-file-exists-using-python/82841#828413Answer by benefactual for How do I check if a file exists using Python?benefactual2008-09-17T12:56:22Z2008-09-17T12:56:22Z<p>os.path.exists(filename)</p>
http://stackoverflow.com/questions/82782/whats-the-best-windows-tool-for-merging-rss-feeds/82820#828200Answer by benefactual for Whats the best windows tool for merging RSS Feeds?benefactual2008-09-17T12:53:56Z2008-09-17T12:53:56Z<p>There are a whole pile of options here: <a href="http://allrss.com/rssremixers.html" rel="nofollow">http://allrss.com/rssremixers.html</a>.</p>
http://stackoverflow.com/questions/77434/r-how-to-access-the-last-value-in-a-vector/77479#774790Answer by benefactual for [R] How to access the last value in a vector?benefactual2008-09-16T21:44:25Z2008-09-16T21:44:25Z<p>I am by no means an R expert, but a quick google turned up this: <a href="http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/pastecs/html/last.html" rel="nofollow">http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/pastecs/html/last.html</a></p>
<p>There appears to be a "last" function.</p>
http://stackoverflow.com/questions/77013/which-open-source-c-database-gui-project-should-i-help-with/77049#770490Answer by benefactual for Which open-source C++ database GUI project should I help with?benefactual2008-09-16T21:02:42Z2008-09-16T21:02:42Z<p>How about this one <a href="http://sourceforge.net/projects/sqlitebrowser/" rel="nofollow">http://sourceforge.net/projects/sqlitebrowser/</a>:</p>
<blockquote>
<p>SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface.</p>
</blockquote>
http://stackoverflow.com/questions/76809/anyone-out-there-using-web2py/76982#769824Answer by benefactual for Anyone out there using web2py?benefactual2008-09-16T20:56:48Z2008-09-16T20:56:48Z<p>There are some users listed here: <a href="http://mdp.cti.depaul.edu/who" rel="nofollow">http://mdp.cti.depaul.edu/who</a>.</p>
http://stackoverflow.com/questions/76812/dosomethingtothingthing-n-vs-thing-dosomething/76834#768348Answer by benefactual for DoSomethingToThing(Thing n) vs Thing.DoSomething()benefactual2008-09-16T20:44:09Z2008-09-16T20:44:09Z<p>To be object-oriented, tell, don't ask : <a href="http://www.pragmaticprogrammer.com/articles/tell-dont-ask" rel="nofollow">http://www.pragmaticprogrammer.com/articles/tell-dont-ask</a>.</p>
<p>So, Thing.DoSomething() rather than DoSomethingToThing(Thing n).</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76486#764861Answer by benefactual for What is the single most effective thing you did to improve your programming skills?benefactual2008-09-16T20:18:39Z2008-09-16T20:18:39Z<p>Used them.</p>
<p>Seriously though, I often find myself repeatedly implementing the same sort of functionality in new ways. Each is an adventure that always raises new questions. Answering those questions allows my skills to grow.</p>
http://stackoverflow.com/questions/72860/understandable-documentation-about-r/72896#728961Answer by benefactual for Understandable documentation about R?benefactual2008-09-16T14:27:28Z2008-09-16T14:27:28Z<p>I found that the following <a href="http://www.cyclismo.org/tutorial/R/" rel="nofollow">http://www.cyclismo.org/tutorial/R/</a> was quite useful at a very basic level.</p>
<p>It also includes a couple of case studies.</p>
http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control/72349#723493Answer by benefactual for Should I add the Visual Studio .suo and .user files to source controlbenefactual2008-09-16T13:44:07Z2008-09-16T13:44:07Z<p>These files are user-specific options, which should be independent of the solution itself. Visual Studio will create new ones as necessary, so they do not need to be checked in to source control. Indeed, it would probably be better not to as this allows individual developers to customize their environment as they see fit.</p>
http://stackoverflow.com/questions/72275/when-should-the-volatile-keyword-be-used-in-c/72317#723173Answer by benefactual for When should the volatile keyword be used in C#?benefactual2008-09-16T13:41:42Z2008-09-16T13:41:42Z<p>There is significant detail to be found here: <a href="http://www.yoda.arachsys.com/csharp/threads/volatility.shtml" rel="nofollow">http://www.yoda.arachsys.com/csharp/threads/volatility.shtml</a>.</p>
http://stackoverflow.com/questions/70983/have-there-ever-been-any-studies-relating-productivity-to-coding-conventions2Have there ever been any studies relating productivity to coding conventions?benefactual2008-09-16T10:19:23Z2008-09-16T12:17:46Z
<p>There is always a lot of discussion about various coding conventions, with strongly held beliefs on all sides. But I am curious if there have been any studies comparing equivalent projects where there were different mandated coding conventions, or even no coding conventions whatsoever.</p>
<p>I am especially curious as to what effect different coding conventions might have on programmer productivity - perhaps they feel they are "fighting" the system rather than working with the system?</p>
http://stackoverflow.com/questions/46281/how-do-dvcss-drcss-work/71492#714921Answer by benefactual for How do DVCSs (DRCSs) work?benefactual2008-09-16T11:48:33Z2008-09-16T11:48:33Z<p>The following is a discussion of how darcs (<a href="http://darcs.net" rel="nofollow">http://darcs.net</a>) deals with patches - <a href="http://darcs.net/manual/node9.html" rel="nofollow">http://darcs.net/manual/node9.html</a>.</p>
http://stackoverflow.com/questions/71199/what-makes-you-lose-motivation/71258#712584Answer by benefactual for What makes you lose motivation?benefactual2008-09-16T11:07:54Z2008-09-16T11:07:54Z<p>Don't know if this counts as "environmental", but I often lose motivation when what I am doing is no longer an interesting investigation and has instead reached the point of tedious implementation. Usually this is exacerbated by some odious bug which defeats all attempts at me understanding it. At this point I often give up and move onto something else that has grabbed my attention.</p>
<p>The internet is a blessing and a curse in this regard. It provides many interesting new projects, but those new projects then act as distractions from my current project.</p>
http://stackoverflow.com/questions/70846/developers-bill-of-rights/70936#709365Answer by benefactual for Developers' Bill Of Rightsbenefactual2008-09-16T10:12:36Z2008-09-16T10:12:36Z<p>I think saying that having dual monitors should be a "right" is slightly ridiculous. Your job is typically to do the best you can with tools you are given. Of course, you can make a case for more / better equipment, but to say developers have a right to them seems wrong. Expectation, yes, no doubt with developer workstations slowly taking over the entire desk-space.</p>
<p>Never forget that the most powerful tool in your armoury is your brain.</p>
http://stackoverflow.com/questions/91715/c-strings-without-string-and-stlComment by benefactual on C++ strings without <string> and STL.benefactual2008-09-18T11:25:08Z2008-09-18T11:25:08ZIn what way does it not work?http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86614#86614Comment by benefactual on What is "missing" in the Visual Studio Express Editions?benefactual2008-09-17T21:06:29Z2008-09-17T21:06:29ZExcellent, thanks.http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86587#86587Comment by benefactual on What is "missing" in the Visual Studio Express Editions?benefactual2008-09-17T19:33:32Z2008-09-17T19:33:32ZThat is a nice overview for VS2005, shame the VS2008 comparison isn't so useful.http://stackoverflow.com/questions/76809/anyone-out-there-using-web2py/76982#76982Comment by benefactual on Anyone out there using web2py?benefactual2008-09-17T16:59:27Z2008-09-17T16:59:27ZAh, ok. My misinterpretation of "out there" :).http://stackoverflow.com/questions/82831/how-do-i-check-if-a-file-exists-using-python/82841#82841Comment by benefactual on How do I check if a file exists using Python?benefactual2008-09-17T12:58:11Z2008-09-17T12:58:11ZIndeed you will.http://stackoverflow.com/questions/76812/dosomethingtothingthing-n-vs-thing-dosomething/76834#76834Comment by benefactual on DoSomethingToThing(Thing n) vs Thing.DoSomething()benefactual2008-09-16T21:27:46Z2008-09-16T21:27:46ZIt's one of those trite little sayings that seems to stick :)http://stackoverflow.com/questions/70983/have-there-ever-been-any-studies-relating-productivity-to-coding-conventions/71003#71003Comment by benefactual on Have there ever been any studies relating productivity to coding conventions?benefactual2008-09-16T10:37:41Z2008-09-16T10:37:41ZAn interesting looking paper, but I do not have a subscription, and it is not completely clear from the abstract/summary what they actually studied.http://stackoverflow.com/questions/70983/have-there-ever-been-any-studies-relating-productivity-to-coding-conventions/71054#71054Comment by benefactual on Have there ever been any studies relating productivity to coding conventions?benefactual2008-09-16T10:36:41Z2008-09-16T10:36:41ZWithin each developer's "bubble", using their own conventions will probably lead to their highest productivity (if only because they do not have to think about what they are doing). However, when it comes to collaborating, might the clash of different conventions lead to decreased productivity?http://stackoverflow.com/questions/70983/have-there-ever-been-any-studies-relating-productivity-to-coding-conventions/71012#71012Comment by benefactual on Have there ever been any studies relating productivity to coding conventions?benefactual2008-09-16T10:27:57Z2008-09-16T10:27:57ZI can certainly understand that that might be the case - but are there any studies to confirm it?