search for: brush

Displaying 20 results from an estimated 337 matches for "brush".

Did you mean: rush
2008 Aug 24
2
Missing ids in documentation
...otice some link that didn''t work in the documentation. By closer inspection I found that some of the headlines missed id-tags. The following grep sequence find them. grep ''<h3'' *.html | grep ''#'' | grep -v ''id='' Here is the output brush.html:<h3 class="Brush_getcolour">Brush#get_colour</h3> brush.html:<h3 class="Brush_getstipple">Brush#get_stipple</h3> brush.html:<h3 class="Brush_getstyle">Brush#get_style</h3> brush.html:<h3 class="Brush_ishatch">Bru...
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
...g-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GGOBI... configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -g -DUSE_EXT_PTR=1 -D_R_=1 -fpic -g -O2 -c brush.c -o brush.o En el fichero inclu??do de brush.c:1: RSGGobi.h:5:22: error: GGobiAPI.h: No existe el fichero ?? directorio In file included from RSGGobi.h:6, from brush.c:1: conversion.h:174: error: expected ???=???, ???,???, ???;???, ???asm??? or ???__attribute__??? before ???asC...
2010 Apr 22
0
Community help: creating Syntax-Highlighter-brush for R and WordPress.com
Hello dear R community, *Background:* Since I see more and more R users who blog about R opening their blogs in WordPress.com, I contacted one of their workers asking if they could add Syntax highlight support for R. He replied to me saying that if there was a "Brush" for R, according to the format given here: http://joekuan.wordpress.com/2009/07/28/css-syntaxhighlighter-2-0-short-tutorial-on-how-to-create-your-own-syntax-highlighter/ He would add it to the WordPress.com service. *My questions* are: 1) Is there already an R brush system that can be easily...
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
...9;t support R syntax highlighting, nor can it be embedded from other services (like gist git<http://gettinggeneticsdone.blogspot.com/2010/09/embed-rstats-code-with-syntax.html> ) After contacting the WordPress.com vip manager, he instructed me that they will add R support if a relevant "brush" will be created according to this document: http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/custom.html Since this is what they use on wordpress.com (see: http://en.support.wordpress.com/code/posting-source-code/). Creating this brush is beyond my ability at this point, I am writi...
2011 Dec 15
1
lme with nested factor and random effect
...effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other acquires ornamentation upon maturation [i.e. brush-legged males]). I tested a sample of brush-legged and non-ornamented males (as both penultimates and matures) in 2009, and an additional sample of brush-legged males in 2010 (as both penultimates and matures again) because I had a very small sample of brush-legged males in 2009. I would like to se...
2007 Jun 12
2
[OT]Web-Based Data Brushing
I apologize for the off-topic post, but my Google search did not turn up much and I thought people on this list my have knowledge of this. I am looking for examples of data brushing (i.e. dynmaic linked plots) either on a web site, or in a web-based application, such as an AJAX app. Even better if there is a way to do this in R. Thanks for any help. -Roy M. ********************** "The contents of this message do not reflect any position of the U.S. Governmen...
2007 Mar 16
2
scatterplot brushing
Is there a package (other than xgobi which requires an X server) that will do scatterplot brushing? I see a mention in the mail archive of R-orca by Anthony Rossini but it is not in the current list of packages. My OS is Windows XP version 5.1, service pack 2 R version 2.4.1 (2006-12-18) Thanks [[alternative HTML version deleted]]
2007 Jun 11
5
Recommendation/pointers please - Need to brush up on CentOS/Linux command line tools
Hi all, I would very much appreciate any suggestions on any online resources, or even a decent book to purchase with the focus of brushing up on Linux command line tools. The focus is on troubleshooting type commands, adding users from command line and so forth. While I am reasonably comfortable using the command line, I will be the first to admit I am slow on some things and have gaps in my knowledge especially for those com...
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at: http://cran.r-project.org/web/packages/sculpt3d/index.html sculpt3d works with a subse...
2009 Dec 05
1
R brush for SyntaxHighlighter
Hello, I've written a brush for R for the SyntaxHighlighter JavaScript library. It allows you to display R code on a web page with the proper syntax highlighting. It's available here: http://demitri.com/code Comments and suggestions for improvement are welcome! Cheers, Demitri
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at: http://cran.r-project.org/web/packages/sculpt3d/index.html sculpt3d works with a subse...
2007 Jan 08
0
[ wxruby-Feature Requests-7657 ] Help re-use Font, Brush, Pen (similar to wxBrushList)
...at 2007-01-08 01:07 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=7657&group_id=35 Category: API improvement Group: None Status: Open Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Help re-use Font, Brush, Pen (similar to wxBrushList) Initial Comment: wxBrushList, wxPenList and wxFontList keep track of the relevant type of objects that have been created, and allow the programmer to retrieve a previously-created instance rather than creating a new one with the same parameters. This is in the interes...
2010 Feb 01
3
playwith error message
Hi, I'am using the playwith library to write my own small GUI application. But I get the following error under Windows and Linux (Ubuntu): Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == : Fehlender Wert, wo TRUE/FALSE n?tig ist Under linux my R program simply continues, but under Windows it stops. Since it is not in my code, has anyone an idea what goes wrong? I most of the generated picture it is not possible to Brush or Identify. Thanks i...
2011 Oct 17
0
Pixarra Twisted Brush crush output help?
I'm trying to run Pixarra Twisted Brush OpenStudio on linux, I have information that it successfully runs in Ubuntu, while I can't launch it in Arch. After installation it gives me the following error: Code: wine .wine/drive_c/Program\ Files/Pixarra/TwistedBrush\ Open\ Studio/tbrush_open_studio.exe fixme:ole:CoInitializeSecurity (...
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...und:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>804</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-12-25 19:49:08 -0500 (Mon, 25 Dec 2006)&lt...
1999 Jul 28
2
3d in R
Dear R-users and R-developpers, I've not been able to find 3d graphics in R, like Splus spin() or brush(). Are there any that I've missed and/or is anybody working on implementing these type of functions? Thanks Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es http://pangea.ija.csic.e...
2011 Mar 11
1
Unintuitive backwards-incompatible behaviour with rsync -a --link-dest --size-only
...recent version of Ubuntu (10.10), the backups suddenly shot up massively in size, for this reason. I have not changed the rsync command line before or after the Ubuntu upgrade. Has rsync's behaviour changed in this respect in the last 2-3 years? Is this a bug? - Bryan -- PS. Check out the Brush newsletter: *Subscribe or read our previous newsletters* <http://brush.co.nz/newsletters> Bryan Hoyt, *Web Development Manager* -- Brush Technology *Ph:* +64 3 741 1204 *Mobile:* +64 21 238 7955 *Web:* brush.co.nz -------------- next part -------------- An HTML attachment was scrubbed....
2007 Jun 17
2
Testing a call to super
Hi, Is there or could there be any way to test that a method calls "super"? Thanks -- Jonathan Leighton, Web Developer http://jonathanleighton.com/
2011 Mar 01
1
Photoshop CS5 Ubuntu 10.10 and 10.04
Hello friends. I have got a problem with Photoshop in wine and compiz. Brush http://fotki.yandex.ru/users/tefery/view/300725/?page=0 Healing brush http://fotki.yandex.ru/users/tefery/view/300903/?page=0 Size over 70px. When i turn off the compiz, it's ok. But in this case when windows is moving it's look like win in soliter. I have updated compiz and wine but noth...
2011 Dec 30
0
Wine release 1.3.36
...exandre Julliard (58): winex11: Hardcode the MWM hints for the desktop window. winex11: Only take managed popups into account when deciding whether to make a window managed. winex11: Remove DIB locking calls from all blitting entry points. gdi32: Remove support for deferring brush calls to X11, all brush types are supported now. regedit: Merge accelerators into the main resource file. winefile: Merge accelerators into the main resource file. wordpad: Merge accelerators into the main resource file. configure: Add a check for libdbus independent from th...