문제

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?

도움이 되었습니까?

해결책

use an OCR?

Here is a list of OCR software

다른 팁

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top