I hereby claim:
- I am maxmatti on github.
- I am maxmatti (https://keybase.io/maxmatti) on keybase.
- I have a public key ASCCE85H6NZ6gdXgPuuNHGHdPPB7js2EZHBglnzfpRSSoAo
To claim this, I am signing this object:
// ==UserScript== | |
// @name List Price Graphs | |
// @namespace https://mstaff.de | |
// @version 0.1 | |
// @description Display the price graph in the product list of Geizhals | |
// @author You | |
// @match https://geizhals.de/?cat=* | |
// @grant GM_xmlhttpRequest | |
// @run-at document-idle | |
// ==/UserScript== |
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# This file has been created by Max Staff <[email protected]>. It is licensed under CC-BY-4.0: https://creativecommons.org/licenses/by/4.0/ | |
import requests | |
import sys | |
from time import sleep | |
class Pr0grammCrawler(): |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# -*- encoding: utf-8 -*- | |
import datetime | |
from hashlib import sha1 | |
from time import sleep, time | |
from shutil import get_terminal_size | |
from threading import Thread | |
stop = False |
#!/bin/bash | |
begintime="$(date +%s)" | |
OPTS=`getopt -o c:u:p:d: -l connections:,uniqueness:,parts:,destination:,useragent: -- "$@"` | |
if [ $? != 0 ] ; then | |
echo "Usage: $0 [-c <connections>] [-u <uniqueness>] [-p <parts>] [-d <destination>] [--useragent <useragent>] <path>" 1>&2 | |
exit 1 | |
fi |
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
import argparse | |
import glob | |
import string | |
import time | |
from chardet.universaldetector import UniversalDetector | |
from sys import stderr |
(document.getElementById("mw-content-text").children[1].textContent.match(/(ä|ö|ü|ß)/ig) || []).length; |
#include <stdio.h> | |
#include <thread> | |
#include <time.h> | |
void checkNumbers(int offset, int threadCount); | |
bool checkNumber(const int numbers[10]); | |
bool checkDigit(const int digit, const int numbers[10]); | |
int main(int argc, char** argv) { | |
int threadCount; |
/* | |
* Dies ist eine JavaScript-Umgebung. | |
* | |
* Geben Sie etwas JavaScript ein und führen Sie einen Rechtsklick aus oder wählen Sie aus dem Ausführen-Menü: | |
* 1. Ausführen, um den ausgewählten Text zu evaluieren (Strg+R), | |
* 2. Untersuchen, um den Objekt-Inspektor auf das Resultat anzuwenden (Strg+I), oder | |
* 3. Anzeigen, um das Ergebnis in einem Kommentar hinter der Auswahl einzufügen. (Strg+L) | |
*/ | |
if (document.getElementById("myownstuff")) { |