Posts

Showing posts from May, 2017

Eye Tracking Project Notes

One of the main reasons I bought a 3d printer was to explore the idea of creating a headset with a medium to low end camera attached to it.  With a enough luck create a device that would work by tracking the eye. At the moment I'm putting this project on hold but I want to look at these resources later. Open Source Projects Eye Tracking https://sourceforge.net/projects/gazepointer/?source=navbar pupil-labs/pupil: Open source eye tracking PyGaze | Open source eye-tracking software and more. OGAMA (OpenGazeAndMouseAnalyzer) Devices and Alternatives http://www.gazept.com/product/gazepoint-gp3-eye-tracker/

Angular: Custom Value Checkbox

Sometimes the dba won't change a field's datatype in the database which why handle all my databases now days. Just some quick notes for handling custom values to send back to the database for a form post. Using angular 1.5... <input type = "checkbox" ng-model = "item.selected" ng-true-value = "'TRUE'" ng-false-value = "'FALSE'" />  - " add quotations because it's an angularjs expression and it also needs to be a constant"  Resources http://plnkr.co/edit/ehXObXaXicC1BvKyQtmI?p=preview Angular view not updating when checkbox clicked Passing dynamic value with single quote as a ng-true-value expression fails

Popular posts from this blog

UI-Bootstrap Collapsible Sticky Footer

Installing Windows on Acer chromebook 15 cb3-532

Aspetcore: NLog with Postgresql