search for: reek

Displaying 20 results from an estimated 27 matches for "reek".

Did you mean: reed
2006 May 12
1
superpose two variables in lattice/xyplot
Dear R users, I try to use xyplot() to display two different response variables from the same dataframe per panel, but don't succeed: xyplot(ptot.seaslog ~ vmcwit | seas, data=reeks, as.table=TRUE, panel = function(x,y){ panel.xyplot(x, y, ylim=c(0,1)) panel.superpose(x=reeks$vmcwit, y=reeks$ptotbin, panel.groups = "panel.xyplot", groups=reeks$seas, subscripts = TRUE, col="red" ) } ) The second...
2008 Aug 21
3
Boxplot 5% and 95% quantile instead of 25% and 75%
...t01 1 14-Oct-94 22.33 10 Peelhorst01 1 28-Oct-94 22.28 10 Peelhorst01 1 14-Nov-94 22.37 11 Peelhorst01 1 28-Nov-94 22.49 11 Peelhorst01 1 14-Dec-94 22.56 12 Peelhorst01 1 28-Dec-94 22.62 12 going on for 13 more years I used the following to produce a boxplot: z <- boxplot(VALUE ~ MONTH, data = reeks, plot = FALSE ) Then I replace the numbers of the month in jan, feb etc. with z$names <- c('jan','feb','mrt','apr','mei','jun','jul','aug','sep','okt','nov','dec') and make the boxplot with the bx...
2006 Apr 19
2
Capistrano on Windows
So, I''ve just completed my first develop-test-deploy-wait -fix-test-deploy, and although it was successful it was a nightmare to carry out. Aside from not knowing that sqlite doesnt have a facility to delete columns from tables, the whole operation reeked of "hacked," with multiple command windows open while I sprinted back and forth between my dev machine and the web server (luckily the app is on an intranet so I have physical access to the systems). Capistrano seems to be what I am looking for. However, not three paragraphs into...
2020 Jun 19
3
Inclusive language in LLVM: can we rename `master` branch?
...ferent and we'll have to >> explain. >> >> Least surprise principle is always good. > >This is a reason I can support... least surprise, consistent with other >projects on the platform. However I may disagree with the reasoning >behind GitHub's changing (which reeks of arrogance on their part), >maintaining consistency of this project for users of other projects on >the platform is respectable and acceptable. > >- Justin I agree that we should just wait for Github. * Paul Robinson >> On Fri, 19 Jun 2020 14:46:19 +0000 >> "Keane,...
2009 Jun 29
2
OT: Mobile voip - WCell
Not related to asterisk: but I figured someone here would have used them before? Has anyone tried http://www.wcell.com/ab/ZnJpZW5kLzEwNjI= yet? Looks like they have a voip app for your mobile handset sending voice calls out over your data service or wifi for 1c per minute calls both in the USA and internationally. Wondering if i should sign up with them for my trip to Australia
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
On Fri, 19 Jun 2020 at 16:43, Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote: > If anyone's keeping track of the voting: > +1 for "dev" (contrasts with "release") > +1 for "trunk" (historical and consistent with the branch metaphor) > -1 for "main" Hey! At least one +1 for "main" from me! Also, on -1 for
2010 Nov 09
3
help getting started with javascript generated forms
...ase, $GEOCODING and $FORMATTED_ADDRESS are placeholders for values generated by the Google geocoding service, which requires client-side javascript.) One approach would be to look at the HTML generated by the above .erb code and write javascript functions that emit HTML directly. But this approach reeks -- there must be a better way! Assuming there is a better way, where do I look for documentation and examples? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, s...
2009 Oct 27
1
RHEL Cluster Samba and AD
Dear All, My head is spinning and I fear I am trying to start this from far too far behind to keep ploughing on. Essentially we are having difficulty with our samba shares at work. We have moved to server 2k8 DCs and this seeems to have reeked havoc on our setup. Our difficulty seems to stem from authentication issues. We have bodged a work around though it is neither very secure nor indeed particularly easy to maintain. Our difficulty seemed to stem from winbindd not being able to read uid/gid from our AD. From what I understand t...
2008 Oct 15
9
Rails sessions working intermittently in IE7
Hello, We are developing in Rails 2.1.0 and serving the files with mongrels behind Apache. We are using SqlSessionStore. Recently I noticed that when logging into our site using IE7 the session doesn''t persist in some situations, and persists when it shouldn''t. For instance when I log in my info is maintained when visiting certain pages, but disappears on others. The info never
2007 Aug 22
6
Re: [puppet] #779: access to inherited variables from within a template
puppet schrieb: > #779: access to inherited variables from within a template > -----------------------------------------+---------------------------------- > Reporter: simu | Owner: luke > Type: enhancement | Status: new > Priority: normal | Milestone: >
2006 Oct 09
1
[Mac OS X 10.4] object R_loess_raw not found (reason found)
Well... this may be a red herring after all, but it's an interesting one! It turns out I have got DYLD_LIBRARY_PATH set. This gets exported to R (or rather, affects the loader that loads the R process?), and somehow mixes up the way symbols are exported. Something that applies to launching R from the command line (/usr/bin/R) AND via LaunchServices (open -a R). Once I noticed that invoking
2008 Oct 10
0
[Corefonts] library not compiled to support large files
...rive_c/winetrickstmp/Webdings.TTF /home/Laj/.wine/drive_c/windows/Fonts for all the corefonts, which is pretty unhandy as I need photoshop and removing photoshop prefs.psp every time and not being able to open saved work really isn't that good as a graphics artist. I don't want gimp as it reeks of Richard Stallman's beard, one drenched in the blood of Microsoft lackey ninja trying to kill him in his sleep. After you've answer my question I'll leave you to wonder what the hell came into my head when I made that signature. C'est la vie.
2000 Jan 28
0
User's Home Dir Looks Empty
...ected as nobody instead of as her own username. Unfortunately, using smbclient from my own workstation, specifying the correct password I still see nothing in her directory (although smbstatus does show me connected with the proper username) It only happens with this one user, and to me that just reeks of a permissions problem, but I've checked and rechecked that. The thing I find odd is, as I mentioned above, that adding a separate share just for her home directory fixes the problem. Here's how I'm doing the home dir shares: [homes] comment = Home Directories browseable = n...
2009 May 21
0
new gem Excellent
Hi all, I just released a new gem called Excellent that performs static code analysis on Ruba code. It combines roodi, reek and flog and also adds some Rails specific checks (e.g. verifying that ActiveRecord models specify attr_accessible): http://log.simplabs.com/post/110508243/excellent gem sources -a http://gems.github.com sudo gem install simplabs-excellent What do you think about that? Might that be helpful? I...
2004 Sep 10
1
Re: flac and pipes problems (was: Possible bug)
I'll rearrange a little and respond: --- Mark Powell <M.S.Powell@salford.ac.uk> wrote: > Also, when flac takes input from stdin it fails to > fill in the wav size > fields correctly, whereas shorten has no problems > with this: i.e. >... > You can see it puts a data chunk size of zero in > there. > OK, this has been fixed in CVS. > Flac refuses
2003 Dec 12
0
3.0.0 on RH9, throughoutput problems
...id a crossover connection to the server, I saw occasional peaks as high as 20MB/sec read and write, but then radical drops to 1-2MB/sec or so for several seconds; it's very inconsistent. It gets better. Start a copy to the server, and both upload and download drop to about 1.2MB/sec. That reeks of a duplex mismatch, but there isn't any. That's not even close to acceptable performance from such a powerful system. I've seen 10+MB/sec at a previous employer with a Netapp F720 filer. Granted, it had 7-8 FC disks- but in this case, it's moot- the file is cached in ra...
2004 Oct 29
2
MAC OS X and Samba Shares > 2 TB
Does somebody know if the Samba Client in MAC OS X (10.3.4 and 10.3.5) has problems looking at Linux-based Samba shares that are larger than 2 TB? I have Samba 3.0.2 running on my Linux box. I have never had any difficulty with the Mac seeing a 2 TB RAID array on the Linux box, but when the Mac looks at the 4 TB array, it can see all the contents and create folders but it can't create
2007 Sep 04
1
Microsoft RTAudio
...ponded off list to the various posters. I do think, though, that your admonitions to be non political should go to both sides ... that Jean-Marc founded Speex doesn't give him license to denigrate other efforts. Thomas Leigh asked a perfectly legitimate question and Jean-Marc's response reeked with politically based sarcasm. The little dirty secret that nobody dares talk about is that the open source religion was born out of anti-Microsoft, anti-Capitalist attitudes ... let's simply acknowledge the truth. At 05:55 PM 9/4/2007 -0400, xiphmont@xiph.org wrote: >On 9/4/07, Ben G...
2005 Aug 15
0
Firewall will definatelyincreasejitters inyourvoice conversation
...ers-bounces@lists.digium.com] On Behalf Of Tim Connolly Sent: Saturday, August 13, 2005 3:34 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Firewall will definatelyincreasejitters inyourvoice conversation On that note... IPSec tunnels seem to reek havoc on the echo canceling/training process. Anytime our Cisco PIX loads up, the echo complaints start coming in. Stay away from the IPSec tunnels. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Travers...
2007 Sep 04
2
Microsoft RTAudio
B. Mitchell Loebel wrote: > Hello LWATCDR: > > OK with me, but 1) I'm a Microsoft stockholder and 2) I'm not going to > stand still for people trashing Capitalist successes!! 'Nuff said. How about if I sell you a copy of speex. Buy low, sell high seems like a good capitalist plan, and then you could feel good about using Speex! Ben -- Ben Greear