search for: 09a

Displaying 3 results from an estimated 3 matches for "09a".

Did you mean: 09
2003 May 08
1
strange behaviour of certain fields in data frame after rbind
...D3629 OS0934-07A E0.000.003.205 3116 YD03_17b Confirmation 45 12112 150034 CD3629 OS0934-07A E0.000.003.205 3116 YD03_17b Confirmation [1] "how data to be appended look like" IDSSB IDSeed CDnr PTGEvent ExpNr IDExp WPSNumber TypeExp 46 12113 150335 CD3629 OS0934-09A E0.000.003.205 3116 YD03_17b Confirmation 47 12114 150032 CD3629 OS0934-09A E0.000.003.205 3116 YD03_17b Confirmation 48 12115 150293 CD3629 OS0934-09A E0.000.003.205 3116 YD03_17b Confirmation 49 12116 150599 CD3629 OS0934-09A E0.000.003.205 3116 YD03_17b Confirmation 50 12117 150332 C...
2011 Oct 10
2
Collection_select
Hi, I''m new using RoR and I have a ... trouble with f.collection.select What I have in a table is ... for example group code GroupA 07A GroupA 08A GroupA 10B GroupB 06A GroupB 11B GroupB 07B GroupC 10A GroupC 09A GroupC 09B when I use <%= f.collection_select :grupo, Equipo.find(:all), :id, :name, prompt: ''Choose a Group'' %> It shows the entire set of groups (9 groups) instead of only 3 (Group A, Group B, Group C) How can I make that it shows only one instead of 3 of each one?...
2010 Apr 02
7
Liebert GXT2 NUT driver
Hi guys, I found the troblue and fix it! I attached the patch. The trouble was in the command reply buffer use. You compute the value that value = reply[6]*256+reply[5] <- it's wrong The right solution: value = reply[5] * 256 + reply[6]; And other bug, battery.runtime compute, you divide this value 60 <- it's wrong right value: divide 1.0 I continue the work on this