similar to: ^_^ meay-meay! (PR#6639)

Displaying 20 results from an estimated 110 matches similar to: "^_^ meay-meay! (PR#6639)"

2004 Mar 17
0
^_^ meay-meay!
Argh, i don't like the plaintext :) password for archive: 81665 -------------- next part -------------- A non-text attachment was scrubbed... Name: Info.zip Type: application/octet-stream Size: 21828 bytes Desc: not available URL: <http://listman.redhat.com/archives/ext3-users/attachments/20040317/383bd79c/attachment.obj>
2001 Aug 07
1
R 1.3.0 bug: after "y _ 10; x[[1]] _ y", assigning to "y[1]" modifies "x" (PR#1043)
After a list element has been assigned from a vector variable, assigments to elements of the original vector variable modify the copy stored in the list as well. Here's a transcript illustrating the problem: R : Copyright 2001, The R Development Core Team Version 1.3.0 (2001-06-22) [ . . . ] > x _ list() > y _ 10 > x[[1]] _ y
2006 Apr 05
1
long delay between "Ring Begin" and "SIP/XXX is ringing"
hi all, i have an asterisk install with a digium 4 port fxo card and cisco 7960 sip phones -- running on a compaq Pentium III (Coppermine) at 800Mhz 256KB cache and 1GB of ram. when a call comes in on zap/1-1 for example, the delay between when zap sees the line going to ring state, and when the desktop telephone rings can be as long as 7000 milliseconds (or about 3 or 4 rings on an ear piece).
2007 Mar 21
0
using ''_.'' to indicate table headers doesn''t work in SRC v1.160
I''m using" superredcloth (1.160) Using ''_.'' to indicate table headers doesn''t work: $ irb irb(main):001:0> require ''superredcloth'' => true irb(main):005:0> SuperRedCloth.new("|_. name |_. age |_. sex |\n| joan | 24 | f |\n| archie | 29 | m |\n| bella | 45 | f |\n").to_html =>
2009 Feb 27
3
Crash Problem "World of warcraft" _ Need Help
Hi After Use WoW-2.3.3.7799-to-2.4.0.8089-enGB-patch.exe I can't run wow & after run wow i got error for run But before that patch wow worked fine Can some one help me for repair that problem ...?
2012 Jan 18
1
Error in variable ' _' converted to a factor AND *tmp*
I am wondering if anyone can tell me what the error I'm receiving means below. I thought it said that Aeventexhumed should be converted to a factor, so I tried to do so and received the following error. Please advise. J --------------------------------------------------------- > data.to.analyze.glm <- glm(cbind(MaxHatch, TotalEggs-MaxHatch) ~ > Aeventexhumed, family=binomial,
2003 Oct 24
1
How to avoid converting "_" to "." ?
It is minor thing, but how can I avoid converting "_" to "." ? e.g. I have a data set "test.csv" A,A_B,A_C,C,D X,11,0,13,14 Y,21,0,23,24 and when I read it all underscores are converted to dots (:<) > d <- read.csv("test.csv") > d A A.B A.C C D 1 X 11 0 13 14 2 Y 21 0 23 24 Ryszard [[alternative HTML version deleted]]
2006 Jul 24
0
New configuration format, parser, libupsconfig and upsconfig : some news ^_^
Hello nut-upsdev ! It's me again ! Since my last email about the new formalism for NUT configuration files, no objection was drawn. I propose then to make official this new formalism. Here can be find the grammar of the formalism : http://opensource.mgeups.com/projects/nut-config/grammar.od I made a parser for the new formalism and put sample files and a test program on my branch (JD-NewConf
2010 Jul 09
0
Pbx_för_Windows?_-_Email_found_ in_subject
I echo the sentiment that you should just run Asterisk on some small hardware....in an appliance like fashion. In fact, just yesterday I posted an overview of hardware suitable for DIY appliances. I've used many of the platforms mentioned. http://www.mjgraves.com/2010/07/08/d-i-y-asterisk-appliances-a-question-of-scale/ Michael Graves mgraves mstvp.com o(713) 861-4005 c(713) 201-1262
2010 Jul 09
0
Pbx_för_Windows?_-_Email_f ound_ in_subject
Hi all, Many thanks for your replies! Will tell my friend and see what he will be interested in. Many thanks! Christian -----Ursprungligt meddelande----- Fr?n: mgraves at mstvp.com Till: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Skickat: 10-07-09 15:29 ?mne: Re: [asterisk-users] Pbx_f?r_Windows?_-_Email_f ound_ in_subject I
2005 Nov 24
1
FC4 X64 Wine RPMS ^_^
2008 Jun 17
1
nss_ldap (was Re: Could this be an advantage of CentOS over the PNAELV distribution?_
> There is a bug with nss_ldap and bash32 ... I created a new RPM for the > nss_ldap that is currently in our testing repo. Johnny, I was wondering if that RPM includes the security fixes detailed in https://rhn.redhat.com/errata/RHSA-2008-0389.html Thanks in advance, M
2008 Apr 08
0
disable '_' to '/' replacement in %S for default service configuration
We've been using a fairly old version of samba for quite some time to serve user home directories and group project directories with a configuration approximately like: ----- [global] default service = groups [homes] path = /export/user/%u [groups] path = /export/group/%S ----- This has worked out very well, the samba configuration is minimal, and does not need to
2016 Oct 16
0
Naming conventions with samba4 & AD with computer with "_"
Hi, I am testing to migrate samba 3 nt domain to samba 4 ad, It is sure to keep machines with hostname "_" and dns records a or cname with "_" I am reading some information, but nothing clear if we can keep this old convention.... We have made some test and seems that any problem is generated, but we are not sure if we can continue with this naming convention... thanks
2009 Jan 28
0
rsync 3.0.4, Mac OS X 10.5 and NFS: ._ files not copied?
Hello - I am having trouble getting getting rsync to work - or atleast, work cleanly. I have looked and looked, but have found no one with similar problems. So here I am: I appreciate any tips you might have, and apologize if I missed something obvious. Here is the setup: rsync host: iMac running Mac OS X 10.5.6 rsync version 3.0.4 protocol version 30 Capabilities: 64-bit files,
2004 Mar 04
1
1.9.0-devel: _ in read.delim and make.names
In R 1.9.0, make.names will accept "_" as a valid character for a syntactically valid name. I would appreciate to have an option in ``read.delim'' (etc.) that would change "_" in headers of input files to "." for compatibility with code and data written for R 1.8.1 and before. Wolfram Fischer
2005 Feb 24
0
sqlSave reports invalid regular expression '[^[:alnum]_]+' (PR#7704)
Do not use R-bugs for reports on compatibility of obselete versiond of packages with unreleased versions of R! You did not give the RODBC version no. The current version, 1.1-3, is compatible with R-devel. 1.1-2 was not (alongside a dozen or so CRAN packages). The only bugs here are in the report. On Thu, 24 Feb 2005 david.whiting@ncl.ac.uk wrote: > Full_Name: David Whiting >
2007 Jun 21
1
Basic Question on error(_(...
I'm sorry to bother this list with such trivial questions, but I'm trying to take Prof. Ripley's advice in porting some Lapack wrappers into my own code, because they are not public. I'm specifically choosing programs from R-2.5.0/src/modules/lapack/Lapack.c. I can't seem to understand the context in functions such as: <snip> error(_("the leading minor
2000 Oct 03
1
(fwd) Re: the underscore ("_") in variable name
On Tue, 03 Oct 2000 10:55:28 +0000, Alberto Murta <amurta at ipimar.pt> wrote: > And objectively, it's a fact that "<-" >makes the code easier to read than "_". I don't follow this argument. Underscore isn't used anywhere else in the language, so when you see one, you know it's an assignment. On the other hand, both "<" and
2003 Oct 30
1
RMySQL and '_' character in column names
Hi, I'm using RMySQL in order to obtain data from my MySQL server. In my databases sometimes I have columns with names that contain '_' character (ex: 'gdp_capita', 'population_total', etc...). When these names appear as the names of the vectors in the data frame that I get, sometimes I have problems as: > cor(gdp_capita, population_total) Error: object