I hereby claim:
- I am ferrybig on github.
- I am ferrybig (https://keybase.io/ferrybig) on keybase.
- I have a public key whose fingerprint is 7B28 BE91 9775 3912 96BE F85C 57DD 301D BFAF 06F4
To claim this, I am signing this object:
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)); |
"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", |
// ==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 |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Spamtracker | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Alerts you when new smokedetector messages show up | |
// @author NormalHuman | |
// @author Ferrybig | |
// @match *://chat.meta.stackexchange.com/* | |
// @match *://chat.stackexchange.com/* | |
// @match *://chat.stackoverflow.com/* |
// ==UserScript== | |
// @name Spam Reporter | |
// @namespace http://github.com/Tiny-Giant | |
// @version 1.0.0.0 | |
// @description Adds a link to the post menu for most posts. | |
// @author @TinyGiant | |
// @include /^https?:\/\/\w*.?(stackexchange.com|stackoverflow.com|serverfault.com|superuser.com|askubuntu.com|stackapps.com|mathoverflow.net)\/q(uestions)?\/\d+/ | |
// @grant GM_xmlhttpRequest | |
// ==/UserScript== | |
/* jshint -W097 */ |
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package test; | |
import com.google.gson.Gson; | |
import com.google.gson.JsonArray; | |
import com.google.gson.JsonElement; |
For the past few months, there was a feature in the timeline of a post that showed if the post was concurrently in any review queue. Because this was present, it allowed users to cordinate their votes better in term of the following flags:
Low Quality queue
This feature enabled us to see if the post was already in the queue's, if it was, we didn't need to use a new flag, and could save the flags for worser posts
Close votes queue
If we saw that a post has been edited, we could use this method to visit the post in the queue, and mark it as Leave open, reducing the amount of posts in the queue