This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| General | |
| Complete name : file_name_spoof.mp4 | |
| Format : MPEG-4 | |
| Format profile : Base Media | |
| Codec ID : isom | |
| File size : 1.13 MiB | |
| Duration : 14s 676ms | |
| Overall bit rate : 643 Kbps | |
| Encoded date : UTC 1904-01-01 00:00:00 | |
| Tagged date : UTC 1904-01-01 00:00:00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rsync -rcnv --delete cspace-apache-tomcat-7.0.57/* apache-tomcat-7.0.57/ | |
| building file list ... done | |
| deleting temp/safeToDelete.tmp | |
| LICENSE | |
| NOTICE | |
| RELEASE-NOTES | |
| RUNNING.txt | |
| env.txt | |
| bin/._setenv.sh | |
| bin/catalina-tasks.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Redeploy CSpace Code to CSpace Tomcat | |
| hosts: all | |
| tasks: | |
| - name: Shut down CSpace Tomcat before deployment | |
| sudo: true | |
| service: | |
| name: cspace-tomcat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <document repository="default" id="b0e95309-63b5-4fe2-8026-5d5f9574b629"> | |
| <system> | |
| <type>Person</type> | |
| <path>Persons/b0e95309-63b5-4fe2-8026-5d5f9574b629</path> | |
| <lifecycle-state>project</lifecycle-state> | |
| <lifecycle-policy>default</lifecycle-policy> | |
| <access-control> | |
| <acl name="inherited"> | |
| <entry principal="Administrator" permission="Everything" grant="true"/> | |
| <entry principal="members" permission="Read" grant="true"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Deploy CSpace Code to CSpace Tomcat | |
| hosts: all | |
| tasks: | |
| - name: Check for existance of tenant source directory | |
| stat: | |
| path: "{{ tenant_source }}" | |
| register: tenant_source_register |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Bird box gate (servo) controller - Arduino Nano | |
| RF receiver is in MOMENTARY mode and drives a relay contact: | |
| Relay COM -> GND | |
| Relay NO -> D2 | |
| We use D2 with INPUT_PULLUP: | |
| - D2 reads HIGH normally | |
| - D2 reads LOW while the relay is energized (button held) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace IndexDataShared\RecordDataFormatter\Specs; | |
| class DefaultRecord extends \VuFind\RecordDataFormatter\Specs\DefaultRecord { | |
| /** | |
| * Get a callback function for processing label-data pairs for multi-line fields. | |
| * | |
| * This method returns a closure that can be used as a "multiFunction" in field specifications. The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env -S uv run --script | |
| # Note: This script requires 'uv' (https://docs.astral.sh/uv/). | |
| # Install: curl -LsSf https://astral.sh/uv/install.sh | sh (or `brew install uv`) | |
| # Execution: ./script.py OR uv run script.py | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "click", | |
| # ] |
OlderNewer