Displaying 2 results from an estimated 2 matches for "aew".
Did you mean:
aes
2005 Dec 14
0
104 key keyboard question
Hello,
Wine can't read appropriate keycodes from my 104 key keyboard
(in x:genius comfy KB-16M, hungarian layout)
???? keys works well,
but from keys ??? I get only '?',
so I can't use this accent chars.
(apps: ie, coreldraw)
Thanks:
Aew
wine: 0.9.3-winehq-1 from http://wine.sourceforge.net/apt/ binary
dist: ubuntu breezy
2012 Apr 26
2
write to M, using row and columns taken from A and B, with values from C
I want to write to M, using row and columns taken from A and B, with values
from C. C is a lot longer than A and B, so only the first 67420 elements of
C are used in my loop.So how can I improve it to take then the next 67420
and write it to new file and so on till the 248th 67420. Many thanks
library(Matrix)
M <- Matrix(-9999, 360, 720) ## creat matrix with 720 columns and 360 ro
ws