Displaying 20 results from an estimated 1300 matches for "posed".
Did you mean:
posted
2010 Apr 27
1
save a data frame in environment
Dear group,
Here is my function :
position<-function(x)
{
pose<-read.csv2((paste(c("LSCPos",x,".csv"),collapse="")),dec=".",sep=",",as
.is=T,h=T,skip=1)[,c(4,8,14,15)]
pose$CREATED.DATE<-as.Date(pose$CREATED.DATE,"%d/%m/%y")
futures<-pose[-grep("USD",pose[,1]),]
2008 Jun 23
2
Pairwise Partitioning of a Vector
Hi,
How can I partitioned an example vector like this
> print(myvector)
[1] 30.9 60.1 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9
into the following pairwise partition:
PAIR1
part1 = 30.9
part2 = 60.1 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9
PAIR2
part1 = 30.9 60.1
part2 = 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9
....
PAIR9
part1 = 30.9
2024 Sep 15
1
Weekend Puzzle: computer posing as an UPS
Cheers all,
I am experimenting with a Raspberry Pi, and it is fed from my PC
(Debian-ish Linux) that is in turn protected by an UPS - so runs NUT.
As far as the Pi is concerned, the bigger computer is its wall power
source (provides the USB socket) and being a smart machine with NUT
running, it could pose as an UPS itself. That is, if the big computer is
going to shut down (including
2024 Sep 15
1
Weekend Puzzle: computer posing as an UPS
Cheers all,
I am experimenting with a Raspberry Pi, and it is fed from my PC
(Debian-ish Linux) that is in turn protected by an UPS - so runs NUT.
As far as the Pi is concerned, the bigger computer is its wall power
source (provides the USB socket) and being a smart machine with NUT
running, it could pose as an UPS itself. That is, if the big computer is
going to shut down (including
2011 Jan 03
1
personal details appearing on google such after I pose a question in the R-help forum
Hi all,
Out of curiosity I googled my name yesterday to just see what new information in the web there is associated with me. To my surprise, I found in addition to the questions i have posted on this forum, my email address and my signature details (name, address, telephone number) seem to appear everytime i pose a question. How can i conceal my personal details from the access of anyone when
2024 Sep 15
2
Weekend Puzzle: computer posing as an UPS
Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes:
> I am experimenting with a Raspberry Pi, and it is fed from my PC
> (Debian-ish Linux) that is in turn protected by an UPS - so runs NUT.
>
> As far as the Pi is concerned, the bigger computer is its wall power
> source (provides the USB socket) and being a smart machine with NUT
> running, it
2010 Jun 01
3
as.date
Dear group,
Here is my df (obtained with a read.csv2()):
df <-
structure(list(DESCRIPTION = c("COTTON NO.2 Jul/10", "COTTON NO.2 Jul/10",
"PALLADIUM Jun/10", "PALLADIUM Jun/10", "SUGAR NO.11 Jul/10",
"SUGAR NO.11 Jul/10"), CREATED.DATE = c("13/05/2010", "13/05/2010",
"14/05/2010",
2024 Sep 28
1
Weekend Puzzle: computer posing as an UPS
Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes:
> Did anyone trod these side paths yet, any learnings? :D
To me, the answer to power for little things is increasingly POE.
I think there are POE ejectors that provide adequate USB-C power. You
need 802.3at (POE+) surely, but that's normal these days.
2005 Oct 13
0
Pose your Sangoma Questions
I'm hosting some folks today from Sangoma for a sales training. If
anyone on the list has any specific questions regarding current or
upcoming Sangoma products, please shoot me an email in the next hour or
so and I'll do my best to get you the answer.
Thanks
--
Cory J Andrews
Partner / Purchasing
+++++++++++++++
VOIPSupply.com - Everything you need for VOIP
454 Sonwil Drive
Buffalo,
2010 Mar 10
1
Phishing attempt posing as digium
Did anyone else just get what looks like a phising attempt pretending to
be from digium?
It appears to be full of links to http://app.en25.com/e/er.aspx
I must admit, it looks genuine.
2010 Apr 29
3
convert Factor as numeric
...lass, when it should have been
"numeric". So maybe a solution would be to give a numeric class when I read
my .csv file?
I tried to change class of this column right after the read.csv()(using
type.convert() let me with a factor), but again got some rounded number or
NA.
So, what am I supposed to do??
TY for the help.
2002 Apr 02
4
Domain question
I have a question about Samba's interaction with the PDC and SAM database
on the windows domain. There are some in my company who say that Samba must
read and write to the SAM databse in order to authenticate a user. This,
according to them, poses a security risk in that a UNIX user could obtain
tools to gain access to the SAM, retrieve all passwords and potentially
corrupt the database. My
2024 Sep 16
2
Weekend Puzzle: computer posing as an UPS
Kelly Byrd <kbyrd at memcpy.com> writes:
> With USB-C ports and cables, there are a ton of profiles, I don't know what
> the new Pi's support, but likely something like 3A @ 5V, 9V, or 12V over
> USB-C
Up to the RPI4, I was pretty sure there wasn't PD, just 5V and it drew
what it drew, and you hoped that the supply was big enough.
It seems the RPI5 will use PD if
2006 Jul 24
8
Off-topic: Rails hosting
All,
I''ve been looking switching hosting providers, and have been strongly
considering TextDrive. Doing a little Googling turns up a fair
number of complaints that seem to be centered around server
performance, stability and uptime. Since I know a poorly written app
can contribute to all of these, I thought I''d pose the question to
all of you. Does anyone here host
2000 Sep 14
3
SSH using the login binary
This may not be the place to pose this question so forgive me if I should
send this somewhere else.
I have noticed that SSH2 appears to check user's password against the
password file without executing login. We are using a security application
that replaces the login binary to perform its own security checks on login,
i.e.. is suspend user ids that have failed to use a successful password.
2010 Dec 09
3
How many files & directories in a ZFS filesystem?
Looking for a little help, please. A contact from Oracle (Sun)
suggested I pose the question to this email.
We''re using ZFS on Solaris 10 in an application where there are so many
directory-subdirectory layers, and a lot of small files (~1-2Kb) that we
ran out of inodes (over 30 million!).
So, the zfs question is, how can we see how many files & directories
have been created in
2002 Feb 19
3
Rank of Matrix
Hello everybody,
I think my question has been asked before but I am posing it once again
since I need it. Is there any way to find the rank of a matrix in R or
Splus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
mailto:indra_calisto at yahoo.com
mailto:indrajitsg at vsnl.net
2010 Apr 14
6
sum specific rows in a data frame
I have a data frame called "pose":
DESCRIPTION QUANITY CLOSING.PRICE
1 WHEAT May/10 1 467.75
2 WHEAT May/10 2 467.75
3 WHEAT May/10 1 467.75
4 WHEAT May/10 1 467.75
5 COTTON NO.2 May/10 1 78.13
6 COTTON NO.2 May/10 3 78.13
7 COTTON NO.2 May/10 1 78.13
2004 Dec 16
8
Calculating required bandwidth
I was posed this question:
A T1 set up for voice carries 24 conversations on a circuit that is 1.544
megabits/second. Right?
Well, if you set that T1 up to carry data and run a link between two IP
networks over it, how many SIP conversations could it be expected to carry?
How about IAX?
How would one ext...
2017 Mar 10
4
Distributing llc and opt with own package?
Hi,
I was wondering, if someone could point me into the right direction,
towards building just llc and opt (potentially 4.0 + patches) to distribute
them in the interim with compiler? The idea is that we’d like to pin our
llvm ir code generator to a specific set of llc and opt tools, with
potential patches applied, until we manage to get all those patches
upstreamed.
I’d like to find answers to