Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

gabe565 / change-arc-icon.md
Last active October 29, 2025 11:07
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon on macOS.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
sukima / XORCipher.js
Last active October 29, 2025 11:05
A Super simple encryption cipher using XOR and Base64 in JavaScript
// XORCipher - Super simple encryption using XOR and Base64
//
// Depends on [Underscore](http://underscorejs.org/).
//
// As a warning, this is **not** a secure encryption algorythm. It uses a very
// simplistic keystore and will be easy to crack.
//
// The Base64 algorythm is a modification of the one used in phpjs.org
// * http://phpjs.org/functions/base64_encode/
// * http://phpjs.org/functions/base64_decode/
prcutler / printer.cfg
Last active October 29, 2025 11:02
Ender 3 v2 Klipper printer.cfg
# This file contains pin mappings for the stock 2020 Creality Ender 3
# V2. To use this config, during "make menuconfig" select the
# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9)
# communication.
# If you prefer a direct serial connection, in "make menuconfig"
# select "Enable extra low-level configuration options" and select
# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC
# cable used for the LCD module as follows:
# 3: Tx, 4: Rx, 9: GND, 10: VCC
sergeyklay / journalctl-cheatsheet.md
Last active October 29, 2025 11:00
Journalctl Cheat Sheet

Journalctl Cheat Sheet

Configuration

Permissions

To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:

sudo usermod -aG systemd-journal $USER
reey / aiper.js
Created July 25, 2025 23:56
Aiper API reverse engineering
const crypto = require('crypto');
class RSAUtils {
static charset = 'utf8';
// extracted from android apk
static encryptKey = `MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIKoKPqwq1f60hm/2lpHDF/DT4J9YaptuTq78nsxdgnSBAvkIZ3E8dqbEBT/VETjJ9Yr28QtHX13E8QGByYxLzYPldHNXChgOWfSemTEC3TxPvlaSuM9eFUuhqSeGbgoKG7JJNlgjvsPO2cHEhPXJE4qWtKEZVOZBxEeCgAaLZxwIDAQAB`;
static publicKeyFromString() {
const der = Buffer.from(RSAUtils.encryptKey, 'base64');
return crypto.createPublicKey({
X99874 / passive_banner_sniffer.rs
Last active October 29, 2025 10:57
PassiveBannerSniffer - A passive network sniffer that detects service banners and logs potentially risky configurations.
use pnet::datalink::{self, Channel::Ethernet};
use pnet::packet::{Packet};
use pnet::packet::ethernet::EthernetPacket;
use pnet::packet::ip::IpNextHeaderProtocols;
use pnet::packet::tcp::TcpPacket;
use regex::Regex;
use chrono::Utc;
fn main() {
println!("PassiveBannerSniffer started... Monitoring network traffic.");

image

prompt:

A [nationality] woman sitting on a couch, 24 year old, social media, cute sweater over dress, big smile, beautiful dark hair, shot on iPhone, no filter, plant blurred in background, hands or palm not in frame

Negative prompt: >(no hands visible, bad hands, worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anat

hay-wire / number_to_words_indian_format.php
Created January 26, 2016 16:15
A PHP function to convert numbers to words. Useful for currency displays, etc.
<?php
// Adapted from a buggy script original written by vgurudev at nikshepa dot com
// You can find the original script at: http://php.net/manual/en/function.number-format.php
function convertNumberToWordsForIndia($number){
//A function to convert numbers into Indian readable words with Cores, Lakhs and Thousands.
$words = array(
'0'=> '' ,'1'=> 'one' ,'2'=> 'two' ,'3' => 'three','4' => 'four','5' => 'five',
'6' => 'six','7' => 'seven','8' => 'eight','9' => 'nine','10' => 'ten',
'11' => 'eleven','12' => 'twelve','13' => 'thirteen','14' => 'fouteen','15' => 'fifteen',
KillyMXI / README.md
Last active October 29, 2025 10:48
Obsidian list threading and highlight in live preview and source view
dltheblue / autobit.md
Created October 25, 2025 11:35
XUPER TV APK 6.5.0 Descargar Gratis última versión para Android

¿Qué es XUPER TV APK?

XUPER TV APK es una aplicación para Android orientada a la visualización de contenidos en directo y bajo demanda desde una interfaz ligera y fácil de usar. Su objetivo es centralizar canales y listas compatibles en un único lugar, con búsqueda rápida, control parental y soporte para diferentes resoluciones. En esta guía conocerás sus funciones, requisitos, pasos de instalación y prácticas recomendadas para usarla de forma responsable, sin vulnerar derechos de autor ni políticas de tu país.

Principales funciones de XUPER TV APK

  • Interfaz intuitiva y rápida: Menús claros, categorías por géneros e historial de visualización.
  • Soporte para listas compatibles (M3U/JSON, etc.): Carga y gestión de listas desde URL o archivo local.
NewerOlder

AltStyle によって変換されたページ (->オリジナル) /