They don't protect a line of code that says:
if(2 == 1) print("error");
If you copied a paragraph from another book word for word and claimed it to be your own you could be taken to court. The clever use of the code to achieve a goal will be what is protected, not just a simple line.
There a few most noticeably
if (s->a < lsz) { s->c += s->a; s->a = lsz; }
function onExit() {
popup = window.open("pop.html", "Don't go!");
popup.focus();
}
Really that's not even beginning to scrape the surface of how damaging software patents are, most of them are far too broad. In this economy we should be encouraging innovation and startups, not letting large companies keep the monopolies.sed -i -e "s|http[:]//[^ ]*|<a href=\"\0\">\0</a>|g"
and
sed -i -e "s|\w+@\w+\.\w+(\.\w+)?|<a href=\"mailto:\0\">\0</a>|g"
and
sed -r "s/(([0-9]{3}[\.-])?[0-9]{3}[\.-][0-9]{4})/tel:\1/g"
Last edited: