News

If you find yourself wanting to tunnel into a remote box and work with a production database, here's some helpful commands so you don't need to remember the weird SSH tunneling syntax: ...
// your job: write code that will for each row i in A, sum all the values // all N coluimns of row row A[i,*] and place the sum into y[i] ...