Originally published at STEREO.org.ua . Please leave any comments there. Интертелеком - единственный украинский телефонный оператор, который не скрывает от абонента его собственный номер.
Можно...“в одну строку” и прогнал его по всему номерному пространству 8-094-xxxxxxx с шагом в 5000 номеров чтобы получить список диапазонов всех прямых номеров оператора.
Read the rest of this entry »
Just had a fifteen minute phone interview for a Perl telecommute gig. Out of Mahomet, of all places. And it went badly. In point of fact, I think I sounded like an idiot, at least when it came to Perl. In my defense, it's not something I'd ever thought about or dealt with: So the way I create constructors in Perl is pulled directly from perltoot :
sub new {
my $proto = shift;
my $class...
ааааа..... мля, больше получаса провозился, пока нашел ошибку в старом коде, который почему-то странно работает в новом проекте... типа бля.. perl == это блять не eq, совсем не так :)))) совсем мне этот php мозг запудрил :)
I'm pleased to announce the release of DBD::mysql 4.009! A couple fixes are included with this release: * Fix to re-enable TAKE_IMP_DATA_VERSION. Still have to ensure DBI version 1.607 or higher in the...as file: $CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.009.tar.gz size: 125168 bytes md5: 1115dcc2560191bfaed09baf6aa7e183 Found at: http://search.cpan.org/~capttofu/DBD-mysql-4.009/ Enjoy
На курсе четвёртом был у нас предмет "Программирование в сетях". Там мы изучали Perl. Была одна лекция на тему "Скелет демона*". Сегодня проектирую систему мониторинга веб-серверов из трёх разных датацентров со сбором статистики доступности и рассылкой СМС. Сцуко, наконец-то почувствовал себя настоящим инженером — Повелитем Высоконагруженных Информационных Систем! :)) Решил писать на Perl. Там как...
slobin на лиспе написал программу , помогающую скачать видеоролики с популярных видеосервисов Почти то же самое на Пёрл:
# !/usr/bin/perl --
# Look at http://slobin.pp.ru/newlisp/ownload.html for comments
use strict ;
use LWP ::UserAgent;
my % services = (
'http://cs.videosaver.ru/xurl/'
=> 'href="([^"]*)"\s+title="FLV' ,
'http://keepvid.com/'
=> ' ]*>[^...
To my Perl savvy friends... I am taking Perlthis semester (quickintro class - 8 weeks long) and I may be sending out SOS's between now and December 9th. Thanks =)
First of all, my home-site's back
and you're gonna
be in trouble ! Otherwise, this entry contains three technical tips that
I collected recently:
Perl and Vim - sometimes one encounters a case where he needs to handle
many errors in his Perl script. I encountered a similar case, when I had to
work on a script that was written without "use strict;" and "use warnings;"
and shouted at...