Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
И это вас не заставляет задуматься? :)
хотите подчеркнуть, что в этом слове ударение на букве о
Зато, в свою очередь, английский — неудачный выбор для создания стихов и песен, на русском они звучат гораздо выразительнее.
Ja, die Liebe hat bunte Flügel,
Solch einen Vogel zähmt man schwer;
Haltet fest sie mit Band und Zügel,
Wenn sie nicht will, kommt sie nicht her.
Ob ihr bittet, ob ihr befehlet,
Und ob ihr sprecht und ob ihr schweigt,
Nach Laune sie den erwählet,
Und heftig liebt, der stumm sich zeigt.
А у Java память «течет».
В Python есть GIL, ой беда.
Так что утверждать, что это плохой языки программирования?
Все популярные языки достаточно хороши

Веб-страница атакует компьютерыМощно.
On 2013-10-24 11:50, Rasmus Lerdorf wrote:
The Google Webmaster Tools point to userprefs.js as being the culprit saying there is “code injection”
That file contains this block:
if (searchEnabled && document.getElementsByTagName && document.createElement) {
var elems = document.getElementsByTagName("*");
for (var i = 0; i < elems.length; i++) {
if (elems[i].tagName.toLowerCase() == 'head') {
var scriptElem = document.createElement('script');
scriptElem.setAttribute('type', 'text/javascript');
scriptElem.setAttribute('src', '/functions.js');
elems[i].appendChild(scriptElem);
break;
}
}
}
which is definitely “code injection” but it is deliberate code injection. And the file we are injecting looks very suspicious:
static.php.net/www.php.net/functions.js
Because of some weird minify thing someone used years ago on it. The md5sum of the file on static.php.net <static.php.net> matches the checksum of the version in git and it hasn’t changed since 2009. I have no idea why exactly it suddenly triggered now unless Google expanded their js checks or something.
Either way, we’ll remove this suspicious-looking file and hopefully this will clear up.
-Rasmus
Chrome и Firefox забанили php.net