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
| [ | |
| { | |
| "severity": "severe", | |
| "dsp_id": "6939814e65962b3a72883f15", | |
| "date": "2025-04-19", | |
| "message": "A critical gap has been identified for Big Time Drones in or near Beauly, IL. An additional 36 hours of flying time are required between 20 April and 27 April." | |
| }, | |
| { | |
| "severity": "severe", | |
| "dsp_id": "69398139c8bc164de9df722e", |
This file has been truncated, but you can view the full file.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <collection> | |
| <record> | |
| <leader> | |
| 12288cam 22006611i 4500 | |
| </leader> | |
| <controlfield tag="001"> | |
| 9983540000561 | |
| </controlfield> | |
| <controlfield tag="005"> |
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
| import { ComponentFixture } from "@angular/core/testing"; | |
| import { CloudAppRestService, EntityType, PageInfo } from "@exlibris/exl-cloudapp-angular-lib"; | |
| import { of, Subject } from "rxjs"; | |
| import { map } from "rxjs/operators"; | |
| const PAGE_INFO: PageInfo = { | |
| entities: [{ | |
| "id": "23140519980000561", | |
| "type": EntityType.ITEM, | |
| "description": "AUT1469", |
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
| #!/bin/bash | |
| URL=https://api-na.hosted.exlibrisgroup.com/almaws/v1/users/fdsa | |
| curl ${URL} -vs -H 'accept: application/json' -H "authorization: apikey $ALMA_APIKEY" | jq |
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
| var app = angular.module('viewCustom', ['angularLoad']); | |
| /* Other Works */ | |
| app.controller('OtherWorksComponentController', ['$http', function ($http) { | |
| var vm = this; | |
| const mms_id = vm.parentCtrl.item.pnx.control.sourcerecordid && vm.parentCtrl.item.pnx.control.sourcerecordid[0] || ''; | |
| if (mms_id) { | |
| const data = { | |
| "statements": [{ | |
| "statement": `MATCH |
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 | |
| function alma_get($url) { | |
| $opts = [ | |
| "http" => [ | |
| "header" => "Accept: application/json\r\n" . | |
| "Authorization: apikey " . getenv('ALMA_APIKEY') . "\r\n" | |
| ] | |
| ]; | |
| $context = stream_context_create($opts); | |
| $json = file_get_contents($url, false, $context); |
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
| var alma = require ('almarestapi-lib'); | |
| var xpath = require('xpath'); | |
| var dom = require('xmldom').DOMParser | |
| const XPATH_TITLE = '/record/datafield[@tag="245"]/subfield[@code="a"]'; | |
| const XPATH_AUTHOR = '/record/datafield[@tag="100"]/subfield[@code="a"]'; | |
| const MMS_ID = '99469654400561'; | |
| let title, author, bib, doc; | |
| ( async () => { |
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
| <div class="eca-actions"> | |
| <button mat-flat-button color="secondary" [routerLink]="['/']">Back</button> | |
| <button mat-flat-button color="primary" (click)="save()">Save settings</button> | |
| </div> | |
| <div class="loading-shade" *ngIf="loading"> | |
| <mat-progress-spinner mode="indeterminate" diameter="50"></mat-progress-spinner> | |
| </div> | |
| <h1>Settings</h1> | |
| <h2>Logo</h2> | |
| <div><img src="{{logoUrl}}" style="max-width: 100%;"/></div> |
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
| 99509041500561 | logo.png | |
|---|---|---|
| 99509041400561 | logo.png | |
| 99509041300561 | logo.png | |
| 99509041200561 | logo.png | |
| 99508941400561 | logo.png | |
| 99509041100561 | logo.png | |
| 99508841400561 | logo.png |
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
| #### | |
| # Based on https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html | |
| # and https://github.com/awsdocs/aws-lambda-developer-guide/blob/master/templates/vpc-privatepublic.yaml | |
| #### | |
| pubPrivateVPC: | |
| Type: AWS::EC2::VPC | |
| Properties: | |
| CidrBlock: 172.31.0.0/16 | |
| Tags: |
NewerOlder