Skip to content

Instantly share code, notes, and snippets.

View grobmeier's full-sized avatar
🏠
Working from home

Christian Grobmeier grobmeier

🏠
Working from home
View GitHub Profile
@grobmeier
grobmeier / gist:b5eb58bdee96becf0cab
Created April 3, 2015 09:16
Check Wave Artifacts
#!/bin/sh
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.tar.bz2
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.tar.bz2.asc
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.tar.bz2.sha
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.zip
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.zip.asc
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-bin-0.4.0-alpha.zip.sha
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/wave/0.7-incubating/apache-wave-src-0.4.0-alpha.tar.bz2
wget --no-check-certificate https://dist.apache.org/repos/dist/dev/incubator/w
require "Redcarpet"
section = <<EOS
<script type="text/javascript">
google_ad_client = "ca-pub-000000000";
google_ad_slot = "000000000";
google_ad_width = 1;
google_ad_height = 1;
</script>
EOS

Keybase proof

I hereby claim:

  • I am grobmeier on github.
  • I am grobmeier (https://keybase.io/grobmeier) on keybase.
  • I have a public key whose fingerprint is FD18 F685 BB82 491C 1930 5949 C264 130F A5CC 90DB

To claim this, I am signing this object:

from os.path import join, splitext, basename
import os
import sys
import hashlib
def file_get_contents(path):
with open(path, 'rb') as file:
return file.read()
for root, dirs, files in os.walk('.'):