diff --git a/404/beta.404.png b/404/beta.404.png new file mode 100644 index 0000000..c76deee Binary files /dev/null and b/404/beta.404.png differ diff --git a/404/stackoverflowmeta.404.jpg b/404/stackoverflowmeta.404.jpg new file mode 100644 index 0000000..b1cb40b Binary files /dev/null and b/404/stackoverflowmeta.404.jpg differ diff --git a/captcha/academia.captcha.png b/captcha/academia.captcha.png new file mode 100644 index 0000000..1b90108 Binary files /dev/null and b/captcha/academia.captcha.png differ diff --git a/captcha/android.captcha.png b/captcha/android.captcha.png new file mode 100644 index 0000000..06d2306 Binary files /dev/null and b/captcha/android.captcha.png differ diff --git a/captcha/apple.captcha.png b/captcha/apple.captcha.png new file mode 100644 index 0000000..161aed4 Binary files /dev/null and b/captcha/apple.captcha.png differ diff --git a/captcha/askubuntu.captcha.png b/captcha/askubuntu.captcha.png new file mode 100644 index 0000000..5521323 Binary files /dev/null and b/captcha/askubuntu.captcha.png differ diff --git a/captcha/aviation.captcha.png b/captcha/aviation.captcha.png new file mode 100644 index 0000000..c32d8ac Binary files /dev/null and b/captcha/aviation.captcha.png differ diff --git a/captcha/beta.captcha.png b/captcha/beta.captcha.png new file mode 100644 index 0000000..6ed1d7a Binary files /dev/null and b/captcha/beta.captcha.png differ diff --git a/captcha/bicycles.captcha.png b/captcha/bicycles.captcha.png new file mode 100644 index 0000000..25e2e3e Binary files /dev/null and b/captcha/bicycles.captcha.png differ diff --git a/captcha/biology.captcha.png b/captcha/biology.captcha.png new file mode 100644 index 0000000..652092f Binary files /dev/null and b/captcha/biology.captcha.png differ diff --git a/captcha/blender.captcha.png b/captcha/blender.captcha.png new file mode 100644 index 0000000..6ed1d7a Binary files /dev/null and b/captcha/blender.captcha.png differ diff --git a/captcha/captcha.sh b/captcha/captcha.sh new file mode 100755 index 0000000..63f41d6 --- /dev/null +++ b/captcha/captcha.sh @@ -0,0 +1,11 @@ +#!/bin/bash +regex="https:\\/\\/([a-z]+)\\.stackexchange\\.com\\/" +while read line; do + if [[ $line =~ $regex ]] + then + site="${BASH_REMATCH[0]}" + name="${BASH_REMATCH[1]}" + curl "${site}content/Sites/$name/img/captcha.png" -o "$name.captcha.png" + curl "https://cdn.sstatic.net/Sites/$name/img/captcha.jpg" -o "$name.captcha.jpg" + fi +done < ~/Dropbox/stack-exchange-sites.txt \ No newline at end of file diff --git a/captcha/chemistry.captcha.png b/captcha/chemistry.captcha.png new file mode 100644 index 0000000..fa73aea Binary files /dev/null and b/captcha/chemistry.captcha.png differ diff --git a/captcha/christianity.captcha.png b/captcha/christianity.captcha.png new file mode 100644 index 0000000..9b4ed40 Binary files /dev/null and b/captcha/christianity.captcha.png differ diff --git a/captcha/codereview.captcha.png b/captcha/codereview.captcha.png new file mode 100644 index 0000000..682fc4d Binary files /dev/null and b/captcha/codereview.captcha.png differ diff --git a/captcha/cooking.captcha.jpg b/captcha/cooking.captcha.jpg new file mode 100644 index 0000000..8126bcb Binary files /dev/null and b/captcha/cooking.captcha.jpg differ diff --git a/captcha/crypto.captcha.png b/captcha/crypto.captcha.png new file mode 100644 index 0000000..0d84fb8 Binary files /dev/null and b/captcha/crypto.captcha.png differ diff --git a/captcha/cs.captcha.png b/captcha/cs.captcha.png new file mode 100644 index 0000000..c0a40c7 Binary files /dev/null and b/captcha/cs.captcha.png differ diff --git a/captcha/cstheory.captcha.png b/captcha/cstheory.captcha.png new file mode 100644 index 0000000..bebd74c Binary files /dev/null and b/captcha/cstheory.captcha.png differ diff --git a/captcha/dba.captcha.png b/captcha/dba.captcha.png new file mode 100644 index 0000000..88d8bd9 Binary files /dev/null and b/captcha/dba.captcha.png differ diff --git a/captcha/diy.captcha.png b/captcha/diy.captcha.png new file mode 100644 index 0000000..bff4355 Binary files /dev/null and b/captcha/diy.captcha.png differ diff --git a/captcha/drupal.captcha.png b/captcha/drupal.captcha.png new file mode 100644 index 0000000..1d2f994 Binary files /dev/null and b/captcha/drupal.captcha.png differ diff --git a/captcha/dsp.captcha.png b/captcha/dsp.captcha.png new file mode 100644 index 0000000..6d235a5 Binary files /dev/null and b/captcha/dsp.captcha.png differ diff --git a/captcha/electronics.captcha.png b/captcha/electronics.captcha.png new file mode 100644 index 0000000..bac23f9 Binary files /dev/null and b/captcha/electronics.captcha.png differ diff --git a/captcha/ell.captcha.png b/captcha/ell.captcha.png new file mode 100644 index 0000000..e613e5d Binary files /dev/null and b/captcha/ell.captcha.png differ diff --git a/captcha/emacs.captcha.png b/captcha/emacs.captcha.png new file mode 100644 index 0000000..a370dc3 Binary files /dev/null and b/captcha/emacs.captcha.png differ diff --git a/captcha/english.captcha.png b/captcha/english.captcha.png new file mode 100644 index 0000000..02bf558 Binary files /dev/null and b/captcha/english.captcha.png differ diff --git a/captcha/expressionengine.captcha.png b/captcha/expressionengine.captcha.png new file mode 100644 index 0000000..494baa7 Binary files /dev/null and b/captcha/expressionengine.captcha.png differ diff --git a/captcha/gamedev.captcha.jpg b/captcha/gamedev.captcha.jpg new file mode 100644 index 0000000..9325686 Binary files /dev/null and b/captcha/gamedev.captcha.jpg differ diff --git a/captcha/gaming.captcha.png b/captcha/gaming.captcha.png new file mode 100644 index 0000000..edb030a Binary files /dev/null and b/captcha/gaming.captcha.png differ diff --git a/captcha/gis.captcha.png b/captcha/gis.captcha.png new file mode 100644 index 0000000..daf7acb Binary files /dev/null and b/captcha/gis.captcha.png differ diff --git a/captcha/graphicdesign.captcha.png b/captcha/graphicdesign.captcha.png new file mode 100644 index 0000000..357b56c Binary files /dev/null and b/captcha/graphicdesign.captcha.png differ diff --git a/captcha/japanese.captcha.png b/captcha/japanese.captcha.png new file mode 100644 index 0000000..ee95392 Binary files /dev/null and b/captcha/japanese.captcha.png differ diff --git a/captcha/judaism.captcha.png b/captcha/judaism.captcha.png new file mode 100644 index 0000000..da3ca56 Binary files /dev/null and b/captcha/judaism.captcha.png differ diff --git a/captcha/magento.captcha.png b/captcha/magento.captcha.png new file mode 100644 index 0000000..2b1cc4a Binary files /dev/null and b/captcha/magento.captcha.png differ diff --git a/captcha/math.captcha.png b/captcha/math.captcha.png new file mode 100644 index 0000000..c720e3a Binary files /dev/null and b/captcha/math.captcha.png differ diff --git a/captcha/mathematica.captcha.png b/captcha/mathematica.captcha.png new file mode 100644 index 0000000..4e451e8 Binary files /dev/null and b/captcha/mathematica.captcha.png differ diff --git a/captcha/mathoverflow.captcha.png b/captcha/mathoverflow.captcha.png new file mode 100644 index 0000000..8fe0129 Binary files /dev/null and b/captcha/mathoverflow.captcha.png differ diff --git a/captcha/money.captcha.png b/captcha/money.captcha.png new file mode 100644 index 0000000..f85ceb2 Binary files /dev/null and b/captcha/money.captcha.png differ diff --git a/captcha/movies.captcha.png b/captcha/movies.captcha.png new file mode 100644 index 0000000..4f75bc5 Binary files /dev/null and b/captcha/movies.captcha.png differ diff --git a/captcha/music.captcha.png b/captcha/music.captcha.png new file mode 100644 index 0000000..75f630f Binary files /dev/null and b/captcha/music.captcha.png differ diff --git a/captcha/networkengineering.captcha.png b/captcha/networkengineering.captcha.png new file mode 100644 index 0000000..c55544f Binary files /dev/null and b/captcha/networkengineering.captcha.png differ diff --git a/captcha/patents.captcha.png b/captcha/patents.captcha.png new file mode 100644 index 0000000..f9fe7d3 Binary files /dev/null and b/captcha/patents.captcha.png differ diff --git a/captcha/photo.captcha.png b/captcha/photo.captcha.png new file mode 100644 index 0000000..cd31589 Binary files /dev/null and b/captcha/photo.captcha.png differ diff --git a/captcha/physics.captcha.png b/captcha/physics.captcha.png new file mode 100644 index 0000000..a430312 Binary files /dev/null and b/captcha/physics.captcha.png differ diff --git a/captcha/puzzling.captcha.png b/captcha/puzzling.captcha.png new file mode 100644 index 0000000..1c36900 Binary files /dev/null and b/captcha/puzzling.captcha.png differ diff --git a/captcha/quantumcomputing.captcha.png b/captcha/quantumcomputing.captcha.png new file mode 100644 index 0000000..941f84f Binary files /dev/null and b/captcha/quantumcomputing.captcha.png differ diff --git a/captcha/raspberrypi.captcha.png b/captcha/raspberrypi.captcha.png new file mode 100644 index 0000000..6af4cbe Binary files /dev/null and b/captcha/raspberrypi.captcha.png differ diff --git a/captcha/rpg.captcha.png b/captcha/rpg.captcha.png new file mode 100644 index 0000000..d6e4dbe Binary files /dev/null and b/captcha/rpg.captcha.png differ diff --git a/captcha/salesforce.captcha.png b/captcha/salesforce.captcha.png new file mode 100644 index 0000000..6ed1d7a Binary files /dev/null and b/captcha/salesforce.captcha.png differ diff --git a/captcha/scifi.captcha.png b/captcha/scifi.captcha.png new file mode 100644 index 0000000..62708ea Binary files /dev/null and b/captcha/scifi.captcha.png differ diff --git a/captcha/security.captcha.png b/captcha/security.captcha.png new file mode 100644 index 0000000..d662da0 Binary files /dev/null and b/captcha/security.captcha.png differ diff --git a/captcha/serverfault.captcha.png b/captcha/serverfault.captcha.png new file mode 100644 index 0000000..0b3e8c1 Binary files /dev/null and b/captcha/serverfault.captcha.png differ diff --git a/captcha/sharepoint.captcha.png b/captcha/sharepoint.captcha.png new file mode 100644 index 0000000..aaaedb9 Binary files /dev/null and b/captcha/sharepoint.captcha.png differ diff --git a/captcha/skeptics.captcha.png b/captcha/skeptics.captcha.png new file mode 100644 index 0000000..3115ed0 Binary files /dev/null and b/captcha/skeptics.captcha.png differ diff --git a/captcha/softwareengineering.captcha.png b/captcha/softwareengineering.captcha.png new file mode 100644 index 0000000..87c7d13 Binary files /dev/null and b/captcha/softwareengineering.captcha.png differ diff --git a/captcha/softwarerecs.captcha.png b/captcha/softwarerecs.captcha.png new file mode 100644 index 0000000..a49b504 Binary files /dev/null and b/captcha/softwarerecs.captcha.png differ diff --git a/captcha/stackapps.captcha.jpg b/captcha/stackapps.captcha.jpg new file mode 100644 index 0000000..aa39cf0 Binary files /dev/null and b/captcha/stackapps.captcha.jpg differ diff --git a/captcha/stackoverflow.captcha.svg b/captcha/stackoverflow.captcha.svg new file mode 100644 index 0000000..d6593cc --- /dev/null +++ b/captcha/stackoverflow.captcha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/captcha/stackoverflowmeta.captcha.jpg b/captcha/stackoverflowmeta.captcha.jpg new file mode 100644 index 0000000..08ce751 Binary files /dev/null and b/captcha/stackoverflowmeta.captcha.jpg differ diff --git a/captcha/stats.captcha.png b/captcha/stats.captcha.png new file mode 100644 index 0000000..ea3de0c Binary files /dev/null and b/captcha/stats.captcha.png differ diff --git a/captcha/superuser.captcha.jpg b/captcha/superuser.captcha.jpg new file mode 100644 index 0000000..ff7a677 Binary files /dev/null and b/captcha/superuser.captcha.jpg differ diff --git a/captcha/tex.captcha.png b/captcha/tex.captcha.png new file mode 100644 index 0000000..0b185b3 Binary files /dev/null and b/captcha/tex.captcha.png differ diff --git a/captcha/travel.captcha.png b/captcha/travel.captcha.png new file mode 100644 index 0000000..7529204 Binary files /dev/null and b/captcha/travel.captcha.png differ diff --git a/captcha/unix.captcha.png b/captcha/unix.captcha.png new file mode 100644 index 0000000..cd31589 Binary files /dev/null and b/captcha/unix.captcha.png differ diff --git a/captcha/ux.captcha.png b/captcha/ux.captcha.png new file mode 100644 index 0000000..30abef5 Binary files /dev/null and b/captcha/ux.captcha.png differ diff --git a/captcha/webapps.captcha.png b/captcha/webapps.captcha.png new file mode 100644 index 0000000..cd31589 Binary files /dev/null and b/captcha/webapps.captcha.png differ diff --git a/captcha/webmasters.captcha.png b/captcha/webmasters.captcha.png new file mode 100644 index 0000000..cd31589 Binary files /dev/null and b/captcha/webmasters.captcha.png differ diff --git a/captcha/wordpress.captcha.png b/captcha/wordpress.captcha.png new file mode 100644 index 0000000..f2fd942 Binary files /dev/null and b/captcha/wordpress.captcha.png differ diff --git a/captcha/workplace.captcha.png b/captcha/workplace.captcha.png new file mode 100644 index 0000000..bf1ae30 Binary files /dev/null and b/captcha/workplace.captcha.png differ diff --git a/captcha/worldbuilding.captcha.png b/captcha/worldbuilding.captcha.png new file mode 100644 index 0000000..eda506b Binary files /dev/null and b/captcha/worldbuilding.captcha.png differ