A collection of implementations for managing a simple security portfolio centered around SICP 6.001.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Holloway
722e3a5aa6
Messy commit, adding a lot of changes for demonstration
...
new file: api-output.scm
Module to ask security market APIs for information
new file: database.scm
Module for working with the database schema
new file: db.md
Current db file
new file: db.md_original
Backup db file
new file: holding.scm
Module for functions that deal with holding type
new file: patch_2020-11-15.txt
new file: portfolio.scm
new file: sqlite_testing.scm
Working with Sqlite
modified: stockminder.scm
Main Scheme thread
new file: test.db
new file: test.json
Playing with different data storage methods
new file: test.sqlite
Using sqlite db
4 years ago
.gitignore
Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl.
4 years ago
api-output.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
database.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
db.md
Messy commit, adding a lot of changes for demonstration
4 years ago
db.md_original
Messy commit, adding a lot of changes for demonstration
4 years ago
holding.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
patch_2020-11-15.txt
Messy commit, adding a lot of changes for demonstration
4 years ago
portfolio.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
sqlite_testing.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
stocklist.conf
Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl.
4 years ago
stockminder.pl
Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl.
4 years ago
stockminder.scm
Messy commit, adding a lot of changes for demonstration
4 years ago
test.db
Messy commit, adding a lot of changes for demonstration
4 years ago
test.json
Messy commit, adding a lot of changes for demonstration
4 years ago
test.sqlite
Messy commit, adding a lot of changes for demonstration
4 years ago