Skip to content

Instantly share code, notes, and snippets.

@ekgame
ekgame / userscript.user.js
Last active April 2, 2022 21:50 — forked from oralekin/userscript.user.js
osu! Logo Template for 2022 /r/place
// ==UserScript==
// @name osu! Logo template
// @namespace http://tampermonkey.net/
// @version 0.2
// @description try to take over the canvas!
// @author oralekin, LittleEndu, ekgame
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant none
// ==/UserScript==
@ekgame
ekgame / __MAGIKCRAFT__.ekgame.magikcraft_spells.md
Last active September 20, 2017 20:12
Magikcraft Spells, by ekgame.
@ekgame
ekgame / __MAGIKCRAFT__.ekgame.magikcraft_spells.md
Created September 20, 2017 19:57
Magikcraft Spells, by ekgame.
@ekgame
ekgame / build.gradle
Created September 19, 2017 21:14
Gradle buildscript for bukkit to shadow Kotlin runtime
group 'lt.ekgame' // change the group to what suits you
version '0.0.1-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.1.4-3' // May need to be hhanged
ext.bukkit_version = "1.12.1-R0.1-SNAPSHOT" // May need to be hhanged
repositories {
mavenCentral()
jcenter()
@ekgame
ekgame / JDAUtils.java
Created July 19, 2016 19:14
Send a BufferedImage with JDA
package lt.ekgame.storasbot.utils;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.function.Consumer;
import javax.imageio.ImageIO;
import org.apache.http.entity.ContentType;
@ekgame
ekgame / Test.java
Last active January 13, 2021 09:14
Sending a BufferedImage with Discord4J
package lt.ekgame.animation_test;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.SQLException;

Moved to a git repo

The further discussion for this concept has been moved to a proper git repository where you can post issues/requests and make pull requests.

https://github.com/ekgame/osu-client-api-concept/

About

This is a proposal for osu! client side API for third-party applications. The API is designed to provide information as well as to allow interaction with the osu! client.

osu! client here is refered as a Server, third party applications are refered to as Client.