Skip to content

Instantly share code, notes, and snippets.

View carmelyne's full-sized avatar
🏡
Working from home

Carmelyne Thompson carmelyne

🏡
Working from home
View GitHub Profile

User Story: Chrome Extension for Managing GPT-4 Default Prompt Settings, Additional Instruction Prompts, Bookmarking ChatGPT/GPT4 replies, and Prompt Manager

Title: GPT-4 Chat Settings, Prompts Manager with Bookmarking Functionality and Prompt Manager

As a Chrome Extension user, I want to manage my GPT-4 chat default prompts, instructions, bookmarks, and prompt management so that I can easily access and use them during chat sessions.

Acceptance Criteria:

Downloading and Installing the Extension
@iver
iver / nginx.cors.conf
Last active September 20, 2022 21:24 — forked from Stanback/nginx.conf
Example Nginx configuration for adding cross-origin resource sharing (CORS) support to reverse proxied APIs
#
# CORS header support
#
# One way to use this is by placing it into a file called "global/cors.conf"
# under your Nginx configuration directory and placing the following
# statement inside your **location** block(s):
#
# include global/cors.conf;
#
# As of Nginx 1.7.5, add_header supports an "always" parameter which
@nrollr
nrollr / MongoDB_macOS_Sierra.md
Last active February 13, 2025 10:55
Install MongoDB on Sierra using Homebrew

Install MongoDB on macOS Sierra

This procedure explains how to install MongoDB using Homebrew on macOS Sierra 10.12.
Official MongoDB install documentation: here

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@bomberstudios
bomberstudios / sketch-plugins.md
Last active February 26, 2024 07:02
A list of Sketch plugins hosted at GitHub, in no particular order.
-- MiniFriends by Hedyn Brand... Modified by XenaSkull
-- MiniFriends by Hedyn Brand... Modified by Dida for 3.3.5 API Changes (8-25-2010) MiniFriends.lua
BINDING_HEADER_MINIFRIENDS = "MiniFriends"
MINIFRIENDS_VERSION = "1.01"
MiniFriendsCount = 0
MFFlags = {}
MFF_Locked = 1 --Make window unmovable
@craSH
craSH / updatechromiumnightly
Created November 17, 2009 02:16
Simple script to automatically download and install the latest available Chromium nightly build for Mac OSX
#!/bin/bash
#
# Simple script to update OSX Chromium to the latest nightly build.
# Will not download if you already have the latest (call with --force
# to override this check)
#
# Copyleft 2010 Ian Gallagher <[email protected]>
#
LATEST=$(curl -s "http://build.chromium.org/f/chromium/snapshots/Mac/LATEST")