Skip to content

Instantly share code, notes, and snippets.

-----BEGIN CERTIFICATE-----
MIIDqTCCAy+gAwIBAgISBVFa7xEDSldXRm5c11RQTWNGMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
NjAeFw0yNTA1MTIyMjQyNTRaFw0yNTA4MTAyMjQyNTNaMCkxJzAlBgNVBAMTHmZz
NjcxMngtMTA4ZS50YWlsNzE3MTVjLnRzLm5ldDBZMBMGByqGSM49AgEGCCqGSM49
AwEHA0IABGmuVQNlXFhDup/mXhytin2JHse+X6gZJjo2OtIWadzJU3zCg00lSFBh
CRJsHQSlz7YCbLjeu8iA+PNwm1Go7kOjggIsMIICKDAOBgNVHQ8BAf8EBAMCB4Aw
HQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYD
VR0OBBYEFFq3+IaAE6ychvf0VNFAG5QNMla6MB8GA1UdIwQYMBaAFJMnRpgDqVFo
jpjWxEJI2yO/WJTSMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcwAoYWaHR0cDov
@macintoxic
macintoxic / mopheus.override
Created May 16, 2025 17:55
mopheus.override
using System.Runtime.InteropServices;
namespace MorpheusOverride;
class MorpheusApp
{
private NotifyIcon trayIcon;
private System.Timers.Timer keepAwakeTimer;
private AwakeMode currentMode = AwakeMode.Disabled;
private DateTime expirationTime = DateTime.MaxValue;
@macintoxic
macintoxic / private-docker-regs-with-free-tiers.markdown
Created January 3, 2025 04:26 — forked from JakubOboza/private-docker-regs-with-free-tiers.markdown
Private Docker registry with free tiers for Developers.

List of sites with free tier limits

  • Docker Hub - One private repo/image spot for free
  • Three Scale - Very generous free tier 50GB of space, 500 Pulls a month etc..
  • Canister - 20 private repos with almost no limits on free tier
  • Code Fresh - Free tier for developers

Setup your own private registry

@macintoxic
macintoxic / rarreg.key
Created July 25, 2024 23:22 — forked from MuhammadSaim/rarreg.key
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@macintoxic
macintoxic / CpfCnpjUtils.cs
Last active November 6, 2023 04:43
Classe com métodos para validação de CPF e CNPJ utilizando Linq
/// <summary>
/// Classe com métodos para validação de CPF e CNPJ utilizando Linq
/// </summary>
public static class CpfCnpjUtils
{
private static readonly int[] Multiplicador1Cnpj = { 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 };
private static readonly int[] Multiplicador2Cnpj = { 6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 };
private static readonly int[] Multiplicador1Cpf = { 10, 9, 8, 7, 6, 5, 4, 3, 2 };
private static readonly int[] Multiplicador2Cpf = { 11, 10, 9, 8, 7, 6, 5, 4, 3, 2 };
@macintoxic
macintoxic / test_autogen.py
Created October 29, 2023 05:52
Testing autogen
from autogen import AssistantAgent, UserProxyAgent, GroupChat, GroupChatManager, ChatCompletion, retrieve_utils
### Default data and functions:
def write_file(file_name, file_content):
with open(file_name, "w") as file1:
file1.writelines(file_content)
function_map_definition = []
metropolis
rock horror show
a meia noite levarei sua alma
night of living deads
The Visit
Devil
Delicatessen
Barry London
Cape Fear
Soylent Green
0xa76d458210b5b335eee20f8393f0b07574a8ac71
using System;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Runtime.InteropServices;
using System.Windows.Threading;
class Program
{
// DESKTOP_ACCESS