Size: 1062
Comment: Details about Wordpress Website
|
Size: 1608
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from innoBright == 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]] |
|
Line 11: | Line 21: |
[[https://docs.google.com/spreadsheets/d/1ONS59_7YPDcfk0iZXSXj7x9rgZTttkerhyYtDZ65Bbk/edit?ts=5660a94b#gid=0|Altus v1.1 updates and fixes]] | == Linux builds == |
Line 13: | Line 23: |
== CL_ERRORS == | from https://www.bitkeeper.org/download.html: |
Line 15: | Line 25: |
=== CL_INVALID_DEVICE (-33) === | * Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS * Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS * Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12 |
Line 17: | Line 29: |
* 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. | == Tests to write == |
Line 19: | Line 31: |
* Passing arguments out-of-order (worked in old builds, no longer works in new ones) | |
Line 20: | Line 33: |
=== CL_INVALID_WORK_DIMENSION (-53) === | == test.json spec == |
Line 22: | Line 35: |
[[https://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/errors.html|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? |
disabled (bool):: Whether or not to run this test startFrame (int):: Start frame endFrame (int):: End frame stereo (bool):: Stereo images multilayer (bool):: Multilayer images groundTruth (str):: Path to ground truth image to run MSE against. Can contain "MEGATRON://" that will be replaced with M: or /mnt/megatron/ depending on platform |
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
Linux builds
from https://www.bitkeeper.org/download.html:
- Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS
- Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS
- Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12
Tests to write
- Passing arguments out-of-order (worked in old builds, no longer works in new ones)
test.json spec
- disabled (bool)
- Whether or not to run this test
- startFrame (int)
- Start frame
- endFrame (int)
- End frame
- stereo (bool)
- Stereo images
- multilayer (bool)
- Multilayer images
- groundTruth (str)
- Path to ground truth image to run MSE against. Can contain "MEGATRON://" that will be replaced with M: or /mnt/megatron/ depending on platform