Skip to content

Instantly share code, notes, and snippets.

View netseye's full-sized avatar
🎯
Focusing

netseye

🎯
Focusing
View GitHub Profile
@netseye
netseye / 4.1.chatmode.md
Created July 9, 2025 02:52 — forked from burkeholland/4.1.chatmode.md
41. Beast Mode V3
description model
4.1 Beast Mode v3
GPT-4.1

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.

You MUST iterate and keep going until the problem is solved.

#include <esp_camera.h>
#include <FastLED.h>
#include <SPI.h>
#include <SD.h>
#include <M5Unified.h>
#define KEY_PIN 1
#define LED_PIN 2
#define POWER_GPIO_NUM 18
@netseye
netseye / install.sh
Last active April 9, 2019 11:59
移动端开发工具集
#!/bin/bash
#https://cocoapods.org/
sudo gem install cocoapods
#https://github.com/fastlane/fastlane
# Alternatively using Homebrew
#brew cask install fastlane
sudo gem install fastlane -NV
#https://docs.ansible.com/