The LaTeX Beamer Class Homepage

Posted on May 22, 2004

The LaTeX Beamer Class Homepage

В следующий раз презентацию только на бимере делать буду. LaTeX рулет не по детски.

Filed Under Uncategorized | Leave a Comment

Rares

Posted on May 22, 2004

Бывает у меня такое. Вдруг увижу какую-то скарую ирушку которую даже не прошол когдато, чаще всего ещё досовскую потипу Sam & Max: Hit the Road скачаю её и пройду до конца.

Надо ещё Indiana Jones and the Fate of Atlantis найти и скачать

и Day of the Tentacle уже скаченный пройти.

А потом уже за Sierra’вские квесты засесть, вот в Roger Wilco Space Quest 6 Spinal Frontier я неиграл, может стоит?

Надо будет посмотреть abandonware avenue. Я ещё с какого-то росийского сайти Death Rally и Death Rally 2 недавно скачивал ;-)

Filed Under Uncategorized | 1 Comment

eBay: Creative Sound Blaster Live 5.1

Posted on May 18, 2004

Just bought new Creative Sound Blaster Live 5.1 from ebay. Good. I will finally will be able to enjoy by 5.1 acustics. It was stupit to buy it and use it as simple stereo.

Filed Under Uncategorized | Leave a Comment

Вот ещё один облом

Posted on May 17, 2004

Мой учитель сказал написать сочинение. Сказано — сделано, скатано с инета, адоптировано, переписано нормальным языком мой двоюродной сестрой, отдано. И какая неблогодарность он даже не проверил из-за того что небыло библиографии.

Filed Under Uncategorized | Leave a Comment

polygonized network uptime

Posted on May 17, 2004

Am i great admin or what? 460+ days of uptime, on quite popular server. Hundreds cliks per minute, services range from DNS to FTP and WWW and 100% happy user base! And i don’t see any reason to reboot so let’s see how fucking long will it run before i will have to reboot. 1k days with 100% uptime sounds not unresonable.

Netcraft What’s That Site Running Results

Filed Under Uncategorized | Leave a Comment

CWA Board @ Polygonized.com - Hopeless hair day/week/month

Posted on May 16, 2004

My bad hair day:

bad hair day

Filed Under Uncategorized | Leave a Comment

Linux vs Windows и tcp-ip стак для Bittorrent

Posted on May 15, 2004

Незнаю что натворили програмисты но под linux у меня share-ratio к моменту скачки файла где-то 30-40% тоесть я скачиваю быстрее чем отдаю, под windows всё наоборот share-ratio на уровне 220-240%.

Filed Under Uncategorized | Leave a Comment

Code to HTML converter

Posted on May 15, 2004

Зачем человеку думать? Вот раз, два, три и готово!

Code to HTML converter


class MutableObject {

    private int value = 100;

    public int getValue() {

        return value;

    }

    public void setValue(int value) {

        this.value = value;

    }

}

class ImutableObject extends MutableObject {

    public void setValue(int value) {

        throw new UnsupportedOperationException("You can’t do that!");

    }

}

public class ImutableTest {

  public static void main(String [] args) {

      ImutableObject imo = new ImutableObject();

      System.out.println("ImutableObject.getValue() " + imo.getValue());

      MutableObject mo = (MutableObject) imo;

      mo.setValue(200);

      // Never get here runtime exception from previous line thrown.

      System.out.println("ImutableObject.getValue() " + imo.getValue());

  }

}

Filed Under Uncategorized | Leave a Comment

Стиль Maven

Posted on May 14, 2004

Ну вот 5 минут манипуляций и уже сей блог получил человеческое лицо. То что я для своего форума сделал когда-то.

Кому интересно вот project.css который я использовал.. Остальное из Maven.

Filed Under Uncategorized | 1 Comment

Первый пост, первый облом.

Posted on May 14, 2004

Облом не первой свежести, но да вам то что. Вообщем собравшись поставить Mandrake Linux на последний уцелевший нотебук (Compaq Armada m700 - тот который вроде инженеры из Cray делали) обнаружил что Mandrake’а свежего на диске у меня нет и недолго думая собрал простинький tftp сервер и загрузочным образрм который позволяет этот самый Mandrake ставить по сети с ftp. Всё замечательно поставилось но мне всорости потребовался Windows и в этот момент я обнаружил что cd-rom то у этого нота не пашет :-). Windows по сети не поставить. Вот такой облом.

Filed Under Uncategorized | Leave a Comment

« Previous Page

© Copyright 0xDEADBEEFCAFE • Powered by Wordpress • Design by Sebastin.

free web hit counter