diff --git a/404/404.sh b/404/404.sh new file mode 100755 index 0000000..6da26ed --- /dev/null +++ b/404/404.sh @@ -0,0 +1,9 @@ +#!/bin/bash +regex="https:\\/\\/([a-z]+)\\.stackexchange\\.com\\/" +while read p; do + if [[ $p =~ $regex ]] + then + name="${BASH_REMATCH[1]}" + curl "https://cdn.sstatic.net/Sites/$name/img/404.png" -o "$name.404.png" + fi +done < ~/Dropbox/stack-exchange-sites.txt \ No newline at end of file diff --git a/404/academia.404.png b/404/academia.404.png new file mode 100644 index 0000000..f45ca94 Binary files /dev/null and b/404/academia.404.png differ diff --git a/404/android.404.png b/404/android.404.png new file mode 100644 index 0000000..f2e98dd Binary files /dev/null and b/404/android.404.png differ diff --git a/404/apple.404.png b/404/apple.404.png new file mode 100644 index 0000000..01e14b6 Binary files /dev/null and b/404/apple.404.png differ diff --git a/404/askubuntu.404.png b/404/askubuntu.404.png new file mode 100644 index 0000000..d10e571 Binary files /dev/null and b/404/askubuntu.404.png differ diff --git a/404/aviation.404.png b/404/aviation.404.png new file mode 100644 index 0000000..24282d3 Binary files /dev/null and b/404/aviation.404.png differ diff --git a/404/biology.404.png b/404/biology.404.png new file mode 100644 index 0000000..ec77374 Binary files /dev/null and b/404/biology.404.png differ diff --git a/404/blender.404.png b/404/blender.404.png new file mode 100644 index 0000000..c76deee Binary files /dev/null and b/404/blender.404.png differ diff --git a/404/chemistry.404.png b/404/chemistry.404.png new file mode 100644 index 0000000..41d58f6 Binary files /dev/null and b/404/chemistry.404.png differ diff --git a/404/christianity.404.png b/404/christianity.404.png new file mode 100644 index 0000000..2de2adc Binary files /dev/null and b/404/christianity.404.png differ diff --git a/404/codereview.404.png b/404/codereview.404.png new file mode 100644 index 0000000..465e15f Binary files /dev/null and b/404/codereview.404.png differ diff --git a/404/cooking.404.png b/404/cooking.404.png new file mode 100644 index 0000000..4c45959 Binary files /dev/null and b/404/cooking.404.png differ diff --git a/404/crypto.404.png b/404/crypto.404.png new file mode 100644 index 0000000..7ba8e78 Binary files /dev/null and b/404/crypto.404.png differ diff --git a/404/cs.404.png b/404/cs.404.png new file mode 100644 index 0000000..c07b444 Binary files /dev/null and b/404/cs.404.png differ diff --git a/404/cstheory.404.png b/404/cstheory.404.png new file mode 100644 index 0000000..b4a3fad Binary files /dev/null and b/404/cstheory.404.png differ diff --git a/404/dba.404.png b/404/dba.404.png new file mode 100644 index 0000000..7acbeeb Binary files /dev/null and b/404/dba.404.png differ diff --git a/404/diy.404.png b/404/diy.404.png new file mode 100644 index 0000000..86c3f76 Binary files /dev/null and b/404/diy.404.png differ diff --git a/404/drupal.404.png b/404/drupal.404.png new file mode 100644 index 0000000..9e60c43 Binary files /dev/null and b/404/drupal.404.png differ diff --git a/404/dsp.404.png b/404/dsp.404.png new file mode 100644 index 0000000..e43f99f Binary files /dev/null and b/404/dsp.404.png differ diff --git a/404/electronics.404.png b/404/electronics.404.png new file mode 100644 index 0000000..596c053 Binary files /dev/null and b/404/electronics.404.png differ diff --git a/404/ell.404.png b/404/ell.404.png new file mode 100644 index 0000000..4d81bbd Binary files /dev/null and b/404/ell.404.png differ diff --git a/404/emacs.404.png b/404/emacs.404.png new file mode 100644 index 0000000..bb8172e Binary files /dev/null and b/404/emacs.404.png differ diff --git a/404/english.404.png b/404/english.404.png new file mode 100644 index 0000000..a1d7c19 Binary files /dev/null and b/404/english.404.png differ diff --git a/404/expressionengine.404.png b/404/expressionengine.404.png new file mode 100644 index 0000000..f503eb4 Binary files /dev/null and b/404/expressionengine.404.png differ diff --git a/404/gaming.404.png b/404/gaming.404.png new file mode 100644 index 0000000..f62ae33 Binary files /dev/null and b/404/gaming.404.png differ diff --git a/404/gis.404.png b/404/gis.404.png new file mode 100644 index 0000000..e93f0c3 Binary files /dev/null and b/404/gis.404.png differ diff --git a/404/graphicdesign.404.png b/404/graphicdesign.404.png new file mode 100644 index 0000000..7741290 Binary files /dev/null and b/404/graphicdesign.404.png differ diff --git a/404/japanese.404.png b/404/japanese.404.png new file mode 100644 index 0000000..60fdb88 Binary files /dev/null and b/404/japanese.404.png differ diff --git a/404/judaism.404.png b/404/judaism.404.png new file mode 100644 index 0000000..e017fc0 Binary files /dev/null and b/404/judaism.404.png differ diff --git a/404/magento.404.png b/404/magento.404.png new file mode 100644 index 0000000..d2dbaac Binary files /dev/null and b/404/magento.404.png differ diff --git a/404/math.404.png b/404/math.404.png new file mode 100644 index 0000000..15a5adc Binary files /dev/null and b/404/math.404.png differ diff --git a/404/mathematica.404.png b/404/mathematica.404.png new file mode 100644 index 0000000..2a68d97 Binary files /dev/null and b/404/mathematica.404.png differ diff --git a/404/mathoverflow.404.png b/404/mathoverflow.404.png new file mode 100644 index 0000000..11b65f5 Binary files /dev/null and b/404/mathoverflow.404.png differ diff --git a/404/meta.404.png b/404/meta.404.png new file mode 100644 index 0000000..c76deee Binary files /dev/null and b/404/meta.404.png differ diff --git a/404/money.404.png b/404/money.404.png new file mode 100644 index 0000000..68f9c87 Binary files /dev/null and b/404/money.404.png differ diff --git a/404/movies.404.png b/404/movies.404.png new file mode 100644 index 0000000..5915b23 Binary files /dev/null and b/404/movies.404.png differ diff --git a/404/music.404.png b/404/music.404.png new file mode 100644 index 0000000..49cfb9b Binary files /dev/null and b/404/music.404.png differ diff --git a/404/networkengineering.404.png b/404/networkengineering.404.png new file mode 100644 index 0000000..859c52e Binary files /dev/null and b/404/networkengineering.404.png differ diff --git a/404/patents.404.png b/404/patents.404.png new file mode 100644 index 0000000..1d1f5cb Binary files /dev/null and b/404/patents.404.png differ diff --git a/404/photo.404.png b/404/photo.404.png new file mode 100644 index 0000000..4c45959 Binary files /dev/null and b/404/photo.404.png differ diff --git a/404/physics.404.png b/404/physics.404.png new file mode 100644 index 0000000..dd93eea Binary files /dev/null and b/404/physics.404.png differ diff --git a/404/puzzling.404.png b/404/puzzling.404.png new file mode 100644 index 0000000..2b710ef Binary files /dev/null and b/404/puzzling.404.png differ diff --git a/404/raspberrypi.404.png b/404/raspberrypi.404.png new file mode 100644 index 0000000..81f1a92 Binary files /dev/null and b/404/raspberrypi.404.png differ diff --git a/404/rpg.404.png b/404/rpg.404.png new file mode 100644 index 0000000..4fac4ac Binary files /dev/null and b/404/rpg.404.png differ diff --git a/404/salesforce.404.png b/404/salesforce.404.png new file mode 100644 index 0000000..c76deee Binary files /dev/null and b/404/salesforce.404.png differ diff --git a/404/scifi.404.png b/404/scifi.404.png new file mode 100644 index 0000000..757d99a Binary files /dev/null and b/404/scifi.404.png differ diff --git a/404/security.404.png b/404/security.404.png new file mode 100644 index 0000000..dd93eea Binary files /dev/null and b/404/security.404.png differ diff --git a/404/serverfault.404.jpg b/404/serverfault.404.jpg new file mode 100644 index 0000000..e60e769 Binary files /dev/null and b/404/serverfault.404.jpg differ diff --git a/404/sharepoint.404.png b/404/sharepoint.404.png new file mode 100644 index 0000000..5e58b0c Binary files /dev/null and b/404/sharepoint.404.png differ diff --git a/404/skeptics.404.png b/404/skeptics.404.png new file mode 100644 index 0000000..2a0c841 Binary files /dev/null and b/404/skeptics.404.png differ diff --git a/404/softwareengineering.404.png b/404/softwareengineering.404.png new file mode 100644 index 0000000..680fb24 Binary files /dev/null and b/404/softwareengineering.404.png differ diff --git a/404/softwarerecs.404.png b/404/softwarerecs.404.png new file mode 100644 index 0000000..82949d7 Binary files /dev/null and b/404/softwarerecs.404.png differ diff --git a/404/stackapps.404.png b/404/stackapps.404.png new file mode 100644 index 0000000..c76deee Binary files /dev/null and b/404/stackapps.404.png differ diff --git a/404/stackoverflow.404.svg b/404/stackoverflow.404.svg new file mode 100644 index 0000000..481f60c --- /dev/null +++ b/404/stackoverflow.404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/404/stats.404.png b/404/stats.404.png new file mode 100644 index 0000000..daa9a4f Binary files /dev/null and b/404/stats.404.png differ diff --git a/404/superuser.404.jpg b/404/superuser.404.jpg new file mode 100644 index 0000000..a174b5b Binary files /dev/null and b/404/superuser.404.jpg differ diff --git a/404/tex.404.png b/404/tex.404.png new file mode 100644 index 0000000..daa9a4f Binary files /dev/null and b/404/tex.404.png differ diff --git a/404/travel.404.png b/404/travel.404.png new file mode 100644 index 0000000..c3aa71e Binary files /dev/null and b/404/travel.404.png differ diff --git a/404/unix.404.png b/404/unix.404.png new file mode 100644 index 0000000..08d9143 Binary files /dev/null and b/404/unix.404.png differ diff --git a/404/ux.404.png b/404/ux.404.png new file mode 100644 index 0000000..dd93eea Binary files /dev/null and b/404/ux.404.png differ diff --git a/404/wordpress.404.png b/404/wordpress.404.png new file mode 100644 index 0000000..64524c0 Binary files /dev/null and b/404/wordpress.404.png differ diff --git a/404/workplace.404.png b/404/workplace.404.png new file mode 100644 index 0000000..8d020da Binary files /dev/null and b/404/workplace.404.png differ diff --git a/404/worldbuilding.404.png b/404/worldbuilding.404.png new file mode 100644 index 0000000..13a3765 Binary files /dev/null and b/404/worldbuilding.404.png differ