Skip to content

Instantly share code, notes, and snippets.

@valldrac
valldrac / true-black-theme.patch
Last active May 19, 2024 20:37
wip/true-black-theme
commit 154c5879d48d0165b6bf3a37047dc38ee579b0f9 (HEAD -> wip/true-black-theme)
Author: Oscar Mira <valldrac@molly.im>
Commit: Oscar Mira <valldrac@molly.im>
Add dark theme with true black background color
diff --git a/app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationFragment.kt
index 0cdf7dcf91..6ac4eef67f 100644
--- a/app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationFragment.kt
+++ b/app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationFragment.kt
@bassamsdata
bassamsdata / _Notes.md
Last active May 24, 2024 10:06
MiniFiles Git integration

Below is a code for Minifiles Git integration code snippet.

How to use it

Just insert the code below into this function in your Minifiles config:

config = function()
-- add the git code here
end
@thesamesam
thesamesam / xz-backdoor.md
Last active May 28, 2024 17:33
xz-utils backdoor situation (CVE-2024-3094)

FAQ on the xz-utils backdoor (CVE-2024-3094)

This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.

Background

On March 29th, 2024, a backdoor was discovered in xz-utils, a suite of software that

<html>
<head>
<style>
* {
margin: 0;
padding: 0;
}
video {
width: 1920px;
@hegdepavankumar
hegdepavankumar / VMware-Workstation-Pro-17-Licence-Keys.txt
Last active May 16, 2024 17:26
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
VMware-Workstation-Pro-17-Licence-Keys
-------------------------------------------------------------------
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
Install VMWare Workstation PRO 17.x (Read it right. PRO!)
---
@nWestie
nWestie / notallyToQuillPad.py
Last active March 7, 2024 20:34
Transforms a notally backup file into a quillPad one. use at your own risk, it worked for my backup, but I others may differ. Does not deal with note color
import sqlite3
import json
import shutil
import os
tags = []
joins = []
# Tested with Notally v5.2 and QuillPad v1.4.9
# will not preserve note color
@IverCoder
IverCoder / office-guide.md
Last active May 24, 2024 20:01
Install and Activate Microsoft Office for Free - A Step-by-Step Guide

Please leave a star at the GitHub Gist mirror if this guide has helped you! You can also ask questions/assistance there.

Install and Activate Microsoft Office 365 for Free - A Step-by-Step Guide

This is a guide on how to install the latest version of Microsoft Office for free. For this method, we will use the Office Deployment Tool. The Microsoft Office Deployment Tool is a command-line program that IT managers use to configure and deliver Office products to PCs in their businesses, but in this guide, we will use it to install Microsoft Office with additional customization options and download it straight from Microsoft's servers.

NOTE: You will not need to repeat this step again to upgrade. Just keep your Office up to date and you will not have any issues.

NOTE: Make sure you have recently reloaded your number with at least 5GB of internet if you use your mobile internet through a hotspot to download. If your telecom

@sebastiancarlos
sebastiancarlos / man-guide.1
Last active May 28, 2024 23:19
man page version of "Man Pages - The Complete Guide"
.TH "MAN PAGES" "1" "03/13/2023" "Man Pages" "Man Pages"
.hy
.SH Man Pages \[em] The Complete Guide
.SS Introduction
.PP
UNIX users frequently use the \f[V]man\f[R] command to learn about
different tools, but few actually learn its inner workings.
In this article you\[cq]ll learn everything there is to know about man
pages.
.PP
@vip20
vip20 / .env
Last active March 3, 2024 07:55
Docker compose for Media server using Jellyfin, Sonarr, Radarr, Prowlarr/Jackett, Deluge, Flaresolver and ProtonVPN connection
#Proton vpn credentials free tier
OPENVPN_USER=
OPENVPN_PASSWORD=
SERVER_COUNTRIES=Netherlands,United States,Japan
FREE_ONLY=on
#linux accessid
PUID=1000
PGID=1000
#timezone
TZ=Asia/Kolkata
@DavidBuchanan314
DavidBuchanan314 / widevine_fixup.py
Last active April 24, 2024 06:24
Patch aarch64 widevine blobs from ChromeOS to work on non-ChromeOS linux, including platforms with 16K page size like Apple Silicon / Asahi Linux
"""
MIT License
Copyright (c) 2023 David Buchanan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is