search for: love

Displaying 20 results from an estimated 10448 matches for "love".

Did you mean: lose
2003 Apr 02
19
Combining the components of a character vector
Dear Help, Suppose I have a character vector. x <- c("Bob", "loves", "Sally") I want to combine it into a single string: "Bob loves Sally" . paste(x) yields: paste(x) [1] "Bob" "loves" "Sally" The following function combines the character vector into a string in the way that I want, but it seems somewhat...
2011 May 06
7
Background music during a call
Hi All, I am in desperate need of this feature. I want to play background music during a call while the 2 parties are having some lovely conversation (or maybe give them a sort of cursing background if they are cursing each other). I found this post which talks about creating a ghost call with the help of queues and putting that queue in a meetme room where queue will play the song/curse and the two parties will enjoy/maybe not. I...
2007 Apr 05
7
Problems using GFS2 and clustered dovecot
...program (from folder to folder), and then checking it on the other program. I'm testing in effect how it would work if my users log on twice and end up on different servers. I seem to suffer from never ending index file corruption: Apr 4 16:55:49 mailstore-b dovecot: IMAP(david at everybody-loves.craigon.co.uk): Corrupted transaction log file /mnt/mailstore/e/everybody-loves.craigon.co.uk/d/david/.fish/dovecot.ind ex.log: end_offset (284) > current sync_offset (104) Apr 4 16:55:49 mailstore-b dovecot: IMAP(david at everybody-loves.craigon.co.uk): broken sync positions in index file /mn...
2005 Mar 06
3
Search and convert string function
Hi all, I want to do this kind of function In R enviroment : For example : R <- 4 testString <- "I love $R" then search this testString, when find "$R",replace "$R" to R ,and because the value of R is 4 So the final string I want to get is "I love 4" How can I implement? Thanks advance Michael
2017 Dec 04
3
Dynamic reference, right-hand side of function
...nstead of a string. However, together with a colleague I finally solved it with the (eval(as.name()) function (I include the loop I used below). I understand that looping isn't kosher among you more devoted R-users, and eventually I hope I will learn to use lists in the future instead. Thanks! Love for (year in 2000:2007){ varname <- paste0("aa_",year) assign(paste0(varname), as.vector(eval(as.name(varname)))) } -----Ursprungligt meddelande----- Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] Skickat: den 4 december 2017 16:39 Till: Love Bohman <love.bohman at sociology....
2017 Dec 04
2
Dynamic reference, right-hand side of function
:-) I don't insist on anything, I'm just struggling to learn a new language and partly a new way of thinking, and I really appreciate the corrections. I hope I someday will be able to handle lists in R as easy as I handle loops in Stata... Thanks again! Love -----Ursprungligt meddelande----- Fr?n: peter dalgaard [mailto:pdalgd at gmail.com] Skickat: den 4 december 2017 23:09 Till: Love Bohman <love.bohman at sociology.su.se> Kopia: r-help at r-project.org ?mne: Re: [R] Dynamic reference, right-hand side of function Um, if you insist on doin...
2017 Dec 04
0
Dynamic reference, right-hand side of function
Um, if you insist on doing it that way, at least use assign(varname, as.vector(get(varname))) -pd > On 4 Dec 2017, at 22:46 , Love Bohman <love.bohman at sociology.su.se> wrote: > > Hi! > Thanks for the replies! > I understand people more accustomed to R doesn't like looping much, and that thinking about loops is something I do since I worked with Stata a lot. The syntax from Peter Dalgaard was really cl...
2017 Dec 05
3
Dynamic reference, right-hand side of function
...datanames <- paste0("bb_", 2000:2002) datalist <- lapply(datanames, get) is.vector(datalist[1]) I learned a lot of code today, and I really appreciate it! A million thanks! My R-superpowers are, well, not as minuscule as when I woke up this morning. All the best, Love (or maybe LoveR, my future superhero name) -----Ursprungligt meddelande----- Fr?n: Jeff Newmiller [mailto:jdnewmil at dcn.davis.ca.us] Skickat: den 5 december 2017 00:01 Till: Love Bohman <love.bohman at sociology.su.se> Kopia: peter dalgaard <pdalgd at gmail.com>; r-help at r-proje...
2012 Mar 24
1
how to make output more lovely
Hi, I'm trying to make output of my function easier to see and more lovely. As u know, R output is not easy to see for beginner of study or anyone not expert so I want to transform the output into other form. Output of my function is just long text with some numerical result and table. Is there a way to solve it? Thanks. -- View this message in context: http://r.78...
2017 Dec 05
0
Dynamic reference, right-hand side of function
...ly find the R vector concept useful and it more likely to make mistakes with it. Instead of using as.vector and is.vector, use as.numeric or as.character, etc., and is.numeric or is.character, naming the type you want. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Dec 4, 2017 at 4:23 PM, Love Bohman <love.bohman at sociology.su.se> wrote: > Hi again! > I know you don't find loops evil (well, at least not diabolic :-) ). > (After many hours googling I have realized that thinking about loops rather > than lists is a newbie thing we Stata-users do, I just jokingly po...
2017 Dec 04
0
Dynamic reference, right-hand side of function
...Some more explanations of reproducibility [1][2][3] [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette) On Mon, 4 Dec 2017, Love Bohman wrote: > :-) > I don't insist on anything, I'm just struggling to learn a new language and partly a new way of thinking, and I really appreciate the corrections. I hope I someday will be able to handle lists in R as easy as I handle loops in Stata... > Thanks again! > &g...
2006 May 23
4
Protecting the source code.
Hello guys. I need an opinion here. I need to make a mid-big size web project. Will be a project that my boss wants to sell, and he don''t think show the source code is a good idea and me neither, I love free software but on this case will be a software made for a company who wants to try to make some money with it. My question is: PHP have things like Zend Guard (http://www.zend.com/products/zend_guard), who encode and obfuscate the source code running on the web server. I didn''t see...
2017 Apr 30
4
Help with setting up ARM embedded clang + lld
Hi all, I've been doing a ton of embedded work (bare metal ARM Cortex M0+ and M4, hopefully RISCV in the future) in the last year and would love to start using and hacking on the llvm toolchain. I've tried setting up clang + lld but can't get lld to work because clang tries to launch gcc. I realize support is early but I'd love to have a dev setup so I can help fix things. Could some help me setup my Makefiles in this project:...
2008 Jan 24
6
Your "favorite" Asterisk application.
Hi, all. I've done some Asterisk recelling, but recently got roped into a Sr. SysAdmin position. Our PBX is c. 1823, and -- well, as pretty much all circuit-based systems do, it sucks. It sucks to administer, moves suck... you know the drill. So, I'd love change to an Asterisk system. My boss, who loves to spend money for no particular reason, wants to go proprietary, though. So I'm going to have to try to sell him. I figured one place to start would be some of the really cool applications that Asterisk has that -- generally, at least -- don&...
2014 Feb 11
2
[LLVMdev] Phabricator loves Amara
Folks, For some reason, all new phabricator diffs are automatically including Amara, which is probably a bit annoying for him, but pointless. I believe it happens because his name is the first in the alphabetical order. Can someone have a look at what's going on? cheers, --renato
2009 Feb 19
1
everybody loves R...
...its early stages (as it does not have any content yet) but is looking like a good place to build a simple knowledge base for the R software. Anyway, if any of you have time on your hands, I'm sure they'd appreciate the help. -- View this message in context: http://www.nabble.com/everybody-loves-R...-tp22103250p22103250.html Sent from the R help mailing list archive at Nabble.com.
2012 Jun 13
5
[LLVMdev] Anybody translating the LLVM FAQ from HTML to Sphinx?
...to begin gradually extending it so that it some day becomes more than > just > > bare metal. I figure that extending the FAQ is one way to reduce the > > "noise" on the various mailing lists. > > > > > > Cheers, > > Mikael > > -- > > -- Love Thy Frog! > > I don't believe of anyone that is doing this. It would be a great > help. I recommend that the first patch should be a straight > conversion, then submit additional patches for additions/changes to > it. > > - Michael Spencer > -- -- Love Thy Frog! ----...
2006 Apr 01
4
Quick question. Thunderbird/Outlook = no love.
...Thunderbird can connect about 20% of the time, the other 80% of the time, I Get the error: "You may need to connect via SSL or TLS. Please check the account settings for your mail server." I have my thunderbird setup to do TLS. I've put it on the TLS if available as well, still no love. Dovecot logfile contains: dovecot: Mar 31 17:25:19 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS dovecot: Mar 31 17:25:24 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS Nothing else. Thanks in advance! -Charlie
2017 Dec 04
3
Dynamic reference, right-hand side of function
...o call for any "macro" (is that only a Stata-word?) in the right hand side of the functions. When I try to replace the static reference with a dynamic one (like in the left-hand side), the syntax just doesn't work. I would very much appreciate some help with this issue! All the best, Love year <- 2002 dataname <- paste0("aa_",year) assign(paste0(dataname), as.numeric(aa_2002[,1])) year <- 2003 assign(paste0("aa_",year), as.numeric(aa_2003)) year <- 2005 assign(paste0("aa_",year), aa_2005[,1]) list1 <- c(2000:2007) list1[c(7)] assign(p...
2017 Apr 30
3
Help with setting up ARM embedded clang + lld
Ok, thanks! I got it going that way. I'd still love to hear from anyone off list working on similar stuff. ~Scott On Sun, Apr 30, 2017, at 03:32 PM, Joerg Sonnenberger wrote: > On Sun, Apr 30, 2017 at 03:18:35PM -0700, Scott Shawcroft via llvm-dev > wrote: > > Hi all, > > I've been doing a ton of embedded work (bare metal ARM...