Compare commits
No commits in common. "e06ac521c63d4e90a37b9419c76038855d6c2938" and "54495f8872a43091688de225a3183f5d57c5f71c" have entirely different histories.
e06ac521c6
...
54495f8872
@ -3,9 +3,9 @@
|
||||
I'm the lead developer at [SemiColin Games](https://www.semicolin.games).
|
||||
Previously at Google, reCAPTCHA, & Carnegie Mellon.
|
||||
|
||||
[![Twitter](/img/twitter.svg)](https://twitter.com/mcmillen) [@mcmillen](https://twitter.com/mcmillen)
|
||||
|
||||
[![Git](/img/git.svg)](https://git.mcmillen.dev/mcmillen?tab=activity) [git.mcmillen.dev](https://git.mcmillen.dev/mcmillen?tab=activity)
|
||||
| | |
|
||||
|-|-|
|
||||
| [![Twitter](/img/twitter.svg)](https://twitter.com/mcmillen) [@mcmillen](https://twitter.com/mcmillen) | [![Git](/img/git.svg)](https://git.mcmillen.dev/mcmillen?tab=activity) [git.mcmillen.dev](https://git.mcmillen.dev/mcmillen?tab=activity) |
|
||||
|
||||
For more details, check my [resumé](resume.html) & [publications](publications.html).
|
||||
|
||||
@ -14,17 +14,10 @@ For more details, check my [resumé](resume.html) & [publications](publications.
|
||||
Currently playing: **Persona 5**, **Monster Hunter Rise**, & **Slipways**.
|
||||
Sometimes I stream on Twitch!
|
||||
|
||||
[![Twitch](/img/twitch.svg)](https://twitch.tv/FamiColin) [FamiColin](https://twitch.tv/FamiColin)
|
||||
|
||||
[![Steam](/img/steam.svg)](https://steamcommunity.com/id/FamiColin/) [FamiColin](https://steamcommunity.com/id/FamiColin/)
|
||||
|
||||
[![PlayStation](/img/playstation.svg)](https://psnprofiles.com/robomancer) [robomancer](https://psnprofiles.com/robomancer)
|
||||
|
||||
![Nintendo Switch](/img/nintendoswitch.svg) SW-1906-3662-4308
|
||||
|
||||
## Miscellaneous Silliness
|
||||
|
||||
* [Programming Language Checklist](language_checklist.html): You appear to be advocating a new programming language. Your language will not work. Here is why it will not work.
|
||||
| | |
|
||||
|-|-|
|
||||
| [![Twitch](/img/twitch.svg)](https://twitch.tv/FamiColin) [FamiColin](https://twitch.tv/FamiColin) | [![Steam](/img/steam.svg)](https://steamcommunity.com/id/FamiColin/) [FamiColin](https://steamcommunity.com/id/FamiColin/) |
|
||||
| [![PlayStation](/img/playstation.svg)](https://psnprofiles.com/robomancer) [robomancer](https://psnprofiles.com/robomancer) | ![Nintendo Switch](/img/nintendoswitch.svg) SW-1906-3662-4308 |
|
||||
|
||||
## Recent Posts
|
||||
|
||||
@ -32,3 +25,10 @@ Sometimes I stream on Twitch!
|
||||
* another one
|
||||
* post #3
|
||||
|
||||
## Other Stuff
|
||||
|
||||
sigbovik etc
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,8 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<title>Programming Language Checklist</title>
|
||||
<title>
|
||||
Programming Language Checklist
|
||||
</title>
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25704949-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<tt>
|
||||
|
@ -77,6 +77,10 @@ pre {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
td {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: var(--color-yellow);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user