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
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
(function(){ | |
"use strict"; | |
'use strict'; | |
/************************************* BEGIN Bootstrap Script ************************************/ | |
var app = angular.module('viewCustom', ['forceServicesPageAuth', 'toggleInstitutions']); | |
/************************************* END Bootstrap Script ************************************/ |
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
{ | |
"@context": [{ | |
"sc": "http://iiif.io/api/presentation/2#", | |
"iiif": "http://iiif.io/api/image/2#", | |
"dcterms": "http://purl.org/dc/terms/", | |
"dctypes": "http://purl.org/dc/dcmitype/", | |
"vra": "http://purl.org/vra/", | |
"title": { | |
"@id": "dcterms:title" | |
}, |
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
{ | |
"components/infra/formBuilder/field/form-field-radio.html": "<md-input-container layout=\"row\" layout-align=\"start start\">\r\n <md-radio-group ng-model=\"$ctrl.formData[$ctrl.field.name]\"\r\n \t\t\t layout=\"{{$ctrl.field.style && $ctrl.field.style.layout ? $ctrl.field.style.layout : 'row'}}\"\r\n \t\t\t layout-align=\"start start\" >\r\n <p ng-if=\"$ctrl.field.label\" class=\"label flex\" for=\"prm_{{$ctrl.field.label}}\" translate=\"{{$ctrl.field.label}}\"></p>\r\n <div {{$ctrl.field.style && $ctrl.field.style.layout === 'column' ? 'flex' : ''}}\r\n \tlayout=\"row\" layout-align=\"start center\" \r\n \tclass=\"layout-align-start-center layout-row \r\n \t\t{{$ctrl.field.style && $ctrl.field.style.layout === 'column' ? 'flex' : ''}}\"\r\n \tng-repeat=\"option in $ctrl.field.options\">\r\n \r\n\t <md-radio-button value=\"{{option.value}}\"\r\n\t \t\t\t\t (click)=\"$ctrl.field.events.onClick($ctrl.field.events.params)\" >\ |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
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
interface=(INTERFACE HERE) | |
driver=nl80211 | |
ssid=(SSID HERE) | |
hw_mode=a | |
channel=36 | |
country_code=US | |
ignore_broadcast_ssid=0 | |
wpa=2 |
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 | |
#Initial wifi interface configuration | |
ifconfig $1 up 10.0.0.1 netmask 255.255.255.0 | |
sleep 2 | |
###########Start dnsmasq, modify if required########## | |
if [ -z "$(ps -e | grep dnsmasq)" ] | |
then | |
dnsmasq | |
fi |
NewerOlder