PHANTOM
🇮🇳 IN
Skip to content

Instantly share code, notes, and snippets.

@Dreadrith
Dreadrith / ds_general_termsofservice.md Secret
Last active February 26, 2026 21:52
DreadScripts - Terms Of Service

Terms of Service

By purchasing a product, you agree to the Terms of Service & Privacy Policy.
Violation of these terms will result in blacklisting.

Store Rules

  1. If purchasing for someone else, purchase as a gift and put the giftee's information and give them the license key (if any) for them to activate the product.
  2. Refunds are viable for licensed products if it has not yet been activated. No refunds otherwise due to the nature of digital products.
  3. Do not chargeback. Do not attempt to get a refund without or against my discretion.
  4. For any questions/issues, please contact me..
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active February 26, 2026 21:51
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

# OpenClaw Implementation Prompts
Each prompt below is a self-contained brief you can hand to an AI coding assistant (or use as a project spec) to build that use case from scratch. Adapt the specific services to whatever you already use — the patterns are what matter.
---
## 1) Personal CRM Intelligence
```
Build me a personal CRM system that automatically tracks everyone I interact with, with smart filtering so it only adds real people — not newsletters, bots, or cold outreach.
@karpathy
karpathy / microgpt.py
Last active February 26, 2026 21:49
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active February 26, 2026 21:53
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {
---
name: plan-exit-review
version: 2.0.0
description: |
Review a plan thoroughly before implementation. Challenges scope, reviews
architecture/code quality/tests/performance, and walks through issues
interactively with opinionated recommendations.
allowed-tools:
- Read
- Grep
@talkingmoose
talkingmoose / Retrieve LAPS Password.zsh
Last active February 26, 2026 21:00
Retrieves the Jamf Pro LAPS password for the current computer. The script assumes a desktop administrator is operating the computer. The administrator will open Self Service, authenticate, and run the policy with the script.
#!/bin/zsh
# set -x
:<<ABOUT_THIS_SCRIPT
-----------------------------------------------------------------------
Written by:William Smith
Partner Program Manager
Jamf
bill@talkingmoose.net
@anneleschallierdelisle
anneleschallierdelisle / sharkproject_final_version_18h48.ipynb
Created February 26, 2026 20:51
SharkProject_final_version_18h48
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Uninstall Microsoft Edge

Important

Working on the latest supported Windows versions. Run Windows Update before following this guide.

1. Open Powershell > RUN AS ADMIN

2. Paste in irm https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6/raw/UninstallEdge.ps1 | iex and press enter

3. Microsoft Edge will be completely uninstalled.