search for: yvonne

Displaying 20 results from an estimated 28 matches for "yvonne".

2025 Jan 13
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
...date the source code concerning temperature in cps-hid.c (driver: USBHID-UPS(8)) and include it in the next official release of NUT. Additionally, please inform us of the planned timeline and version for the upcoming official release of NUT so we can verify it accordingly. Thank you! Best regards Yvonne Chen Cyber Energy Co., Ltd. Tel: +886-2-8792-9628 #605 Fax: +886-2-8792-9626 Email: Yvonne.Chen at cyberenergy.com<mailto:Yvonne.Chen at cyberenergy.com> From: Jim Klimov <jimklimov+nut at gmail.com> Sent: Thursday, December 5, 2024 12:04 AM To: Yvonne.Chen <Yvonne.Chen at Cyberene...
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
...orkupstools/nut/pull/2711, code base to test would be available at https://github.com/jimklimov/nut/tree/cps-hid-temp currently or as part of https://github.com/networkupstools/nut/tree/master after the pull request passes our CI and gets merged. Thanks, Jim Klimov On Wed, Dec 4, 2024 at 9:11?AM Yvonne.Chen <Yvonne.Chen at cyberenergy.com> wrote: > Hi NUT: > > > > We propose adding HID usage for "Temperature" to the NUT source code file > cps-hid.c (driver: USBHID-UPS(8) > <https://networkupstools.org/docs/man/usbhid-ups.html>) so that UPS > temperat...
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
..., Once you have confirmed the request to add the source code, please provide a test version of the NUT software with the added HID usage (Temperature) code for our final testing and verification. Please contact me if you have any questions regarding this request. Thank you very much! Best regards Yvonne Chen Cyber Energy Co., Ltd. Tel: +886-2-8792-9628 #605 Fax: +886-2-8792-9626 Email: Yvonne.Chen at cyberenergy.com<mailto:Yvonne.Chen at cyberenergy.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/at...
2009 Feb 09
2
un'stat'able files - fs corruption?
Hello list, I have some serious problems on my ext3 filesystem. Several folders contain files, which cannot be accessed in any way, not even a stat() on these files is possible: [~]$ ls -l -rwxrwxr-x 1 yvonne users 30208 2007-09-16 12:49 Stoffverteilungsplan tw kl4 07.doc ?--------- ? ? ? ? ? Teddyb?r.docx ?--------- ? ? ? ? ? Termine f?r montag kiga.doc -rwxrwxr-x 1 yvonne users 28672 2001-11-18 17:29 tiere bei den indios.doc [~]$...
2008 Jun 03
3
OpenSpace support for mapstraction
Attached is patch to provide support for OpenSpace in mapstraction. A demo can be seen at http://yvonnesplants.co.uk/openspace_demo.html. Note that OpenSpace seems sometimes to have a problem with links clicked from email. If you get an error ''HTTP referrer not valid'' then open a new browser window and paste in the link and it should be ok. The following features are not supporte...
1998 May 04
2
Unable to browse
I have two problems running Samba on Solaris 2.51, Samba version 1.9.16p11. 1) When browsing the CADCAM group, which is where the Sun group is, the CADCAM name shows up on Explorer, but when I click on the group to browse the contents, the '+' disapears and the group apears to be empty. We can, however, map drives using \\sun01\sharname' directly. 2) When we dial into the network
2002 Jan 09
2
extracting r-sq from lme model
...sq value for the model - how do I do this? With glm I just used the reported (null deviance-deviance)/(null deviance). Deviance is not reported directly for lme nor can it be extracted using the deviance() function. How do I work out the deviance or can I work out R-sq in some other way? Thanks, Yvonne Yvonne Buckley Department of Biology Imperial College, Silwood Park Ascot, Berkshire SL5 7PY -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &q...
2007 Mar 28
2
fitting data with conditions
Mich besch?ftig folgende Fragestellung. Ich kenne die Verteilung (lognormal) zus?tzlich weiss ich das 99%, das 90% und das 1% Quantil. Gibt es in R eine M?glichkeit die Lognormalverteilung zu finden, das heisst den korrespondierenden logmean und logsd? Vielen Dank f?r ihre Hilfe Gruss Yvonne
2008 May 07
1
i-best, grep function
Hi, I'm trying to use the i-best software. Does anyone have experience from this, I can't get it to work with my data. Here is the code: T1 <- read.delim(file="S://SEDIM//Yvonne//2_5//T1.txt",col.names= c("Dye/Sample_Peak", "Sample_File_Name", "Size", "Height", "Area_in_Point", "Area_in_BP", "Data_Point", "Begin_Point", "Begin_BP", "End_Point", "End_BP", &q...
2001 Sep 12
0
Multilevel models with binary data
...looking at the GLMMGibbs package but cannot locate the document "GLMMGibbs: An R Package for Estimating Bayesian Generalised Linear Mixed Models by Gibbs Sampling" which is supposed to be distributed with the package. Does anyone have this or can they tell me where to find it? Thanks, Yvonne Buckley ******************************************************************** Yvonne Buckley Department of Biology Imperial College at Silwood Park Ascot, Berkshire SL5 7PY tel: 0207 5942 364 (office) tel: 01344 891 539 (home) fax: 0207 5942 339 email: y.buckley at ic.ac.uk -.-.-.-.-.-.-.-.-.-.-...
2008 Mar 04
1
Plot with two different coloured regression lines and legend
...ression lines plot(bif,abund,type="n", xlab= "number_bifurcations", ylab="abundances") sbif<-split(bif,stage) sabund<-split(abund,stage) points(sabund[[2]],sbif[[2]],pch=16, col="red") for(i in 1:2) abline(lm(sabund[[i]]~sbif[[i]])) Thanks in advance Yvonne Fabian -- View this message in context: http://www.nabble.com/Plot-with-two-different-coloured-regression-lines-and-legend-tp15828255p15828255.html Sent from the R help mailing list archive at Nabble.com.
2008 Mar 19
0
Table for clustering dendrogram
...jaccard", binary=T, diag=FALSE, upper=FALSE, na.rm = FALSE) hc2<- hclust(Sc2Mpred_JD, "ave") plot(hc2, hang = -1) str(hc2) merge height order labels Do you know of any function that computes that? I did not find any. I hope you have a good advice! Thanks a lot in advance!! Yvonne Yvonne Fabian PhD Student University of Fribourg Department of Biology Ecology and Evolution Group http://www.nabble.com/file/p16142989/Sc2Mown_Pred.txt Sc2Mown_Pred.txt -- View this message in context: http://www.nabble.com/Table-for-clustering-dendrogram-tp16142989p161429...
2011 Mar 29
1
lme:correlationstructure AR1 and random factor
...quot;) res2a <- lme(response~x+y+z+treatment,correlation = corCAR1(form = ~ session|trapfield), random=~1|field, na.action=na.omit, data=plates, method="ML") Error: Incompatible formulas for groups in "random" and "correlation" What is the problem? thanks a lot! Yvonne -- View this message in context: http://r.789695.n4.nabble.com/lme-correlationstructure-AR1-and-random-factor-tp3416248p3416248.html Sent from the R help mailing list archive at Nabble.com.
2024 Nov 28
1
<Cyber Energy> <Models with USB ID 0483:A430> supported by <usbhid-ups> - Add Models to the Hardware Compatibility List
...0/1500/2000/3000 bl Innova RTB 1000/1500/2000/3000 Innova TBE 1000/2000/3000 Innova TB 1000/2000/3000 Back Power Pro II 500/600/800 Back Power Pro II Euro 650/850 Kirpich 650/850/1050 Smart Power Pro II 1200/1600/2200 Smart Power Pro II Euro 1200/1600/2200 [cid:image002.png at 01DB40C2.B1C6A3E0] Yvonne Chen Product Manager ODM Business Unit [cid:image001.jpg at 01DB40C0.DA896EE0]<http://www.cyberenergy.com/> Cyber Energy Co., Ltd. 2F-1, NO.26, JINZHUANG RD., NEIHU DIST., TAIPEI CITY 11469, TAIWAN (R.O.C.) T : +886-2-8792-9628 # 605 | F : +886-2-8792-9626 email<mailto:Yvonne.Chen at cyber...
2012 Jan 11
1
R problem: unable to read data in the xls-format in the PerformAnalytics package
...n ts, and then converting it to csv: msci_ret = ts(msci_ret, start=1970, frequency=12) msci_ret <- as.xts(msci_ret) Apparently, I do not understand exactly how to generate a date format for monthly data which can be read unter PerformanceAnalytics. I attach my csv data. Thanks for your help! yvonne
2005 May 18
0
Samba 3 dms doesn't allow access through interdomain trust
...rd: Trusted domains list: HENDRICKS S-1-5-21-1606818979-933581049-1307212239 Trusting domains list: HENDRICKS S-1-5-21-1606818979-933581049-1307212239 hrhdc01:~ # getent password snippet from the Samba dms on the Hendricks (trusting domain): ymculpe:x:12084:10003:Culpepper, Yvonne:/home/HENDRICKS/ymculpe:/bin/bash ypmayer:x:12085:10003:Mayer Yvonne:/home/HENDRICKS/ypmayer:/bin/bash ysbrown:x:12086:10003:Brown, Yong S.:/home/HENDRICKS/ysbrown:/bin/bash zgeorg:x:12087:10003:George, Zachary:/home/HENDRICKS/zgeorg:/bin/bash ztlcordet:x:12088:10003:ZZCordes, Theresa:/home/HENDRIC...
2008 Aug 07
2
colouring a tree
...e could help me changing the colours given according to the depth of the sample (according to how high a number I have given the samples in row.names), I mean getting darker as the samples get deeper etc.. Is there an easy way doing this? Thank you so much in advance,all help appreciated. Regards, Yvonne _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...Denmark Petr Tuma, Charles University, Czech Republic Thomas Würthinger, Oracle Labs, Switzerland Program Committee: Godmar Back, Virginia Tech, USA Clement Bera, INRIA, France Christoph Bockisch, Philipps Universität Marburg, Germany Man Cao, Google, USA Shigeru Chiba, University of Tokyo, Japan Yvonne Coady, University of Victoria, Canada Julian Dolby, IBM Research, USA Patrick Eugster, University of Lugano, Switzerland Irene Finocchi, Sapienza University of Rome, Italy Görel Hedin, Lund University, Sweden Robert Hirschfeld, Hasso Plattner Institute, Germany Tony Hosking, Purdue University, USA...
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...h Republic > Thomas Würthinger, Oracle Labs, Switzerland > > Program Committee: > Godmar Back, Virginia Tech, USA > Clement Bera, INRIA, France > Christoph Bockisch, Philipps Universität Marburg, Germany > Man Cao, Google, USA > Shigeru Chiba, University of Tokyo, Japan > Yvonne Coady, University of Victoria, Canada > Julian Dolby, IBM Research, USA > Patrick Eugster, University of Lugano, Switzerland > Irene Finocchi, Sapienza University of Rome, Italy > Görel Hedin, Lund University, Sweden > Robert Hirschfeld, Hasso Plattner Institute, Germany > Tony Ho...
2016 Nov 24
0
setting up one share with multiple users - cannot edit files
...uter would rarely be used. When I activate the vfs objects as in the following code, I can freely create new files or folders, but I am not able to edit them. I suspect a problem with force user, but I am not sure. Does anybody have an example smb.config with server role standalone? Best regards, Yvonne # Global parameters [global] workgroup = WE security = USER log file = /var/log/samba/log.%m unix extensions = No load printers = No fruit:encoding = native fruit:locking = netatalk fruit:metadata = netatalk fruit:resource = file idmap config * : backend = tdb ea support = Yes vfs obj...