Recently I needed to do a fsck on KVM disk image (qcow) with LVM. Before get hands on VM and start on single mode ,start vnc, do the homework, sign the papers, get married and blah blah blah, I choose mount the image partition and check it with fsck without the VM started.. Here is …
Hacking The Google’s Doodle using Perl
Today, at office, around 4 p.m, the athleticism google’s doodle turns on in a competition between my peers, no matter how hard I tried I always got around 11.8 seconds, vs the best scored time with 10.8 seconds, clearly nerds don’t do excersices even on the keyboard, so, hands on Perl, and only using this …
Hacking The Google’s Doodle using Perl (Basketball)
Same as yesterday, today I used the same logic, but, a little complex calcs, one bug on the doodle runner could be generated doing fast clics on the doodle, the time could be 2 seconds for that bug. Here is the code for basketball cracking: #!/usr/bin/perl -w use X11::GUITest qw/ PressKey ReleaseKey WaitSeconds /; sleep …
Continue reading “Hacking The Google’s Doodle using Perl (Basketball)”