Skip to content

Instantly share code, notes, and snippets.

View Techfolio's full-sized avatar

Kris Lockwood Techfolio

  • USA
View GitHub Profile
@Techfolio
Techfolio / Helpful Links for Using GitHub
Last active June 17, 2024 12:53
Helpful Links for Using GitHub
@eduardo22i
eduardo22i / Tic-Tac-Toe Game
Last active August 29, 2015 14:12
A HTML/Javascript Tic-Tac-Toe game.
<html>
<head>
<title>Tic-Tac-Toe</title>
<style>
body {
font-family: sans-serif;
color: #535353;
}
.cell {
width: 100px;
# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
Hi everyone, I'm Chris Wanstrath.
When Jeremy asked me to come talk, I said yes. Hell yes. Immediately. But
then I took a few moments and thought, Wait, why? Why me? What am I supposed
to say that's interesting? Something about Ruby, perhaps. Maybe the
future of it. The future of something, at least. That sounds
keynote-y.