I hereby claim:
- I am fmontes on github.
- I am fmontes (https://keybase.io/fmontes) on keybase.
- I have a public key ASDXVnioW1NCen6RxtgYVAeFYt3WR9g8_YMeR8ucc8T7bAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Find all the existence of a text: | |
var headings = document.evaluate("//h4[contains(., 'String of text')]", document, null, XPathResult.ANY_TYPE, null ); | |
// Get one element | |
var el = headings.iterateNext(); | |
// Replace the text | |
el.innerText = 'New text' |
<Context path="${catalina.home}/webapps/ROOT" docBase="${catalina.home}/webapps/ROOT" reloadable="false" crossContext="true"> | |
<JarScanner scanBootstrapClassPath="false" scanClassPath="false"> | |
<JarScanFilter tldSkip="*.jar" pluggabilitySkip="*.jar"/> | |
</JarScanner> | |
<Resources allowLinking="true" /> | |
<!-- | |
The class loader behaviour changed on recent tomcat versions, with the new default behaviour | |
we are unable to set a -javaagent and with that we won't be able to use instrumentation, setting the | |
delegate to true will restored the loader behaviour. | |
"Set to true if you want the class loader to follow the standard Java2 delegation model, |
#!/bin/sh | |
red="\033[0;31m" | |
yellow="\033[1;33m" | |
green="\033[1;32m" | |
reset="\033[0m" | |
# now if your "package.json" isn't in the root directory | |
# just "cd" there | |
# eg. | |
# cd folder/with/my-package |
Net Uptime Monitor Failure Log (NetUptimeMonitor.com) | |
UNLICENSED TRIAL VERSION | |
======================================= | |
2/12/2017 9:42:35 AM Log Start | |
--------------------------------------- | |
Failure Start Length | |
2/12/2017 9:48:24 AM 0:00:06 | |
2/12/2017 9:48:39 AM 0:00:06 | |
2/12/2017 8:55:47 AM 0:00:06 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Redux examples"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<script src="https://wzrd.in/standalone/expect@latest"></script> | |
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js"></script> |