Displaying 2 results from an estimated 2 matches for "s05".
Did you mean:
05
2008 Oct 12
1
Wine + Debian + utorrent
.../1.8/utorrent.exe
When I go to open utorrent now using:
wine utorrent.exe
It comes up with the installation screen rather than just opening as a stand alone program like it has in the past. If I then click install, the screen disappears and I get loads of crap in the command line window:
Code:
s05 at ks300565:~$ wine utorrent_1.7.7.exe
fixme:msvcrt:__lconv_init stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
s05 at ks300565:~$ fixme:msvcrt:__lconv_init stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
fixme:shell:DllCanUnloadNow stub
err:ole:CoGetClassObject class {304ce942...
2010 Dec 08
4
evaluating NAs in a dataframe
...if (demo$Area[i] >= 25 && demo$Area[i] < 50) {Class[i] <-"S03"} ## 25-50
cm2
if (demo$Area[i] >= 50 && demo$Area[i] < 100) {Class[i] <-"S04"} ## 50-100
cm2
if (demo$Area[i] >= 100 && demo$Area[i] < 200) {Class[i] <- "S05"} ##
100-200 cm2
if (demo$Area[i] >= 200 && demo$Area[i] < 400) {Class[i] <- "S06"} ##
200-400 cm2
if (demo$Area[i] >= 400 && demo$Area[i] < 800) {Class[i] <- "S07"} ##
400-800 cm2
if (demo$Area[i] >= 800 && demo$Area[i] &l...