Skip to content

Instantly share code, notes, and snippets.

View m4tx's full-sized avatar

Mateusz Maćkowski m4tx

  • London, United Kingdom
  • 17:06 (UTC +01:00)
View GitHub Profile
@m4tx
m4tx / satoriScript.js
Created November 15, 2014 11:58
Greasemonkey script to hide unnecessary problems groups
// ==UserScript==
// @name Satori Problems auto-hide
// @namespace https://m4tx.pl/
// @version 1.0
// @description Auto-hide unnecessary problem groups in VLO "E" class contest
// @author Mateusz Maćkowski <m4tx@m4tx.pl>
// @match https://satori.tcs.uj.edu.pl/contest/1448205/problems
// @grant none
// ==/UserScript==
@m4tx
m4tx / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
javascript:(function() {
var pad = function(num) {
if (num < 10) {
return '0' + num;
}
return num;
};
var dateToString = function(date) {
return date.getFullYear() + '-'
package utils;
import scala.Tuple2;
import scala.collection.JavaConversions;
import scala.collection.Seq;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;

Keybase proof

I hereby claim:

  • I am m4tx on github.
  • I am m4tx (https://keybase.io/m4tx) on keybase.
  • I have a public key whose fingerprint is 95E7 83DF 2AE2 84AA 018C C279 B335 D765 AF95 696D

To claim this, I am signing this object: