Skip to content

Task and server code for a study of real-life dynamic inconsistency

Notifications You must be signed in to change notification settings

Kodiologist/Brass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository houses code for running Brass. SchizoidPy is required.

task.py

Task code for the initial, in-laboratory testing session in which subjects make commitments and complete pretests. Some information is sent to the server for the benefit of checkin.pl and notifier.pl.

commitments.py

A library for task.py.

receiver.pl

A CGI program that receives messages from task.py and updates the database accordingly.

checkin.pl

A CGI program subjects use to check in each day.

notifier.pl

A program that should be run on the server once per day (although it's idempotent: it will only send one message per subject per day) at 9 PM local time.

schema.sql

A schema for the server's SQLite database.

License

This program is copyright 2013 Kodi Arfer.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Task and server code for a study of real-life dynamic inconsistency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published