similar to: (no subject)

Displaying 20 results from an estimated 2000 matches similar to: "(no subject)"

2011 Dec 01
2
Counting the occurences of a charater within a string
I am new to R but am experienced SAS user and I was hoping to get some help on counting the occurrences of a character within a string at a row level. My dataframe, x, is structured as below: Col1 abc/def ghi/jkl/mno I found this code on the board but it counts all occurrences of "/" in the dataframe. chr.pos <- which(unlist(strsplit(x,NULL))=='/') chr.count <-
2009 Jan 01
0
Computing/Interpreting Odds Ratios for 3-way interactions from lmer
Hello, I am a relative novice at both using regression analysis and at using R in general (and at object oriented programing). A colleague convinced me that binary logistic regression is the most appropriate analysis for the data that I have though, so I've been trying to muddle through. I'm currently stumped on how to interpret/compute odds ratios for two and three way interactions
2004 Jan 08
2
SIP reload configuration problem /* New subject */
When creating users in the sip.conf file, they do not appear when running the "sip show users" command from the CLI until i restart. A reload doesnt make them appear. As i said, I am new to the whole Asterisk thing, however have worked with IP/SIP PBX's for a few years - its most likely a user problem though! Check it out and let me know what you get. Cheers Chris PS - I would try
2008 Jul 14
2
Wine 1.1.1 bz2 Slackware compiling source problem
Hi, I'm new here but I will try to stay and contribute as much as can. I have forced to use a Slackware Linux distro because of some constrains. In order to access some of my old Windows applications I use wine like most of this forum users. I have downloaded today the bz2 wine 1.1.1 source and I have tried to compile it on my Slackware 11.0. ./configure command was finished without any
2007 Mar 19
1
Installing Wine 0.9.32; Flex error?
Hi there, I'm still trying to install Wine 0.9.32 ./configure -> goes well make depend > goes well make gets following errors; flex -t ppl.l >ppl.yy.c || (rm -f ppl.yy.c && exit 1) flex: fatal internal error, exec failed Broken Pipe *** Error code 1 make: Fatal error: Command failed for target `ppl.yy.c' Current working directory /usr/home/ed/wine-0.9.32/libs/wpp ***
2006 Jul 22
0
Issues using PayPal''s Website Payments Pro in Rails
I know there has been some talk on this list about PayPal''s Website Payments Pro in Rails in the past. I myself am in the middle of preparing my own WPP store in Rails (I''ve done them before in PHP) and am hitting the same walls others have reported. I''ve summarized my notes in this blog post: http://clickablebliss.com/blog/2006/07/21/issues_using_paypals_website_payme
2011 Apr 08
0
Wine release 1.2.3
The Wine maintenance release 1.2.3 is now available. What's new in this release (see below for details): - Translation updates. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.3.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.2.3.tar.bz2 Binary packages for various distributions will be
2009 Oct 09
0
Wine release 1.1.31
The Wine development release 1.1.31 is now available. What's new in this release (see below for details): - Vastly improved monthcal control. - Performance improvements for DIB sections. - Several sound driver fixes. - Beginning of ActiveX support in JScript. - More Direct3D 10 work. - More 16-bit dlls split off to separate modules. - Support for attachments in MAPI. - Various
2014 Jun 27
0
Wine release 1.7.21
The Wine development release 1.7.21 is now available. What's new in this release (see below for details): - Support for critical sections in the C runtime. - Unicode data updated to Unicode 7.0. - Support for interlaced PNG encoding. - Initial stub for the Packager library. - Various bug fixes. The source is available from the following locations:
2015 Nov 24
0
Conservancy (home of Samba) needs support for GPL enforcement.
Hi all, You may not know, but The Software Freedom Conservancy is the legal home of the Samba project. However, most Linux-using corporations *really* hate GPL enforcement. To the point where they'll pull funding for diversity programs and try and get conference talks cancelled. I hope Samba users will help support Conservancy so it can continue doing vital work for us and other projects.
2006 May 06
1
Error compiling Wine 0.9.12
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, Xandros 3.0.1 OCE (Debian based). ./configure executed without problem (once I installed bison++). Then 'make depend && make' resulted in the errors below. Apologies for the length of the mail, but I don't want to miss out anything which may be vital :) Any suggestions would be gratefully received. Kind regards,
2006 Jan 20
1
error on compiling wine 0.9.6 on fedora core 4 - wine 0.9.5 works!
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port -lfl ../../libs/libwpp.a(lex.yy.o)(.text+0x5e8): In function `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_': /usr/local/rpm/wine-0.9.6/libs/wpp/lex.yy.c:3357: multiple definition of
2010 Jul 28
1
Libiberty/mkstemps compile problem
Hello people. Somewhat hardheaded, and after doing so for years without problems, I started to compile wine 1.2 for my 86_64 system. Configuration went well, but compilation aborted on: make[1]: Entering directory `/home/jcoppens/wine-1.2/tools/widl' gcc -m32 -g -O2 -o widl client.o expr.o hash.o header.o proxy.o server.o typegen.o typelib.o typetree.o utils.o widl.o write_msft.o
2011 Oct 18
1
Help text in plot
Hi all, I have a basic plot MC_P1.DEM.1<-qplot(x=Group, y=P1.DEM.UN.WPP.FER.TOT_var, data=GroupMeans_gr_DEM, geom="bar", stat="identity", fill=Group)+ myScale_fill()+getLabs("MC_P1.DEM.1") I would like to add a y-lab horizontally ON TOP OF y-axis...and I didn't understand how it works (with axis.text.y???how) thanks a lot filippo [[alternative HTML
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
Hi all, Version 0.2.2 of the googVis package has been released on CRAN and will be available from your local CRAN mirror in due course. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google. We presented our initial ideas on
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
Hi all, Version 0.2.2 of the googVis package has been released on CRAN and will be available from your local CRAN mirror in due course. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google. We presented our initial ideas on
2011 Feb 08
0
Update: googleVis 0.2.4 - Using the Google Visualisation API with R
Hi all, Version 0.2.4 of the googVis package has been released on CRAN and will be available from your local CRAN mirror soon. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google Since the last version a lot of work has been
2011 Feb 08
0
Update: googleVis 0.2.4 - Using the Google Visualisation API with R
Hi all, Version 0.2.4 of the googVis package has been released on CRAN and will be available from your local CRAN mirror soon. googleVis provides an interface between R and the Google Visualisation API. The functions of the package allow users to visualise data stored in R with the Google Visualisation API without uploading their data to Google Since the last version a lot of work has been
2008 Sep 22
1
Help for SUR model
I am an R beginner and trying to run a SUR model in R framework. subset(esasp500, Obs <=449 & Obs>=197, select = -Date) ->ev13sub c(Obs>=397) & c(Obs<=399) ->d13 c(Obs>=400) & c(Obs<=449) ->f13 SP500*f13 ->SP500f13 BBC~SP500+d13+SP500f13 ->sur132 BOW~SP500+d13+SP500f13 ->sur133 CSK~SP500+d13+SP500f13 ->sur134
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
Hi, I'm trying to compile wine on XP with cygwin but make fails : Code: $ make make[1]: Entering directory `/home/Alex/wine-git/tools' make[1]: `makedep.exe' is up to date. make[1]: Leaving directory `/home/Alex/wine-git/tools' make[1]: Entering directory `/home/Alex/wine-git/libs' make[2]: Entering directory `/home/Alex/wine-git/libs/port' make[2]: Nothing to be done for