Archive

Archive for March, 2007

Overclocking AMD 3000+ ‘Venice’

March 28th, 2007 karlosp No comments

Overclock AMD 3000+ ‘Venice’ to 2,300 MHz with Asus A8N-E motherbord.

Categories: Malo mešano Tags:

Kako v javi pove?amo spomin za sklad in kopico (-Xss ; -Xmx)

March 20th, 2007 karlosp No comments

?e pri zagonu programa dobite error:

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Je potrebno javi “povedati” da si lahko vzame malo ve? prostora za heap oz. sklad.
Za sklad se uporabi ukaz -Xss. Npr.: “java -Xss100M MojRazred” -> xxxM =

Categories: Fax, Malo mešano Tags:

SciTE

March 16th, 2007 karlosp No comments

SciTE text editor za windowse.
Omogo?a barvanje kode za

Categories: Malo mešano Tags:

[java]Read from “keyboard”

March 16th, 2007 karlosp No comments
...
 // Convert the 8-bit System input to 16-bit
 InputStreamReader in = new InputStreamReader (System.in);

 // Wrap with in a buffer object to speed I/O
 BufferedReader bufIn = new BufferedReader (in);

 // Read the keyboard input using the readLine method
 String strLine = bufIn.readLine ();
...
Categories: Fax Tags:

anonymous web surfing & mail

March 15th, 2007 karlosp No comments
Categories: Malo mešano Tags:

Open wmv video with firefox on linux (mms protocol)

March 8th, 2007 karlosp No comments

First install VLC player
* Insert about:config in the address bar

* Right click on the list, select New, then Boolean; insert network.protocol-handler.external.mms as Preference Name and true as Value

* Now another right click, select New and String; insert network.protocol-handler.app.mms as Preference Name and /usr/bin/vlc (path to where the file is installed on your system) as Value.

Categories: Linux Tags:
101895 pages viewed, 159 today
53334 visits, 93 today
FireStats icon Powered by FireStats