Skip to content

Instantly share code, notes, and snippets.

View wyattowalsh's full-sized avatar
:shipit:
Hey there GitHub folks! 👋

Wyatt Walsh wyattowalsh

:shipit:
Hey there GitHub folks! 👋
View GitHub Profile

waka

// Final Production Version: p5.js sketch for exporting a highly detailed SVG background
let svg;
function setup() {
svg = createGraphics(windowWidth, 300, SVG);
noLoop();
}
function draw() {
// Gradient Background with Complex Color Layers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wyattowalsh
wyattowalsh / crawl4ai-user-guide.md
Created November 5, 2024 18:10
Crawl4AI User Guide

Crawl4AI Enhanced User Guide

Crawl4AI (version 0.3.73) is a powerful, open-source Python library tailored for large-scale web crawling and data extraction. It simplifies integration with Large Language Models (LLMs) and AI applications through robust, efficient, and flexible extraction techniques.


Table of Contents

@wyattowalsh
wyattowalsh / colab-forms.md
Created November 5, 2024 17:47
Google Colab Forms Syntax

Forms - Colab

Forms in Colab allow for easy parameterization of code. To add form fields:

  • Navigate to: Insert → Add form field

Changing a form's value updates the code, making your notebook interactive and user-friendly.


String Fields

Using Jina Reader to Read an Entire Website for Check Grounding

Han@Jina AI

This notebook is mainly inspired by Bo's tweet about using Jina Reader to follow a website's sitemap.xml for check grounding.

![image.png](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAKHCAYAAACRjrHgAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAEsKADAAQAAAABAAAChwAAAACFPAXtAABAAElEQVR4AeydB5wtSVm+v8nh5rA5JzawK3GRsOwiSFpyDgKCSBJFwKz8EREUFREVVEAkKCoIiqLksMQlLyyw7LLL5rw357lz7z3/96k+30zPuRPvhDvhrd/0dHd1dYWnqs7pes9X1W0NubAzARMwARMwARMwARMwARMwARMwARMwARMwgXlKoH2e5svZMgETMAETMAETMAETMAETMAETMAETMAETMIFCwAKWG4IJmIAJmIAJmIAJmIAJmIAJmIAJmIAJmMC8JmABa15XjzNnAiZgAiZgAiZgAiZgAiZgAiZgAiZgAiZgActtwARMwARMwARMwARMwARMwARMwARMwARMYF4TsIA1r6vHmTMBEzABEzABEzABEzABEzABEzABEzABE7CA5TZgAiZgAiZgAiZgAiZgAiZgAiZgAiZgAiYwrwlYwJrX1ePMmYAJmIAJmIAJmIAJmIAJmIAJmIAJmIAJWMByGzABEzABEzABEzABEzABEzA

Numanac Monorepo 🧑‍🌾


Setup 🌱

@wyattowalsh
wyattowalsh / merge.py
Created March 3, 2024 21:10
Python3 to Merge .txt Files in a Directory
import os
import sys
def merge_txt_files(input_dir, output_file):
"""
Merges all .txt files found in the specified input directory into a single output file.
Parameters:
- input_dir (str): The directory to search for .txt files.
- output_file (str): The path to the output file where the merged content will be stored.
@wyattowalsh
wyattowalsh / prompts.md
Last active January 20, 2024 08:04
ChatGPT Prompt Templates
How would this best be enhanced, improved, optimized, and refined to produce the most advanced version possible?
What would the full implementation look like with these enhancement recommendations robustly integrated throughout the existing code?
@wyattowalsh
wyattowalsh / macOS Setup Scripts.md
Last active January 24, 2025 13:24
𝙢𝙖𝙘𝙊𝙎 𝖲𝖾𝗍𝗎𝗉 𝖲𝖼𝗋𝗂𝗉𝗍𝗌 🧑‍🏭 ⚙️ 💻

🖥️ Configurable macOS Setup Scripts

Easily automate macOS environment setup with essential tools, applications, and Zsh customizations.

Designed to streamline macOS setup, this script suite leverages Homebrew for efficient package management, enhances Zsh with Oh My Zsh and Powerlevel10k, and customizes your development environment. Using setup_config.sh, you can effortlessly tailor the installation