CodePrairie .NET

South Dakota .NET User Group

Search

Page 3 of 16 (156 items) < Previous 1 2 3 4 5 Next > ... Last »
  • How to execute a VIM macro over a line range

    Macros in VIM are extremely useful for making lots of changes. One thing that has always bothered me though is that I couldn&#39;t run the macro over a movement or line range and had to run it manually for each line. The secret sauce is the :norm command. Say you have recorded a macro in the q register. To apply it to lines 3 - 6 ...
    Posted to chrisortman (Weblog) by chrisortman on 02-06-2008
  • Creating Subversion patches with git

    Adam expressed his frustration with creating tortoise compatible patches using git. He mentions a script that will do the job, which I have not yet tried. However if you are using git on windows you most likely have cygwin installed which you can use to install the patch.exe program. But first you need a patch file. This is pretty simple In my ...
    Posted to chrisortman (Weblog) by chrisortman on 01-14-2008
  • Which for Windows

    One thing I love about *nix is the which command which will tell me where a certain file is located if it is in my path. Say I have patch.exe in my path somewhere, but I don&#39;t know where, here&#39;s a quick powershell script to find out: &nbsp;foreach($p in $env:path.split(&quot;;&quot;)) { gci $p/patch.*}
    Posted to chrisortman (Weblog) by chrisortman on 01-14-2008
  • Catching up with Castle trunk 4710

    I&#39;ve just got done updating one of my projects from castle trunk 4044 to trunk 4710 and given the amount of changes thought I would share. First things first, fix up those compiler errors. I had quite a few, but they were easy and pretty much the same few things: Rename IRailsEngineContext to IEngineContext Change Filter methods to accept ...
    Posted to chrisortman (Weblog) by chrisortman on 01-09-2008
  • Limitations of svn branching

    I generally run all my projects that use castle off the trunk. However it has been several months since I&#39;ve taken any updates, mostly due to lack of time on my part. As I&#39;m upgrading there are many many changes which require me to update my code. Most due to the introduction of IController and changes from ...
    Posted to chrisortman (Weblog) by chrisortman on 01-09-2008
  • January Meeting

    When Monday Jan 14th 6:30 pm Where MTI Tech center &nbsp;Topic: We&#39;re going to talk about what we&#39;d like to do this year. &nbsp; Also, for those of you who like to plan, I&#39;ve booked the tech center for the 2nd monday of the month through may, so our meetings will be Feb 11 Mar 10 Apr 14 May 12 &nbsp;
    Posted to Announcements (Forum) by chrisortman on 01-02-2008
  • Linux boot hangs at /etc/rc.local

    Last night I changed my display settings on my laptop for our user group meeting. However, the settings I had chosen started causing me problems the next time I rebooted. For the record I&#39;m running Linux Mint Daryna 021 Beta During the boot the system would stop at &quot;running scripts in /etc/rc.local&quot; From there if I hit enter I ...
    Posted to chrisortman (Weblog) by chrisortman on 12-11-2007
  • Re: Monthly Meetings

    &nbsp;Check out Oren&#39;s screen casts. I think he has one dedicated to Rhino mocks, but he winds up using it in a few of them. I&#39;ve picked up lots of good nuggets there.
    Posted to Announcements (Forum) by chrisortman on 12-06-2007
  • December Meeting

    Where: MTI Technology Center When: Dec 10, 2007 @ 6:30 Food: Pizza / drink Topic: What&#39;s in your Toolbox? Remember show and tell? Kind of like that. Bring your list of tools to share with the group and if you feel like demonstrating something feel free.
    Posted to Announcements (Forum) by chrisortman on 11-29-2007
  • Re: Monthly Meetings

    Off the top of my head: MonoRail DynamicProxy UnitTesting (MbUnit &amp; RhinoMocks) Scripting with ruby MSBuild I don&#39;t remember a whole lot of specifics so if winds up being some overlap / repitition it probably won&#39;t be a terrible thing.
    Posted to Announcements (Forum) by chrisortman on 11-29-2007
Page 3 of 16 (156 items) < Previous 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems