Home
я-за-нього

листопад 2008

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
30      

Реклама

Page Summary

Syndicate

RSS Atom
Розроблено LiveJournal.com

16 серпень 2007

einstein

JAPH

not exp log srand xor s qq qx xor
s x x length uc ord and print chr
ord for qw q join use sub tied qx
xor eval xor print qq q q xor int
eval lc q m cos and print chr ord
for qw y abs ne open tied hex exp
ref y m xor scalar srand print qq
q q xor int eval lc qq y sqrt cos
and print chr ord for qw x printf
each return local x y or print qq
s s and eval q s undef or oct xor
time xor ref print chr int ord lc
foreach qw y hex alarm chdir kill
exec return y s gt sin sort split


Здавалося б, нісенітниця якась, але насправді це робоча програма на perl і результат виконання аналогічний результату іншої програми на perl:

print "just another perl hacker\n";



#upd 1.0
1 @tam_sce_je=(
2   "http://ru.wikipedia.org/wiki/JAPH",
3   "http://www.cpan.org/misc/japh",
4   "http://www.ibm.com/developerworks/linux/library/l-japh.html"
5 );

Теги: , ,

06 серпень 2007

einstein

use POE;

На днях відкрив для себе POE
# What_POE_Is
POE parcels out execution time among one or more tasks, called sessions. Sessions multitask through cooperation (at least until Perl's threads become mainstream). That is, each session returns execution to POE as quickly as possible so it can parcel out time to the next.


Think POE %)
Теги: , , ,