Displaying 20 results from an estimated 87 matches for "compass".
2009 Oct 22
1
Compass & Webgen
is there a way to install compass http://wiki.github.com/chriseppstein/compass
on Webgen?
2008 Jul 22
1
Accu-Chek Compass
Hi, I am a new user of Wine, and I am having trouble running the programme 'Accu-Chek Compass'.
It is a programme for diabetics, that downloads data from a meter, and then graphs it in all sorts of ways.
The Programme installs correctly, but when I try to run it, it just flashes on the screen for a split second, and exits.
Any help would be nice....
Plod.
2010 Oct 23
2
convert wind direction from degrees to basic compass directions
...or but I
can't seem to figure out how to assign a label to a value if it falls
between a sequence of numbers.
If anyone has input for me I would be very grateful.
Thank you
Will
--
View this message in context: http://r.789695.n4.nabble.com/convert-wind-direction-from-degrees-to-basic-compass-directions-tp3008773p3008773.html
Sent from the R help mailing list archive at Nabble.com.
2014 May 10
1
3.6.8 and 4.1.3 throughput compassion
Hi All,
My doubts are for Samba4.1 performance related enhancements.Following is
the comparison result samba 3.6.8 + samba4.1.3.
Following number is robocopy 2 flow result.
3.6.8
Read/Write (speed MB/sec) : 210/*202*
4.1
Read/Write: (speed MB/sec) : 220/*192*
In case of read am getting better throughput for samba 4.1 but write always
less.
How can i improve the write throughput?
Am not
2011 Oct 25
4
Ubuntu 11.04 DomU not showing external block Device
...'': ''/dev/xvdb'', ''uname'':
''file:/root/ubunut-natty/Extra'', ''mode'': ''w''}
I tried googling !! Any Ideas??
--
Thanks
Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jan 08
1
Range of circular data
I want to get the minimum arc (in degrees) needed to include a set of
compass directions. I would like to use the range.circular() function
of the package circular, because that package understands a compass-type
of angle convention, but it gives results I don't understand. Howver, I
can get the correct answer in the example below, 90 degrees, using the
CircStats packa...
2010 May 13
1
Where has the stats-rosuda-devel mailing list gone?
...arkushelbig.org/FAQ.html leads me to http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel which responds with
No such list stats-rosuda-devel
I was previously subscribed to this mailing list and want to resubscribe, but where has it gone?
Many thanks,
Oliver Mannion
Programmer
COMPASS - Centre of Methods and Policy Application in the Social Sciences
www.compass.auckland.ac.nz
The University of Auckland, New Zealand
Phone +(649) 373 7999 ext 89760
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5113 (20100513) __________
The message was...
2011 Dec 05
5
Ubuntu 11.04 shutdown Problem
...Full Virt on this. But after a gap of 2 or 3 days
this VM gets shutdown automatically.
I have checked the logs there is nothing suspicious.. What can be reason
for it..??
Any one has faced same problem??
--
Thanks
Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2020 Oct 29
1
dovecot replicator not replicating automatically?
Thanks for that tip.
I loaded the replication plugin but still have the same issue. Anything
else i can check?
regards
Norman King
Compass Foundation sysadmin/tech support
Phone, 856-974-5335 ext 221
support at compassfoundation.io <mailto:support at compassfoundation.io>
Website <https://compassfoundation.io>
On 10/29/2020 12:17 PM, Sami Ketola wrote:
>
>
>> On 29. Oct 2020, at 17.24, Norman King <norma...
2011 Oct 10
1
Child process died
...nes/d/qemu/qemu-wrapper: No such file or directory
/home/rjones/d/qemu/qemu-wrapper: No such file or directory
child process died unexpectedly at /usr/bin/virt-list-partitions line 162.*
*
Any Cluess???
--
Thanks
Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20111010/c6681ac8/attachment.htm>
2013 Mar 05
2
Function completely locks up my computer if the input is too big
...se are
appreciated. Running R 15.2, Platform: x86_64-w64-mingw32/x64 (64-bit) on a
windows 7 machine with 4 mb RAM. In the meantime I suppose I'll write a
loop to do this function piece-wise for larger data and see if that helps.
Script is attached and appended below.
Thanks
Ben Caldwell
#compass to polar coordinates
compass2polar <- function(x) {-x+90}
#degrees (polar) to radians
Deg2Rad <- function(x) {(x*pi)/180}
# radians to degrees
Rad2Deg <- function (rad) (rad/pi)*180
# polar to cartesian coordinates - assumes degrees those from a compass.
output is a list, x &am...
2017 Dec 05
2
[cfe-dev] XRay Trace of Clang, Loadable through Chrome Trace Viewer
Sent from my iPhone
> On 6 Dec 2017, at 4:17 am, Brian Cain <brian.cain at gmail.com> wrote:
>
>
>
>> On Tue, Dec 5, 2017 at 9:49 AM, Dean Michael Berris via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>> Hi cfe-dev@ and llvm-dev@,
>>
>> I've attached a Chrome trace-viewer readable trace of a clang built with XRay instrumentation (additional
2008 Jan 17
2
Converting plots to ggplot2
...t = "n")
axis(1, at=seq(0,6,1), labels=round(seq(0,6,1)*180/pi),1)
abline(v=c(45*pi/180, 225*pi/180))
I can get the basic plot:
p <- qplot(a, ac, geom=c('point', 'line')) ; p
but cannot seem to add the vertical reference lines:
# representing NE and SW compass points
p + geom_vline(intercept=45*pi/180)
p + geom_vline(intercept=225*pi/180)
nor find a reference to manipulating the axes labels
(still searching the news archives though).
Also, I would like to add additional curves to the same
plot with the sequence 'asc' generated by:
s...
2005 Aug 22
1
What does this error mesg mean?
Hello,
I'm very new to wine. I'm trying to use wine to run an Educational program
for a
grade school. The name of the educational program is "Compass Learning".
[ I believe I installed the package 07252005. i.e. from July 25th of this
year. ]
I used winecfg to try and configure things, but it gave me an error about
not
being complete. I couldn't use the drop down menu to show where the
setup.exe
file for Compass Learning was.
I ha...
2011 Mar 23
0
Have a dream, even remote
Building stands rock-firm, because a strong pillar, ideal and belief is life building pillar, Ship waves move forward, because a directions of the compass, ideal and belief is life ship compass, Train the great distance, because a Mercedes guide it tracks, ideal and belief is life on the train tracks.
fashion online (http://www.ebuybus.com)
2012 Feb 08
1
"Zoomable" time series plots
Not sure if the question is appropos, but I have multiple csv's which
are read into an xts object, corresponding to telemetry data
(accelerometer, magnetometer/compass, and gyroscope). For examination,
it would be ?ber useful if plot.zoo (or something similar) allowed me
to zoom in and out of a subset of the time axes.
--
Sent from my mobile device
Envoyait de mon portable
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...c or
> > bison. However, I don't have any good alternatives in mind. I'll
> > ponder some more.
>
> How about llvm-comp?
Sorry, that makes no sense to me, and I am a compiler developer. :)
`comp' is too common as a root of many words in common use --
`compare', `compassion', etc. On this list are `computer' and
`compiler', and that doesn't help things any.
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
On Tue, 3 Aug 2004, Reid Spencer wrote:
> > For the name, again, I'd be happy with either llvmcd or llvmgen, witha
> > preference for the latter. The more important thing is to makellvm
> > code be the default output.
>
> I'm not thrilled with llvm-gen because it has overtones of "code
> generation" (which actually isn't far from the truth). But,
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
...ormance step from
Solution 1, improving performance at the cost of reliability.
Solution 2: Support clustered behaviour of the Drb servers, write to all
read from one just like a database.
Solution 3: Allow the index to be stored in the database and use
transactions to manage the updates (Just as compass does to lucene)
Solution 4: You could write a multicast clustered behaviour system to
make only one of the rails servers write to the file while all the
others read from it. Probably more complex a solution than is needed.
4) AAF fails unexpectedly if you just use it without Drb.
Solution: Produc...
2005 Jun 22
2
A polar.plot BUG in plotrix 1.3.3 ?
...y.
In plotrix 1.3.3 the polar.plot function does scale label.pos
to radians prior to calling radial.plot
Hence, the command
polar.plot(c(5,10,5,0),c(-10,0,10,20),rp.type='P',
labels=c("A","N","V","S"),label.pos=c(0,90,180,270))
produces absurd compass lines but the correct results are obtained if
label.pos is scaled with pi/180 :
polar.plot(c(5,10,5,0),c(-10,0,10,20),rp.type='P',
labels=c("A","N","V","S"),label.pos=c(0,90,180,270)*pi/180)
I have attatched the polar.plot function from the tw...