search for: spirit

Displaying 20 results from an estimated 1030 matches for "spirit".

2005 May 09
1
Interfacing AT&T Spirit System to Asterisk
Greetings, Does anyone know if there is a cost effective way to interface an older AT&T Spirit system into Asterisk. I'm only interested in A) being able to offer voicemail and B) possibly an AAT to callers. I've thought about just stringing the FXO cards into the line1/2 slots that go into the Spirit system... asterisk would pickup if no one answered the Spirit phones.... however.....
2010 May 11
1
Announcing Spirit Markdown
Here is another implementation of Markdown, this time in c++ using the Boost Spirit library. Spirit Markdown is written in (hopefully!) idiomatic modern c++ and a full suite of unit tests are provided. It is licensed under the Boost Software License (OSI compliant). The purpose of writing this is: * for me to gain expertise in the use of Spirit, both through direct experience an...
2011 Nov 09
1
[LLVMdev] Difference in behavior between local machine and buildbot
Hi I'm running the nightly test suite locally and getting a difference with the output from this buildbot (http://lab.llvm.org:8011/builders/clang-x86_64-debian-fnt/builds/1168/steps/make.test-suite/logs/stdio) For .ll tests the buildbot does the following (look for spirit.cpp in that link. Only comes up twice, one of which is this one) /home/baldrick/osuosl/slave/clang-x86_64-debian-fnt/llvm.obj/Release+Asserts/bin/clang++ ... -S /home/baldrick/osuosl/slave/clang-x86_64-debian-fnt/test-suite.src/SingleSource/Benchmarks/Misc-C++-EH/spirit.cpp -o Output/spirit.ll -em...
2010 Jan 18
5
errors appears in my time Series regression fomula
...ime=seq(1:n) > > month=c(rep(seq(1:12),12)) > fmonth=as.factor(month) > ymod1=lm(yts~time+fmonth) > summary(ymod1) > yfit1=ymod1$fitted > lines(yfit1,c=3) ??? plot.xy(xy.coords(x, y), type = type, ...) : ??3????????????? Also, for a similar data set quarterly sales of spirits series, what is the best model to use?? Should I use ARIMA?? Many thanks and regard, Cathy Wong _________________________________________________________________ Got a cool Hotmail story? Tell us now -------------- next part -------------- An embedded and charset-unspecifie...
2004 May 26
1
LDAP builtin not found
...s, I got the samba 3.0.4 source rpm and samba 3.0.4 patch. So I applied the patch with succefful and included in samba3.spec --with-acl-support. I build a new package using rpmbuild -ba samba3.spec and so I instaled the new package. After, I saw these messages on /var/log/messages May 26 15:02:21 spirit smbd[20303]: No builtin nor plugin backend for ldapsam found May 26 15:02:21 spirit smbd[20303]: [2004/05/26 15:02:21, 1, pid=20303, effective(0, 0), real(0, 0)] passdb/pdb_interface.c:make_pdb_context_list(765) May 26 15:02:21 spirit smbd[20304]: [2004/05/26 15:02:21, 0, pid=20304, effective(0,...
2015 Oct 06
4
authorship and citation
...Package > Version 1.2-0, > URL: http://cran.r-project.org/package=QCA > > This is just an encouragement, not a requirement, and the official citation > file meets the CRAN policies. Would that be acceptable? > At the very least, this is seems to be a flagrant violation of the *spirit* of the CRAN policy, which AFAIK is intended to enforce acknowledgement of the contributions of all copyright holders in the package. The fact that you are trying to bypass the policy by suggesting users use an unofficial citation which would not comply with the policy while maintaining an official...
2012 Mar 15
1
[LLVMdev] FYI -- potential compile time regression on boost spirit with r152737 and/or r152752
Justed wanted to drop folks a note in case they started investigating issues... Eric let me know that he was seeing a significant compile time regression (3x!!!) for O2 builds of Boost spirit on the nightly testers. The really weird thing is that this was only happening for the ARM targeted build. =/ Very strange, and makes it more likely that there is a smoking gun of "oh, oops". I strongly suspect one (or both) of the inliner changes I made as they were specifically targeti...
2009 Oct 06
8
How do I access a child table/model from the parent in sql s
I am trying to use the fourth normal form for my applications so that i can get the information in the appropriate language. I have a table called manufacturers. I have another called descriptions. The descriptions are in two languages and each description belongs to a particular language. So two records in the Descriptions table one in English and One in French for each manufacturer. The
2016 Aug 08
0
New package: ggghost 0.1.0 - Capture the spirit of your ggplot2 calls
Greetings, R users! I am pleased to announce the release of my first CRAN package: ggghost. https://cran.r-project.org/web/packages/ggghost https://github.com/jonocarroll/ggghost Features: - Minimal user-space overhead for implementation; p %g<% ggplot(dat, aes(x,y)) - ggplot2 components added to the plot object (p <- p + geom_point()) are stored in a list within p, and evaluation
2016 Aug 08
0
New package: ggghost 0.1.0 - Capture the spirit of your ggplot2 calls
Greetings, R users! I am pleased to announce the release of my first CRAN package: ggghost. https://cran.r-project.org/web/packages/ggghost https://github.com/jonocarroll/ggghost Features: - Minimal user-space overhead for implementation; p %g<% ggplot(dat, aes(x,y)) - ggplot2 components added to the plot object (p <- p + geom_point()) are stored in a list within p, and evaluation
2007 Sep 08
4
bye!
...will still be available to help, where I can, with specific questions about my drivers (belkinunv, usbhid-ups) or the configure/automake system. But such mails will have to be cc'd to me directly from now on, as I will no longer receive the list postings. Thanks to everyone for the great team spirit that has made this such an enjoyable project to work on! Best, -- Peter
2009 Sep 01
1
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...ge to the point where they are equivalent to the template functions of C++ so we can make a self-hosting langauge. Also, all of the action nodes in our example PEG parser are written in LLVM Assembly rather than only C++ (although they call functions from a C++ library) so I doubt it would work in Spirit2.1 without writing a syntax converter. The syntax converter may come in time but it's only optional. If you're really interested in a partially finished example parser, it is at http://mattathias.cvs.sourceforge.net/viewvc/mattathias/mattathias/modules/front_ends/Amos/ . It contains a PE...
2015 Oct 07
4
authorship and citation
...5 at 4:58 PM, Adrian Du?a <dusa.adrian at unibuc.ro> wrote: > Hi Gabriel, > > On Tue, Oct 6, 2015 at 10:59 PM, Gabriel Becker <gmbecker at ucdavis.edu> > wrote: > >> [...] >> >> At the very least, this is seems to be a flagrant violation of the >> *spirit* of the CRAN policy, which AFAIK is intended to enforce >> acknowledgement of the contributions of all copyright holders in the >> package. The fact that you are trying to bypass the policy by suggesting >> users use an unofficial citation which would not comply with the policy &g...
2023 Jul 25
2
Current RHEL fragmentation landscape
On 2023-07-25 09:19, Gordon Messmer wrote: >>> 5. Red Hat's policy change contradicts the GPL's spirit. >> >> As you acknowledge, that's a subjective question.? I would say "no." > > Seriously? You are the only person here who thinks that. After reading an unrelated thread, I want to make an additional comment: There are several reasons that I think that Red Hat...
2006 Oct 23
3
Rails webmail
Hi, I''m searching for a rails webmail and if available with calendar, contacts, filter, etc, in the spirit of GMail (Horde is tiring). I only found mailr which seems to be dead. Anyone of you knowns one ? Thanks -- Beber - E-Mail / Jabber (+GMail) : beber_AT_meleeweb.net http://www.meleeweb.net
2014 May 18
2
Writing my first CRAN vignette
...ation and section 1.4 of the extensions manual and apart from (a) do not use split = TRUE (b) and include all the source components, there does not seem to be anything CRAN specific. 1 - Am I missing some other documentation? 2 - If I use a package from CTAN would that be considered within the spirit if not the letter of open source? I am not asking for trained legal advice here, it is the spirit of the rules. 3 - I assume including the .bbl file would be fine rather than making a separate .bib file? I am not envisaging doing anything complex: text, formulae, some tables and one figure plus...
2023 Jul 25
1
Current RHEL fragmentation landscape
...#39;s all in the SRPMs. See https://reproducible-builds.org/ for more information.? It isn't all in the SRPMs.? As above, CentOS's maintainers were always clear that it was never possible to reproducibly build RHEL. >>> 5. Red Hat's policy change contradicts the GPL's spirit. >> >> As you acknowledge, that's a subjective question.? I would say "no." > > Seriously? You are the only person here who thinks that. I don't think I am, but it doesn't really matter.? Most of RHEL isn't GPL anyway.? Even if the subscription agreem...
2009 Oct 13
7
lapply() reccursively
Hi all, I was wondering whether it is possible to use the lapply() function to alter the value of the input, something in the spirit of : a1<-runif(100) a2<-function(i){ a1[i]<-a1[i-1]*a1[i];a1[i] } a3<-lapply(2:100,a2) Something akin to a for() loop, but using the lapply() infrastructure. I haven't been able to get rapply() to do this. The reason is that the "real" a2 function is a difficult functio...
2011 Jan 22
1
R - Vectorization and Functional Programming Constructs
...ultimately be dealing with vectors with very large length. >x <- c(0,3,2,1,0,0,0) >vlen <- length(x) [1] 7 One solution to accomplish the right shift is to do something like: >x=c(0,x[1:vlen-1]) >x 1] 0 0 3 2 1 0 0 this does the trick though I'm wondering if this is in the spirit of "Vectorization". I could make recursive function that would cycle through the whole vector eventually leaving it full of 0s thus ending the recursion. Though does this capture the spirit of R programming and vectorizing ? Are there more primitive operators "closer" to the und...
2012 Jan 26
2
[LLVMdev] [cfe-dev] [RFC] Module Flags Metadata
On Jan 24, 2012, at 3:39 PM, Devang Patel wrote: > >>> I have only one real comment -- this violates the contract and spirit of LLVM's metadata design. You're specifically encoding semantics in metadata, but the principle of metadata is that a program with all metadata stripped has the same behavior as one with the metadata still in place. > > > This is a simplified understanding of semantics. As I und...