Skip to content

Instantly share code, notes, and snippets.

View MaxTechnics's full-sized avatar
💭
pain

Maxim Coppieters MaxTechnics

💭
pain
  • BuyNLarge
  • the Axiom
  • 11:27 (UTC +02:00)
View GitHub Profile
@MaxTechnics
MaxTechnics / Free_Beyond_Compare.md
Created September 1, 2025 10:36 — forked from njleonzhang/Free_Beyond_Compare.md
Free Beyond Compare by unlimited trail

1 . goto beyond compare folder

 cd "/Applications/Beyond Compare.app/Contents/MacOS/"

2 . rename BCompare to BCompare.real

 mv BCompare BCompare.real

Type Asset:

  {
    "id": 123123123123,
    "name": "asset_key",
    "type": 1
  }
  • ID: The ID of the asset
//
// ScreenSaverManager.swift
// Cuptoast Video Screen Saver
//
// Created by Maxim Coppieters on 3/2/21.
// Copyright © 2021 Maxim Coppieters. All rights reserved.
//
import ScreenSaver
import AVKit
//
// Database.swift
// Cuptoast Video Screen Saver
//
// Created by Maxim Coppieters on 3/2/21.
// Copyright © 2021 Maxim Coppieters. All rights reserved.
//
import ScreenSaver
@MaxTechnics
MaxTechnics / dp.js
Created March 19, 2021 18:06
discord piano
global.G = global;
G.Discord = require("discord.io");
G.fs = require("fs");
G.serverID = "321819041348190249";
G.channelID = "600091812450795523";
G.tokens = fs.readFileSync("tokens.txt", "utf8").split("\n");
G.clients = tokens.map((token, index) => {