I hereby claim:
- I am wildone on github.
- I am maxbarrass (https://keybase.io/maxbarrass) on keybase.
- I have a public key ASAxoYdiRTDAhfH75sFZNU80hJLVWrMrDkqzCcXGxIhImQo
To claim this, I am signing this object:
| docker run -v ${pwd}:/data pandoc/core -o test2.md --extract-media=./test2/ test2.docx |
| "If you are looking to fix strings that look like urls in text and convert them to ulrs like this https://www.example.ru http://www.example.com www.example.com.au example.co.jp http://blog.example.app http://www.example.com/product http://www.example.com/products?id=1&page=2 http://www.example.com#up http://255.255.255.255 255.255.255.255 http:// www.site.com:8008 you can use Regex in javascript to replace strings with a format of you liking even if a url is at the end of your string like google.com".replace(/((\w+:\/\/\S+)|(\w+[\.:]\w+\S+))[^\s,\.]/mg,'<a href="$&" target="_blank">$&</a>') |
| https://gist.githubusercontent.com/anudeepND/adac7982307fec6ee23605e281a57f1a/raw/5b8582b906a9497624c3f3187a49ebc23a9cf2fb/Test.txt | |
| https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
| https://mirror1.malwaredomains.com/files/justdomains | |
| http://sysctl.org/cameleon/hosts | |
| https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt | |
| https://hosts-file.net/ad_servers.txt | |
| https://raw.githubusercontent.com/hectorm/hmirror/master/data/adaway.org/list.txt | |
| https://raw.githubusercontent.com/hectorm/hmirror/master/data/adblock-nocoin-list/list.txt |
I hereby claim:
To claim this, I am signing this object:
| input { | |
| file { | |
| path => "/Users/sebastienmuller/comperio/projects/sintef/tmp/logs/indexing_logs_2/solr.log.3" | |
| start_position => "beginning" | |
| sincedb_path => "/dev/null" | |
| } | |
| } | |
| filter { | |
| # Extract event severity and timestamp |
| #!/usr/bin/env bash | |
| ENV_PATH="$(dirname "$(dirname "$(which pip)")")" | |
| SYSTEM_VIRTUALENV="$(which -a virtualenv|tail -1)" | |
| echo "Ensure the root of current virtualenv:" | |
| echo " $ENV_PATH" | |
| read -p "‼️ Say no if you are not sure (y/N) " -n 1 -r | |
| echo | |
| PYEXC_DEF="$(sed -n '1s/^#!//p' $SYSTEM_VIRTUALENV)" | |
| read -p "🐍 Choose which python to use? [$PYEXC_DEF] " PYEXC |
| <!--demo: http://jona.ca/blog/unclosed-tag-finder/ --> | |
| <!--source: http://jonathanaquino.com/unclosedTagFinder.txt --> | |
| <textarea id="unclosed-tag-finder-input" style="width:100%;height:300px"> | |
| </textarea> | |
| <div><input type="button" id="unclosed-tag-finder-button" value="Submit" ></input></div> | |
| <br /> | |
| <h3>Results</h3> | |
| <pre id="unclosed-tag-finder-results"> | |
| </pre> |
| <link rel="import" href="../topeka-elements/theme.html"> | |
| <link rel="import" href="../topeka-elements/topeka-resources.html"> | |
| <link rel="import" href="../topeka-elements/topeka-app.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
| # Git credentials | |
| GIT_AUTHOR_NAME="Max Barrass" | |
| GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" | |
| git config --global user.name "$GIT_AUTHOR_NAME" | |
| GIT_AUTHOR_EMAIL="[email protected]" | |
| GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" | |
| git config --global user.email "$GIT_AUTHOR_EMAIL" | |
| # Pip should only run if there is a virtualenv currently activated | |
| export PIP_REQUIRE_VIRTUALENV=true |
| #!/bin/sh | |
| set -e | |
| ### BEGIN INIT INFO | |
| # Provides: convoy | |
| # Required-Start: $syslog $remote_fs | |
| # Required-Stop: $syslog $remote_fs | |
| # Should-Start: cgroupfs-mount cgroup-lite | |
| # Should-Stop: cgroupfs-mount cgroup-lite | |
| # Default-Start: 2 3 4 5 |