Archive for the 'Тирнет' Category

Proxy in processing

I’ve been studying processing language, and I think it’s great tool for

  • designers, who want to programmmmm
  • and programmers who want to design

More about it you can read at the official page of the project: processing.org/

If you need to work in processing with internet data && you are behind proxy, it’s a little bit trickier.

Place the following code in your setup() function, and everything gonna be alright!

void setup() {
        size(800,600);

        Properties systemSettings = System.getProperties();
        systemSettings.put("http.proxyHost", "your.proxy.org");
        systemSettings.put("http.proxyPort", "8080");
        System.setProperties(systemSettings);
}

arp-attacks in our hostel

Happy New Year 2 everyone in this world!
Let al your dreams come true in this 0x7DA year!!!

Right after the NY celebration I wanted to crawl the web & get in touch with my friends. I was really disappointed when I saw our local gateway down…No ping queries were successful:(
I put ping 192.168.1.123 -t and returned to celebration!
At 02 AM ping succeeded!
The situation repeated several times…

But I really wanted to wish best wishes to my mates!
So I started to investigate… The computer was overfilled with ARP-queries :( They changed the real MAC-address of the gateway, so the computer sent packets into wrong place.

The solution is simple:

Make your ARP table entries static!
Under Windows You can do it in the following way:

  1. Run “cmd”; [Start->Run->type "cmd" into it]
  2. type in command line:
    arp -s Gateway.Or.Another.Computer It-s-MAC-Address
  3. For instance if computer’s ip is 192.168.1.123;
  4. It’s MAC-address is 00-11-22-33-44-55;
  5. So you should type into command-line:
    arp -s 192.168.1.123 00-11-22-33-44-55

Best Wishes!!!

tag cloud

наткнувся на сайт де можна зробити дууже класні tag-clouds
Зутсрічайте!
http://www.wordle.net/
А ось і tag cloud, побудований з rss цього сайту:

Tag cloud for pifostap.org.ua from Wordle

Tag cloud for pifostap.org.ua from Wordle

Я – справді Бендер!

Результат теста «На кого из героев „Футурамы“ ты похож»:


Проф.

Лила

Гермес

Бендер

Зойдберг

Фрай

Эми

Киф

Зепп
-5 0 1 10 -7 4 3 2 6

Если Вы желаете узнать больше о своем характере и о характере героев «Футурамы», то прочитайте статью «Псих-о-рама».

Пройти тест.

::pif

креатив! креатив! креатив! креатив! креатив! креатив! креатив!
накреативив вже давним-давно, а правильніше сказати 23го грудня отаку штуку фканатахтє:

ось такий альбомчик вконтакті

ось такий альбомчик вконтакті

ідею виношував дуууууже довго, десь 3 місяці, тільки реалізувати ніяк не сідав… і в ту ніч не було шо робити в гуртожитку, а спати лягати не хотів. зробив врешті отой альбом))

css day

важливий день в мому житті…
зрозумів банальну річ в div’ах
Тепер шарю як зробити position:absolute відносно попереднього елемента. зробити йому[вкладеному елементу] position:realtive;
lameeeee:):):)

Мамо, а на кого я схожий?

Last.fm заставляє ізміняти друзям…(

ааа...я ізміняю друзям...

ааа...я ізміняю друзям...

ніколи не міг подумати  що такий сервіс як Ласт.ФМ може таки робити…гади…сволочі…

вони заставляють кожного зі своїх юзерів ізміняти друзям…

тепер щоразу як дивлюсь на сторінки друзів очі цю фразу і стає моторошно…а що як я колсь зазнайомлюсь зякоюсь дівчинкою, закохаюсь…моркоффь і т.д і т.п…і вона буде в ласті…і під їїаватаркою буде фраза Изменить…отак кілька разів позаходиш на сторінку…а колись та натиснеш…щоб побачити що ж там за тим написом… а в наш час на інтернеті усі помішані:(




Hosted by EOMY.NET