This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Requires: curl, jq, xargs, sed, bc, convert and t | |
# Flickr + Twitter User | |
FUSER='mperlet' | |
TUSER='@mperlet_' | |
# User Info URL | |
DATA=$(curl http://flickrit.pboehm.org/photos/$FUSER) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function pdfsites() { | |
echo "Seitenanzahl: " $(pdfinfo $1 | grep Pages: | cut -d":" -f2 | awk '{$1=$1}{ print }') | |
echo "Farbseiten: " $(ghostscript -o - -sDEVICE=inkcov $1 | grep -v "^ 0.00000 0.00000 0.00000" | grep "^ " | wc -l) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Westgeld</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<!-- Bootstrap --> | |
<!-- Das neueste kompilierte und minimierte CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from flask import Flask | |
from flask import send_file | |
from urllib.request import urlopen | |
import random, string | |
import os, glob | |
app = Flask(__name__) | |
@app.route("/<tts>") | |
def hello(tts): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while : | |
do | |
xdotool key "r" | |
sleep 3 | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Stadt-Land-Fluss</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<link href='https://fonts.googleapis.com/css?family=Kameron' rel='stylesheet' type='text/css'> | |
<!-- Bootstrap --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Es ist 12:30Uhr. Draussen sind es 8 grad. Es regnet nicht äüöäüö |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@lemaker ~]# sjunkieex | |
/root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:388:in `match': invalid byte sequence in US-ASCII (ArgumentError) | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:388:in `match' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:388:in `block in add_dtd_reference' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:388:in `reject!' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:388:in `add_dtd_reference' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:364:in `open_xml_file' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:317:in `parse_file' | |
from /root/.gem/ruby/2.2.0/gems/sindex-0.2.5/lib/sindex/series_index.rb:25:in `initialize' | |
from /root/.gem/ruby/2.2.0/gems/sjunkieex-0.1.4/bin/sjunkieex:60:in `new' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>wartN</title> | |
<meta name="description" content="A framework for easily creating beautiful presentations using HTML"> | |
<meta name="author" content="Hakim El Hattab"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for s in $(ls *.{part1.rar,part01.rar}); do unrar x -pserienjunkies.org $s; done |