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).
|
I'm the lead developer at [SemiColin Games](https://www.semicolin.games).
|
||||||
Previously at Google, reCAPTCHA, & Carnegie Mellon.
|
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).
|
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**.
|
Currently playing: **Persona 5**, **Monster Hunter Rise**, & **Slipways**.
|
||||||
Sometimes I stream on Twitch!
|
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/)
|
| [![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 |
|
||||||
[![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.
|
|
||||||
|
|
||||||
## Recent Posts
|
## Recent Posts
|
||||||
|
|
||||||
@ -32,3 +25,10 @@ Sometimes I stream on Twitch!
|
|||||||
* another one
|
* another one
|
||||||
* post #3
|
* post #3
|
||||||
|
|
||||||
|
## Other Stuff
|
||||||
|
|
||||||
|
sigbovik etc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<html>
|
||||||
<html lang="en">
|
|
||||||
<head>
|
<head>
|
||||||
<title>Programming Language Checklist</title>
|
<title>
|
||||||
|
Programming Language Checklist
|
||||||
|
</title>
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<tt>
|
<tt>
|
||||||
|
@ -77,6 +77,10 @@ pre {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: var(--color-yellow);
|
color: var(--color-yellow);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user