This file contains 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
{ | |
"documents": [ | |
{ | |
"id": "QM-1", | |
"name": "Quality Control", | |
"tags": ["HW", "SaMD"] | |
}, | |
{ | |
"id": "SOP-6", | |
"name": "Training", |
This file contains 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 titleCase(str) { | |
return str.toLowerCase().split(' ').map(function(word) { | |
return (word.charAt(0).toUpperCase() + word.slice(1)); | |
}).join(' '); | |
} |
This file contains 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
<label>Country</label> | |
<select name="country" id="country"> | |
<option value="">Select a country…</option> | |
<option value="US">United States</option> | |
<option value="CA">Canada</option> | |
<option value="AR">Argentina</option> | |
<option value="BE">Belgium</option> | |
<option value="AF">Afghanistan</option> | |
<option value="AL">Albania</option> | |
<option value="AD">Andorra</option> |
This file contains 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
// CSS cubic-bezier timing functions | |
// @type cubic-bezier | |
$ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530); | |
$ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190); | |
$ease-in-quart: cubic-bezier(0.895, 0.030, 0.685, 0.220); | |
$ease-in-quint: cubic-bezier(0.755, 0.050, 0.855, 0.060); | |
$ease-in-sine: cubic-bezier(0.470, 0.000, 0.745, 0.715); | |
$ease-in-expo: cubic-bezier(0.950, 0.050, 0.795, 0.035); | |
$ease-in-circ: cubic-bezier(0.600, 0.040, 0.980, 0.335); |
This file contains 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
whois gaa.ie | |
% Rights restricted by copyright; http://iedr.ie/index.php/mnudomregs/mnudnssearch/96 | |
% Do not remove this notice | |
domain: gaa.ie | |
descr: Gaelic Athletic Association | |
descr: Unincorporated Association | |
descr: Unincorporated Association Name | |
admin-c: JD277-IEDR |
This file contains 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
ffmpeg -i huge-file.mp4 -vcodec libx264 -preset veryfast smaller-file.mp4 |
This file contains 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 header_change() { | |
window.addEventListener('scroll', function(e){ | |
var distanceY = window.pageYOffset || document.documentElement.scrollTop, | |
shrinkOn = 55, | |
//header = document.querySelector("header"); | |
header = document.getElementsByClassName("actual_header"); | |
if (distanceY > shrinkOn) { | |
classie.add(header,"smaller"); | |
// convert to new color and add apacity | |
classie.add(header,"change_background") |
- Dropbox: https://www.dropbox.com/help
- Facebook: https://www.facebook.com/help
- Zendesk: https://www.zendesk.com/help-center/
- Google: https://support.google.com/
NewerOlder