search for: pose

Displaying 20 results from an estimated 1301 matches for "pose".

Did you mean: pos
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
....9 60.1 70.0 73.0 75.0 83.9 93.1 97.6 98.8 part2 = 113.9 I'm stuck with this kind of loop: __BEGIN__ # gexp is a Vector process_two_partition <- function(gexp) { sort.gexp <- sort(as.matrix(gexp)) print(sort.gexp) for (posb in 1:ncol(gexp)) { for (pose in 1:ncol(gexp)) { sp_b <- pose+1 sp_e <- ncol(gexp) # This two doesn't do what I want part1 <- sort.gexp[posb:pose] part2 <- sort.gexp[sp_b:sp_e] # we later want to process part1 and part2 separately } } }...
2024 Sep 15
1
Weekend Puzzle: computer posing as an UPS
...ll, 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 probably rebooting, as I expect the motherboard to power-cycle its USB ports), it should issue FSD on some bare-bone driver *AND* wait for clients (like upsmon running on the Pi) to disconnect before proceeding with its...
2024 Sep 15
1
Weekend Puzzle: computer posing as an UPS
...ll, 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 probably rebooting, as I expect the motherboard to power-cycle its USB ports), it should issue FSD on some bare-bone driver *AND* wait for clients (like upsmon running on the Pi) to disconnect before proceeding with its...
2011 Jan 03
1
personal details appearing on google such after I pose a question in the R-help forum
...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 using this forum? cheers Taby Kind regards, An idea not coupled with action will never get any bigger than the brain cell it occupied. Arnold Glasgow ...... "Attempt something large enough that failure...
2024 Sep 15
2
Weekend Puzzle: computer posing as an UPS
...g 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 probably rebooting, as I expect the > motherboard to power-cycle its USB ports), it should issue FSD on some > bare-bone driver *AND* wait for clients (like upsmon running on the Pi) to > disconnect before...
2010 Jun 01
3
as.date
...010" "13/05/2010" "14/05/2010" "14/05/2010" ... $ QUANITY : num 1 1 -1 -1 1 1 $ CLOSING.PRICE: chr "81.2000" "81.2000" "503.6000" "503.6000" ... I want to change the class of df$CREATED.DATE from Chr to Date: >pose$CREATED.DATE=as.Date(pose$CREATED.DATE,"%d/%m/%y") Here is what I get : 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...
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
Dear group, I know this issue has been already covered, and before you reply I must say I have read the R-FAQ and search the mailing list archive. I still can't manage to change my factor to numeric as I couldn't find any clear answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON NO.2 May/10 ", "PLATINUM Jul/10 ", "ROBUSTA COFFEE (10) May/10 ", "WHEAT May/10 ", "PRIMARY NICKEL USD", "PRM HGH G...
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 question is simple, is this true and is there a way to ease their concerns? Thanks, Please respond to: Douglas.Shaw@pb.com
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
...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 with TextDrive? Any input, good or bad? If this is too off-topic, please feel free to reply just to me. Thanks, Sean
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.....
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 h...
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...
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 ex...
2017 Mar 10
4
Distributing llc and opt with own package?
...llc and opt tools, with potential patches applied, until we manage to get all those patches upstreamed. I’d like to find answers to the following question: - How trivially can I build just llc and opt into (maybe static?) distributable binaries? - Would generating them for multiple architectures pose any specific complications? Cheers, Moritz