This file contains 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
import java.awt.image.BufferedImage; | |
import java.io.File; | |
import java.io.IOException; | |
import javax.imageio.ImageIO; | |
public class Main { | |
/** | |
* @param args |
This file contains 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
// ==UserScript== | |
// @name git.eclipse.org bug reference detector | |
// @version 0.1.0 | |
// @licence EPL v1.0 - http://www.eclipse.org/legal/epl-v10.html | |
// @namespace http://www.github.com/kartben | |
// @description Make references to Eclipse bugs clickable in git.eclipse.org Web UI | |
// @include http://git.eclipse.org/* | |
// ==/UserScript== | |
var nodes = document.evaluate( |
NewerOlder