Skip to content

Instantly share code, notes, and snippets.

@mschneider247
mschneider247 / FantasyTopHUD.md
Last active September 5, 2024 19:11
Fantasy Top HUD

Fantasy Top HUD

Introduction

The Fantasy Top HUD is a Chrome extension designed to act as a heads-up display (HUD) for users interacting with Fantasy Top cards. The extension enhances gameplay by providing real-time metadata when a user hovers over a Fantasy Top card. By extracting a unique player handle from the card image or related html, the extension fetches and displays relevant player data from the Fantasy Top Pro API or as a backup a Google Sheets database.

Objectives

The objective of this project is to provide a seamless experience for Fantasy Top users, allowing them to quickly access player statistics and metadata on hover. The extension should be lightweight, customizable, and easily expandable for future features. Success will be measured by the accuracy and speed of data retrieval, as well as user satisfaction with the display and customization options.

Feature List for V1, MVP

Feature 1: Menu Options for Metadata

@mschneider247
mschneider247 / 7Habits.md
Last active July 4, 2024 18:50
The 7 Habits of Highly Effective People

The 7 Habits of Highly Effective People

By: Stephen R. Covey

These notes and sketches by: Michael Schneider

Hello, I recently finished reading 'The 7 Habits of Highly Efficient People' by Stephen R Covey. I enjoyed it so much I decided to condense it down to the parts I found the most informative including redrawing my favorite diagrams. All information here is for the point of review, please go buy a copy for yourself! https://www.amazon.com/Habits-Highly-Effective-People-Anniversary/dp/B086DD5KSJ/
Here we go!

Part One, Paradigms and Principles

@mschneider247
mschneider247 / ollama.md
Last active June 14, 2024 00:54
Connect to Ollama with JS

Contents:

learning about Ollama

fat_lipped_llama

learning about Ollama

Ollama works like a normal REST API

Michael Learns Blender(2)

Week 2

Hello everyone and welcome back! Last week I went over some of the basics of Blender, mostly a long list of hotkeys and some basic scene setup. This week I'm going to take the time to flesh out a scene with a few more details and get more accustomed to creating objects in Blender.

As a rough outline, I'll cover a few more hotkeys for this week and then show you how to apply a color palette to your objects. After that I'll dive into building a tree and using that to help flesh out a Cabin by the lake!

more preview

Hotkeys

@mschneider247
mschneider247 / GettingStartedWithBlender.md
Last active April 9, 2021 03:31
Getting Started, 3D modeling with Blender

Michael Learns Blender!

Week 1

Alright, I want to learn Blender! So, here are my notes. My process will involve installing things, learning how to navigate, what my hotkeys are and finally some scene setup. Once all that is figured out I'll just play around and see what I can create!

Banner

Install is easy

First I'll go download and install Blender
As of writting, I'm using version 2.91.2

Just 4 steps to setting up and running Vue.js

notes collected from work by: @N-Gibson

npm i -g @vue/cli

This will install the Vue client at a global level

vue create project_name
@mschneider247
mschneider247 / material_ui.md
Last active March 5, 2020 23:48
A quick start guide to using Material-UI for React

Getting started with Material-UI, or Material Design

Introduced by Google in 2014, design language that is very popular for web and mobile apps. Very easy to use along with React. Library is called material-ui this provides a library of different react components for quickly building out polished User Interfaces.

Full documentation at material-ui.com

npx create-react-app [your_app_name]

cd [your_app_name]
@mschneider247
mschneider247 / PostGradActionPlan.md
Last active January 13, 2020 15:48
Post Turing Graduation Action Plan for Michael Schneider

Calendar

Calendar Screenshot

Image 1-12-20 at 11 42 PM

Questions

What motivates you?

  • Learning about the world, especially science and exploration. Being able to share adventures with friends, like going camping or hiking.

How will you keep yourself going when faced with rejection in the job search?

@mschneider247
mschneider247 / TypeScriptTheShortVersion.md
Last active January 19, 2020 15:28
A quick overview of Type Script
this is a code snippppppet

TypeScript, the short version

by: Michael Schneider

TypeScript is an open source programming language from Microsoft. It is a superset of JavaScript and compiles down to plain JavaScript.

@mschneider247
mschneider247 / TypeScriptTheShortVersion
Created January 13, 2020 02:47
A quick overview of Type Script
## Type Script, the short version