Update notes for 2018-09-04

This commit is contained in:
2018-09-04 17:08:34 +03:00
parent 8a44b93bad
commit f37fb89092
4 changed files with 31 additions and 15 deletions

View File

@ -22,7 +22,7 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-05/" /><meta property="article:published_time" content="2018-05-01T16:43:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-05-31T15:53:12-07:00"/>
<meta property="article:modified_time" content="2018-09-04T16:15:26&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="May, 2018"/>
<meta name="twitter:description" content="2018-05-01
@ -49,9 +49,9 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
"@type": "BlogPosting",
"headline": "May, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-05/",
"wordCount": "3502",
"wordCount": "3503",
"datePublished": "2018-05-01T16:43:54&#43;03:00",
"dateModified": "2018-05-31T15:53:12-07:00",
"dateModified": "2018-09-04T16:15:26&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -294,7 +294,7 @@ Livestock and Fish
<li>Just a note to myself, I figured out how to get reconcile-csv to run from source rather than running the old pre-compiled JAR file:</li>
</ul>
<pre><code>$ lein run /tmp/crps.csv id
<pre><code>$ lein run /tmp/crps.csv name id
</code></pre>
<ul>