Ask for Help
“Is there a Ruby Gem that will take a string of code and identify what programming language it’s written in?”
Github has a gem called Linguist, but it doesn’t identify the language by parsing it. It uses file extensions, hash bang lines, and looks for the presence of certain keywords in the code.
“Should Akamai be used with, or as a replacement for varnish?”