I’ve now uploaded my Subversion Configuration Suite (svn-meta) repository to Google Code so that the files are publicly available for anyone to use.
Archive for the ‘Links’ Category
Subversion Configuration Suite
Wednesday, 4 July 2012Stack Exchange
Saturday, 12 February 2011The is now a plethora of incredibly useful question-and-answer sites available. Here are a few that I like.
Non-free Software
Thursday, 3 February 2011Free Software
Tuesday, 21 December 2010For most pieces of commercial software for common tasks there is an excellent free althernative; sometimes even open source. Here are a few of my favourites.
This post extends and complements several previous ones on open source software, firefox extensions and system tools.
Scripting Links
Monday, 5 October 2009Really good on-line documentation on programming in shell scripting languages seems to be a rarity. On bash, I have found the following invaluable:
- “Advanced Bash-Scripting Guide” in HTML or PDF, hosted by the Linux Documentation Project.
- “An A-Z Index of the Bash command line for Linux“, hosted by ss64.com; see in particular the sections
- Syntax
- Shell Parameters
- Redirection and Process Substitution
- Brackets, including sub-shells and arithmetic
- Conditional Expressions
- Conditional Execution
- Arithmetic Expressions
- Functions
- Syntax
If you really have to do something in MS DOS, then the following is very helpful:
- “An A-Z Index of the Windows XP command line“, again hosted by SS64.com; see in particular the sections
- Syntax
- Parameters
- Redirection
- Conditional Execution
- “Functions“
- SET, including arithmetic
- Syntax
Painters and @Decorators?
Tuesday, 29 September 2009Memory Leaks
Tuesday, 29 September 2009To check for possible memory leaks using MSVC:
_CrtDumpMemoryLeaks()
C/C++ Pre-processor Links
Friday, 25 September 2009Some handy, partly Mi¢ro$oft/MSVC-specific, C/C++ pre-processor links:
MS-DOS Batch Tip: Function Calls, Parameters and Filenames
Wednesday, 17 June 2009Favourite Links and References for Mathematics
Tuesday, 2 June 2009Here is my list of what I believe to be the most important or useful links and references for mathematics.