Skip to content

Instantly share code, notes, and snippets.

View ThomIves's full-sized avatar

Thom Ives ThomIves

  • Integrated Machine Learning & AI
  • Eagle, Idaho, USA
View GitHub Profile
@ThomIves
ThomIves / test.html
Created February 12, 2024 23:57
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@ThomIves
ThomIves / test.md
Created February 12, 2024 23:56
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@ThomIves
ThomIves / Package Control.sublime-settings
Created January 12, 2018 14:29
My Personal Sublime Text Packages
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"All Autocomplete",
"ApplySyntax",
"AutoPEP8",