Matt's GitHub Page
Cleaning up downloads folder and retrieving all the arXiv papers metadata
Posted on 25 March 2023.
Cleaning up open Chrome tabs by bookmarking and documenting
Posted on 03 January 2022.
Log of things seen in week 2020-08-01 to 2020-08-08
Posted on 08 August 2020.
Log of things seen in week 2020-07-25 to 2020-08-01
Posted on 01 August 2020.
Log of things seen in week 2020-07-18 to 2020-07-25 (updated mid week)
Posted on 25 July 2020.
Log of things seen in week 2020-07-11 to 2020-07-18 (updated mid week)
Posted on 18 July 2020.
Log of things seen in week 2020-07-04 to 2020-07-11 (updated mid week)
Posted on 11 July 2020.
Log of things seen in week 2020-06-28 to 2020-07-04 (updated mid week)
Posted on 04 July 2020.
Log of things seen in week 2020-06-21 to 2020-06-27 (updated mid week)
Posted on 27 June 2020.
Log of things seen in week 2020-06-14 to 2020-06-20 (updated mid week)
Posted on 20 June 2020.
Cleaning up open Chrome tabs by bookmarking and documenting
Posted on 14 June 2020.
Using AWS for automated downloads
Posted on 30 May 2016.
Working with draft content on GitHub pages
Posted on 22 November 2015.
Triangular numbers are of the form T(N) = 1 + 2 + ... + N. This post
dscribes a procedure for summing general series of the form
S(k,N) = 1 + 2^k + 3^k + ... + N^k.
Posted on 29 June 2013.
Linear programming can be used to detect arbitrage opportunities
in Foreign Exchange (FX) currency markets. This post presents
an example FX arbitrage problem and its solution using
CLP, an open source
C++ optimization library.
Posted on 30 March 2013.
In Scala variables can be mutable (var) or immutable (val).
In C++ variables can be modified by the _const_ keyword to achieve
the same results. Here we consider the case of a list of strings.
An extended C++ example is available at
this gist.
Posted on 25 March 2013.
Both Scala and C++11 have type inference capabilities that simplify code
while retaining type safety. This post compares the syntax for a program
that prints out its list of input arguments.
Posted on 23 March 2013.
Introduction to using Jekyll as a blogging platform, with limited content.
Posted on 13 February 2012.