Skip to content

Instantly share code, notes, and snippets.

View Colack's full-sized avatar

Jack Spencer Colack

View GitHub Profile
@Colack
Colack / lines.txt
Created January 31, 2024 02:45
Computer Science Related Pickup Lines
Are you a bitwise operator? Because you've shifted my world
Are you a borrowing reference? Because I want to share a lifetime with you.
Are you a cargo build? Because I can't wait to see our relationship compiled.
Are you a cargo package? Because you've got all the dependencies for a perfect relationship
Are you a class? Because you've instantiated feelings I've never had before.
Are you a coding language, cause cout << "You're the one 4 me";
Are you a coding language? Because you are the only one I C
Are you a compiler warning? Because you've got my attention, and I can't ignore you
Are you a compiler? Because my heart is stuck in a infinite loop when I see you
Are you a compiler? Because you seem to make my heart compile
@chrisvfritz
chrisvfritz / index.html
Created November 18, 2014 19:22
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>