search for: blahblah

Displaying 20 results from an estimated 114 matches for "blahblah".

2009 Feb 24
2
Displaying line breaks & paragraphs using 'simple_format' ?
Hi there, I need to: 1. STORE a text of the below format in a (MySQL) database (using a ''textarea''), and then 2. RETRIEVE & DISPLAY it in exactly the same format (meaning: keeping all paragraphs/line breaks). The intended text format looks like this: *** Blah blahblah blah blah blahblah blah blah blahblah blah blah blahblah blah, blah blahblah. <- NEW PARAGRAPH Blah blahblah blah blah. <- LINE BREAK Blah blahblah blah blah blahblah blah blah blahblah blah blah blahblah blah, blah blahblah. *** Until now: - the text is stored in exactly this...
2010 Nov 09
2
help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot
...I'm having problems displaying multiple chart.StackedBar from PerformanceAnalysis library on a single plot. I've tried using par(mfrow=c(2,1)) but that doesn't work. If I do it with barplot(), it works fine and I see both plots on a single plot. > plot(mfrow=c(2,1)) > barplot(blahblah) > barplot(blahblah) However if I try to use chart.StackedBar, the second entry appears to just overwrite the window. > plot(mfrow=c(2,1)) > chart.StackedBar(blahblah,date.format="%H:%M:%S",las=2, >colorset=rainbow12equal) > chart.StackedBar(blahblah,date.format="%...
2003 May 05
6
IAXTEL toll-free gateway
...ng things to work but one thing seems to puzzle me. I have been patient hoping that there was a configuration error on the server or that the toll-free gateway was down but nothing has changed. I have the following configuration context for IAXTEL: [iaxtel] exten => _17XXNXXXXXX,1,Dial(IAX/blah:blahblah@iaxtel.com/${EXTEN}@iaxtel) exten => _1888NXXXXXX,1,Dial(IAX/blah:blahblah@iaxtel.com/${EXTEN}@iaxtel) exten => _1877NXXXXXX,1,Dial(IAX/blah:blahblah@iaxtel.com/${EXTEN}@iaxtel) exten => _1866NXXXXXX,1,Dial(IAX/blah:blahblah@iaxtel.com/${EXTEN}@iaxtel) exten => _1800NXXXXXX,1,Dial(IAX/b...
2004 Dec 08
2
Serving a playlist.pls / listen.m3u file
Hi - I've heard that Icecast provides a fake "playlist file" along the lines of http://blahblah:8000/listen.m3u or http://blahblah:8000/playlist.pls because Quicktime can't seem to handle the stream without a playlist file to wrap it up. (There may be other reasons.) However, I can't seem to find any documentation about this, and guessing various URLs on my icecast2.0.1 port comes u...
2010 Mar 31
3
regular expression help to extract specific strings from text
...g to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah") > x [1] "Eve: Going to try something new today..." [2] "Adam: Hey @Eve, how are you finding R? #rstats" [3] "Eve: @Adam, It's awesome, so much better at statistics that \n#Excel ever was! @Cain & @Able disagree though :(" [4] "Adam: @Eve I'm...
2009 Oct 16
0
Origin of "Exceptionally long voice queue length queuing to IAX2/blahblah" messages
...macros, it worked for a short while, i changed dialplan to reduce as much as possible LOCAL channels, it worked for a while but now the problem comes back with its IAX messages: [Oct 16 17:55:40] WARNING[2514]: channel.c:951 __ast_queue_frame: Exceptionally long voice queue length queuing to IAX2/blahblah [Oct 16 17:55:40] WARNING[2511]: channel.c:951 __ast_queue_frame: Exceptionally long voice queue length queuing to IAX2/blahblah [Oct 16 17:57:38] NOTICE[2513]: chan_iax2.c:9186 __iax2_poke_noanswer: Peer 'XXX' is now UNREACHABLE! Time: 9 [Oct 16 17:57:38] NOTICE[2505]: chan_iax2.c:9186 __i...
2011 Mar 23
1
using R variables in RMySQL query
I have the following function myGetstockdataMySQL <- function(startdate, enddate, ticker) { con <- dbConnect(MySQL(), user="blahblah", password="blahblah", dbname="blahblah", host="localhost") rs <- dbGetQuery(con, "SELECT price.close FROM price INNER JOIN stocks ON stocks.stock_id=price.stock_ID WHERE (price.date_holding BETWEEN 'startdate' AND 'enddate') AND stocks.s...
2023 Mar 07
1
Feature request: a good way to supply short-lived certificates to openssh
...icates. I understood most refresh arrangements to involve > OAuth2. The actual setup I'm using is: Host myhost Match host myhost exec "cloudflared access ssh-gen --hostname myhost.domain" ProxyCommand cloudflared access ssh --hostname myhost.domain IdentityFile ~/.cloudflared/blahblah CertificateFile ~/.cloudflared/blahblah.pub cloudflared is this thing (open source!): https://github.com/cloudflare/cloudflared There are two pieces of magic here. One is the "couldflared access ssh-gen" command. It's annoyingly slow (which could be fixed, presumably), and it re...
2007 Aug 03
0
Strange kernel error message: EDAC GART TLB blahblah..
What does the following EDAC problem means? The machine is a AMD 64bit box running Centos 5. It looks like some problems aroung AMD DRAM Memory controller. But what does it really mean b/c most of my AMD boxes has these messages in /var/log/messages. Please help. ... Aug 1 23:29:40 ccn128 kernel: EDAC MC: Ver: 2.0.1 Jun 12 2007 Aug 1 23:29:40 ccn128 kernel: EDAC MC0: Giving out device to
2012 Sep 28
2
iscsi confusion
...xamples, where you first "sbdadm create-lu" which gives you a GUID for a specific device in the system, and then "stmfadm add-view $GUID", and then "itadm create-target." It''s this last command that confuses me - Because it generates an iscsi target "iqn.blahblah"... And it will create as many as you specify, regardless of how many LUN''s you have available. So how can I know which device I''m handing out to some initiator? And if an initiator connects to all those different iqn.blahblah addresses... What device will they actually b...
2023 Mar 07
2
Feature request: a good way to supply short-lived certificates to openssh
On 07/03/23, Darren Tucker (dtucker at dtucker.net) wrote: > On Tue, 7 Mar 2023 at 05:26, Andy Lutomirski <luto at kernel.org> wrote: > [...] > > ssh_config contains a Match ... exec [command to refresh the certificate]. > > This sort of works, except that it runs the command far too frequently. > > For example, ssh -O exit [name] refreshes the certificate, and it
2004 Sep 10
0
detecting host machine in configure.in?
...39;target' in the form CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM. Be sure to use the target, not the host, to allow cross-compiling. It will also be broken out into target_cpu, target_vendor and target_os. So you can use $target_cpu for your tests. A simple: case $target_cpu in i*86) blahblah ;; powerpc) blahblah ;; sparc) blahblah ;; esac should do the trick. If you'd rather do the computation in the makefile, you can just AC_SUBST these in (automake might do this automagically; I'm not sure). For example, on this system, it's 'i686-pc-linux-gnu'. On a Solar...
2010 Feb 23
1
Occasional problem with POP3-Download
Hello everyone, I have two mailservers [1] running dovecot. Mail store format is maildir. Every once in a while I have the following problem: When a User downloads his mail via POP3, the client says something like "the server has closed the connection unexpectedly, and gives this reason: [...blahblah...]". One can now cancel the download, and restart it, and the problem shows up again and again. The first few mails get downloaded, and then the process stops. Strange to say the "blahblah"-portion is a piece of text out of the email that doesn't want to get downloaded. The...
2004 Dec 09
0
Can asterisk accept cleartext auth (uri user:pass) via SIP
Does anyone know if Asterisk can accept cleartext auth (SIP), as in it recv's a call destined to: 1234:blah@har.har.com The problem I'm having is simply for faxing, normal calls come in as g729 and of course we need ULAW for faxes. sip.conf snippet [sipfarm] insecure=very host=blahblah.netlogic.net type=peer context=sip-out username=+18165551212 secret=blah canreinvite=no disallow=all allow=g729 When a call comes in it's always matching that sip peer, as you can see we're prefering g729 because of voice. My thought was to create another peer and pray it matches upon in...
2003 Aug 05
0
Re: Windows 2000 don't fetch user.DOMAIN profile
>| I've successfully added a machine to my DOMAIN but >| the users still continue to use his local profile. >| this profile is in folder >| c:\document and Settings\blahblah\username >| but I want he to get those in >| c:\document and Settings\blahblah\username.DOMAIN. >| How is it possible ? > >You mean > c:\Documents and Settings\blahblah-username.DOMAIN > How do you know the users is still using the local profile? If that really is the case,...
2003 Aug 05
0
Re: Windows 2000 don't fetch user.DOMAIN profile
...sts.samba.org > Subject: [Samba] Re: Windows 2000 don't fetch user.DOMAIN profile > > > >| I've successfully added a machine to my DOMAIN but > >| the users still continue to use his local profile. > >| this profile is in folder > >| c:\document and Settings\blahblah\username > >| but I want he to get those in > >| c:\document and Settings\blahblah\username.DOMAIN. > >| How is it possible ? > > > >You mean > > c:\Documents and Settings\blahblah-username.DOMAIN > > > > How do you know the users is still using the...
2011 May 03
1
Could not evaluate: Cannot write SSH authorized keys without user
...notice: //myclass/Ssh_authorized_key[adminuser]/ensure: created err: //myclass/Ssh_authorized_key[adminuser]: Could not evaluate: Cannot write SSH authorized keys without user ssh_authorized_key { "adminuser": ensure => present, key => "blahblah", name => "adminusername", target => "/root/.ssh/authorized_keys", type => "ssh-rsa" } This same bit works fine on ubuntu lucid, and debian squeeze. Any ideas what could be wrong? I checked and th...
2007 Sep 19
18
sip.conf best practices?
...00 SIP devices authenticating and routing calls through this server. The question is what to use for the username portion of the SIP account. Part of me says that I should standardize on using each phone's MAC address as the sip account UID, like so: ; Joe Smith, x123 [000E08DA0409] secret = blahblah ... and so on and so forth Doing it that way is nice for standardization's sake, but it makes the dialplan quite a bit more complex. The obvious alternative is to use the extension as the sip UID: ; Joe Smith, x123 [123] secret = blahblah ... This makes the dialplan *much* more simple, but...
2007 May 21
1
[LLVMdev] Simplifing the handling of pre-legalize vector nodes
...his would require most of the ValueType utility routines to be aware of the new kinds of ValueTypes so that they could handle them properly, but once that's done, it would allow vector nodes to be handled consistently between pre-legalize and post-legalize, without obscure constructs like ... blahblah->getNumOperands()-2 ... ... *(blahblah->op_end()-1) ... to get the vector length and/or element type in the pre-legalize form. It would make -view-legalize-dags and earlier DAG drawings a lot easier to read in DAGS with vector nodes, because they wouldn't need to be edges from each vec...
2005 Aug 19
6
Listbook patch
Small patch to correct spelling of lemonade. Should ask Sean if he really wanted it to be lemonaid. If not, here''s the patch. On another note... This sample works! Kudos. It is odd that the textbox doesn''t scroll. I suppose I may patch that, too. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org