Skip to content

Commit

Permalink
corrected curl.demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg committed Oct 28, 2018
1 parent a640318 commit 0f27a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/curl.demo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export url='http://127.0.0.1:8080/Analyze'
export url='http://127.0.0.1:8081/Analyze'
export header='content-type: application/json'
export data='"http://samplecsvs.s3.amazonaws.com/SacramentocrimeJanuary2006.csv"'
curl -w "\n" --header "$header " --data "$data" $url
4 changes: 2 additions & 2 deletions perfected/CountDigits.dyalog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rCountDigits csv;txt;fields
frequency count of digits 0-9 in csv text
rCountDigits csv;txt;fields
Frequency count of digits 0-9 in csv text

txtcsv~'-' ignore minus signs
fields(~txt',',⎕UCS 13 10)txt split on , CR or LF
Expand Down

0 comments on commit 0f27a49

Please sign in to comment.