Skip to content

Instantly share code, notes, and snippets.

View TheRealCasadaro's full-sized avatar

The Real Casadaro TheRealCasadaro

View GitHub Profile
@TheRealCasadaro
TheRealCasadaro / index.html
Last active July 9, 2020 17:45
Hello World Source Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<style>
#greeting{
@TheRealCasadaro
TheRealCasadaro / Systems Of Linear Equations and Linear Systems.md
Last active December 16, 2020 02:54
Systems Of Linear Equations and Linear Systems

Linear Equations and Systems of Linear Equations And Their Applications

Linear Equations

The Composition of A linear Equation

constants, variables, coefficients

Constants

Constants are unchanging and typically represented by either a real number or an abstraction like pie ($\pi$) or perhaps another equation like $e=mc^2$.

@TheRealCasadaro
TheRealCasadaro / Code 365 Startup Lab Release Schedule.md
Last active July 30, 2021 10:08
he Scheduled Production and Release Of Content To The Code 365 Startup Lab

The Scheduled Production and Release Of Content To The Code 365 Startup Lab

Where aspiring developrenuers learn to write code for fun and profit

HTML Beyond The Primer ( In Development )

Current Completion Schedule: Oct 2019

  1. A basic HTML Document ( Online )
  2. The HTML Head Section, Head Element, and Attributes ( Online )