Displaying 12 results from an estimated 12 matches for "tzi".
Did you mean:
ti
2009 Aug 25
3
Timezone not recognised kludge
...ents attached:
[quote]
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT/CurrentVersion\Time Zones\New Zealand Standard Time]
"Display"="Pacific/Auckland"
"Dlt"="New Zealand Daylight Time"
"Std"="New Zealand Standard Time"
"TZI"=hex:30,fd,ff,ff,\
00,00,00,00,\
c4,ff,ff,ff,\
d9,07,04,00,00,00,05,00,02,00,00,00,00,00,00,00,\
d9,07,09,00,00,00,1b,00,02,00,00,00,00,00,00,00
; FFFFFD30 = -720 (LONG Bias)
; 00000000 = 0 (LONG StandardBias)
; ffffffc4 = -60 (LONG DaylightBias)
; 2009-04-05 2:00...
2007 Oct 30
2
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
cabo@tzi.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cabo@tzi.org
------- Comment #9 from cabo@tzi.org 2007-10-30 11:09 CST -------
The current solution...
2012 Mar 21
2
list of matrices
Hello dear R-users,
I am currently trying to fill some datasatructure (array, list, hash...)
with matrices that are calculated by a function and do vary in size:
mylist = list()
for(i in 1:n)
mylist[i] = function(...) # returns a matrix
print(mylist[1]) # prints only the first element of the matrix
How can I store and afterwards access the matrices that are calculated
by my function?
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...M - 12:00PM
Session 6: Malware Detection and Clean-up
11:00AM
Inoculation against malware infection using kernel-level software sensors
Raymond Canzanese; Spiros Mancoridis; Moshe Kam
11:30AM
Automatically Clean Up Malware Impacts When Committing OS-level
Virtual Machines
Zhiyong Shan; Xin Wang; Tzi-cker Chiueh
12:00PM
Lunch
----------------------------------------------------------------------
1:30PM - 3:30PM
Session 7: Performance Modeling and Profiling
1:30PM
A Bayesian Approach to Online Performance Modeling for Database
Appliances using Gaussian Models
Muhammad Bilal Sheikh; Umar Far...
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...M - 12:00PM
Session 6: Malware Detection and Clean-up
11:00AM
Inoculation against malware infection using kernel-level software sensors
Raymond Canzanese; Spiros Mancoridis; Moshe Kam
11:30AM
Automatically Clean Up Malware Impacts When Committing OS-level
Virtual Machines
Zhiyong Shan; Xin Wang; Tzi-cker Chiueh
12:00PM
Lunch
----------------------------------------------------------------------
1:30PM - 3:30PM
Session 7: Performance Modeling and Profiling
1:30PM
A Bayesian Approach to Online Performance Modeling for Database
Appliances using Gaussian Models
Muhammad Bilal Sheikh; Umar Far...
2009 Mar 17
0
No subject
> 2. Existing data for New Zealand Standard Time,"TZI" do match what
> XP SP3 has, a new one doesn't.
>
> http://www.winehq.org/pipermail/wine-users/2009-August/059237.html
> That FIXME is harmless. I don't see an indication that date/time APIs
> return wrong results for him. A test would be to run notepad and pre...
2009 Dec 14
1
as.data.frame requires a lot of memory (PR#14140)
Full_Name: Raimar Falke
Version: R version 2.10.0 (2009-10-26)
OS: Linux 2.6.27-16-generic #1 SMP Tue Dec 1 19:26:23 UTC 2009 x86_64 GNU/Linux
Submission from: (NULL) (134.102.222.56)
The construction of a data frame in the way shown below requires
much more memory than expected. If we assume a cell value takes 8 bytes
the total amount of the data is 128mb. However the process takes about
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2001 Aug 31
1
Wine
Hallo,
I am completely new to wine, and I am very interested in it. I wanted to
ask if
there are already forecasts as to when wine will be released and
actually
usable instead of Windows. Are there at least rough estimates?
Greetings
Giorgio
2006 May 29
2
Feature Request: Viewport Switching Plugin
Hi,
First of all, great job! :)
I really like to organise my work on, former known "workspaces", now
"viewports". I use currently use 9 so I have 3 for work, 3 for private
applications and 3 for other projects.
Using the viewports like this it happens to have
3 browser windows,
6 Document Viewers,
9 Terminals,
1 Evolution,
2 IDEs and
>3 Gimp
The number of Windows and
2012 Feb 16
2
Legend vanishes when placed outside the graph
Hello everyone,
i’ve got a problem with my diagram’s legend. I know i should be able to figure it out by reading the ‘plot’ and ‘legend’ reference. However nothing works so it would be kind if anyone could point me to the necessary parameters.
The problem is that i’m moving the legend using the ‘inset’-parameter so it does not overlap with the graph. However it vanishes outside the graph, so
2012 Jun 04
2
Convert 2-dim array to 3-dim array
Hello R-users,
I'd like to load data from a CSV-file to a 3-dimensional array. However
the default seems to be 2-dimensional. It would also be ok to load the
data and then convert it to a 3-dimensional structure.
I've been trying:
dat = read.csv(filename)
myArr = as.array(dat, dim = c(12,100,3))
However, I get an error message:
Error in `dimnames<-.data.frame`(`*tmp*`,