search for: oh

Displaying 20 results from an estimated 14095 matches for "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()
...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 Science and Innovation Studies Royal Institute or Technology, Sweden e-mail: oh.dongh at gmail.com cel: +46 73 563 45 22
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
...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 = ast_variable_new("_PARKEDAT", buf); dchan = __ast_request_and_dial(dialtech, AST_FORMAT_SLINEAR, dialstr,30000, &outstate, chan->cid.cid_num, chan->cid.cid_name, &oh); I assume (I hope not incorrec...
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 thought I'd...
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 clang, not llvm. It seems that clang doesn’t support “x86_64-linux” yet. Thanks again! Oh, ok. Follow-up question: why is your clang t...
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
...The relevant RSpec test code is: include ActionView::Helpers::TextHelper include ActionView::Helpers::UrlHelper it "should automatically sanitize any HTML or script characters" do post :create, :post_id => @post.id, :content => "<h1>Oh Hai!</h1><script>", :user_id => @user.id, :format => ''js'' # get json response json = JSON.parse(response.body) json[''html''].should_not be_nil json[''html''].sho...
2008 Jun 26
2
create new column with colnames resulting from paste()
...get of assignment expands to non-language object -------------------------- The structure of data.frame I want is as follows: > dt a b c test1 test2 1 3 2 1 2 2 2 3 1 2 3 2 5 1 2 Any help? Thank you in advance. Best, ========================================================= 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
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 check boxes. I googled to figure out a solution and tried several solutions but could not fix the problem. Any suggestion would be very helpful. Regards Hersh
2017 Mar 27
1
[PATCH v2 09/10] drm/nouveau: Handle frame-packing mode geometry and timing effects
...ode_vdisplay = umode->vdisplay; + if ((umode->flags & DRM_MODE_FLAG_3D_MASK) == DRM_MODE_FLAG_3D_FRAME_PACKING) + umode_vdisplay += umode->vtotal; asyh->view.iW = umode->hdisplay; - asyh->view.iH = umode->vdisplay; - asyh->view.oW = omode->hdisplay; - asyh->view.oH = omode->vdisplay; - if (omode->flags & DRM_MODE_FLAG_DBLSCAN) - asyh->view.oH *= 2; + asyh->view.iH = umode_vdisplay; + /* For the ouput mode, we can just use the stock helper. */ + drm_crtc_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); + asyh->view.oW = omode...
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
...a few years old myself. > ----- Original Message ----- > From: "m roth" <m.roth at 5-cent.us> > To: "CentOS mailing list" <centos at centos.org> > Sent: Tuesday, February 14, 2017 10:07:55 AM > Subject: Re: [CentOS] CentOS 7, systemd, NetworkMangler, oh, my > > Johnny Hughes wrote: > <snip> >> I get it .. but no one needed a hand held cell phone before 1973 and no >> one needed a smart phone before 2007. Now, almost everyone has a smart >> cell and land lines are dying. Technology moves forward. People want &gt...
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 to me, but was wondering if anyone here had seen it and maybe knows what's going on. Thanks! -- ---- Fred Smith --...
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 (specifically embedded spaces) ;manual =>...
2005 Jun 29
4
Music oh hold
...er 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 'default') on channel SIP/2391-8cdd == Spawn extension (local, 6000, 2) exited non-zero on 'SIP/2391-8cdd' Any ideas ? Thanks Giordano ________________________________ Da: Giordano Grandis Inviato: mercoled? 29 giugno 2005 19.27...
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...,416,339,395,632,507,416,482,93,89,= 82,76,340 1094,University of the Ozarks,AR,IIB,309,280,274,285,428,383,376,391,14,9,15= ,2,40 1098,Henderson State University,AR,IIB,447,375,341,375,561,480,435,477,55,42= ,33,25,155 1099,Hendrix College,AR,IIB,485,399,362,421,664,534,453,562,24,26,14,1,65 1100,John Brown University,AR,IIB,372,338,304,341,478,414,375,426,23,22,10,3= ,58 1101,Univ. Ark. at Little Rock,AR,IIA,536,416,372,415,651,506,450,504,128,11= 7,72,63,398 1102,Ouachita Baptist University,AR,IIB,422,355,289,342,529,445,375,435,36,1= 4,28,19,97 1106,Williams Baptist College,AR,IIB,*,*,264,26...
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 personal project. Finally a framework that works the...
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
...nux then... Valeri > > ----- Original Message ----- > From: "m roth" <m.roth at 5-cent.us> > To: "CentOS mailing list" <centos at centos.org> > Sent: Tuesday, February 14, 2017 10:07:55 AM > Subject: Re: [CentOS] CentOS 7, systemd, NetworkMangler, oh, my > > Johnny Hughes wrote: > <snip> >> I get it .. but no one needed a hand held cell phone before 1973 and no >> one needed a smart phone before 2007. Now, almost everyone has a smart >> cell and land lines are dying. Technology moves forward. People want >...