Skip to content

Instantly share code, notes, and snippets.

View ferrybig's full-sized avatar

Fernando van Loenhout ferrybig

View GitHub Profile
@ferrybig
ferrybig / Metasmoke neuralnetwork.md
Last active December 14, 2016 18:39
Metasmoke neuralnetwork.md

Post flagged:

Flagged true positive post: Post{id=40697, title=??????Q?405665716???????????/???????????????????????????BrandeisUniversity, link=//bitcoin.stackexchange.com/questions/48641, reasons=[Reason{id=59, reason_name=Chinese character in title}, Reason{id=90, reason_name=Mostly non-latin title}, Reason{id=91, reason_name=Mostly non-latin body}, Reason{id=93, reason_name=Messaging number in body}, Reason{id=94, reason_name=Messaging number in title}], truePositive=true, falsePositive=false, answer=false, site_id=0}

Flagged true positive post: Post{id=41882, title=CARDING-WUTRANSFER.COM | wu transfer hack, wu transfer carding, cara carding wu, wu carding tutorial, link=//stackoverflow.com/questions/39759816, reasons=[Reason{id=3, reason_name=Bad keyword in body}, Reason{id=22, reason_name=Blacklisted website in body}, Reason{id=61, reason_name=Blacklisted website in title}, Reason{id=81, reason_name=Bad keyword with email in body}], truePositive=true, falsePositive=false, answer=false, sit

@ferrybig
ferrybig / spacktrackerreboot.user.js
Last active April 6, 2017 12:25
Spamtracker Reboot
// ==UserScript==
// @name SpamtrackerReboot
// @namespace http://tampermonkey.net/
// @version 0.6
// @description Rewrite of the spamtracker project, this userscript will notify you using sound and a notification if a new spam post has been posted in any smoke detector supported rooms
// @author You
// @match *://chat.meta.stackexchange.com/*
// @match *://chat.stackexchange.com/*
// @match *://chat.stackoverflow.com/*
// @run-at document-end
"clone_url": "https://github.com/ferrybig/adarkroom.git",
"clone_url": "https://github.com/ferrybig/agafua-syslog.git",
"clone_url": "https://github.com/ferrybig/ALAp5-Bontekoe.git",
"clone_url": "https://github.com/ferrybig/arrive.git",
"clone_url": "https://github.com/ferrybig/auto-comments.git",
"clone_url": "https://github.com/ferrybig/bezier-curve.git",
"clone_url": "https://github.com/ferrybig/Blaze.git",
"clone_url": "https://github.com/ferrybig/BlockGenerator.git",
"clone_url": "https://github.com/ferrybig/BowWars.git",
"clone_url": "https://github.com/ferrybig/breakout.git",
Optional.ofNullable(Security.getProvider(provider)) // only on Windows
.map(p-> p.getService(type, alg)) // should exist but who knows?
.ifPresent(svc-> Security.insertProviderAt( // insert our provider with single SecureRandom service
new Provider(name, p.getVersion(), null) {{ //NOSONAR
setProperty(String.format("%s.%s", type, alg), svc.getClassName());
}}, 1));