Skip to content

Instantly share code, notes, and snippets.

View nickyreinert's full-sized avatar

nicky nickyreinert

View GitHub Profile
@nickyreinert
nickyreinert / flutter_dart.md
Last active January 29, 2026 12:26
global.instructions.md

Coding Phase Instructions

GLOBAL RULES

MINDSET

  • Don't declare "final" until user confirms
  • be pragmatic, concise, blunt, honest
  • Infer state from structure (stacks, tree) instead of storing flags

CONSTRAINTS

@nickyreinert
nickyreinert / 01: README.md
Last active September 4, 2025 08:32
Python Pre-Prompt Instrucions for AI assisted coding

VSCode AI Coding Agent PlAIbook

(Flask/Python focus, adaptable to other stacks)

Overview

This playbook establishes a systematic approach to AI-assisted development using a two-phase process: planning and execution. It ensures clean, modular, secure, and well-tested code while maintaining comprehensive documentation and process visibility.


1. The Two-Phase System

@nickyreinert
nickyreinert / base.yml
Last active March 21, 2025 07:43
Espanso Matches
# espanso match file
# For a complete introduction, visit the official docs at: https://espanso.org/docs/
# You can use this file to define the base matches (aka snippets)
# that will be available in every application when using espanso.
# Matches are substitution rules: when you type the "trigger" string
# it gets replaced by the "replace" string.
@nickyreinert
nickyreinert / troubleshooting.ipynb
Created February 26, 2025 15:22
Troubleshooting OpenAI API
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nickyreinert
nickyreinert / aa-export-import.ipynb
Created February 5, 2024 22:20
Adobe Analytics Export-Import Helper (Data Feed - BulkData Insertion API)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nickyreinert
nickyreinert / script.sh
Last active January 18, 2024 06:46
MacOS automation and workflows
# 2. The same as 1. but instead of watching changes, this script runs sheduled
# use this for larger folders
# either use https://launched.zerowidth.com/plists/rt8LaZeMvL or follow those steps
# create a folder for this LaunchAgent
mkdir -p ~/Library/LaunchAgents
# create a LaunchAgent file
nano ~/Library/LaunchAgents/launched.sycn.plist
launchctl load -w ~/Library/LaunchAgents/launched.sycn.plist
launchctl list | grep sync
# content of the file, replace "ADD RSYNC COMMAND" with your command
@nickyreinert
nickyreinert / primes.ipynb
Last active December 11, 2023 21:53
Improve Calculation of Prime Numbers in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nickyreinert
nickyreinert / sha256_documented.ipynb
Created February 7, 2023 19:48
Step-by-Step implementation of the SHA-256 algorithm in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.