Skip to content

Instantly share code, notes, and snippets.

@MuhammadSaim
MuhammadSaim / rarreg.key
Last active January 3, 2025 23:14
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
@deepfates
deepfates / convert_archive.py
Created November 17, 2024 19:33
Convert your twitter archive into a training dataset and markdown files
import argparse
import json
import logging
import os
import re
import shutil
from concurrent.futures import ProcessPoolExecutor, as_completed
from dataclasses import dataclass
from datetime import datetime
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple
@StartAutomating
StartAutomating / EventBasedServer.ps1
Last active January 3, 2025 23:10
Gist a small event-based HTTP server in PowerShell
$JobName = "http://localhost:$(Get-Random -Min 4200 -Max 42000)/"
$httpListener = [Net.HttpListener]::new()
$httpListener.Prefixes.Add($JobName)
$httpListener.Start()
Start-ThreadJob -ScriptBlock {
param($MainRunspace, $httpListener, $SourceIdentifier = 'http')
while ($httpListener.IsListening) {
$contextAsync = $httpListener.GetContextAsync()
while (-not ($contextAsync.IsCompleted -or $contextAsync.IsFaulted -or $contextAsync.IsCanceled)) {}
@Klerith
Klerith / pasos-node-typescript.md
Last active January 3, 2025 23:09
Configurar proyecto de Node con TypeScript

Pasos para usar Node con TypeScript con Nodemon

Más información - Docs Oficiales

  1. Instalar TypeScript y tipos de Node, como dependencia de desarrollo
npm i -D typescript @types/node
  1. Inicializar el archivo de configuración de TypeScript ( Se puede configurar al gusto)
@paulopatto
paulopatto / WinKeys.txt
Created November 8, 2023 00:04 — forked from letsgoawaydev/WinKeys.txt
Windows Product Keys
``````````````````````````````````````````
Windows Product Keys for Getting Past Setup
Windows XP - Windows 11
Home product keys are currently not added.
THESE WILL ONLY HELP YOU GET PAST SETUP AND WILL NOT
ACTIVATE WHEN YOU CONNECT TO THE INTERNET. THESE JUST
LET YOU INSTALL WINDOWS TO YOUR HARDDISK UNACTIVATED
``````````````````````````````````````````
@nosilver4u
nosilver4u / frt-tweaks.php
Last active January 3, 2025 23:04
Force Regenerate Thumbnails Tweaks
<?php
/*
Plugin Name: Force Regenerate Thumbnails Tweaks
Version: 1.0.0
*/
// NOTE: This plugin will do nothing without alterations. Uncomment the add_filter() lines for the filters you wish to use.
// If necessary, edit them to your needs. Some filters simply turn things on/off by returning a true or false.
// For such filters, using WordPress' built-in __return_true() or __return_false() functions will work just fine, unless
// you wish to conditionally enable/disable a feature.
@YPermitin
YPermitin / Отправка файлов в Yandex Disk через REST API из Bash.md
Last active January 3, 2025 22:59
Отправка файлов в Yandex Disk через REST API из Bash
@Fanman03
Fanman03 / UAP-Guide.md
Last active January 3, 2025 22:56
UniFi AP Buyers Guide

UniFi AP Buyers Guide

(updated June 2024)

The APs in this list are ordered from highest to lowest performance. However, unless you have an insane amount of devices you likely do NOT need to buy the most expensive, highest performance AP. You can also check Ebay for deals, especially on older equipment. In terms of best price-to-performance, the U6 Pro/Mesh/InWall series is the sweet spot in my opinion and is the best choice for most deployments.

All APs in this list support both wired backhaul and mesh modes. However, wired connections are strongly recommended for better performance and reliability.

Number of spatial streams are listed in order of 2.4GHz, 5GHz, 6GHz.

Good Choices:

@LizenzFass78851
LizenzFass78851 / last supported virtualbox guest additions.md
Last active January 3, 2025 22:52
last supported virtualbox guest additions for certain windows versions

last supported virtualbox guest additions for certain windows versions

Older Windows Versions

  • unknown

Windows 2000 and XP

| version series | latest supported guest additions |

@ruvnet
ruvnet / Research.md
Last active January 3, 2025 22:48
The Emergence of Malicious Large Language Models (LLMs) and the Next Frontier of Symbolic-AI Integration: A Comprehensive Research Paper Ab

Title:

The Emergence of Malicious Large Language Models (LLMs) and the Next Frontier of Symbolic-AI Integration: A Comprehensive Research Paper


Abstract

This research paper explores the rapid rise of malicious Large Language Models (LLMs)—often termed “Dark LLMs”—designed explicitly for cybercrime.

Building on prior analyses, we update the discourse to address critical gaps in existing research, focusing on model profiling, economic drivers, regulatory challenges, and advanced AI concepts such as symbolic reasoning and consciousness prompts.