search for: getrat

Displaying 5 results from an estimated 5 matches for "getrat".

Did you mean: getpat
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart
2011 Jun 27
0
OpenBUGS and glmmBUGS package
Dear All, I am trying to use the glmmBUGS package with OpenBUGS under Linux. Here is a short list of code I modified from the diseasemapping package document: ---------------------------------------- library(diseasemapping) data(popdata) data(casedata) model = getRates(casedata, popdata, ~age*sex, breaks=seq(0, 90, by=10) ) ontario = getSMR(popdata,model, casedata) spplot(ontario, 'SMR') library(spdep) popDataAdjMat = poly2nb(ontario, ontario[["CSDUID"]]) library(glmmBUGS) forBugs = glmmBUGS(formula=observed + logExpected ~ 1, effects=&qu...
2016 Apr 12
0
Wine release 1.8.2
...ed. ntdll: Implement SystemLogicalProcessorInformationEx. ntdll: Initialize variable (Coverity). André Hentschel (2): winemaker: Markup fixes in German translation. ntdll: Set TPIDRURW also on ARMv8-A. Anton Baskanov (1): quartz: Set the result to 1.0 in FilterGraph::GetRate. Aric Stewart (1): winejoystick.drv: Initialize unhandled dwPOV to JOY_POVCENTERED. Austin English (1): kernel32: Add GetConsoleScreenBufferInfoEx/SetConsoleScreenBufferInfoEx stubs. Bernhard Übelacker (2): include: Implement todo_wine_if for usage in wine tests. msvcr12...
2006 Jan 17
1
How to loop a Vobis sound ?
...return StreamOggData (id); } bool Buffer::StreamOggData (ALuint id) { if (m_pOggStream) { char pcm[BUFFER_SIZE] = {0}; int size = m_pOggStream->Stream (pcm, BUFFER_SIZE); if (size == 0) return false; PCMData (id, m_eFormat, pcm, size, m_pOggStream->GetRate ()); return true; } return false; } bool Buffer::Rewind () { if (m_pOggStream) return m_pOggStream->Rewind (); return false; } ALint Buffer::Get (ALenum eParam) { ALint val; alGetBufferi (m_id[0], eParam, &val); return val; } v...
2016 Feb 19
0
Wine release 1.9.4
...Use todo_wine_if() in tests. gdiplus/tests: Use todo_wine_if() in tests. wininet/tests: Use todo_wine_if() in tests. reg/tests: Use todo_wine_if() in tests. advapi32/tests: Use todo_wine_if() in tests. Anton Baskanov (1): quartz: Set the result to 1.0 in FilterGraph::GetRate. Aric Stewart (4): usp10: Implement fOverrideDirection. ntoskrnl.exe: Implement IoGetDeviceProperty for DevicePropertyPhysicalDeviceObjectName. usp10: Handle GSUB SubType 7: Extension Substitution. imm32: Detach hMsgBuf when sending messages in ImmGenerateMessage. Aurimas...