similar to: looking for accessibility help (blind student)

Displaying 20 results from an estimated 200 matches similar to: "looking for accessibility help (blind student)"

2012 Sep 28
1
z-score to percentile, and back again (Normal)
In R, what is the best way to convert z-scores (Normal distribution) to a percentiles, and vice-versa. (I'll be looking to do the same with other distributions eventually.) === Peter Petto <ppetto at ppetto.com> Bay Village, OH 440.249.4289
2010 May 17
0
R interface for blind users: Summary
Dear R-help, just for the record a summary of responses to my problem: > On 04/05/2010 9:41 AM, Rainer Scheuchenpflug wrote: > a student of mine tries to use the Windows-Rconsole with screen > reading software (she is blind), and cannot access the command line (Menus are ok). - Duncan Murdoch (Murdoch.duncan at gmail.com) suggested as preliminary workaround to run RTerm in a command
2013 Jul 04
2
Libvirt, virtmanager & Windows 7 installation partition
I need to use an existing windows 7 installation in a virtual machine form a libvirt host running Ubuntu 12.10. Windows 7 installs on two partitions. There a 100MB boot partitiona and then the main partition for the installation. If I boot the laptop (which dual boots), I can select Windows 7 and boot it just fine, or alternative Ubuntu. If I select /dev/sda1 in the virtmanager as the source
2009 Aug 13
2
Coding problem: How can I extract substring of function call within the function
In order to ease my students into the R environment I am developing a package which installs a variety of utility functions as well as slightly modified versions of some standard R functions -- e.g. mean, hist, barplot, .... In my versions of these standard R functions I either add options or alter some defaults that seem to create difficulties for most of my students -- for example, when they do
2009 May 01
0
Who Are We? Research Survey - Thanks!!
Hi Ruby on Rails: Talk, Thank you so much for your time and consideration. I am a graduate student at Georgian Court University (Lakewood, NJ) conducting a study titled “Who Are We?” examining the relationship between social identity and psychological well-being. Your group, Ruby on Rails: Talk, has been randomly selected to participate in this study. Members (over 18 only) can participate in
2005 Apr 05
1
Dendrogram for a type unbalanced ANOVA
Hi- I have about 20 groups for which I know the mean, variance, and number of points per group. Is here an R function where I can plot (3 group example) something like | |----- 2 | |-----------| | | |----- 1 | | |------| | |----------------- 3 | | 0 25 50 75 100 ie 1 and 2 are different at 75% level of confidence 1 2 combined are
2001 Aug 28
2
fitting a mixture of distributions with optim and max log likelihood ?
hi Suppose I have a mixture of 2 distributions generated by rtwonormals <- function(npnt,m1,s1,m2,s2,p2){ rv<-vector(npnt,mode="numeric") for( i in seq(1:npnt)){ if(runif(1,0,1)<=p2){ rv[i]<-rnorm(1,m2,s2) } else{ rv[i]<-rnorm(1,m1,s1) } } return(rv) } x <- rtwonormals(50000,0,100,500,500,0.05) #and I try to fit these with (based on thread: [R]
2007 Jul 31
0
Repost: Aastra BLF directed pickup: anyone have this pickup-mgernoth file?
Hello all Sorry for the repost, but I believe this is essential for Aastra phones to use directed pickup with BLF in 1.2 (and it's still experimental in 1.4 I think). pickup-mgernoth-2006-07-28.patch.txt If anyone knows otherwise than that this is still required in latest 1.2 or 1.4 please reply with success/failure stories. Any info would be appreciated. We can get directed BLF pickup
2011 Jul 14
0
Is anyone using the Orca screenreader?
Orca is a daemon written in Python and C which presents the contents of a Gnome screen to a blind person in speech or braille. It is on the CentOS 5.6 disks. Has anyone on this list used it? If so, what was your experience? I am developing the BrailleBlaster tactile literacy application. Since I am both blind and deaf, I will be using a braille display. I also need to make sure that the
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi- in r 1.1 on windows 2000 with length(AU) of 35833 AUcap30<-0 for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) took over an hour on pentium II 300 mhertz (I esc'ed before it finished) but AUcap30<-AU for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) is very quick (a few seconds) Is this performance difference common in r (ie is linux the same way)? Are there other tricks
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi- in r 1.1 on windows 2000 with length(AU) of 35833 AUcap30<-0 for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) took over an hour on pentium II 300 mhertz (I esc'ed before it finished) but AUcap30<-AU for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) is very quick (a few seconds) Is this performance difference common in r (ie is linux the same way)? Are there other tricks
2013 Oct 24
0
TR: problem with ecdf : "missing C_R_approxfun" message
Hi again, this is a follow-up of my previous post : I've noticed that > attr(first.list[[1]]$size.ecdf,"call") gives ecdf(test.moms[, "m.pxs"]) and that there is no "test.moms" field in my records (a local variable named test.moms was used inside a function, but it was stored under another name in the list, outside the function) May this be the answer (and
2007 Feb 15
1
How do I create a clean build environment?
I get interesting results on this one. If I run rpm -q -a | grep i386 as root, I get this: nspluginwrapper-i386-0.9.91.1-1 If I run as my local non-root user, I get this: libgcc-3.4.6-3.i386 libselinux-1.19.1-7.2.i386 libstdc++-3.4.6-3.i386 krb5-libs-1.3.4-33.i386 dbus-glib-0.22-12.EL.7.i386 flash-plugin-9.0.31.0-release.i386 libart_lgpl-2.3.16-3.i386
2008 Aug 24
2
Bug#496367: The possibility of attack with the help of symlinks in some Debian packages
Package: xen-utils-3.2-1 Severity: grave Hi, maintainer! This message about the error concerns a few packages at once. I've tested all the packages (for Lenny) on my Debian mirror. All scripts of packages (marked as executable) were tested. In some packages I've discovered scripts with errors which may be used by a user for damaging important system files or user's files. For
2006 Mar 22
0
Lighttpd aliased does not render css or images - please help!
Hello all, I''m very badly in need of help here. I''m sooo close to this solution, and I WILL be blogging this when I finally have it working. I''m using Lighttpd + Mongrel + aliased app. I have the basic alias working. http://localhost/myapp/ renders the routed :controller/:action as does http//localhost/myapp/controller/action for production pages. The page source
2005 Sep 12
0
WIN32OLE file context during unit test
Hello all, I''m having trouble with the WIN32 file opening. I don''t'' know how to tell if this is a WIN32OLE issue or an issue with the application (Adobe Illustrator CS2) Review the included files below, which exist within a rails application. When IllustratorMinimalTest is run, #testFullPath succeeds, #testFileName fails. Thanks in advance for any advice on how to
2002 Aug 09
0
percentile labels in qqnorm
Hi- I wanted percentage labels on a qqnorm x axis. I used the following: #make up some data jt<-rnorm(100) #qqnorm with percentile x labels qqnorm(jt,axes=F,xlab="Percentiles") box() l<-c(1,5,10,30,50,70,90,95,99) axis(1,at=qnorm(l/100),label=l) which was ok for this data set. Does anyone have a more general solution which would allow one to specify the number of x labels
2005 Aug 08
0
RE: Rails is a Hammer? (was Rails is Mainstream ?)
No. Garage full of wood and tools collecting dust. Isn''t that the definition of "hobby" ? Peter J. Fitzgibbons Applications Manager Lakewood Homes - "The American Dream Builder"(r) Peter.Fitzgibbons-STCS76aLmhk1y/cD6r8xzl6hYfS7NtTn@public.gmane.org (847) 884-8800 -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2001 Sep 07
2
dxf() like bmp() or postscript()?
hi- I have been using postscript()and contour() to do quick plots of geological sufaces and it would be handy to be able to dump a plot as an autocad dxf file for vector import into autocad. A search of rhelp of 99 thru 01 gave no matches for dxf. Any suggestions for a dxf or dump of a plot as vectors? Thanx Thanx Robert (Bob) L Sandefur Principal Geostatistician Pincock Allen & Holt
2005 Mar 23
2
0.11 problems
I''ve upgraded to 0.11 this morning specifically to test out the pagination stuff. When that didn''t work (didn''t recognise the command) I deleted my project and recreated from scratch. So in short rails projectname cd projectname edit config/database.yml (my database is postgres by the way) ruby scripts/generate model Recordtype ruby