search for: swr

Displaying 10 results from an estimated 10 matches for "swr".

Did you mean: str
2005 Mar 04
0
Multilevel modeling of animal behavior
...ID) was observed in the field, and individual orientations (orid) noted (compass; 0o = north, 90o = east, etc. all angular units in radians) every hour. We can assume observation (obs) at time t+1 is independent of observation t. Individual orientations depend on temperature (temp), radiation (swr) and a measure of herd effect (He). sample data: obs ID orid swr temp azimuth 114 6042 0.35 192.6 -39.72 2.51 114 6107 4.01 210.9 -35.38 2.52 114 6056 4.19 210.9 -35.38 2.53 114 1068 1.05 210.9 -35.38 2.53 114 1034 0.35 210.9 -35.38 2.54 114 1098 0.52 210.9 -35.38 2.54 114 1042 0.70 210.9 -35.38...
2018 May 01
2
Alignment Member Functions should be Virtual
Dear community, I have developed a backend of new 32-bit RISC ISA, which does not have unaligned memory access instructions (e.g., LWL, LWR, SWL, and SWR in MIPS). Since char and short variables are not 32-bit alignment, these variables cannot be correctly accessed. Therefore, alignment member functions, especially getCharAlign() and getShortAlign() of TargetInfo class in clang/include/clang/Basic/TargetInfo.h, should be virtual, in order to achieve...
2018 May 02
0
Alignment Member Functions should be Virtual
On 5/1/2018 4:35 AM, Hiroyuki Chishiro via llvm-dev wrote: > Dear community, > > I have developed a backend of new 32-bit RISC ISA, which does not have > unaligned memory access instructions (e.g., LWL, LWR, SWL, and SWR in > MIPS). > Since char and short variables are not 32-bit alignment, these > variables cannot be correctly accessed. > Therefore, alignment member functions, especially getCharAlign() and > getShortAlign() of TargetInfo class in > clang/include/clang/Basic/TargetInfo.h, should b...
2012 Jan 16
6
Need advice - one large application or many small ones?
I have about 20 relatively small applications running on the server. They mostly access the same database tables. Is it more efficient to combine them into a single application with lots of controllers or to keep them as separate applications. ruby 1.9.2 rails 3.0.1 capistrano 2.9.0 passenger 3.0.4 apache 2.2.12 -- You received this message because you are subscribed to the Google Groups
2004 Jan 06
0
(no subject)
...rberos 4, so libkrbafs requires Kerberos 4 credentials. (I've only built krbafs on OS X, and its "home page" is directed towards users of OS X. But krbafs should in principle work on other platforms, and several different RPM versions of it are available -- e.g. http://www.redhat.com/swr/i386/krbafs-1.0-3.i386.html) Eventually someone may port Heimdal's libkafs to MIT Kerberos V. But until that happens I'd just wrap your new code inside #ifdef HEIMDAL blocks. On 2004-01-01 5:54:15, Darren Tucker wrote: > Hi All. > > Recently a change was merged from OpenBSD'...
2004 Jan 01
1
Syncing sshd/krb GetAFSToken change to Portable: help wanted
Hi All. Recently a change was merged from OpenBSD's sshd into Portable that implements a KerberosGetAFSToken option (patchset attached). This change causes compile errors with both MIT Kerberos and Heimdal (errors when compiled with MIT Kerberos below). I've figured out that the functions called in the new code are in Heimdal's libkafs, so adding -lkafs to the start for the
2018 May 03
3
Alignment Member Functions should be Virtual
...Eli <efriedma at codeaurora.org>: > On 5/1/2018 4:35 AM, Hiroyuki Chishiro via llvm-dev wrote: >> >> Dear community, >> >> I have developed a backend of new 32-bit RISC ISA, which does not have >> unaligned memory access instructions (e.g., LWL, LWR, SWL, and SWR in >> MIPS). >> Since char and short variables are not 32-bit alignment, these >> variables cannot be correctly accessed. >> Therefore, alignment member functions, especially getCharAlign() and >> getShortAlign() of TargetInfo class in >> clang/include/clang/Basi...
2004 Apr 10
1
How to set the jitter buffer
Hi! I just wondered if anyone would mine posting their successful jitter buffer settings here for me if they get a moment ?? I've spent a few hours trying to set the jitter buffer up reasonably logically and can definitely tell it makes a difference and can introduce latency and echo if setup incorrectly but I can't see a good post anywhere describing properly what the three settings
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...RVER\LAB2PRN1") DelPrinterConnection("\\GSERVER\HP 1320") AddPrinterConnection("\\GSERVER\HP 1320") EndIf EndIf ; Technology Block If $loc = "LAB3" AddPrinterConnection("\\Lab3-20\Lab3") EndIf ; Staff work room If $loc = "SWR" AddPrinterConnection("\\GSERVER\aficio01") AddPrinterConnection("\\GSERVER\Aficio02") AddPrinterConnection("\\ADMSEC01\RICOHAfi") SetDefaultPrinter("\\GSERVER\aficio01") EndIf ; Administrative staff If $loc = "ADM" AddPrin...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and