Skip to content

Instantly share code, notes, and snippets.

View plyght's full-sized avatar

plyght

View GitHub Profile

KeeShare Implementation Guide

Overview

KeeShare for Keepass2Android enables sharing password groups between databases with full support for Export, Import, and Synchronize modes.

Key Features:

  • Native UI configuration (no KeePassXC required)
  • Device-specific file paths
  • Optional signature verification (RSA-2048 + SHA-256)
@cablej
cablej / default.md
Created June 21, 2025 18:46
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@rebane2001
rebane2001 / glass-with-controls.html
Last active December 14, 2025 05:53
glass effect test css/svg thing (messy) - demo: https://codepen.io/rebane2001/details/OPVQXMv
<div style="position:absolute;top:-999px;left:-999px">
<svg
id="effectSvg"
width="200"
height="200"
viewBox="0 0 200 200"
xmlns="http://www.w3.org/2000/svg">
<filter id="displacementFilter4">
@eimg
eimg / glass-button.html
Created June 10, 2025 09:45
Liquid Glass Effect with CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liquid Glass</title>
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
@noahdunnagan
noahdunnagan / What are discord guild tags.md
Last active June 13, 2025 16:49
What are discord guild tags and experiments? How do I do it? How do I get a tag?

Discord Guild Tags and Tierless Boosting.

Okay so, recently discord released the "Guild Tags" experiment (https://nelly.tools/experiments/1984074768) but take 2 on May 6th? Ish? They made it so a random guild would receive this experimental flag. Here's the gist.

Discord sometimes tests new features, custom UI, unreleased settings, custom layouts, nitro features etc. These get rolled out quietly to different servers or people in super small percentages. This is called "Canary Deployment" (read about it here.) This prevents any large scale errors or game breaking bugs from happening to the majority of Discord while also testing new features.

Cool, but why does this matter for guild tags?

The way this experiment for guild tags works is:

@Erudition
Erudition / zen-sidebery.js
Created April 16, 2025 05:33
Sidebery replacement for Zen Browser Tabs
// Fetch first extension matching the name if any
let sidebery_policy = WebExtensionPolicy.getActiveExtensions().filter((ext) => ext.name == "Sidebery")[0]
let sidebery_browser;
let init_sidebery_browser;
if (sidebery_policy) {
let sidebery_extension = sidebery_policy.extension;
let sidebery_uri = sidebery_extension.manifest.sidebar_action.default_panel;
@jlia0
jlia0 / agent loop
Last active March 16, 2026 02:53
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@seppulcro
seppulcro / luncherr.sh
Last active March 3, 2025 13:28
Shell FZF based app/bin launcher
#!/bin/sh
# This script uses fzf to search via user input and lets you launch results that are macOS apps and CLI tools installed via Homebrew.
# If using aerospace you can make it so it always floats on launch with
# [[on-window-detected]]
# if.app-id = "com.mitchellh.ghostty"
# if.window-title-regex-substring = 'luncherr'
# run = [
# "layout floating"
# ]
@f1shy-dev
f1shy-dev / best_SAE_trick.md
Last active February 28, 2026 20:08
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@Softwave
Softwave / README.md
Last active November 27, 2025 14:05
Fibonacci Program

Fib

Simple fibonacci number calculator.

Usage: fib nth Fibonacci number