Skip to content

Instantly share code, notes, and snippets.

@misiektoja
misiektoja / spotify_totp3.py
Created March 17, 2025 23:24
Spotify TOTP testing 3
import asyncio
import logging
from random import randrange
import time
import pyotp
from aiohttp import ClientSession, ClientError
_LOGGER = logging.getLogger(__name__)
@Douggyfr3sh
Douggyfr3sh / CryptoInvesting101.md
Last active March 18, 2025 04:30
Cryptocurrency Investing 101: The Ultimate Guide

Introduction

Hello! Today I present the ultimate guide for those interested in getting started with cryptoasset investing. This guide will also be useful for those who have already started but would like to learn more about best practices for investing and securing assets. I'm going to talk about the following in this post:

  • Where to buy Bitcoin, Ethereum, Litecoin, Altcoins, and all other cryptoassets
  • The best ways to buy low cap assets and ERC20 (Ethereum) tokens
  • The best ways to securely hold your own assets
  • Initial Coin Offerings (ICOs) - best practices for research
@Velocet
Velocet / Unlock-PowerCfg.ps1
Last active March 18, 2025 04:29
Unlock/Unhide all Power Plan Settings/Options on Windows 10/11
#Requires -RunAsAdministrator
# Unlock-PowerCfg - v22.05.11
# Disable "Connected Standby"
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Power' -Name 'CSEnabled' -Value 0 -Force
# Get Power Settings entries and add/set 'Attributes' to 2 to unhide
$PowerCfg = (Get-ChildItem 'HKLM:\SYSTEM\CurrentControlSet\Control\Power\PowerSettings' -Recurse).Name -notmatch '\bDefaultPowerSchemeValues|(\\[0-9]|\b255)$'
foreach ($item in $PowerCfg) { Set-ItemProperty -Path $item.Replace('HKEY_LOCAL_MACHINE','HKLM:') -Name 'Attributes' -Value 2 -Force }
@Madhav-MKNC
Madhav-MKNC / .py
Created March 16, 2025 20:41
All the code you need to create a powerful agent that can create and edit any file on your computer using the new text_editor tool in the Anthropic API.
import anthropic
import os
import sys
from termcolor import colored
from dotenv import load_dotenv
class ClaudeAgent:
def __init__(self, api_key=None, model="claude-3-7-sonnet-20250219", max_tokens=4000):
"""Initialize the Claude agent with API key and model."""
@adrianhorning08
adrianhorning08 / index.js
Last active March 18, 2025 04:24
Scrape Facebook Group
const allContent = []
function createCSV(data, fileName) {
const headers = [
'id',
'email',
'firstName',
'lastName',
'postId',
'postText',
@vluis217
vluis217 / sendMessageDiscord.py
Created March 18, 2025 04:07
Send a text message to Discord through a webhook
import json
import requests
def sendMessageDiscord(webhookUrl, message):
requestHeaders = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36",
"Content-Type": "application/json; charset=UTF-8"
}
body = {
@vluis217
vluis217 / sendMessageTelegram.py
Created March 18, 2025 04:19
Send a text message to a Telegram channel through a webhook
import json
import requests
def sendMessageTelegram(webhookUrl, chatId, message, disableEmbed=False):
requestHeaders = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36",
"Content-Type": "application/json; charset=UTF-8"
}
escapeChars = ['_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!']
@JesseCrocker
JesseCrocker / rio-to-pmtiles.py
Last active March 18, 2025 04:22
Slice a raster into tiles using rio-tiler, write to a pmtiles file
import argparse
import os
import warnings
import mercantile
import rasterio
from pmtiles.tile import Compression
from pmtiles.tile import TileType
from pmtiles.tile import zxy_to_tileid
from pmtiles.writer import Writer
NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro
@VermeilChan
VermeilChan / compile-aseprite-win.md
Last active March 18, 2025 04:17
Compile Aseprite from source code for Windows 11/10 x64