Java:
- Finished Shut The Box algorithm with Sam, and I think now I understand how it works. Tomorrow I'll spend some time trying to mark it up.
- Source
Web Design:
- Learned how to import code directly into my blog using github gists.
- You can do this by going to gist.github.com and typing in code, then copying and pasting the embed script they give you
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
def gist_is_neat() | |
puts "check me out, I'm embedded code" |
Thanks for telling me about gist! I've often used a much older tool, pastebin (http://pastebin.com), but without nearly the horns, bells, and whistles that github provides on this newer tool.
ReplyDelete