I hereby claim:
- I am wouterd on github.
- I am wouterd (https://keybase.io/wouterd) on keybase.
- I have a public key whose fingerprint is 4EB3 3911 580A 2C21 1981 ED03 4569 9580 E78F 15F1
To claim this, I am signing this object:
| # SWF's with GET parameters are not allowed (bad request) | |
| RewriteCond %{QUERY_STRING} !^$ | |
| RewriteRule ^/.*\.swf$ - [F] |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| $mongoInitScript = <<-"SCRIPT" | |
| YUM_REPO_CONFIG_PATH="/etc/yum.repos.d/mongodb.repo" | |
| tee $YUM_REPO_CONFIG_PATH <<-"EOF" |
| public class SubjectHstSiteMapHandler extends ContentBeanAwareHstSiteMapItemHandler { | |
| private static final Logger LOGGER = LoggerFactory.getLogger(SubjectHstSiteMapHandler.class); | |
| @Override | |
| public ResolvedSiteMapItem process(ResolvedSiteMapItem resolvedSiteMapItem, | |
| HttpServletRequest request, | |
| HttpServletResponse response) | |
| throws HstSiteMapItemHandlerException { | |
| HippoBean contentBean = getContentBeanForResolvedSiteMapItem(resolvedSiteMapItem); | |
| if (contentBean == null) { | |
| LOGGER.info("No content bean found, reverting to initial site map item."); |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Random; | |
| /** | |
| * Created by wouter on 19-03-14. | |
| */ | |
| public class ParrallelTest { | |
| public static final int SET_SIZE = 1000000; |
| <?xml version="1.0" encoding="UTF-8"?><sv:node xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:h="http://www.onehippo.org/jcr/xmlimport" sv:name="defaultread" h:merge="combine"> | |
| <sv:node sv:name="mygroups"> | |
| <sv:property sv:name="jcr:primaryType" sv:type="Name"> | |
| <sv:value>hipposys:domainrule</sv:value> | |
| </sv:property> | |
| <sv:node sv:name="match-members-with-username"> | |
| <sv:property sv:name="jcr:primaryType" sv:type="Name"> | |
| <sv:value>hipposys:facetrule</sv:value> | |
| </sv:property> | |
| <sv:property sv:name="hipposys:equals" sv:type="Boolean"> |
| { | |
| "name": "dynamic-ip", | |
| "version": "0.0.1", | |
| "description": "A tool to update cloudflare with my dynamic IP", | |
| "main": "update.js", | |
| "dependencies": { | |
| "fn.js": "~0.7.0", | |
| "sequence": "~3.0.0", | |
| "restler": "~3.2.2" | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "title":"<img src=# onerror='alert(11)'>" | |
| } |
I hereby claim:
To claim this, I am signing this object:
Find all git repos that have local changes that need pushing
find . -name .git | xargs -I % sh -c " git -C %/.. diff --exit-code > /dev/null || echo % "