Skip to content

Instantly share code, notes, and snippets.

View QuiltMeow's full-sized avatar
🐈
喵嗚 :3 ~

棉被 QuiltMeow

🐈
喵嗚 :3 ~
View GitHub Profile
#pragma once
#include <vector>
#include <iostream>
#include <fstream>
class GNUPlot {
private:
GNUPlot(GNUPlot const&) = delete;
void operator=(GNUPlot const&) = delete;
using System;
using System.Drawing;
using System.Runtime.InteropServices;
namespace SimpleMouseClicker
{
public class MouseUtil
{
[Flags]
public enum MouseEventFlag
#pragma once
#include <bitset>
#include <vector>
#include <sstream>
#include <Windows.h>
class BitPatternConverter {
public:
template <typename T>
#pragma once
#include <string>
class BigInteger {
private:
int sign;
std::string value;
public:
BigInteger() : value("") {
namespace CSharpBomb
{
public class X<A, B, C, D, E>
{
public class Y : X<Y, Y, Y, Y, Y>
{
public Y.Y.Y.Y.Y.Y.Y.Y.Y y;
}
}
@QuiltMeow
QuiltMeow / Compile.bat
Last active June 29, 2022 17:23
Java Bomb (2 檔案)
@echo off
title Java Bomb
color 3f
javac JavaBomb.java
javac -J-Xmx16G -processor JavaBomb JavaBomb.java
pause
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
namespace SSDBreaker
{
public static class Program
{
using AngleSharp;
using AngleSharp.Dom;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Text.RegularExpressions;
using System.Threading;
namespace OldHandheldsDownloader
// Funny Stack Queue
#pragma once
#include <stack>
#include <exception>
template <typename T>
class StackQueue {
private:
protected:
// Circular Queue
#pragma once
#include <exception>
#include <sstream>
#define DEFAULT_QUEUE_CAPACITY 16
#define NO_ELEMENT -1
#define NO_ELEMENT_MESSAGE "佇列沒有任何元素"