The default Netbeans GUI builder sux by definition.
This is a small howto for the empty j2me project developing.
- File -> New Project
- Java ME -> Mobile Application -> Next
- Deselect “Create Hello MIDlet”. Finish.
That will create an empty project.
- Than add a new package with a specified name, ex. “newPackage”.
- Add a newempty Java Class file in this package, ex. “helloWorld.java”.
The example of the “helloWorld” j2me app code: Читати далі »
Як обирали віце-ішпана у мадярському місті К. Із листа Якова Головацького своєму другу у Львові відомому чеському письменнику і вченому Карелу Запу (1812-1871). Присвячується вибрам президента 2010 року.
… Було це в головному місті К. напередодні виборів віце-ішпана. До міста з”їхалося багато магнатів, всюди по вулицях їдуть карети, строкато одягнені гайдуки ходять тули й сюди, готелі переповнені, вивозять сміття, замітають вулиці: у всьому місті панує великий рух і всі говорять тільки про вибори.
Але це ще нічого. На другий день вранці треба було вийти за міські рогачки; там на полі коло готелю натовпи людей, по всій околиці розлягається крик і гулюкання. Читати далі »
3 березня: Єгипет або Туніс або Алжир або Болгарія
2 червня: матч на виїзді проти збірної Норвегії
11 серпня: матч проти Голландії (виїзд?)
4 вересня: збірна Польщі (на виїзді)

How to crack lost rar/zip/7zip archive passwords?
Download rarcrack sources from http://rarcrack.sourceforge.net/ . Unarchive the file, and compile it:
$ make
$ make install
To crack the lost password use it as in the example:
$ rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
If you get any problems, visit its official web site.
How to convert MOV, MP4 video files to AVI? Читати далі »
$ sudo apt-get install ppp pppoe
Edit /etc/ppp/pppoe-server-options with the following lines:
logfile /var/log/log.pppoe
require-pap #different authentication protocols are allowed
require-chap
lcp-echo-interval 20 #pppd will send an LCP echo-request frame every n seconds to detect if the remote peer is connected at the moment
lcp-echo-failure 3 #if n LCP requests failed, the session will be terminated
ms-dns 192.168.0.1 #this DNS server ip will sent to client during the session opening
noipx #do not accept IPX protocol inside the session
nobsdcomp #no data compression *
noipdefault #do not accept users manual IP address
lock
Читати далі »