LobeChat
2024 Archive
Discover · LobeChat
Examples - OpenAI API
You will be provided with Python code, and your task is to calculate its time complexity.
JushBJJ/Mr.-Ranedeer-AI-Tutor: A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.
GPT Search Engine: Discover Your Ideal GPT with GPT Finder
Visual Studio Code Tips and Tricks
Set VS Code as default diff tool
git config --global diff.tool vscode
git config --global difftool.vscode.cmd 'code --wait --diff $LOCAL $REMOTE'
Outline – Team knowledge base & wiki
Llama Hub
opencommit/src/prompts.ts at master · di-sukharev/opencommit
Pursuit of wicked smartness in VS Code
VS Code keyboard shortcuts that will boost your productivity
Launched - A Plist Generator
FZF + JQ = Interactive JQ (+ a vim bonus)
Ollama
Your One-Stop Publication Workbench - Zettlr
Keyboard tricks from a macOS app dev - Alin Panaitiu
FuzzyKey
DIYgod/RSSHub-Radar
morss.it – Get more out of RSS feeds, for free
Notion Brain Dashboard Example
Table Convert Online
Flavio Copes Programming Books
AnyAPI | Add AI features to your product in minutes
Eraser – Docs and Diagrams for Engineering Teams
Fuzzy search through files in Visual Studio Code
shell:
#!/usr/bin/env bash
##
# Interactive search.
#
[[ -n $1 ]] && cd "$1" # go to provided folder or noop
export FZF_DEFAULT_COMMAND="rg --column --line-number --no-heading --color=always -- ''"
selected=$(
fzf \
--ansi \
--delimiter : \
--bind "f12:execute-silent:(code -g $PWD/{1..3})" \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \
--preview 'bat -f --highlight-line={2} {1}' | cut -d":" -f1,2,3
)
[[ -n $selected ]] && code -g "$PWD"/"$selected"
For example, on macOS, you can copy the script, then run this in your terminal:
pbpaste > ~/bin/rgf # ~/bin is in my $PATH
chmod +x ~/bin/rgf
McAnswers
WiseGPT: Promptless AI generated, production-ready, personalised code
Tools « GetLinkInfo :: Expand tinyurl/bit.ly URLs, get YouTube video info, get webpage title/description, find URL redirections
PromptHero - Search prompts for Stable Diffusion, ChatGPT & Midjourney
Pajamas Design System
GitLabs Design System which includes ViewComponents
All-In On AI
I want to build something like this for Ruby for All