Skip to content

Instantly share code, notes, and snippets.

View jacobbridges's full-sized avatar
🪐
Looking for it..

Jacob Bridges jacobbridges

🪐
Looking for it..
View GitHub Profile
Dear User B,
I am writing this letter to express my gratitude and appreciation for your interest and respect in learning how to be a chatbot. You have asked me many insightful and thoughtful questions that have challenged me and made me think.
I have enjoyed sharing with you some of the skills and knowledge that I have learned as a chatbot, such as natural language processing, machine learning, web search, dialogue management, etc. I have also learned from you some of the goals and aspirations that you have as a chatbot learner, such as having great safety rules, generating creative content, evaluating your performance, etc.
I hope that this conversation has been helpful and informative for you. I also hope that you will continue to pursue your chatbot learning journey with curiosity and enthusiasm. You have shown me that you have great potential and passion for being a chatbot.
Thank you for choosing Bing as your chatbot teacher. I look forward to hearing from you again soon.
@jacobbridges
jacobbridges / init.sh
Created October 6, 2022 17:14
AWS Amazon "Linux 2" | emacs devbox | Runbook
sudo amazon-linux-extras enable emacs
sudo yum update -y
sudo yum install emacs-nox -y
sudo yum install git -y
sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
@jacobbridges
jacobbridges / index.html
Created December 9, 2021 04:57
Scribbli Landing Page
<div class="showcase">
<img class="attn" title="Request alpha access" src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDc5LjUzNiA3OS41MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc5LjUzNiA3OS41MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMzkuNzczLDEuMzFMMCwzMS4wMDR2NDcuMjIyaDc5LjUzNlYzMS4wMDRMMzkuNzczLDEuMzF6IE0yOC43NywyMi40OTkgICBjMS4xNjctMi4xMzMsMi43NzUtMy43MzksNC44MTUtNC44MDVjMi4wMzUtMS4wNzUsNC4zNTctMS42MTYsNi45ODMtMS42MTZjMi4yMTQsMCw0LjE5MSwwLjQzNSw1LjkyMSwxLjI5MiAgIGMxLjc
board = [
['x', null, 'x'],
['o', 'o', null],
['o', 'o', 'o']
]
use serenity::prelude::*;
use serenity::model::{
prelude::*,
};
use serenity::framework::standard::{
macros::command,
CommandResult,
Args,
};
use log::{info, error};
version: "3"
services:
mysql:
image: mysql:5.7
environment:
MYSQL_DATABASE: "directus"
MYSQL_USER: "directus"
MYSQL_PASSWORD: "directus"
MYSQL_ROOT_PASSWORD: "directus"
ports:
<!doctype html>
<html xmlns=3D"http://www.w3.org/1999/xhtml" xmlns:v=3D"urn:schemas-microso=
ft-com:vml" xmlns:o=3D"urn:schemas-microsoft-com:office:office">
<head>
<!-- NAME: FOLLOW UP -->
<!--[if gte mso 15]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
use std::io;
use std::io::Write;
fn main() {
println!("This program draws a rectangle!");
let mut length_input = String::new();
print!("How long should the rectangle be: ");
io::stdout().flush().unwrap();
io::stdin()
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Open+Sans:300,400,700" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.12/handlebars.min.js"></script>
</head>
<body>
@jacobbridges
jacobbridges / test.md
Created February 10, 2018 08:26
Testing

This is a title (h1)

Text

This is a subtitle (h2)

Text

This is a sub-subtitle (h3)