Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View marcodulog's full-sized avatar

Marco marcodulog

View GitHub Profile
@marcodulog
marcodulog / characterGame.html
Last active November 30, 2017 21:28
Character Game Santa vs Buddy the Elf
<html>
<title>Character Game</title>
<head>
<audio id="audio" src="beep-07.wav" autostart="false"></audio>
</head>
<body>
<h1>Santa vs Buddy the Elf</h1>
@marcodulog
marcodulog / code_ai.gs
Created January 11, 2023 02:41
Google App Script functions to call openai
function sendEdit(strInput, strInstruction, bearerToken) {
/*
Function: sendEdit
Parms:
string strInput - get input data
string strInstruction - based upon the input data, perform the instruction
string bearerToken - OpenAI token
Purpose: