Computing Blog -- Complete Index and permanent links
This blog is linked on technorati.
Quantitative Analysis in Finance
C++ programming
- Constrained Levenberg-Marquardt using the InMin library
- Constrained minimisation using the Levenberg-Marquardt algorithm
- C++ implementation of Khachiyan algorithm for the minimum enclosing (or covering) ellipsoid
- Making use of std::map<> ordered property: interpolation
- Lazy Code Generation (LzCG) and C++ Expression Templates
- A Simple, Minimal, Example of C++ Expression Templates
- Boost:
- Overcoming trouble with private implementation using smart pointers
- A potential pitfall when using boost::uniform_01
- Simple input parsing using Boost
- Common compile-time errors when using boost::bind
- More on generating normally distributed random numbers using boost (there is also a short article on this topic below)
- "Pointer Conflict" Errors in the Boost Serialization Library
- From BoostCon 2011 -- Bulk Synchronous Parallelism using Hybrid MPI+OpenMP
- From BoostCon 2011 -- The Geneva Optimisation library
- BoostCon 2011 Report
- Random Review series: randomly reviewing snippets of published codes:
- About the Random Review Series
- Small numerical values in C++
- Basic random number generation
- Basic generation of normally distributed random numbers
- Avoiding Artificial Class Hierarchies
- Avoiding Memory Allocation
- std::vector<> instead of new[]
- Generating random numbers in parallel for large-scale MC
- Derived classes still have a default assignment operator
- Template constructor in a non-template class
- C++ & SWIG: using data pointed to by a pointer
Python programming
- Running Python.
- Part I: Running Python from the command-line
- Part II: Running Python Programs from Emacs
- Python tips:
- Python/Excel Integration
Website/Company News and new projects
Web-publishing
- How this website is made and re-made: link.
- Producing Atom feeds using Kid
- As an example of this, here is how to convert a directory of restructured text files to an Atom feed
