Question

Quick question about something I've ran into alot recently:

So many times I'm looking for information from blogs, and find really interesting and helpful examples, only to discover the blog author has shown the code as an image..

With no cut-and-paste available, how does everyone handle this? Find the code elsewhere or type it all out?

Était-ce utile?

La solution

use an OCR?

Here is a list of OCR software

Autres conseils

Personally I don't really learn anything from just cutting and pasting so writing something out by hand is more beneficial. Also, code on blogs is rarely production quality anyway so you'll need often need to improve it with error handling, refactor names etc. so you're going to be changing it anyway - might as well write it out!

Maybe a quick ocr service can save the situation... http://www.free-ocr.com/ (only for example)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top