Skip to content

Instantly share code, notes, and snippets.

View simeonpashley's full-sized avatar
🎯
Looking for Work

Simeon Pashley simeonpashley

🎯
Looking for Work
View GitHub Profile
@simeonpashley
simeonpashley / Build_workflow_v2.drawio
Created May 13, 2026 08:22 — forked from tyoung515-svg/Build_workflow_v2.drawio
Using multiple models to extend long context tasks, and increase build viability
<mxfile host="Electron" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/29.5.2 Chrome/142.0.7444.265 Electron/39.6.1 Safari/537.36" version="29.5.2">
<diagram name="Build-Workflow-v2" id="WrTtcerdQPlLpfKY2O-s">
<mxGraphModel dx="1749" dy="1771" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1700" pageHeight="1700" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="title" parent="1" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=none;strokeColor=none;fontSize=42;" value="&lt;b&gt;&lt;font&gt;Build Workflow&lt;/font&gt;&lt;/b&gt;" vertex="1">
<mxGeometry height="40" width="600" x="1110" y="440" as="geometry" />
</mxCell>
<mxCell id="idea" parent="1" style="ellipse;shape=cloud;whiteSpace=wrap;html=1;fillColor=#1ba1e2;strokeColor=#006EAF;fontColor=#ffffff;" value=
@simeonpashley
simeonpashley / PRD.md
Created March 27, 2026 12:39 — forked from mberman84/PRD.md
OpenClaw PRD

PRD.md - Product Requirements & Feature Inventory

Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in docs/USE-CASES-WORKFLOWS.md.


Table of Contents

  1. Operational Use Cases & Workflows
@simeonpashley
simeonpashley / move_to_rds.rb
Created October 6, 2015 22:08 — forked from guenter/move_to_rds.rb
A quick and dirty script to move a database into Amazon RDS (or any other database). Can transfer part of the data beforehand.
require 'fileutils'
start_time = Time.now
SOURCE_DB = {
:name => 'db_name',
:user => 'db_user',
:password => 'db_pass',
:host => 'localhost'
@simeonpashley
simeonpashley / README
Last active August 29, 2015 14:12 — forked from diemuzi/README
Apache conf w/ fast-cgi
This configuration is a working copy which I have tested on Apache 2.2.x and 2.4.x
I highly recommend you use this version of mod_fastcgi as it works with Apache 2.4.x, fastcgi.com version does not!
https://github.com/ByteInternet/libapache-mod-fastcgi
The fastcgi.com version is 2.4.6, the version I am recommending registers as 2.4.7
To patch mod_fastcgi for use with Apache 2.4.x look at the debian/patches folder. It's not specific to Debian OS so don't let that fool you. I personally use Archlinux.
Of course to compile mod_fastcgi:
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'