
chrisoldwood.com
Chris Oldwood's Home PageChris Oldwood's Home Page
http://www.chrisoldwood.com/
Chris Oldwood's Home Page
http://www.chrisoldwood.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
1.4 seconds
16x16
NA
Chris Oldwood
8 Earning ●●●●●●●●●●manchester
CA●●BS , PE29 2JD
GB
View this contact
NA
Chris Oldwood
8 Earning ●●●●●●●●●●manchester
CA●●BS , PE29 2JD
GB
View this contact
NA
Chris Oldwood
8 Earning ●●●●●●●●●●manchester
CA●●BS , PE29 2JD
GB
View this contact
12
YEARS
8
MONTHS
12
DAYS
TUCOWS DOMAINS INC.
WHOIS : whois.tucows.com
REFERRED : http://domainhelp.opensrs.net
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
21
SITE IP
83.170.125.25
LOAD TIME
1.431 sec
SCORE
6.2
Chris Oldwood's Home Page | chrisoldwood.com Reviews
https://chrisoldwood.com
Chris Oldwood's Home Page
Chris Oldwood's Freeware Java Stuff
http://www.chrisoldwood.com/java.htm
Chris Oldwood's Freeware Java Stuff. Sudoku Solver v1.0. This applet is an aid to help solve Sudoku puzzles. It provides the ability to enter multiple numbers into each cell to make it easier to track the possible answers, and has a 'hint' and 'solve' feature to help you when you're stuck on the harder puzzles. It also means you don't need a pencil and rubber. Run Now [44 K]. Example Puzzles: Puzzle 1. To use one of the puzzles click "Load" and paste the puzzle text into the dialog that is displayed.
SS-Cop v0.1 Manual
http://www.chrisoldwood.com/wip/ss-cop/manual/SS-Cop.html
SS-Cop is a simple database schema analysis tool that casts its eye over your tables, procedures and functions to tell you if you've violated your project's naming conventions, missed a primary key, etc. The inspiration comes from FxCop which is a free static code analysis tool from Microsoft for .Net. I've long been a fan of static code analysis tools although they are usually way outside the budget of the non-professional developer. That you can use to load the SS-Cop objects into any database, e.g.
Chris Oldwood's Freeware SQL Stuff
http://www.chrisoldwood.com/sql.htm
Chris Oldwood's Freeware SQL Stuff. SQL Server Unit v1.6. This is a 100% T-SQL xUnit style unit testing framework for SQL Server. It contains support for a set of assert functions for the core types such as int, varchar, datetime and real along with support for exceptions and table comparisons. The package also contains a simple example database showing how the framework can be used as part of a continuous integration process. Sql2doxygen v0.2 [Alpha]. SQL Server Schema Cop v0.1 [Alpha].
Chris Oldwood's Freeware Win16 Stuff
http://www.chrisoldwood.com/win16.htm
Chris Oldwood's Freeware Win16 Stuff. Task Tracker v2.0. HelpFile Generator v1.0 [Alpha]. This is a simple IDE for generating application HelpFile (.HLP). You create the HelpFile topics, specifying keywords etc and when you invoke the build command it generates the .RTF and .HPJ files and calls the WinHelp compiler for you. This application is unfinished. From the NetWare SDK to build it. Mono Display Adapter Library.
Testing Drives the Need for Flexible Configuration
http://www.chrisoldwood.com/articles/testing-drives-the-need-for-flexible-configuration.html
Testing Drives the Need for Flexible Configuration. I work on distributed systems which naturally have quite a few moving parts and one of the biggest hurdles to development and maintenance in the past has been because the various components cannot be independently configured so that you can cherry-pick which services you run locally and which you draw from your integration/system test environment. In the past I’ve found the need to override component settings using a variety of criteria and the followin...
TOTAL PAGES IN THIS WEBSITE
10
The OldWood Thing: PowerShell, Throwing Exceptions & Exit Codes
http://chrisoldwood.blogspot.com/2011/05/powershell-throwing-exceptions-exit.html
Blog = reinterpret cast (life);. Tuesday, 3 May 2011. PowerShell, Throwing Exceptions and Exit Codes. I raised a cut down version of this as a question via a comment to a related post. On the Windows PowerShell blog back in March. I’ve not seen a response yet and doubt I ever will as it’s an old post and so I very much doubt anyone is monitoring it. The Process Exit Code. IF ERRORLEVEL 1 (. 160; ECHO ERROR: some error message. 160; EXIT /B 1. The PowerShell EXIT and THROW Keywords. 160; exit 1. The way t...
Chris Oldwood - Fifty Shades of Scrum
http://50shadesofscrum.com/index.php/Chris_Oldwood
From Fifty Shades of Scrum. Chris is a freelance developer who started out as a bedroom coder in the 80’s writing assembler on 8-bit micros. These days it’s C and C# based applications and services in plush corporate offices. He writes the ACCU. Column "In The Toolbox" for their C Vu journal and contributes regularly to its sister magazine Overload and annual conference. Once a year he gets to commentate on the Godmanchester. Chrisoldwood.blogspot.co.uk. The Tortoise and the Hare.
The OldWood Thing: The Daily Stand-Up
http://chrisoldwood.blogspot.com/2015/04/the-daily-stand-up.html
Blog = reinterpret cast (life);. Wednesday, 29 April 2015. This year I managed to fulfil a lifelong ambition - do a stand-up comedy routine. OK, so it was only 5 minutes long (I did it as a lightning talk) and the audience and content was heavily programmer centric, but even so it seemed to go down a treat. A few people asked me to post the “set” that I did, so here it is. The content all comes from. I’d like to believe that it’s all my own work but the phenomena that is. 8220;I’ve been writing mor...
The OldWood Thing: Simple Database Build & Deployment With SQLCMD
http://chrisoldwood.blogspot.com/2010/07/simple-database-build-deployment-with.html
Blog = reinterpret cast (life);. Monday, 19 July 2010. Simple Database Build and Deployment With SQLCMD. The SQL Server client tools has shipped for years with a console based utility for executing SQL. Historically this was OSQL.EXE, but that has been replaced more recently by SQLCMD.EXE which supports pretty much the same syntax. It’s also available. As a stand-alone component. So, what’s the difference between osql and sqlcmd? This lists further differences. The hostname (and instance) of SQL Server.
The OldWood Thing: C#/SQL Integration Testing With NUnit
http://chrisoldwood.blogspot.com/2011/10/csql-integration-testing-with-nunit.html
Blog = reinterpret cast (life);. Sunday, 9 October 2011. C#/SQL Integration Testing With NUnit. Just over 18 months ago I wrote a post about Integration Testing using NUnit, and at the end I stated that I would cover database integration testing in a separate post. Well here it is. Finally! You Write Your SQL Unit Tests in SQL? Both your SQL and C# code and that what we’re doing here is building on that level of trust. There are two kinds of common errors that can. Come out at this level of testing (and ...
The OldWood Thing: Integration Testing with NUnit
http://chrisoldwood.blogspot.com/2010/03/integration-testing-with-nunit.html
Blog = reinterpret cast (life);. Tuesday, 30 March 2010. Integration Testing with NUnit. Back near the start of my current project I came across a number of tests in one of our unit test assemblies that touched the file-system. My gut reaction was to cry foul and point out that unit tests are not allowed to have any external dependencies. In fact just the other day on the. Someone was trying to locate the definition of a Unit Test that Kevlin Henney used in his. ACCU 2008 Conference session. C: nunit-con...
The OldWood Thing: Terse Exception Messages - Part II
http://chrisoldwood.blogspot.com/2015/01/terse-exception-messages-part-ii.html
Blog = reinterpret cast (life);. Friday, 16 January 2015. Terse Exception Messages - Part II. Quite unintentionally it looks like my post back in October last year “. 8221; needs a second part. The initial post was about dealing with terse error messages generated by external code, however I’d forgot that terse exception messages are not just the domain of 3rd party libraries, they can appear in “our code” too. Take this example from some real world production code:. You’ll notice that the value, w...
The OldWood Thing: Handling Paths with Spaces & Parenthesis in Batch Files
http://chrisoldwood.blogspot.com/2013/06/handling-paths-with-spaces-parenthesis.html
Blog = reinterpret cast (life);. Monday, 17 June 2013. Handling Paths with Spaces and Parenthesis in Batch Files. For example this is a pattern that I use in batch file programming to handle errors at each step [1]:-. Toolexe - do-something %folder%. If errorlevel 1 (. 160; echo ERROR: Oops processing ‘%folder%’ . 160; exit /b %errorlevel%. Is something like the aforementioned 32-bit programs folder? Well, you’d hope to see this:-. ERROR: Oops processing 'C: Program Files (x86)'. Echo ERROR: Oops process...
The OldWood Thing: WCF Weirdy – NetTcpBinding, EndpointIdentity and Programmatic Configuration
http://chrisoldwood.blogspot.com/2010/02/wcf-weirdy-nettcpbinding.html
Blog = reinterpret cast (life);. Sunday, 7 February 2010. WCF Weirdy – NetTcpBinding, EndpointIdentity and Programmatic Configuration. The architecture is (as. 8220;A call to SSPI failed…The target principal name is incorrect”. The initial Google search for this error threw up a very useful post from. EndpointAddress endpoint = new EndpointAddress(uri, EndpointIdentity.CreateSpnIdentity(MACHINE ACCOUNT) ;. This tied up nicely with what Scott said is his post about. In fact it didn’t matter what we ...
The OldWood Thing: SQL Server Cursors - Avoiding the Duplicate FETCH NEXT
http://chrisoldwood.blogspot.com/2011/09/sql-server-cursors-avoiding-duplicate.html
Blog = reinterpret cast (life);. Friday, 30 September 2011. SQL Server Cursors - Avoiding the Duplicate FETCH NEXT. Comes from SQL Server Books Online. Or just BOL as it’s affectionately known) about how to use a cursor. I have trimmed the predicates and the body of the cursor loop to remove some unnecessary noise, but it essentially remains the same:-. DECLARE authors cursor CURSOR FOR. SELECT au id, au fname, au lname. FETCH NEXT FROM authors cursor. INTO @au id, @au fname, @au lname. The loop and then...
TOTAL LINKS TO THIS WEBSITE
21
Chris Olds
Monday, August 9, 2010. Love: The Core of Humanity. Over the past couple of weeks, I've reflected on a couple topics: 1) What do I. In order to enjoy and find beauty in life? 2) As humans, who are we at our core? Some people enjoy life by having that particularly fast vehicle to give them an adrenaline rush or status, or living life in the club scene, or just physically looking the best. So what do I need in order to enjoy and find beauty in life? What brings you peace? Tuesday, April 13, 2010. I underst...
ChrisOlds (Chris Olds) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 11 Years. This deviant's full pageview. Last Visit: 344 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?
The OldWood Thing
Blog = reinterpret cast (life);. Friday, 15 December 2017. I’ve used the lightning talks at the last two ACCU conferences. As a means of subjecting a captive audience to my dreadful array of programming / IT / geek one liners. (My previous two ACCU stand-up routines are published on this blog as “ The Daily Stand-Up. 8221; and “ Stand-Up and Deliver. Hence, here are the 34 one-liners I delivered under the title “Wit Limits” [1] at this year’s ACCU conference:. 8220;We’ve recently started using CRC...
Chris Oldwood's Home Page
Chris Oldwood's Home Page. Welcome to my tiny corner of the Web. This site contains all the Freeware software I have developed over the past 20 or so years. Most of the apps are for 32-bit Windows and would probably only be of interest to Windows developers, however there are also a few apps for more general consumption. To do it nowadays. DDE Command v1.6 [Win32]. Farm Monitor v0.2 [Win32]. SQL Server Unit v1.6 [SQL]. DDE COM Client v1.1 [Win32]. V02 Alpha [10 K]. V01 Alpha [33 K]. V15 Beta [519 K].
co-nyc
Online Session Guitarist - ChrisOleary.co.uk
Online Session Guitarist – Chris Oleary. About Me – Biography. Music Teacher in Swindon. Producer & Engineer. There is no live show for this moment, check back soon.
ChrisOLeary.com - Hitting, Pitching and Innovation
And I've helped transform the swings, and careers, of a number of major leagues hitters, including. And helped reinvigorate the offense of HSSU. An NAIA baseball team for whom I was the Hitting Coordinator from February 2016 thru April 2017. On the pitching side, I helped Adam Wainwright get back on track, after a rough start to the 2017 season, by helping him understand Timing in baseball pitchers. That understanding grew out of my study of how Justin Verlander creates velocity. St Louis, MO. I say actu...
Chris O'Leary Arts - Home
Create a free website. Start your own free website. A surprisingly easy drag and drop site creator. Learn more.
SOCIAL ENGAGEMENT