First round of USAGE docs.
Also, have the Result iterator auto-rewind when complete. FossilOrigin-Name: d10c2e7dd8dd447cc33f1cfb6fbbd94946f56e8da912e1619673338d9c8a968d
This commit is contained in:
parent
6f6ab2f85a
commit
6197b8ab3f
10 changed files with 698 additions and 15 deletions
8
experiments/imdb/Makefile
Normal file
8
experiments/imdb/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
nim c -d:release imdb_import.nim
|
||||
nim c -d:release imdb_find_actor_path.nim
|
||||
|
||||
clean:
|
||||
rm -f *.csv
|
||||
rm -f *.tsv.gz
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue