Skip to content

Instantly share code, notes, and snippets.

View secretdataz's full-sized avatar
💭
I may be slow to respond.

Jittapan Pluemsumran secretdataz

💭
I may be slow to respond.
  • Bangkok, Thailand
  • 01:30 (UTC +07:00)
View GitHub Profile
@secretdataz
secretdataz / AdditionUnderXOR.java
Created October 5, 2021 13:11 — forked from CB30/AdditionUnderXOR.java
This is with a set seed. Replace with your seed on line 99. Enjoy!
import java.util.*;
public class AdditionUnderXOR {
static final int SS = 1;
enum Ore {
COAL(60007),
@secretdataz
secretdataz / steam_quick_queue.user.js
Created June 22, 2018 12:48 — forked from xPaw/steam_quick_queue.user.js
Discover the Steam queue three times to get the sale cards
// ==UserScript==
// @name Steam Queue Auto Discoverer
// @description Discover the Steam queue three times to get the sale cards
// @version 2.2.2
// @namespace https://gist.github.com/xPaw/73f8ae2031b4e528abf7
// @updateURL https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw/steam_quick_queue.user.js
// @icon https://store.steampowered.com/favicon.ico
// @match https://store.steampowered.com/explore*
// @grant none
// ==/UserScript==