User JimDaniel - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T05:56:44Z http://stackoverflow.com/feeds/user/63 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/197999/need-advice-on-implementing-a-time-limited-trial 7 Need Advice on Implementing a Time-limited Trial JimDaniel 2008-10-13T15:31:41Z 2009-12-04T02:29:57Z <p>I'm developing a shareware desktop application. I'm to the point where I need to implement the trial-use/activation code. How do you approach something like this? I have my own ideas, but I want to see what the stackoverflow community thinks.</p> <p>I'm developing with C++/Qt. The intended platform is Windows/Mac/Linux.</p> <p>Thanks for your advice!</p> http://stackoverflow.com/questions/1178244/is-doing-a-bit-of-freelancing-while-working-full-time-a-good-idea/1178321#1178321 23 Answer by JimDaniel for Is doing a bit of freelancing while working full time a good idea? JimDaniel 2009-07-24T15:12:31Z 2009-12-03T02:22:44Z <p>I just started doing contract work on the side. I found out from my immediate boss that my company really frowns on "moonlighting" for software developers as it interferes with productivity, and was told not to tell anyone else.</p> <p>And I have to say, so far it kind of does interfere with my productivity, since a lot of software development is thinking through problems. The time I used to spend thinking about work problems outside work is now consumed by my contract work, and also sometimes I can't avoid thinking of contract work problems during my full-time work hours.</p> <p>I am not really doing it for the money (not that the extra money isn't nice) but because I find the contract work far more interesting. But I can't say if it's ultimately a good idea or not. Maybe if you are the kind of programmer who can really divide your time it will be okay.</p> http://stackoverflow.com/questions/1810380/library-for-software-mixing-of-sound-wave-streams/1810420#1810420 0 Answer by JimDaniel for Library for software mixing of sound (wave) streams JimDaniel 2009-11-27T19:50:07Z 2009-11-27T19:50:07Z <p><a href="http://www.fmod.org" rel="nofollow">FMOD</a> is quite good.</p> http://stackoverflow.com/questions/693936/good-editors-for-web-development-on-os-x 7 Good Editors for Web Development on OS X? JimDaniel 2009-03-29T01:26:59Z 2009-11-26T13:46:38Z <p>I'm getting started with web development on OS X need some good development tools, text editors...etc. I have XCode already but it doesn't seem geared towards editing the web technologies I will be using: xhtml, javascript, css, and php. </p> <p>So I am looking for some ideas. I know about TextMate, but am trying to avoid spending any $$$.</p> <p>Thanks!</p> <p>UPDATE: I downloaded them all and so far I like TextMate the best, so I'll be using it for a month at least. Aquamacs and TextWrangler are also good. The web IDEs like Coda and Espresso are pretty interesting. I might give them a chance in the future, but for now I want to keep it lightweight. Thanks all.</p> http://stackoverflow.com/questions/1768138/how-far-can-i-go-being-a-night-time-programmer/1768178#1768178 3 Answer by JimDaniel for How far can I go being a night-time programmer? JimDaniel 2009-11-20T03:33:21Z 2009-11-20T03:33:21Z <p>I personally am unable to do it this way. I can be productive, however, by dedicating a full Saturday/Sunday every week to a project. You need that time. Time is the most important thing for any creative work, to get down deep and get things done. This is best advice I can give you.</p> http://stackoverflow.com/questions/1733092/is-it-possible-to-capture-hdv-hd-stream-using-directshow-api 0 Is it possible to capture HDV/HD stream using DirectShow API JimDaniel 2009-11-14T03:04:22Z 2009-11-17T17:57:46Z <p>We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the internet and to say it's cryptic is an understatement. </p> <p>Now, we want to be able to stream HDV/HD video over firewire/usb 2.0 using the same method. Is it possible to do this in DirectShow? Forgive me for not using the proper terminology. I myself only have a superficial understanding of the process. If it is not possible, what aspects are involved. Are there other technologies I need to know about?</p> <p>Thanks! Daniel</p> http://stackoverflow.com/questions/1745792/from-sys-admin-to-programmer/1745802#1745802 -6 Answer by JimDaniel for From Sys Admin to programmer? JimDaniel 2009-11-17T00:24:30Z 2009-11-17T00:24:30Z <p>Nope. Give it up. All jobs are taken.</p> http://stackoverflow.com/questions/1735394/how-much-code-can-a-programmer-be-intimately-familar-with 3 How much code can a programmer be intimately familar with? JimDaniel 2009-11-14T19:49:36Z 2009-11-14T21:00:33Z <p>Are there any statistics for this? I realize it must vary from person to person, but it seems like there should be a general average.</p> <p>The reason I ask is that the company I contract for has multiple software products, totaling ~75,000 lines of code - and they seemed disappointed and shocked when they ask me a question about a specific portion that I don't immediately know the answer to (I am the only programmer they have, and did not author the majority of the systems) They think I should just know it all from memory. So I wanted something like a statistic to show them that an average programmer couldn't possibly have all that in his head at one time. Or should I?</p> http://stackoverflow.com/questions/1701728/graphics-library-in-c/1703592#1703592 0 Answer by JimDaniel for Graphics library in C JimDaniel 2009-11-09T20:33:29Z 2009-11-09T20:33:29Z <p>I recommend the <a href="http://qtsoftware.com" rel="nofollow">Qt</a> GUI toolkit, coupled with the open-source <a href="http://qwt.sourceforge.net/" rel="nofollow">QwtPlot</a> and <a href="http://qwtplot3d.sourceforge.net/" rel="nofollow">QwtPlot3D</a>. It's implemented in C++, easy-to-use, extensible, and free...</p> http://stackoverflow.com/questions/1684941/need-a-little-help-with-the-qt-painting-classes/1684965#1684965 1 Answer by JimDaniel for Need a little help with the Qt painting classes JimDaniel 2009-11-06T02:05:08Z 2009-11-06T02:05:08Z <p>Use the QtAssistant and browse to the entry on QPainter. From there you will see links to example programs using various functions of QPainter, such as this one: <a href="http://doc.trolltech.com/4.5/painting-basicdrawing.html" rel="nofollow">http://doc.trolltech.com/4.5/painting-basicdrawing.html</a></p> <p>QtAssistant should be your number one resource. It's quite thorough. Then if that doesn't help I recommend the forums at <a href="http://qtcentre.org" rel="nofollow">QtCentre</a>. Those are some knowledgeable guys.</p> http://stackoverflow.com/questions/1680019/how-to-implement-an-automatic-update-detection-model 1 How to implement an automatic update detection model JimDaniel 2009-11-05T11:39:52Z 2009-11-05T13:05:29Z <p>Our software is not ever officially installed on Windows, and currently has an update model like this:</p> <ol> <li><p>Connect to Internet</p></li> <li><p>Click an Update Button</p></li> <li><p>Connect to server-side program</p></li> <li><p>Server-side program creates an md5 hash list of all the files in the server program directory.</p></li> <li><p>Client-side program creates an md5 hash list of all the files in the client program directory.</p></li> <li><p>A comparison is done to see if a file needs updated, removed from, or added to the client's machine, and it does so until complete.</p></li> </ol> <p>Well, I would like to move to a model I see used more frequently these days where the software is officially installed and something like this happens:</p> <ol> <li><p>When an internet connection is detected, the program will automatically query the server to see if there is an updated installation package.</p></li> <li><p>If so, ask the user if they would like to download the new install.</p></li> <li><p>If no, do nothing, if yes, download new install.</p></li> <li><p><em>Programatically</em> uninstall the old program and start the install of the new package.</p></li> </ol> <p>The part I need advice on is number 4 above. What is the best way to programmatically uninstall the old program and start the installation of the new program, while running the original program. I assume there must be some intermediary program that does all the work (shutting down the current program, running it's uninstaller, then starting up the new installer) Is there a better way? I just want to move to a model where we update in full installs and not just files - this will allow us to version our software easier and keep self-contained installations to revert to at any point.</p> <p>Thanks for your advice!</p> <p>EDIT: Related question - what's the easiest way to find the install UUID for a particular install?</p> http://stackoverflow.com/questions/1677635/getting-back-into-windows-programming/1677687#1677687 1 Answer by JimDaniel for Getting back into Windows programming JimDaniel 2009-11-05T00:52:27Z 2009-11-05T00:52:27Z <p>If you want to get back into modern Windows programming you should learn C#/WPF.</p> http://stackoverflow.com/questions/1662904/qt-in-a-professional-setting/1663531#1663531 2 Answer by JimDaniel for Qt in a professional setting JimDaniel 2009-11-02T20:36:14Z 2009-11-02T21:40:04Z <p>I've been doing contract work using the Qt framework for about two years now, for entertainment software. Here's what I have found:</p> <ol> <li><p>It's a great toolset for developing cross-platform applications. Easy, fast, powerful, advanced. I never feel constrained using it. Since it's developed in C++ you can easily embed any number of C and C++ libraries out there and quickly delve into the native system APIs when you have to. If it has a niche I would say it's performance critical GUI applications, dealing with 2D/3D graphics...etc. I personally have not seen an enterprise-level company which uses Qt.</p></li> <li><p>I live in the South-Eastern US (Atlanta) - I rarely see any job offers around here, mostly .NET or Java. The job offers I see tend to be on the West Coast, or overseas. However, I do see more than I used to, probably due to Nokia's involvement.</p></li> <li>I do feel it is growing in popularity instead of shrinking. I see things like QtCreator and the like as good indications of this.</li> </ol> http://stackoverflow.com/questions/1643305/bird-songs-for-distraction-free-programming/1643444#1643444 6 Answer by JimDaniel for Bird songs for distraction free programming JimDaniel 2009-10-29T12:42:10Z 2009-10-29T12:42:10Z <p>If you are on Windows or Mac, you should try out my software <a href="http://www.resonance-asm.com" rel="nofollow">resonance</a>. I wrote it as a tool to help me concentrate while programming. It is a free ambient sound mixer/binaural tone generator. It has bird sounds! Plus about 50 other ambient sounds/music.</p> http://stackoverflow.com/questions/1630713/problem-connecting-to-database-using-oracle-dataaccess 1 Problem connecting to database using Oracle.DataAccess JimDaniel 2009-10-27T13:12:40Z 2009-10-27T17:36:52Z <p>The DBA at my company created a new user/password for an application I am working on. I tested the login using SQL Developer and can connect to the database just fine - all the tables I have access to are there. </p> <p>However, in my application, when I try to use the same credentials to connect using Oracle.DataAccess.dll, the connection fails, saying "Unhandled Exception: Oracle.DataAccess.Client.OracleException ORA-1017: invalid username/password; logon denied"</p> <p>I have checked and double checked to make sure I was passing in the correct user/password. I am a bit new to Oracle, so I don't really know where to start looking for the problem. Does anyone have any ideas why this might be happening?</p> <p>EDIT FOR CLARIFICATION:</p> <p>The login works with my older credentials, using Oracle.DataAccess, just not with the most recent one. This is a .Net Console Application, written in C#</p> <pre><code>string conn_string = "Data Source=" + database + ";User ID=" + user_id + ";Password=" + password + ";"; OracleConnection conn = new OracleConnection(conn_string); conn.Open(); </code></pre> http://stackoverflow.com/questions/1613325/get-several-values-from-the-user-in-qt/1613359#1613359 3 Answer by JimDaniel for get several values from the user in QT JimDaniel 2009-10-23T13:16:54Z 2009-10-23T13:24:44Z <p>I would just create a custom QDialog (or heck just another screen in the application) to gather the required information, if it is several values.</p> http://stackoverflow.com/questions/227897/solve-the-memory-alignment-in-c-interview-question-that-stumped-me 31 Solve the memory alignment in C interview question that stumped me JimDaniel 2008-10-22T23:23:41Z 2009-10-21T16:40:40Z <p>I just finished a test as part of a job interview, and one question stumped me - even using google for reference. I'd like to see what the stackoverflow crew can do with it:</p> <p><strong>The “memset_16aligned” function requires a 16byte aligned pointer passed to it, or it will crash.</strong></p> <p>a) How would you allocate 1024 bytes of memory, and align it to a 16 byte boundary?<br /> b) Free the memory after the memset_16aligned has executed.</p> <pre><code>{ void *mem; void *ptr; // answer a) here memset_16aligned(ptr, 0, 1024); // answer b) here } </code></pre> http://stackoverflow.com/questions/1337810/are-powershell-arrays-just-net-arrays 2 Are PowerShell Arrays just .NET Arrays? JimDaniel 2009-08-26T22:08:57Z 2009-10-20T11:43:55Z <p>I am creating an array of string objects in <a href="http://en.wikipedia.org/wiki/Windows%5FPowerShell" rel="nofollow">PowerShell</a> which needs to be passed into an <a href="http://en.wikipedia.org/wiki/Xceed" rel="nofollow">Xceed</a> zip library method which expects a string[], but I get an error everytime. It makes me wonder if the PowerShell array is something other than a .NET array. Here is some code:</p> <pre><code>$string_list = @() foreach($f in $file_list) { $string_list += $f.FullName } [Xceed.Zip.QuickZip]::Zip("C:\new.zip", $true, $false, $false, $string_list) </code></pre> <p>The error I get says "An error occurred while adding files to the zip file." If I hard code in values like this it works:</p> <pre><code>[Xceed.Zip.QuickZip]::Zip("C:\new.zip", $true, $false, $false, "test.txt", "test2.txt", "test3.txt") </code></pre> <p>Can someone help me figure this out? I can't understand what the difference would be...</p> <p>EDIT: I have tested and confirmed that my $string_list array is composed of System.String objects</p> http://stackoverflow.com/questions/1581052/how-to-loop-through-all-rows-in-an-oracle-table 0 How to loop through all rows in an Oracle table? JimDaniel 2009-10-17T00:37:50Z 2009-10-17T03:14:48Z <p>I have a table with ~30,000,000 rows that I need to iterate through, manipulate the data for each row individually, then save the data from the row to file on a local drive. </p> <p>What is the most efficient way to loop through all the rows in the table using SQL for Oracle? I've been googling but can see no straightforward way of doing this. Please help. Keep in mind I do not know the exact number of rows, only an estimate.</p> <p>EDIT FOR CLARIFICATION:</p> <p>We are using Oracle 10g I believe. The row data contains blob data (zipped text files and xml files) that will be read into memory and loaded into a custom object, where it will then be updated/converted using .Net DOM access classes, rezipped, and stored onto a local drive.</p> <p>I do not have much database experience whatsoever - I planned to use straight SQL statements with ADO.Net + OracleCommands. No performance restrictions really. This is for internal use. I just want to do it the best way possible.</p> http://stackoverflow.com/questions/1581052/how-to-loop-through-all-rows-in-an-oracle-table/1581121#1581121 0 Answer by JimDaniel for How to loop through all rows in an Oracle table? JimDaniel 2009-10-17T01:10:32Z 2009-10-17T01:25:35Z <p>My initial solution was to do something like this, as I have access to an id number (pseudocode):</p> <pre><code> int num_rows = 100; int base = 0; int ceiling = num_rows; select * from MY_TABLE where id &gt;= base and id &lt; ceiling; iterate through retrieved rows, do work, base = ceiling; ceiling += num_rows; select * from MY_TABLE where id &gt;= base and id &lt; ceiling; iterate through retrieved rows, do work, ...etc. </code></pre> <p>But I feel that this might not be the most efficient or best way to do it...</p> http://stackoverflow.com/questions/1551250/why-isnt-there-a-windows-forms-like-program-for-c-is-there/1551264#1551264 1 Answer by JimDaniel for Why isn't there a Windows.Forms like program for C++ (is there?) JimDaniel 2009-10-11T17:46:54Z 2009-10-11T17:46:54Z <p>Yes, you are just unaware. The one I'm most familiar with is for use with the Qt Toolkit: <a href="http://doc.trolltech.com/4.5/designer-manual.html" rel="nofollow">QtDesigner</a>. I'm sure there are others as well...</p> http://stackoverflow.com/questions/1488234/play-video-clip-in-windows-c-app/1488260#1488260 1 Answer by JimDaniel for play video clip in windows c++ app JimDaniel 2009-09-28T17:18:07Z 2009-09-28T17:18:07Z <p>Qt uses <a href="http://doc.trolltech.com/4.5/phonon-overview.html" rel="nofollow">Phonon</a> for cross-platform media <em>playback</em>. On Windows Phonon utilizes DirectShow, so it can play anything Windows can (.wmv). It has all the capability you mentioned. It's also very easy to implement and use. I recommend highly.</p> http://stackoverflow.com/questions/1473907/your-c-development-ide-of-choice-for-windows-development/1474002#1474002 0 Answer by JimDaniel for Your C++ Development IDE of choice for windows development? JimDaniel 2009-09-24T20:34:27Z 2009-09-24T20:34:27Z <p>Visual Studio 2010 C++ Intellisense works great in the beta. The older versions were lacking.</p> http://stackoverflow.com/questions/1472123/qt-signals-and-slots-threads-app-exec-and-related-queries/1472305#1472305 0 Answer by JimDaniel for Qt signals and slots, threads, app.exec(), and related queries JimDaniel 2009-09-24T15:05:46Z 2009-09-24T15:05:46Z <p>When you say it enters an infinite loop, you mean it crashes the program? </p> <p>Because listen() will become part of the main application event loop the way you have it set up, which runs until you exit the program. I'm not sure what the problem is. There should be no trouble of your signal being emitted in the main application event loop (exec()) whenever one is encountered.</p> <p>If you like, you could have your ConnectionHandler class extend QThread and run listen() in it's own thread, apart from the main application loop.</p> http://stackoverflow.com/questions/1433668/how-to-retrieve-new-row-data-from-insert-using-oracle-dataaccess-with-powershell 0 How to retrieve new row data from INSERT using Oracle DataAccess with Powershell? JimDaniel 2009-09-16T15:20:29Z 2009-09-16T15:39:45Z <p>I am using Oracle.DataAccess.Client inside Powershell. What I need to do is INSERT a new row of data, then retrieve the auto-generated ID field of the newly-created row for another INSERT command, immediately following. What is the best way to do this? I am pretty new to SQL and Oracle. Here is some of my code:</p> <pre><code>$conn = "My Connection String" $sql = "insert into SCM_APPS.MODULES (PACKAGE_ABBREVIATION, FULL_MODULE_NAME) values ('TES', 'Testing')" $command = New-Object Oracle.DataAccess.Client.OracleCommand($sql,$conn) $reader = $command.ExecuteReader() </code></pre> <p>Thanks for any help you can provide!</p> http://stackoverflow.com/questions/1358422/correct-way-to-design-around-windows-uac-limitations 3 Correct way to design around Windows UAC limitations? JimDaniel 2009-08-31T17:21:16Z 2009-09-13T18:12:39Z <p>I found out an application I wrote does not work properly under Windows Vista/7 if UAC is enabled at any level, because it writes files to the install directory of the program, defaults to "C:\Program Files\MyProgram." If UAC is disabled (or on any other version of Windows) it works properly - I read that UAC denies applications write access to the Program Files directory by default.</p> <p>My question is, well, how should I write my application so that it can be used without any "rights" needed at all. I don't want users to have to run it with elevated privileges or as administrator. I just want it to work. Are there certain directories that any app has write access to under UAC where it might be better to write my files? They are mostly config files that are dynamically created/destroyed/updated.</p> <p>Thanks for you help!</p> http://stackoverflow.com/questions/1375104/does-building-a-delphi-project-with-msbuild-create-net-dependencies 2 Does building a Delphi project with MSBuild create .Net dependencies? JimDaniel 2009-09-03T18:24:44Z 2009-09-05T20:19:54Z <p>This may be a stupid question, as I'm not sure how MSBuild works with Delphi under the hood, but we have a Delphi app that needs to run with no .Net dependencies, and since we have updated our build process (now using team build with msbuild) the app won't run without .Net. I am just trying to narrow things down, so I'd appreciate any help you guys can provide...</p> <p>Thanks!</p> http://stackoverflow.com/questions/1322984/transform-flat-image-into-nice-rounded-image-with-3d-highlight-a-la-iphone-usin/1365500#1365500 4 Answer by JimDaniel for Transform flat image into nice rounded image with 3D highlight, a la iPhone, using Qt JimDaniel 2009-09-02T01:41:47Z 2009-09-02T01:55:02Z <p>I'm not sure a style sheet could do all you are asking for, if you want the full effect of the iphone app icons: the rounded rectangle, the subtle gradient to give it the 3D look, and the shine. But perhaps it could, if you could overlay two images on top of one another. One could be the rounded 3D mask image with transparency, then you just put your 45X45 image behind it. But then, I don't know how extensible qstylesheets are at this point.</p> <p>However, another alternative is to use QPainter. It can definitely do all you require. Basically what you would want to do is override the paintEvent() of your widget, QPushButton, QLabel...etc. and draw it yourself using the source image. Here is a link to a wiki entry I did on custom-painting a QPushButton to give it an Windows Aero look, which is not dissimilar to the iphone app icon: <a href="http://wiki.qtcentre.org/index.php?title=AeroButton" rel="nofollow">http://wiki.qtcentre.org/index.php?title=AeroButton</a></p> <p>And here is the paintEvent() from the class, to give you a starting point. Once you get into it, using the Assistant, it's pretty straightforward:</p> <pre><code> void AeroButton::paintEvent(QPaintEvent * pe) { Q_UNUSED(pe); QPainter painter(this); painter.setRenderHint(QPainter::Antialiasing); //test for state changes QColor button_color; if(this-&gt;isEnabled()) { m_hovered ? button_color = m_highlight : button_color = m_color; if(m_pressed) { button_color = m_highlight.darker(250); } } else { button_color = QColor(50, 50, 50); } QRect button_rect = this-&gt;geometry(); //outline painter.setPen(QPen(QBrush(Qt::black), 2.0)); QPainterPath outline; outline.addRoundedRect(0, 0, button_rect.width(), button_rect.height(), m_roundness, m_roundness); painter.setOpacity(m_opacity); painter.drawPath(outline); //gradient QLinearGradient gradient(0, 0, 0, button_rect.height()); gradient.setSpread(QGradient::ReflectSpread); gradient.setColorAt(0.0, button_color); gradient.setColorAt(0.4, m_shadow); gradient.setColorAt(0.6, m_shadow); gradient.setColorAt(1.0, button_color); QBrush brush(gradient); painter.setBrush(brush); painter.setPen(QPen(QBrush(button_color), 2.0)); //main button QPainterPath painter_path; painter_path.addRoundedRect(1, 1, button_rect.width() - 2, button_rect.height() - 2, m_roundness, m_roundness); painter.setClipPath(painter_path); painter.setOpacity(m_opacity); painter.drawRoundedRect(1, 1, button_rect.width() - 2, button_rect.height() - 2, m_roundness, m_roundness); //glass highlight painter.setBrush(QBrush(Qt::white)); painter.setPen(QPen(QBrush(Qt::white), 0.01)); painter.setOpacity(0.30); painter.drawRect(1, 1, button_rect.width() - 2, (button_rect.height() / 2) - 2); //text QString text = this-&gt;text(); if(!text.isNull()) { QFont font = this-&gt;font(); painter.setFont(font); painter.setPen(Qt::white); painter.setOpacity(1.0); painter.drawText(0, 0, button_rect.width(), button_rect.height(), Qt::AlignCenter, text); } //icon QIcon icon = this-&gt;icon(); if(!icon.isNull()) { QSize icon_size = this-&gt;iconSize(); QRect icon_position = this-&gt;calculateIconPosition(button_rect, icon_size); painter.setOpacity(1.0); painter.drawPixmap(icon_position, QPixmap(icon.pixmap(icon_size))); } } </code></pre> http://stackoverflow.com/questions/1357403/how-to-cartoon-ify-an-image-programmatically 13 How to cartoon-ify an image programmatically? JimDaniel 2009-08-31T13:11:20Z 2009-09-01T20:32:06Z <p>Maybe you have noticed, but cartoon-ifying your photos is the latest rage on the internet. My boss now wants our product, which works with photos and videos of people, to cartoonify them. So I need an algorithm to do it manually (we use c++/Qt for our product, which has image manipulation classes) or perhaps some CLI program that will do it for me that I can call and use from our own app. I've done some prelimanary searches on the internet, but did not come up with much...</p> <p>Thanks!</p> http://stackoverflow.com/questions/1349078/tfs-command-line-how-to-unmap-entire-workspace 0 TFS Command Line: How to unmap entire workspace? JimDaniel 2009-08-28T20:08:40Z 2009-08-29T16:15:18Z <p>Here is my problem. I have a build script which adds mappings to a certain workspace dynamically, then unmaps them when it is through. I am worried that if (when) my script fails before the unmapping is done, the mappings will holdover until the next time and screw things up.</p> <p>So I would like to unmap the entire workspace at the start of the script, and recreate it, but the problem is I don't know specifically what might be there. Through the TFS command line I can unmap easily enough, but you have to know exactly what the mapping is. My question is how is the easiest, best way to get this done?</p> <p>Thanks for your help!</p> http://stackoverflow.com/questions/1178244/is-doing-a-bit-of-freelancing-while-working-full-time-a-good-idea/1178321#1178321 Comment by JimDaniel on Is doing a bit of freelancing while working full time a good idea? JimDaniel 2009-12-03T13:37:46Z 2009-12-03T13:37:46Z @Kirk - I can't really answer this question. I find I do roughly 35/65 (thinking/coding) - It's been that way since I started programming. I like it that way, but like I said it does become difficult if you try to juggle multiple projects. Perhaps others are different. http://stackoverflow.com/questions/1178244/is-doing-a-bit-of-freelancing-while-working-full-time-a-good-idea/1178321#1178321 Comment by JimDaniel on Is doing a bit of freelancing while working full time a good idea? JimDaniel 2009-12-01T21:11:10Z 2009-12-01T21:11:10Z @datatoo - In theory I agree with you, but in practice it does not work that way. At least, in my experience. http://stackoverflow.com/questions/1822830/how-do-i-manage-my-ideas-personal-projects-to-completion/1822924#1822924 Comment by JimDaniel on How do I manage my ideas/personal projects to completion? JimDaniel 2009-11-30T22:53:08Z 2009-11-30T22:53:08Z Great advice! +1 http://stackoverflow.com/questions/1733092/is-it-possible-to-capture-hdv-hd-stream-using-directshow-api/1750650#1750650 Comment by JimDaniel on Is it possible to capture HDV/HD stream using DirectShow API JimDaniel 2009-11-17T19:00:59Z 2009-11-17T19:00:59Z Thanks, I just needed to know if it was a blind alley going into the code to try to get it working. http://stackoverflow.com/questions/1733067/best-cross-platform-library/1733074#1733074 Comment by JimDaniel on Best cross-platform library? JimDaniel 2009-11-14T03:08:15Z 2009-11-14T03:08:15Z As an American, I can't bring myself to call it &quot;cute&quot; - it has to be QT for me. http://stackoverflow.com/questions/1732717/how-to-determine-how-much-free-space-on-a-drive-in-qt Comment by JimDaniel on How to determine how much free space on a drive in Qt? JimDaniel 2009-11-14T01:18:43Z 2009-11-14T01:18:43Z Suck it up and use the Windows API, monstrosity that it is. http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable/1205479#1205479 Comment by JimDaniel on What are things that make a programmer's life miserable? JimDaniel 2009-11-09T18:53:45Z 2009-11-09T18:53:45Z @legendlength - +1 from me. I've learned this lesson over the last year in an SCM position, a job I thought I would despise, but haven't really. We've automated all our build systems and it's been quite fun. Ultimately I think, in programming, as long as you be creative and solve problems for yourself, you can do anything and be happy. http://stackoverflow.com/questions/1667029/what-was-the-biggest-mental-leap-hurdle-you-had-to-overcome-in-your-career/1667298#1667298 Comment by JimDaniel on What was the biggest mental leap/hurdle you had to overcome in your career? JimDaniel 2009-11-04T13:49:20Z 2009-11-04T13:49:20Z I feel your pain. This is a real problem ever since I began programming for a living. http://stackoverflow.com/questions/1637858/how-to-get-a-smart-developer-up-to-speed-on-web-development/1646228#1646228 Comment by JimDaniel on How to get a smart developer up to speed on web development? JimDaniel 2009-10-29T20:14:03Z 2009-10-29T20:14:03Z -1 : that's -0.5 for not answering the question and -0.5 for recommending anyone read Ayn Rand. http://stackoverflow.com/questions/1581052/how-to-loop-through-all-rows-in-an-oracle-table/1581309#1581309 Comment by JimDaniel on How to loop through all rows in an Oracle table? JimDaniel 2009-10-17T04:06:29Z 2009-10-17T04:06:29Z This is what I had in mind initially, I just wanted to check with some with more experience first. Thanks! http://stackoverflow.com/questions/1581052/how-to-loop-through-all-rows-in-an-oracle-table/1581148#1581148 Comment by JimDaniel on How to loop through all rows in an Oracle table? JimDaniel 2009-10-17T01:29:39Z 2009-10-17T01:29:39Z Each row's blob is an independent zip file that needs read into memory, updated, then rezipped and saved to local drive. If this is the case, do you still recommend DataAdapter.Fill? http://stackoverflow.com/questions/1566649/how-to-make-a-circle-to-move-in-c/1566673#1566673 Comment by JimDaniel on How to make a circle to move in C#? JimDaniel 2009-10-14T14:35:15Z 2009-10-14T14:35:15Z +1 for actually answering the question, and not imposing an entirely separate framework on a learner who only wants to learn the language. http://stackoverflow.com/questions/1556672/most-horrifying-line-of-code-you-have-ever-seen/1556815#1556815 Comment by JimDaniel on Most horrifying line of code you have ever seen? JimDaniel 2009-10-12T20:56:01Z 2009-10-12T20:56:01Z What's funny is that I bet it was done in an attempt not to use magic numbers. Good one! http://stackoverflow.com/questions/1433668/how-to-retrieve-new-row-data-from-insert-using-oracle-dataaccess-with-powershell/1433787#1433787 Comment by JimDaniel on How to retrieve new row data from INSERT using Oracle DataAccess with Powershell? JimDaniel 2009-09-16T17:34:33Z 2009-09-16T17:34:33Z Thanks a million! http://stackoverflow.com/questions/1402995/do-you-have-a-business-card-for-programming Comment by JimDaniel on Do you have a business card for programming? JimDaniel 2009-09-10T01:43:06Z 2009-09-10T01:43:06Z You need some better glue. I can still see the code you are covering up behind your business card! Look, on the upper left.