Displaying 20 results from an estimated 14141 matches for "ohs".
Did you mean:
oh
2008 Jul 01
4
Find classes of each column of data.frame()
Dear UseRs,
I would like to know the way to find classes of each column of
data.frame().
Thank you in advance.
=========================================================
Dong-hyun Oh
Center of Excellence for Science and Innovation Studies
Royal Institute or Technology, Sweden
e-mail: oh.dongh at gmail.com
cel: +46 73 563 45 22
2008 Aug 22
2
Deleting NA in list()
Dear useRs,
I would like to know the way of deleting NA in list().
Following is a example.
lt <- list(a = 1:3, b = NA, c = letters[1:3], d = NA)
for(i in length(lt):1) {
if(is.na(lt[[i]])) lt[[i]] <- NULL
}
How to simplify for() loop by using (l)apply family?
Thank you in advance.
=========================================================
Dong-hyun Oh
Center of Excellence for
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
Hi List,
I need to modify the callerID name of the call coming back when a parked
call returns to the extension that parked it when it times out.
Looking at app_parkandannounce.c
/* Now place the call to the extention */
snprintf(buf, sizeof(buf), "%d", lot);
memset(&oh, 0, sizeof(oh));
oh.parent_channel = chan;
oh.vars =
2006 Jun 26
4
Oh oh. Micro$oft just noticed VoIP
It will be interesting to see how many standards get broken, and how
many proprietary hooks get thrown into the pot. The bean counters smell
some money, and their OS franchise is waning:
http://www.nytimes.com/2006/06/26/technology/26soft.html
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2010 Jul 08
2
Director error during sync
Just an FYI - if I have a two-node director ring, I get this when I
start up the second node:
Jul 7 16:59:38 oh-popmap7 dovecot: director: Error: Received SYNC from
10.142.0.162:1234/left (seq=6) while already synced
Totally expected since it's already received the same SYNC from the
right side, but since I thought I heard you say that "any errors that
Dovecot logs are bugs" I
2003 Aug 20
1
Strange fork-related problem: acutally, virus-related
From: tarkhil@over.ru [mailto:tarkhil@over.ru]
> On Wed, Aug 20, 2003 at 01:12:51PM +0400, tarkhil@over.ru wrote:
> > 10-20 minutes of work. New processes doesn't create anymore, process
trying
> > to fork looks in top having -20 PRI and "temp" STATE. I was unable to
find
>
> I've got infected computers in my network. When ipnat mapping
> table grew to
2017 Mar 04
2
[llvm-lit] Is it possible to write a test for Linux only?
It is $target dependent. I’m curious what makes you think it is $host dependent.
Thanks,
Taewook
On 3/3/17, 5:10 PM, "Jonathan Roelofs" <jonathan at codesourcery.com> wrote:
On 3/3/17 12:23 PM, Taewook Oh wrote:
> Thanks Jon. Actually I tried “x86_64-linux”, but it makes the test “Unsupported” from my linux machine, and it was because my test is under
2011 Aug 02
1
density plot for weighted data
I'm trying to create a density plot using census data, where the
weights don't sum to 1.
>plot(density(oh$FINCP,weights=oh$PWGTP))
Warning message:
In density.default(oh$FINCP, weights = oh$PWGTP) :
sum(weights) != 1 -- will not get true density
How would I go about doing this?
Thanks!
2011 Apr 19
1
RSpec/Webrat Checking output is properly escaped
I want to test that the JSON response from a create action is
sanitized properly, but rspec or webrat appears to be parsing the
output into proper HTML chars instead of escaped characters. I have
verified that it escapes properly in the regular browser json
response.
The relevant RSpec test code is:
include ActionView::Helpers::TextHelper
include ActionView::Helpers::UrlHelper
it
2008 Jun 26
2
create new column with colnames resulting from paste()
Dear UseRs,
I would like to know the way to create a new column by naming it
simultaneously.
For example, in for() loop I want to create columns named as
paste("test", i, sep = ""), as shown below.
----------------------------
dt <- data.frame(a = c(1, 2, 3), b = c(3, 2, 2), c = c(1, 3, 5))
for(i in 1:2){
dt$as.name(paste("test", i, sep = ""))
2016 Jun 28
2
VNC server issue- Gnome - oh no! Something has gone wrong
Hi,
I have been using VNC on CentOS 7 server from last couple of months and it
was running all fine till last night. Unfortunately, there was an abrupt
power failure and system got restarted. Now, when I try to login with
VNCviwer, it thrown an error message- "*Gnome - oh no! Something has gone
wrong "* with a logout option. When I click on logout, I see black/dark
gray screen with 3
2017 Mar 27
1
[PATCH v2 09/10] drm/nouveau: Handle frame-packing mode geometry and timing effects
* Frame-packing modes add an extra vtotal raster lines to each
frame above and beyond what the basic mode description calls for.
Account for this during scaler configuration (possibly a bit of a
hack), during CRTC configuration (clearly not a hack), and when
checking that a mode is vaild for a given connector (cribbed from
the i915 driver).
Signed-off-by: Alastair Bridgewater
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On 02/15/2017 07:34 AM, Leroy Tennison wrote:
> Too much temptation to resist, I don't know which one of us is older but I have a feeling it's a "horse race". Like you, I still have a land line, WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase. Why people text (or IM for that matter) anything other than a one-liner is beyond me.
>
> Now
2014 Oct 06
1
OH NO, Something has gone wrong!
Hi all!
I'm setting up C7-64 as a VM using VirtualBox, on a Windows host.
as soon as I install the vbox Guest Extensions and reboot, when I log
in next time I get a white screen with a frowny face that says "Oh No,
Something has gone wrong!" and then "A problem has occurred, and the
system can't recover, please log out and try again."
Sounds like a VirtualBox problem
2005 Jun 30
3
R: Music oh hold
This is my musiconhold.conf and my folder:
root@voip:/etc/asterisk# less musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
;loud => mp3:/var/lib/asterisk/mohmp3
;random => mp3:/var/lib/asterisk/mohmp3,-z
;unbuffered => mp3nb:/var/lib/asterisk/mohmp3
;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3
; Note that the custom mode cannot handle escaped parameters
2005 Jun 29
4
Music oh hold
Sorry, i also tried this:
exten => 6000,1,Answer
exten => 6000,2,MusicOnHold(default)
and i got this result:
*CLI> -- Executing Answer("SIP/2391-8cdd", "") in new stack
-- Executing MusicOnHold("SIP/2391-8cdd", "default") in new stack
Jun 29 19:33:47 WARNING[1616]: res_musiconhold.c:354 moh0_exec: Unable to start music on hold (class
2006 Oct 10
1
read.table versus read.csv (PR#9284)
This message is in MIME format.
--=_6vx1wr5xhvr4
Content-Type: text/plain;
charset=ISO-8859-1;
DelSp="Yes";
format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Dear R Core Team,
Help to 'read.table' claims that
'read.csv' is identical to 'read.table' except for the defaults.
However, 'read.table' seems
2006 Mar 07
9
Oh this is bad.... bindaddr and rtp traffic
I have a configuration where RTP traffic is going out interface pub0, and coming back into through pub1.
I have bindaddr=0.0.0.0 in sip.conf, and a netstat -an shows:
udp 0 788 0.0.0.0:5060 0.0.0.0:*
which means that Asterisk is listening on all addresses (on all interfaces?).
Anyway, when the RTP traffic comes back in on interface pub0, Asterisk does nothing with it. A
2006 Nov 09
2
Hi everybody! Greetings from sunny Columbus, OH!
Hey everyone, I just wanted to drop onto the list and say hi. My
name is Chad Humphries and I am a partner at a ruby and rails shop in
Columbus, OH called EdgeCase.
Up until two months ago we were doing all of our dev work in
test:unit. I had read about RSpec before and after hearing Jim
Weirich speak at the Columbus Ruby Brigade about similar ideas I
decided to give it a go for a
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On Wed, February 15, 2017 7:34 am, Leroy Tennison wrote:
> Too much temptation to resist, I don't know which one of us is older but I
> have a feeling it's a "horse race". Like you, I still have a land line,
> WiFi is too slow and "WiFi security" seems to be an oxymoronic phrase.
> Why people text (or IM for that matter) anything other than a one-liner is