-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy gamingrobot/doingstuff.dev to gamingrobot/doingstuff.dev:gh-pages
- Loading branch information
GitHub Actions
committed
Jan 12, 2024
0 parents
commit 63644b7
Showing
60 changed files
with
3,923 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible"/> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1" name="viewport"/> | ||
<meta name="theme-color" content="#0d3a58"/> | ||
<title> | ||
|
||
404 - Doing Stuff | ||
|
||
</title> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://doingstuff.dev/apple-touch-icon-144-precomposed.png"> | ||
<link href="https://doingstuff.dev/favicon.png" rel="icon" type="image/x-icon"/> | ||
|
||
<link rel="alternate" type= "application/atom+xml" title="RSS" href="https://doingstuff.dev/atom.xml"/> | ||
|
||
|
||
|
||
<meta content="website" property="og:type"/> | ||
<meta content="Doing Stuff" property="og:site_name"/> | ||
<meta content="https://doingstuff.dev" property="og:url"/> | ||
<meta content="https://doingstuff.dev" property="twitter:url"/> | ||
|
||
|
||
|
||
|
||
|
||
<link href="https://doingstuff.dev/fonts.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://doingstuff.dev/hyde-hyde.css" rel="stylesheet" type="text/css"/> | ||
<link href="https://doingstuff.dev/print.css" rel="stylesheet" media="print" type="text/css"/> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
<div class=container> | ||
<div class=topbar> | ||
<div class=topbar-text> | ||
<div class=topbar-title> | ||
<a href="/"><span>Doing Stuff</span></a> | ||
</div> | ||
<div class=topbar-menu> | ||
|
||
<a href="/posts"><span>Posts</span></a> | ||
|
||
<a href="/atom.xml"><span>RSS</span></a> | ||
|
||
<a href="/pages/about"><span>About</span></a> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class=content> | ||
|
||
<h1>404: Page not found</h1> | ||
<p class=lead>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://doingstuff.dev">Head back home</a> to try finding it again.</p> | ||
<p style=margin:auto><img style=margin:auto src="https://doingstuff.dev/img/lost.gif"></p> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
<script data-goatcounter="https://grbt-doingstuff.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doingstuff.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blog | ||
https://doingstuff.dev | ||
|
||
# About | ||
https://morgancreekmore.me |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> | ||
<title>Doing Stuff</title> | ||
<subtitle>A blog about stuff</subtitle> | ||
<link href="https://doingstuff.dev/atom.xml" rel="self" type="application/atom+xml"/> | ||
<link href="https://doingstuff.dev"/> | ||
<generator uri="https://www.getzola.org/">Zola</generator> | ||
<updated>2023-03-29T00:00:00+00:00</updated> | ||
<id>https://doingstuff.dev/atom.xml</id> | ||
<entry xml:lang="en"> | ||
<title>Homelab Adventure - Part 3: Internal Network</title> | ||
<published>2023-03-29T00:00:00+00:00</published> | ||
<updated>2023-03-29T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/homelab-adventure-part-3/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/homelab-adventure-part-3/</id> | ||
|
||
<summary type="html"><p>Welcome to my journey in building my homelab. This is part of a multipart series, in the last part I gave an overview of how to do configuration management. This one will cover how I set up my internal network.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Embedding Version Info into ELF Shared Libraries</title> | ||
<published>2023-03-22T00:00:00+00:00</published> | ||
<updated>2023-03-22T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/elf-shared-library-version/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/elf-shared-library-version/</id> | ||
|
||
<summary type="html"><p><em>How to embed version information into an ELF shared library?</em></p> | ||
<p>Here are the methods I discovered for embedding version information.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Sending MIDI from Reaper to Unreal Engine</title> | ||
<published>2022-04-11T00:00:00+00:00</published> | ||
<updated>2022-04-11T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/reaper-midi-unreal-engine/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/reaper-midi-unreal-engine/</id> | ||
|
||
<summary type="html"><p>How to setup Reaper to send MIDI to Unreal Engine. If you are looking to use OSC instead, take a look at <a href="https://github.com/gamingrobot/daw-out">daw-out</a>.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Commodore 64 Puzzle</title> | ||
<published>2020-02-27T00:00:00+00:00</published> | ||
<updated>2020-02-27T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/c64-puzzle/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/c64-puzzle/</id> | ||
|
||
<summary type="html"><p>My college professor posted this image with the question</p> | ||
<blockquote> | ||
<p>What is the output when enter is pressed?</p> | ||
</blockquote> | ||
<figure > | ||
|
||
<img src="https://doingstuff.dev/posts/c64-puzzle/problem.jpg" | ||
alt="Commodore 64 screen with a BASIC program" | ||
style="max-width:100%"> | ||
|
||
|
||
</figure> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Homelab Adventure - Part 2: Configuration Management</title> | ||
<published>2020-02-06T00:00:00+00:00</published> | ||
<updated>2020-02-06T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/homelab-adventure-part-2/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/homelab-adventure-part-2/</id> | ||
|
||
<summary type="html"><p>Welcome to my journey in building my homelab. This is part of a multipart series, in the last part I gave an overview of the homelab plan. This one will cover how I handle configuration management.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Homelab Adventure - Part 1: The Adventure Begins</title> | ||
<published>2019-11-09T00:00:00+00:00</published> | ||
<updated>2019-11-09T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/homelab-adventure-part-1/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/homelab-adventure-part-1/</id> | ||
|
||
<summary type="html"><p>Welcome to my journey in building my homelab. This will be an ongoing series of blog posts of my adventures in building my personal infrastructure.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>peaCTF 2019 Writeups</title> | ||
<published>2019-07-26T00:00:00+00:00</published> | ||
<updated>2019-07-26T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/ctf-peactf-2019/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/ctf-peactf-2019/</id> | ||
|
||
<summary type="html"><p>Writeups for <a href="https://peactf.com/">peaCTF</a> 2019</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>InnoCTF 2019 Writeups</title> | ||
<published>2019-07-19T00:00:00+00:00</published> | ||
<updated>2019-07-19T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/ctf-innoctf-2019/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/ctf-innoctf-2019/</id> | ||
|
||
<summary type="html"><p>Writeups for <a href="http://innoctf.com/">InnoCTF</a> 2019</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Floating Point Hell</title> | ||
<published>2014-03-16T00:00:00+00:00</published> | ||
<updated>2014-03-16T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/floating-point-hell/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/floating-point-hell/</id> | ||
|
||
<summary type="html"><p>This blog post will show how to deal with floating-point error in JavaScript by encoding all uint64's, and int64's as strings in JSON Marshaling.</p> | ||
</summary> | ||
|
||
</entry> | ||
<entry xml:lang="en"> | ||
<title>Setup QEMU for ARM on Debian Wheezy</title> | ||
<published>2014-01-01T00:00:00+00:00</published> | ||
<updated>2014-01-01T00:00:00+00:00</updated> | ||
<author> | ||
<name>Morgan Creekmore</name> | ||
</author> | ||
<link rel="alternate" href="https://doingstuff.dev/posts/setup-qemu-for-arm-on-wheezy/" type="text/html"/> | ||
<id>https://doingstuff.dev/posts/setup-qemu-for-arm-on-wheezy/</id> | ||
|
||
<summary type="html"><p>This is a quick little blog post for how to install QEMU for ARM on Debian 7.0 (Wheezy).</p> | ||
</summary> | ||
|
||
</entry> | ||
</feed> |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic ([email protected]) with Reserved Font Name "Lato" | ||
|
||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | ||
This license is copied below, and is also available with a FAQ at: | ||
http://scripts.sil.org/OFL | ||
|
||
|
||
----------------------------------------------------------- | ||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | ||
----------------------------------------------------------- | ||
|
||
PREAMBLE | ||
The goals of the Open Font License (OFL) are to stimulate worldwide | ||
development of collaborative font projects, to support the font creation | ||
efforts of academic and linguistic communities, and to provide a free and | ||
open framework in which fonts may be shared and improved in partnership | ||
with others. | ||
|
||
The OFL allows the licensed fonts to be used, studied, modified and | ||
redistributed freely as long as they are not sold by themselves. The | ||
fonts, including any derivative works, can be bundled, embedded, | ||
redistributed and/or sold with any software provided that any reserved | ||
names are not used by derivative works. The fonts and derivatives, | ||
however, cannot be released under any other type of license. The | ||
requirement for fonts to remain under this license does not apply | ||
to any document created using the fonts or their derivatives. | ||
|
||
DEFINITIONS | ||
"Font Software" refers to the set of files released by the Copyright | ||
Holder(s) under this license and clearly marked as such. This may | ||
include source files, build scripts and documentation. | ||
|
||
"Reserved Font Name" refers to any names specified as such after the | ||
copyright statement(s). | ||
|
||
"Original Version" refers to the collection of Font Software components as | ||
distributed by the Copyright Holder(s). | ||
|
||
"Modified Version" refers to any derivative made by adding to, deleting, | ||
or substituting -- in part or in whole -- any of the components of the | ||
Original Version, by changing formats or by porting the Font Software to a | ||
new environment. | ||
|
||
"Author" refers to any designer, engineer, programmer, technical | ||
writer or other person who contributed to the Font Software. | ||
|
||
PERMISSION & CONDITIONS | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of the Font Software, to use, study, copy, merge, embed, modify, | ||
redistribute, and sell modified and unmodified copies of the Font | ||
Software, subject to the following conditions: | ||
|
||
1) Neither the Font Software nor any of its individual components, | ||
in Original or Modified Versions, may be sold by itself. | ||
|
||
2) Original or Modified Versions of the Font Software may be bundled, | ||
redistributed and/or sold with any software, provided that each copy | ||
contains the above copyright notice and this license. These can be | ||
included either as stand-alone text files, human-readable headers or | ||
in the appropriate machine-readable metadata fields within text or | ||
binary files as long as those fields can be easily viewed by the user. | ||
|
||
3) No Modified Version of the Font Software may use the Reserved Font | ||
Name(s) unless explicit written permission is granted by the corresponding | ||
Copyright Holder. This restriction only applies to the primary font name as | ||
presented to the users. | ||
|
||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font | ||
Software shall not be used to promote, endorse or advertise any | ||
Modified Version, except to acknowledge the contribution(s) of the | ||
Copyright Holder(s) and the Author(s) or with their explicit written | ||
permission. | ||
|
||
5) The Font Software, modified or unmodified, in part or in whole, | ||
must be distributed entirely under this license, and must not be | ||
distributed under any other license. The requirement for fonts to | ||
remain under this license does not apply to any document created | ||
using the Font Software. | ||
|
||
TERMINATION | ||
This license becomes null and void if any of the above conditions are | ||
not met. | ||
|
||
DISCLAIMER | ||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | ||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE | ||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | ||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | ||
OTHER DEALINGS IN THE FONT SOFTWARE. |
Oops, something went wrong.