Skip to content

Instantly share code, notes, and snippets.

View michaelnguyen-creative's full-sized avatar

Michael Nguyen michaelnguyen-creative

View GitHub Profile
@michaelnguyen-creative
michaelnguyen-creative / .gitignore
Created December 12, 2024 02:26 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@michaelnguyen-creative
michaelnguyen-creative / test.html
Created December 4, 2023 04:17
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@michaelnguyen-creative
michaelnguyen-creative / test.md
Created December 4, 2023 04:16
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}