https://github.com/zk/mockdbs-scala
Scala port of mockdbs
https://github.com/zk/mockdbs-scala
Last synced: 11 months ago
JSON representation
Scala port of mockdbs
- Host: GitHub
- URL: https://github.com/zk/mockdbs-scala
- Owner: zk
- License: gpl-2.0
- Created: 2009-10-18T06:33:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-11T18:52:07.000Z (about 16 years ago)
- Last Synced: 2025-07-14T05:35:19.086Z (11 months ago)
- Language: Scala
- Homepage: http://mockdbs.com
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# mockdbs-scala
From the [website](http://mockdbs.com)
MockDBS is a simple program that simulates signals generated by
neural features encountered during a Deep Brain Stimulation
procedure. It allows the user to place simulated neurons along a
test track, then descend a simulated probe along that track. It
was originally created for use at the University of Colorado
Health Sciences Center as a participatory site in the GAD2 Viral
Vector study, to facilitate adherence to control group protocol.
Audio output of simulated neurons is produced as the simulated
probe is descended.
This port is a work in progress: uber-alpha quality.
## Why scala?
I wanted access to a strongly typed language with some of the functional characteristics notably absent from Java. I've also used this port to explore implementation of MVC patterns for swing apps, something that (I think) could be elegantly implemented in Scala.
## Problems?
Open up an [issue](http://github.com/zkim/mockdbs-scala/issues)
## License
[GPL v2](http://www.gnu.org/licenses/gpl-2.0.html)