/Lab

Code made while working at Neuroscience and Behavior Laboratory

Primary LanguageC#

Description

This folder contains some code made by me while working as an intern for Neurosciences and behavior laboratory at UnB. It is mainly composed of sketches.

Projects

This folder works well with the following repositories:

Sketches

My sketches can be accessed in the src folder. Every code here is intended to be run on Windows.

Beck's Inventories

An implementation of the Beck's Depression and anxiety inventories in C#. It's located in the beck folder, and it is meant to be translatable to any language.

It is currently being worked on the scalemate repository, due to its success. It has been renamed and it is fully growing as its own unique project now.

Edinburgh Handedness Inventory

An implementation of the Edinburgh Handedness Inventory in Go using walk by @lxn. It is located in the edinburgh folder.

Benchmarking

A small application to clock another app's performance. Nothing fancy.