Size: 1099
Comment:
|
Size: 1516
Comment: osTicket stuff
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
== osTicket == [[http://stackoverflow.com/questions/23539793/osticket-create-ticket-through-rest-api|php - osticket, create ticket through REST API - Stack Overflow]] [[http://tmib.net/using-osticket-1812-api|Using the osTicket 1.8.1.2 API | tmib.net]] API documentation: [[https://github.com/osTicket/osTicket/blob/develop/setup/doc/api/tickets.md|osTicket/tickets.md at develop · osTicket/osTicket]] |
osTicket
php - osticket, create ticket through REST API - Stack Overflow
Using the osTicket 1.8.1.2 API
API documentation: osTicket/tickets.md at develop · osTicket/osTicket
Wordpress Website
Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.
Carousel: http://owlgraphic.com/owlcarousel/
Project management
CL_ERRORS
CL_INVALID_DEVICE (-33)
- clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone.
CL_INVALID_WORK_DIMENSION (-53)
Official documentation: Returned by clEnqueueNDRangeKernel if work_dim is not a valid value.
Valid value is 0 < work_dim <= 3.
Called with value of 3 throughout Altus_Standalone codebase; does not appear to have a way to be triggered?