Skip to content

Instantly share code, notes, and snippets.

View Wieku's full-sized avatar
🙂
What is a status?

Sebastian Krajewski Wieku

🙂
What is a status?
View GitHub Profile
// ==UserScript==
// @name osu! Logo template
// @namespace http://tampermonkey.net/
// @version 0.8
// @description try to take over the canvas!
// @author oralekin, LittleEndu, ekgame, Wieku, DeadRote, exdeejay (xDJ_), 101arrowz
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant GM_xmlhttpRequest
// ==/UserScript==
// ==UserScript==
// @name osu! Logo template
// @namespace http://tampermonkey.net/
// @version 0.8
// @description try to take over the canvas!
// @author oralekin, LittleEndu, ekgame, Wieku, DeadRote, exdeejay (xDJ_), 101arrowz
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant GM_xmlhttpRequest
// ==/UserScript==
import java.awt.Dimension
import java.io.File
import java.io.FileOutputStream
import java.lang.Exception
import java.net.URL
import java.text.SimpleDateFormat
import java.util.*
import javax.net.ssl.HttpsURLConnection
import javax.swing.BoxLayout
import javax.swing.JFrame
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Scanner;
public class Main {
import javax.imageio.ImageIO;
import java.awt.Color;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class Main {
@Wieku
Wieku / arduino.c
Created February 17, 2016 23:14
osu! touch keyboard
#include <CapacitiveSensor.h>
CapacitiveSensor sens1 = CapacitiveSensor(8,6);
CapacitiveSensor sens2 = CapacitiveSensor(4,2);
void setup() {
sens1.set_CS_AutocaL_Millis(0xFFFFFFFF);
sens2.set_CS_AutocaL_Millis(0xFFFFFFFF);
Serial.begin(115200);