Skip to content

Instantly share code, notes, and snippets.

View MattTheTekie's full-sized avatar
🌌
Surfing the oceans of Kepler-22B

MattTheTekie

🌌
Surfing the oceans of Kepler-22B
View GitHub Profile
@MattTheTekie
MattTheTekie / customTimestamps.tsx
Created January 10, 2025 22:59 — forked from nvhhr/customTimestamps.tsx
modified CustomTimestamps for Vencord
/*
* Vencord, a Discord client mod
* Copyright (c) 2024 Vendicated and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import definePlugin, { OptionType } from "@utils/types";
import { definePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import { Forms } from "@webpack/common";
@MattTheTekie
MattTheTekie / java_download.sh
Created September 29, 2023 18:40 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@MattTheTekie
MattTheTekie / docker.md
Created May 14, 2023 18:12 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@MattTheTekie
MattTheTekie / vcredistr.md
Created May 5, 2023 14:53 — forked from ChuckMichael/vcredistr.md
Visual C++ Redistributable Packages

Microsoft Visual C++ Redistributable Packages

  • Microsoft Visual C++ 2005 Redistributable Package
    • x64 8.0.61000 (EOL)
    • x86 8.0.61001 (EOL)
  • Microsoft Visual C++ 2008 Redistributable Package
    • x64 9.0.30729.6161 (EOL)
    • x86 9.0.30729.6161 (EOL)
  • Microsoft Visual C++ 2010 Redistributable Package
  • x64 10.0.40219.473
@MattTheTekie
MattTheTekie / Notes.md
Created April 1, 2023 12:44 — forked from kdrag0n/Notes.md
Android P semi-GSI notes