Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created November 3, 2025 14:48
serve.portable v0.3.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\serve.portable\serve.portable.nupkg" checksum="002664C443261529226AEE83E2ECD48A" />
<file path="C:\ProgramData\chocolatey\lib\serve.portable\serve.portable.nuspec" checksum="83A3EDAB83435B1DDAE97A6F33BA3019" />
<file path="C:\ProgramData\chocolatey\lib\serve.portable\tools\LICENSE.txt" checksum="0EAC0698A209A1058E153CFBC8734378" />
<file path="C:\ProgramData\chocolatey\lib\serve.portable\tools\serve.exe" checksum="56D76EE6C79E7A5A7A34FD4CD47ADACF" />
<file path="C:\ProgramData\chocolatey\lib\serve.portable\tools\VERIFICATION.txt" checksum="A44072E4562579CF8FA29A3E5BF04E51" />
</files>
</fileSnapshot>
--// Surprise Gift GUI (Final Cinematic + Slow Screen Shake)
local TweenService = game:GetService("TweenService")
local player = game.Players.LocalPlayer
-- Create ScreenGui
local gui = Instance.new("ScreenGui")
gui.Name = "SurpriseGiftUI"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.ZIndexBehavior = Enum.ZIndexBehavior.Global
@OpusQuartis
OpusQuartis / instagram-automation-tools.md
Created November 3, 2025 14:48
Instagram Automation Tools to Scale Your Growth

Instagram Automation Tools to Scale Your Growth

Instagram remains one of the most competitive and fast-moving social platforms in the world. Managing consistent posting, community engagement, and data analysis manually can feel impossible. This is where Instagram automation tools change the game — they simplify content scheduling, automate direct messaging, track performance, and help brands, agencies, and creators scale safely.

However, not all automation platforms are built equally. In 2025, two tools stand above the rest: HikerAPI for intelligent data scraping and Sharingtools for advanced automation execution. Combined, they create a fully integrated system for safe, scalable, and compliant Instagram automation.

This comprehensive guide explains how automation really works, compares the best tools available, and details why the HikerAPI + Sharingtools setup is the most effective solution on the market.

@h3krn
h3krn / gs2210_init_poe.sh
Last active November 3, 2025 14:49
Replay the i2c initialization sequence to enable PoE on a GS2210 running OpenWRT
i2cget -y 4 0x20 0x15 i 12
i2cset -y 4 0x20 0x15 0x05 0x04 0x01 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x18 i
sleep 1
i2cget -y 4 0x20 0x15 i 12
i2cset -y 4 0x20 0x15 0x06 0x05 0x01 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x1A i
sleep 1
i2cget -y 4 0x20 0x15 i 12
i2cset -y 4 0x20 0x15 0x07 0x06 0x01 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x1C i
sleep 1
i2cget -y 4 0x20 0x15 i 12
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 19 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 10
[set-github-status-pending : set-github-status] + '[' false == true ']'
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit 60ab53d024443c56a2f6733e3a792e186f4611ff to pending'
[set-github-status-pending : set-github-status] Setting github status of commit 60ab53d024443c56a2f6733e3a792e186f4611ff to pending
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url git@github.com:redhat-openshift-ecosystem/community-operators-prod.git --commit-sha 60ab53d024443c56a2f6733e3a792e186f4611ff --status pending --context operator/publish --description 'Pipeline for operator distribution has started.'
[set-github-status-pending : set-github-status] 2025-11-03 14:38:52,094 [operator-cert] INFO Successfully set status to pending for commit 60ab53d024443c56a2f6733e3a792e186f4611ff in github repo git@github.com:redhat-openshift-ecosys
<?php
require_once _DIR_SUPPLIER_WEBBEDS . 'lib/CommunicationTrait.php';
require_once(dirname(__FILE__).'/utils/DefaultValues.php');
class RequestManagerWebbeds extends RequestManager
{
use CommunicationTrait;
/**
* Method that collects the result of a thread
@dikelps
dikelps / kde_clipboard_dbus.md
Created November 3, 2025 14:47
KDE Plasma 6.5 Clipboard Monitoring through DBus and Klipper

6.5 update seems to break the traditional tool like wl-paste --watch, with error indicating the wlroots data-control protocol support issues.

Here a DBus monitoring solution based on the internal KDE widget Klipper is shown. Make sure this widget is not disabled in the System Tray Settings. To monitor the clipboard change through DBus, the CLI tool to use is dbus-monitor:

dbus-monitor "type='signal',interface='org.kde.klipper.klipper',member='clipboardHistoryUpdated'"

This will print a line to stdout every time the clipboard updates.

You can obtain the cliboard content either with wl-paste or using DBus with:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='2.2.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' expr:lang='data:blog.localeUnderscoreDelimited' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<b:with value='data:view.isSearch and (data:blog.view == &quot;json&quot;)' var='isFeed'>
<head>
<b:include name='pbt-head'/>
<b:if cond='!data:view.isLayoutMode and !data:isFeed'>
<b:skin version='2.2.0'><![CDATA[/*
-----------------------------------------------
Blogger Template Style
@205Asura
205Asura / vivado-bug-fix.txt
Last active November 3, 2025 14:47
Useful command to fix write/read permission bug in Vivado
attrib -r D:\Projects\Verilog\*.* /s /d
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created November 3, 2025 14:46
Rimworld output log published using HugsLib Standalone Log Publisher
This file has been truncated, but you can view the full file.
Log uploaded on Monday, November 3, 2025, 5:45:59 PM
Loaded mods:
Harmony(brrainz.harmony)[v:2.4.2.0][mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Better Stacktraces(aleksey.betterstacktraces): BetterStacktraces(1.0.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)