User Copas - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T00:48:10Zhttp://stackoverflow.com/feeds/user/105170http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1538714/autoit3-how-to-branch-if-a-window-pops-up/1539509#15395090Answer by Copas for AutoIt3 - How to branch if a window pops up?Copas2009-10-08T18:02:21Z2009-10-08T18:02:21Z<p>If you don't know when it will happen (something that could pop up at any time) you could try this...</p>
<pre><code>AdlibEnable("myadlib")
Func myadlib()
If WinActive("Error") Then
;...
EndIf
EndFunc
</code></pre>
<p>From the help file...</p>
<h2>AdlibEnable </h2>
<p>Enables Adlib functionality.</p>
<p>AdlibEnable ( "function" [, time] )</p>
<p>Parameters</p>
<p>function The name of the adlib function to call.
time [optional] how often in milliseconds to call the function. Default is 250 ms. </p>
http://stackoverflow.com/questions/968522/too-careless-in-programming/968537#968537103Answer by Copas for Too "careless" in programming?Copas2009-06-09T06:52:13Z2009-09-13T04:45:49Z<p>If learning to program doesn't make you feel dumb you're doing it wrong.</p>
<p>You will get used to it. I know - I feel the same way.</p>
http://stackoverflow.com/questions/993671/accidentally-created-a-virus/993750#99375048Answer by Copas for Accidentally created a virus?Copas2009-06-14T20:57:59Z2009-09-09T01:51:29Z<blockquote>
<p>Do these false positives also occur
with other compilers?</p>
</blockquote>
<p>Yes, this is has been a common problem in the past for <a href="http://www.autoitscript.com/" rel="nofollow">AutoIt</a> as addressed in this forum post <a href="http://www.autoitscript.com/forum/index.php?showtopic=34658" rel="nofollow">"Are my AutoIt EXEs really infected?"</a>. In most cases including <a href="http://www.autoitscript.com/" rel="nofollow">AutoIt</a> it stems from poor heuristic practices. Since <a href="http://www.autoitscript.com/" rel="nofollow">AutoIt</a> uses the free and open <a href="http://upx.sourceforge.net/" rel="nofollow">UPX</a> compressor it is often mistaken for malicious code that also uses <a href="http://upx.sourceforge.net/" rel="nofollow">UPX</a>.</p>
<p>The best (and possibly only) thing you can do is report these mistakes so they can refine their heuristics or at least white list you app.</p>
<p>Below is a list of contact information for some popular anti-virus companies. They all claim to appreciate submissions as it helps them make their product better.</p>
<ul>
<li><a href="http://www.avira.com/" rel="nofollow">AntiVir</a> - <a href="http://www.avira.com/en/company/contact.html" rel="nofollow">Contact</a></li>
<li><a href="http://www.emsisoft.com/" rel="nofollow">A2 (A-Squared)</a> - <a href="http://mailto%3Afp@emsisoft.com/" rel="nofollow">Contact</a> (email address)</li>
<li><a href="http://www.avast.com/" rel="nofollow">Avast!</a> - <a href="http://forum.avast.com/" rel="nofollow">Contact</a></li>
<li><a href="http://www.grisoft.com/" rel="nofollow">AVG</a> - <a href="http://www.grisoft.com/doc/110/lng/us/tpl/tpl01" rel="nofollow">Contact</a></li>
<li><a href="http://www.bitdefender.com/" rel="nofollow">BitDefender</a> - <a href="http://www.bitdefender.com/site/contact/1/" rel="nofollow">Contact</a></li>
<li><a href="http://www.bullguard.com/" rel="nofollow">BullGuard</a> - <a href="http://www.bullguard.com/support/live-support.aspx" rel="nofollow">Contact</a></li>
<li><a href="http://www.clamav.net/" rel="nofollow">ClamAV</a> - <a href="http://www.clamav.net/team.html#pagestart" rel="nofollow">Contact</a></li>
<li><a href="http://www.clamwin.com/" rel="nofollow">ClamWin</a> - <a href="http://forums.clamwin.com/" rel="nofollow">Contact</a></li>
<li><a href="http://www.comodo.com/" rel="nofollow">Comodo</a> - <a href="http://www.comodo.com/corporate/contact.html" rel="nofollow">Contact</a></li>
<li><a href="http://www.eset.com/" rel="nofollow">ESET's Nod32</a> - <a href="http://www.eset.com/company/contact.php" rel="nofollow">Contact</a></li>
<li><a href="http://www.ealaddin.com/" rel="nofollow">eSafe</a> - <a href="http://techsup.ealaddin.com/" rel="nofollow">Contact</a> (login required)</li>
<li><a href="http://www.fortinet.com/" rel="nofollow">Fortinet</a> - <a href="http://www.fortinet.com/contact%5Fus/" rel="nofollow">Contact</a></li>
<li><a href="http://www.f-prot.com/" rel="nofollow">F-PROT</a> - <a href="https://forum.f-prot.com/" rel="nofollow">Contact</a></li>
<li><a href="http://www.f-secure.com/en%5FUS/" rel="nofollow">F-Secure</a> - <a href="http://www.f-secure.com/en%5FUS/about-us/contact-us/index.html" rel="nofollow">Contact</a></li>
<li><a href="http://www.gdata.de/" rel="nofollow">G-Data</a> - <a href="http://www.gdata.de/support.html" rel="nofollow">Contact</a></li>
<li><a href="http://www.kaspersky.com/" rel="nofollow">Kaspersky</a> - <a href="http://usa.kaspersky.com/about-us/contact-info/" rel="nofollow">Contact</a></li>
<li><a href="http://www.mcafee.com/" rel="nofollow">McAfee</a> - <a href="http://mailto%3Avendor%5Fquestions@mcafee.com/" rel="nofollow">Contact</a> (email address)</li>
<li><a href="http://www.norman.com/" rel="nofollow">Norman</a> - <a href="http://mailto%3Asupport@norman.com/" rel="nofollow">Contact</a> (email address)</li>
<li><a href="http://www.pandasecurity.com/usa/" rel="nofollow">Panda Anti-Virus</a> - <a href="http://www.pandasecurity.com/usa/about/contact/" rel="nofollow">Contact</a></li>
<li><a href="http://www.sophos.com/" rel="nofollow">Sophos</a> - <a href="http://www.us.sophos.com/companyinfo/contacting/" rel="nofollow">Contact</a></li>
<li><a href="http://www.symantec.com/index.jsp" rel="nofollow">Symantec (Norton)</a> - <a href="http://www.symantec.com/feedback/contactus.jsp" rel="nofollow">Contact</a></li>
<li><a href="http://www.sunbeltsoftware.com/" rel="nofollow">Vipre</a> - <a href="http://www.sunbeltsoftware.com/Support/" rel="nofollow">Contact</a></li>
<li><a href="http://onecare.live.com/site/en-us/default.htm" rel="nofollow">Windows Live OneCare</a> - <a href="https://feedback.live.com/?productkey=wlsafety&scrx=1" rel="nofollow">Contact</a></li>
<li><a href="http://www.zonelabs.com/" rel="nofollow">ZoneLabs</a> - <a href="http://www.zonelabs.com/store/content/company/contact.jsp?dc=12bms&ctry=US&lang=en" rel="nofollow">Contact</a></li>
</ul>
http://stackoverflow.com/questions/1298477/how-do-i-take-keyboard-input-in-autoit/1397063#13970630Answer by Copas for How do I take keyboard input in AutoIt?Copas2009-09-09T00:49:04Z2009-09-09T00:49:04Z<p>Not sure what you mean by your question but here is my take on it...</p>
<p>It is unlikely that your program needs to capture all input from all keys. If you do infact need that kind of user input AutoIt might not be fore you see the post from the author of AutoIt about keyloggers][1]. If you need to take keyboard input of the hoykey type doing that in AutoIt is super easy.</p>
<pre><code>HotKeySet("^+{q}", "reactionFunction")
While 1
;a loop
WEnd
Func reactionFunction()
MsgBox(0, "You pressed CTRL+Shift+q", "You pressed CTRL+Shift+q")
Exit
EndFunc
</code></pre>
<p>If you want to take user input from an input box that is really easy also.</p>
<pre><code>$data = InputBox("Enter Something", "Enter some data in the field below.")
MsgBox(0, "The String You Entered...", "The string you entered is... " & $data)
</code></pre>
<p>I hope this helped someone! If you have some other way of needing data input please post a comment and I will see if I can come up with a way that AutoIt can oblige. More info about HotKeySet and InputBox can be found in the AutoIt.chm help file (its actually a great reference).</p>
http://stackoverflow.com/questions/856012/how-to-get-a-customer-to-understand-the-importance-of-a-qualified-dba/856221#8562215Answer by Copas for How to get a customer to understand the importance of a qualified DBA?Copas2009-05-13T05:33:18Z2009-07-07T20:49:44Z<p>Perhaps the link below from MS SQL Tips could give you some good talking points. But people who aren't technical wont respond to a technical explanation of the necessity of good DBA you are likley going to have to work toward proving the cost of bad DBA. Work out the worst case scenarios and see how they feel about them. If you can make it seem like a good financial move (and I think we all know it is) it will be an easy sell.</p>
<p><a href="http://www.mssqltips.com/tip.asp?tip=1278" rel="nofollow" title="DBA Checklist">http://www.mssqltips.com/tip.asp?tip=1278</a></p>
http://stackoverflow.com/questions/1078073/do-you-ever-try-to-explain-how-fun-programming-is/1078093#107809320Answer by Copas for Do you ever try to explain how fun programming is?Copas2009-07-03T07:00:33Z2009-07-03T07:00:33Z<p>I often tell people programming is the closest thing to real magic a person can do. I sit down with nothing and produce a product out of it.</p>
http://stackoverflow.com/questions/1029731/how-do-i-use-phps-pregmatch-to-validate-strings/1029754#10297541Answer by Copas for How do I use PHP's preg_match to validate strings?Copas2009-06-22T22:39:57Z2009-06-22T22:39:57Z<p><a href="http://stackoverflow.com/users/1/jeff-atwood">Jeff Atwood</a> recently had an article on his <a href="http://www.codinghorror.com/blog/" rel="nofollow">coding horror blog</a> about regular expressions. Check out "<a href="http://www.codinghorror.com/blog/archives/001274.html" rel="nofollow">Regular Expressions for Regular Programmers</a>".</p>
http://stackoverflow.com/questions/1029425/in-this-rough-economy-what-programming-jobs-have-you-seen-to-be-most-in-demand/1029429#10294295Answer by Copas for In this rough economy, what programming jobs have you seen to be most in demand?Copas2009-06-22T21:13:59Z2009-06-22T21:13:59Z<p>Automation, many companies want to streamline things to save money.</p>
http://stackoverflow.com/questions/1029400/a-programmers-options-for-source-of-income/1029414#10294141Answer by Copas for A programmer's options for source of incomeCopas2009-06-22T21:10:42Z2009-06-22T21:10:42Z<p>You could get a job, or sell software directly...</p>
http://stackoverflow.com/questions/1025494/obfuscating-c-c-code/1025597#10255970Answer by Copas for Obfuscating C/C++ CodeCopas2009-06-22T05:38:29Z2009-06-22T05:38:29Z<p>It is my understanding that a properly written obfuscator's output after compilation with a properly written compiler would be identical to the unobfuscated output. As far as I am aware both should decompile to the same code.</p>
<p>I feel the best course would be to explain the situation to the client. They are likely to thank you for not carrying out a task that could in the long run make them seem foolish.</p>
http://stackoverflow.com/questions/844030/sending-messages-to-a-flash-game-with-c-autoit/1024078#10240783Answer by Copas for sending messages to a flash game with C# / autoitCopas2009-06-21T14:50:43Z2009-06-21T14:50:43Z<p>Something you may want to try to rule out window handle and variable handling issues. There should be no need to use WinGetTitle the "Minesweeper" window title should work fine. According to my AutoIt v3 Window Info tool in Windows 7 the title and class of Minesweeper window are both Minesweeper. So hard coding </p>
<blockquote>
<p>auto.ControlClick("[TITLE:Minesweeper;
CLASS:Minesweeper], "", "", "left", 2,
r * 10, r * 10);</p>
</blockquote>
<p>might work. For more on how that works see <strong>Advanced Window Descriptions</strong> in the AutoIt help file. If this still isn't working look up <strong>WinTitleMatchMode</strong> in the help file. It allows you to set up some rules for leniency in window title matching that could make this easier for you.</p>
<p>AutoIt X is AutoIt's DLL/COM control version it is how you would add AuotIt to any language that has DLL/COM support. In case anyone else was wondering <a href="http://www.autoitscript.com/forum/index.php?showtopic=39262" rel="nofollow">how you would use AutoIt in C#</a>. Unfortunately AutoIt X often lags behind in development and testing from the main language. Although have no reason to think your problem is caused by a bug just giving some background on the AutoItX project. If you haven't already you should post a copy of this question to the <a href="http://www.autoitscript.com/forum/index.php?showforum=14" rel="nofollow">ActiveX/COM Help and Support (AutoItX)</a> forum. One the the best things about AutoIt in my experience over the years is the community (which hasn't moved here much). That particular forum section is frequented by some of the developers of the language who would be happy to help.</p>
<p>As to your <strong>June 20th</strong> note, AutoIt treats all variables like strings until it detects that its something special. It doesn't know a value is hex unless it starts with the 0x you mentioned. This has caused all sorts of strange problems for me in the past. I have on several occasions had to add zero to a variable to get AutoIt to evaluate it correctly after. This doesn't happen often with AutoIt3 but just something to keep in mind.</p>
<p>If you need any AutoIt reference code plenty of members of the <a href="http://www.autoitscript.com/forum/index.php?act=Search&CODE=show&searchid=6d33165bd3e245e37eca1e3a23a77923&search%5Fin=posts&result%5Ftype=topics&highlite=%2Bminesweeper" rel="nofollow">AutoIt forum have made Minesweeper bots</a> you can check out and possibly see something helpful.</p>
http://stackoverflow.com/questions/172266/what-are-the-best-resources-to-start-learning-perl/902529#9025295Answer by Copas for What are the best resources to start learning Perl?Copas2009-05-23T21:31:48Z2009-06-20T01:13:33Z<p>This exact situation happened to me just over a year ago. I learned Perl largely from Randal starting with <a href="http://www.amazon.com/Learning-Perl/dp/B0026OR3NK/ref=sr%5F1%5F6?ie=UTF8&s=books&qid=1243114034&sr=8-6" rel="nofollow">Learning Perl</a>. Learning Perl has got to be one of the best books on beginning programming I've read (and I have many). After learning Perl I went into <a href="http://www.amazon.com/Intermediate-Perl/dp/B0026OR38K/ref=sr%5F1%5F4?ie=UTF8&s=books&qid=1243114073&sr=8-4" rel="nofollow">Intermediate Perl</a>. I also read <a href="http://rads.stackoverflow.com/amzn/click/1590593235" rel="nofollow">Randal Schwartz's Perls of Wisdom</a> and loved it. I even ended up listening to <a href="http://twit.tv/FLOSS" rel="nofollow">Floss Weekly</a> as a result of reading Randal's books.</p>
http://stackoverflow.com/questions/1015834/what-do-these-perl-regexes-mean/1015845#10158451Answer by Copas for What do these Perl regexes mean?Copas2009-06-19T00:13:47Z2009-06-19T00:13:47Z<p>You want to return something matching one or more characters that are anything but : followed by a : and the second one you want to do the same thing but replace it with $replace.</p>
http://stackoverflow.com/questions/996279/how-to-create-self-contained-exe-file-as-output-of-my-application/996325#9963252Answer by Copas for How to create self contained exe file as output of my application Copas2009-06-15T14:09:08Z2009-06-15T14:09:08Z<p>Depending on your feelings about script languages <a href="http://www.autoitscript.com/autoit3/" rel="nofollow">AutoIt</a> might be just the thing for this. Aut2Exe.exe (the compiler) is only 340KB I have done this kind of thing before to make an application that creates other applications. In <a href="http://www.autoitscript.com/forum/index.php?s=&showtopic=96425&view=findpost&p=693185" rel="nofollow">this post on the AutoIt forums</a> it is explained how to do exactly this with AutoIt. Good luck!</p>
http://stackoverflow.com/questions/996201/code-reuse-and-refactoring/996255#9962552Answer by Copas for Code reuse and refactoringCopas2009-06-15T13:54:40Z2009-06-15T13:54:40Z<blockquote>
<p>Is there a best practice for this
problem; does reuse require watertight
unit tests?</p>
</blockquote>
<p>Yes and sort of yes. Rewriting code you have already did right once is never a good idea. If you never reuse code and just rewrite it you are doubling you bug surface. As with many best practice type questions <a href="http://www.cc2e.com/" rel="nofollow">Code Complete</a> changed the way I do my work. Yes unit test to the best of your ability, yes reuse code and get a copy of <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> and you will be all set.</p>
http://stackoverflow.com/questions/993400/how-to-learn-programming-related-topics-faster/993459#9934591Answer by Copas for How to learn programming related topics faster?Copas2009-06-14T18:43:52Z2009-06-14T18:43:52Z<p>My method of learning a new technology is simple but works very well for me. As a result I have quite a library! I usually buy the top three (sometimes more) books on a given topic. Since I'm some what of a slow study I read chapter one in all the books. After I have read a chapter or two in all I let the books compete for my time often one of them will speak to me more directly then the others. I often end up finishing only one of them but reading two thirds of another and little of the rest. This may be ineffective for your learning dollar but it works well for me. As a mostly self taught developer this method has stood me in good stead for many years.</p>
http://stackoverflow.com/questions/991707/when-to-support-windows-64/991724#9917248Answer by Copas for When to support Windows 64?Copas2009-06-13T22:59:57Z2009-06-14T03:10:29Z<p>No better time than now. As the need for more ram increases 64 bit windows versions will get more and more prevalent. Play around a bit with <a href="http://www.google.com/trends?q=%2264%2Bbit%2Bwindows%22%2C%2232%2Bbit%2Bwindows%2B%22&ctab=0&geo=all&date=all&sort=0" rel="nofollow">Google trends</a> and you will see a clear uptick in people looking into it. As explained in <a href="http://www.codinghorror.com/blog/archives/000811.html" rel="nofollow">"Dude, Where's My 4 Gigabytes of RAM?"</a> the need for the every day user to go to a 64bit OS is just going to keep growing.</p>
<p><strong>Edit in response to Jeff's comment</strong> <br/>
I understand, any team will have to balance upgrades/bug fixes by priority. That will always be a difficult balance to strike. The benefits of a 64 bit version will only continue to grow!</p>
<p>Good luck striking the right balance!</p>
http://stackoverflow.com/questions/973288/how-to-persuade-on-important-software-development-issues/973301#9733012Answer by Copas for How to persuade on important software development issuesCopas2009-06-10T01:23:40Z2009-06-11T05:41:11Z<p>I'm in a very similar boat and feel for you deeply. In my experience persuading others to follow any sort of best practice or development structure is next to impossible. Be sure to have plenty of good books around if anyone is interested in learning more about what your doing. Lead by example!</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/977251/regular-expressions-and-negating-a-whole-character-group/977282#9772822Answer by Copas for Regular Expressions and negating a whole character groupCopas2009-06-10T18:10:19Z2009-06-10T18:10:19Z<p>Using a regex as you described is the simple way (as far as I am aware). If you want a range you could use [^a-f].</p>
http://stackoverflow.com/questions/977015/how-do-you-give-back-to-the-development-community/977030#9770305Answer by Copas for How do you give back to the development community?Copas2009-06-10T17:27:29Z2009-06-10T17:27:29Z<p>I love programming so I'm a bit of a "programming evangelist". By loaning/giving books to friends or people who are interested in software. Bringing more people into the world of coding is a great way to add to the community.</p>
http://stackoverflow.com/questions/976889/whats-the-easiest-way-to-make-a-hotkey-for-windows/977009#9770095Answer by Copas for What's the easiest way to make a hotkey for windows?Copas2009-06-10T17:22:38Z2009-06-10T17:22:38Z<p>A great way to do this quickly and easily is with a script language that focuses on macro programming. My favorite is <a href="http://www.autoitscript.com/" rel="nofollow">AutoIt</a> as it says in a clip from the AutoIt help file...</p>
<blockquote>
<p>AutoIt was initially designed for PC
"roll out" situations to reliably
automate and configure thousands of
PCs. Over time it has become a
powerful language that supports
complex expressions, user functions,
loops and everything else that veteran
scripters would expect.</p>
</blockquote>
<p>Writing a hotkey application in AutoIt couldn't be easier. For example lets say for some reason (to obscure to mention) you would like Alt+q to react as number pad key 7 in a particular situation possibly so you don't have to reach across the keyboard for it. Here's some code that does that...</p>
<pre><code>Func _num7()
Send("{numpad7}")
EndFunc
HotKeySet("!{q}","_num7")
While 1
sleep(10)
WEnd
</code></pre>
<p>If that's not straight forward enough the AutoIt help file and <a href="http://www.autoitscript.com/forum/index.php?" rel="nofollow">forums</a> are very helpful. Not to mention a (very) few AutoIt developers are available on SO if you end up with any AutoIt specific questions.</p>
<p>In the example above lets say you only wanted the hotkeys to be active when a particular application was in use so as to not interfere with other hotkeys. This code would accomplish just that.</p>
<pre><code>; The comment character in AutoIt is ;
Local $inTargetProg = False
Func _num7()
Send("{numpad7}")
EndFunc
While 1
If WinActive("Target Application Window Title") and Not $inTargetProg Then
HotKeySet("!{q}","_num7") ; binds Alt+Q to the _num7() function
$inWC3 = True
EndIf
If Not WinActive("Target Application Window Title") and $inTargetProg Then
HotKeySet("!{q}") ; UnBind the hotkey when not in use
$inWC3 = False
EndIf
sleep(5)
WEnd
</code></pre>
http://stackoverflow.com/questions/968441/should-we-hire-someone-who-writes-c-in-perl/968533#96853314Answer by Copas for Should we hire someone who writes C in Perl?Copas2009-06-09T06:51:04Z2009-06-10T00:19:57Z<p>I would argue writing C in Perl is a much better situation than writing Perl in C. As is often brought up on the SO podcast, understanding C is a virtue that not all developers (even some good ones) have nowadays. Hire them and buy a copy of <a href="http://rads.stackoverflow.com/amzn/click/0596001738" rel="nofollow">Perl Best Practices</a> for them and you will be set. After best practices a copy of <a href="http://rads.stackoverflow.com/amzn/click/0596102062" rel="nofollow">Intermediate Perl</a> and they could work out.</p>
http://stackoverflow.com/questions/973098/what-does-http-1-1-302-mean-exactly/973112#9731122Answer by Copas for What does HTTP/1.1 302 mean exactly?Copas2009-06-10T00:09:02Z2009-06-10T00:09:02Z<p>There might be some good information on this <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3" rel="nofollow">here in the wc3.org documentation</a>. </p>
http://stackoverflow.com/questions/972490/perl-regex-replace-all-backslashes-with-double-backslashes/972520#9725200Answer by Copas for Perl regex: replace all backslashes with double-backslashesCopas2009-06-09T21:08:17Z2009-06-09T21:08:17Z<p>How about this it should replace all \ with two \s.</p>
<pre><code>s/\\/\\\\/g
</code></pre>
http://stackoverflow.com/questions/970765/why-does-an-application-running-as-the-system-account-on-windows-when-logging-off/970823#9708232Answer by Copas for Why does an application running as the system account on windows when logging offCopas2009-06-09T15:32:40Z2009-06-09T15:32:40Z<p>This is a security feature when a users session ends applications they invoked are terminated. If you need an application to run outside of a users session you need a service however since its in its own session services cant "reach into" the users session with messages and such.</p>
http://stackoverflow.com/questions/948461/when-is-ui-eye-candy-appropriate-in-a-web-app/948483#9484836Answer by Copas for When is UI eye candy appropriate in a web app?Copas2009-06-04T03:40:41Z2009-06-08T20:09:42Z<p>There is no easy answer <a href="http://rads.stackoverflow.com/amzn/click/0465067107" rel="nofollow">The Design of Everyday Things</a> is a good place to start looking into simplistic design. Sites like SO that have a "clean" look with a little extra flash (figurative not the adobe kind) seem to fair the best.</p>
<p>Exactly not MSDN is a good place to start...</p>
<p><em>Update</em> - As pointed out by John in the comments the low bandwidth view of MSDN is actually pretty nice. Good call <a href="http://stackoverflow.com/users/102371/john-weldon">John Weldon</a> I had never looked at it before (and likely never would have). Thanks!</p>
http://stackoverflow.com/questions/963369/how-do-i-know-im-not-a-know-it-all-beginner-programmer/966243#9662434Answer by Copas for How do I know I'm not a know-it-all beginner programmer?Copas2009-06-08T18:30:02Z2009-06-08T18:30:02Z<p>A couple rules I try to live by...</p>
<p>Don't be afraid to admit when your <strong>wrong</strong>. The faster you detect/admit your own the more valuable team member you are. The more receptive to criticism you are the more you will gain from it. Try to love being proven wrong (as dumb as that sounds) and see it as a chance to learn something you would have never learned on your own since you thought you did it right the first time.</p>
<p>Don't be afraid to say "<em>I don't know</em>". Admitting/realizing you don't know something is the fastest way to know more about it. If you feel like you fully understand some (or any) process you are shutting yourself down to reception of new ideas and information.</p>
http://stackoverflow.com/questions/962120/need-regex-to-parse-keywordvalue-with-single-or-double-quotes/962149#9621497Answer by Copas for Need regex to parse keyword='value' with single or double quotesCopas2009-06-07T15:52:57Z2009-06-07T16:54:54Z<p>In Perl this is a regex that would work. It first matched for the start of the line then matches for one or more non = characters and sets them to $1. Next it looks for the = then the a non paren with a choice of matching for " or ' and sets that to $2. </p>
<pre><code>/^([^=]+)=(?:"([^"]+)"|'([^']+)')$/
</code></pre>
<p>If you wanted it to match blank expressions like. </p>
<p>This=""</p>
<p>Replace the last two + with an * Otherwise this should work</p>
<p><strong>Edit</strong>
As mentioned in the comments. Doug used...</p>
<pre><code> /^\s?([^=]+)\s?=\s?("([^"]+)"|\'([^\']+)\')\s?/
</code></pre>
<p>This will match one optional white space on ether end of the input or value and he has removed the end of line marker.</p>
http://stackoverflow.com/questions/285568/itunes-com-interface-obtain-song-added-to-library/954495#9544951Answer by Copas for iTunes COM interface - obtain song added to library?Copas2009-06-05T06:22:50Z2009-06-05T06:22:50Z<p>I know this question is very old but... </p>
<p>If you are still interested in the iTunes COM and autoit check out this <a href="http://www.autoitscript.com/forum/index.php?showtopic=70675&hl=itunes%2Budf" rel="nofollow">iTunes user defined function</a> set by torels of autoitscript.com. A very deep dive into the iTunes COM any language you want to implement iTunes COM manipulation in this can be your guide.</p>
http://stackoverflow.com/questions/953869/is-the-return-worth-the-investment-in-learning-fortran/953884#9538845Answer by Copas for Is the return worth the investment in learning Fortran?Copas2009-06-05T01:28:38Z2009-06-05T01:58:09Z<p>A qualified yes but mostly no...</p>
<p>For me Fortran is used similarly at work it is possibly worth the investment since it makes you better at your job. However as a purely academic exercise I wouldn't think so. In my understanding is nothing makes it especially important to learn from a stand point of personal improvement.</p>
<p>If it will really help in your job its worth it to familiarize yourself with any language. They are all so interrelated its not that big a deal to learn a new language if it helps you at work.</p>
<p>But for purely academic language learning work on something fun like <a href="http://en.wikipedia.org/wiki/Haskell%5F%28programming%5Flanguage%29" rel="nofollow">Haskell</a> or something that can help to you build your understand of the hardware like <a href="http://en.wikipedia.org/wiki/Assembly%5Flanguage" rel="nofollow">assembler</a> or <a href="http://en.wikipedia.org/wiki/C%5F%28programming%5Flanguage%29" rel="nofollow">C</a>.</p>
<p>A similar post with some good information can be found <a href="http://stackoverflow.com/questions/31672/learning-fortran-in-the-modern-era">here</a>.</p>
http://stackoverflow.com/questions/1686975/choosing-a-windows-automation-script-language-autoit-vs-autohotkeyComment by Copas on Choosing a Windows Automation script language. Autoit vs Autohotkey.Copas2009-11-07T16:43:53Z2009-11-07T16:43:53ZAutoIt changed my life. It has became an invaluable tool in my work. http://stackoverflow.com/questions/1597774/using-control-send-on-windows-live-messenger-for-auto-typing-textComment by Copas on Using control send on windows live messenger For auto typing text. Copas2009-10-21T00:58:12Z2009-10-21T00:58:12ZAs a fairly heavy AutoIt user I cant wait to see if someone can solve this well. I expect they can't and its a limitation of the Windows API. Hope it works out for you but I wouldn't hold my breath.http://stackoverflow.com/questions/1436383/can-a-protocol-be-secured-by-encryptionComment by Copas on Can a protocol be secured by encryption?Copas2009-09-17T02:04:05Z2009-09-17T02:04:05ZEncrypt the bytes before you send them.http://stackoverflow.com/questions/4954/what-are-good-regular-expressions/25850#25850Comment by Copas on What are good regular expressions?Copas2009-09-16T22:08:41Z2009-09-16T22:08:41ZThat doesn't seem to work... or I'm missing something.http://stackoverflow.com/questions/968522/too-careless-in-programming/968537#968537Comment by Copas on Too "careless" in programming?Copas2009-09-14T20:57:18Z2009-09-14T20:57:18ZThanks! Got my first gold badge w00t!http://stackoverflow.com/questions/885908/while-1-vs-for-is-there-a-speed-differenceComment by Copas on while (1) Vs. for (;;) Is there a speed difference?Copas2009-09-09T15:12:18Z2009-09-09T15:12:18Z@Liran Orevi a better explanation of that would be great.http://stackoverflow.com/questions/1298477/how-do-i-take-keyboard-input-in-autoitComment by Copas on How do I take keyboard input in AutoIt?Copas2009-09-09T00:52:08Z2009-09-09T00:52:08ZIt is still very hard to understand exactly what you are asking for. If you could give an example of what you want to do I'm sure I could be of more help. @Bombe while AutoIt wont replace Java for you it is amazing for Windows system automation tasks.http://stackoverflow.com/questions/1079542/implementing-regular-page-refresh-but-without-page-flashingComment by Copas on Implementing regular page refresh but without page flashingCopas2009-07-03T14:16:58Z2009-07-03T14:16:58ZGreat question, wondered this also.http://stackoverflow.com/questions/1025494/obfuscating-c-c-code/1025561#1025561Comment by Copas on Obfuscating C/C++ CodeCopas2009-06-22T05:32:18Z2009-06-22T05:32:18ZA great point, making things clear to the client will mean more in the long run.http://stackoverflow.com/questions/993671/accidentally-created-a-virus/993750#993750Comment by Copas on Accidentally created a virus?Copas2009-06-20T02:46:49Z2009-06-20T02:46:49Z@Argalatyr - Thanks again, the logo is not of a vipre its of a viper. That might be what caused the typo. :)http://stackoverflow.com/questions/993671/accidentally-created-a-virus/993750#993750Comment by Copas on Accidentally created a virus?Copas2009-06-19T14:27:16Z2009-06-19T14:27:16Z@Argalatyr - Added Thanks!http://stackoverflow.com/questions/1010120/maximum-number-of-groups-in-java-regexComment by Copas on Maximum number of groups in Java RegexCopas2009-06-18T00:16:25Z2009-06-18T00:16:25ZWhy did you assume the maximum was 9?http://stackoverflow.com/questions/1007481/how-do-i-replace-whitespaces-with-underscore-and-vice-versa/1007497#1007497Comment by Copas on How do I replace whitespaces with underscore and vice versa?Copas2009-06-17T14:46:21Z2009-06-17T14:46:21ZThis is the correct regex exactly what was asked for +1.http://stackoverflow.com/questions/993671/accidentally-created-a-virus/993750#993750Comment by Copas on Accidentally created a virus?Copas2009-06-15T18:22:21Z2009-06-15T18:22:21Z@Loren: Interesting, I wasn't aware they made such distinctions. Thanks for the heads up!http://stackoverflow.com/questions/993671/accidentally-created-a-virus/993996#993996Comment by Copas on Accidentally created a virus?Copas2009-06-15T00:50:05Z2009-06-15T00:50:05ZThis is similar to the problem AutoIt often has. I feel your pain, with deployed code it is very difficult to (fully) convince the customer that it is a false positive.