similar to: Using R with screenreading software

Displaying 20 results from an estimated 300 matches similar to: "Using R with screenreading software"

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
2016 Oct 17
2
Surfing the web via Asterisk.
Has anyone attempted making the web phone accessible? I can only find one company which operated between 1996 and 2000. I was thinking, install Chrome with Chromevox, headless, on a server, and use something like an AGI to send basic keyboard commands to navigate a page, as a screenreader user would, and pipe the audio back to a channel, to be streamed by Asterisk. (Bear with me here - it's
2017 Oct 12
1
Recurrence plots in R using different colours
Hello, I am an absolutely beginner with regards to R, so forgive me for my potentially very stupid questions. I have been attempting to create recurrence plots using R. The data I am using is based on a mutually exclusive and exhaustive coding scheme with over 40 individual codes which can be assigned to 6 higher order categories. When I carry out the usual rqa command, my plot is pretty much
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
2015 Oct 20
2
getent passwd not showing domain users at boot
Mark, As you try to extract all users from AD and as it is not always advisable I would try into your rc script to retrieve only one user at boot time, just to check if winbind is not working at all at that moment or if it refuse to extract all domain users at that moment... Cheers, mathias 2015-10-20 10:18 GMT+02:00 Ole Traupe <ole.traupe at tu-berlin.de>: > Mark, did you make sure
2010 May 05
0
R-help Digest, Vol 87, Issue 5
Unsubscribe -----Original Message----- From: r-help-request at r-project.org Date: Wed, 05 May 2010 12:00:09 To: <r-help at r-project.org> Subject: R-help Digest, Vol 87, Issue 5 Send R-help mailing list submissions to r-help at r-project.org To subscribe or unsubscribe via the World Wide Web, visit https://stat.ethz.ch/mailman/listinfo/r-help or, via email, send a message with subject
2009 Sep 30
3
programming to calculate variance
Dear R-user Suppose I have the following data y=c(2,1,5,8,11,3,1,7,50,21,33,7,60) x=data.frame(y) for(i in 4:nrow(x)) x[i,] =var(x[i-3:i-1,]) I'm trying to get a new variable with the variance of the 3 previous values (just an example) and with NA in the three first positions. I know that my for() is wrong but I'm not able to find my error. Any idea? Thanks, Marlene.
2011 Nov 20
1
Setting up a Virtual Machine
I have CentOS 5.7. How would I go about setting up a virtual machine so as to run another Linux distro on top of it? Specifically Scientific Linux or Vinux, a special distro for blind users. I will be using the latter to test my BrailelBlaster software with gtk and the Orca screenreader. Will I have to assign memory to the VM permanently? Thanks, John -- John J. Boyer; President, Chief
2015 Apr 07
1
Icecast won't start on system boot
On Mon, 6 Apr 2015 17:47:38 +0200, you wrote: >Hello Steve! > >2015-04-02 17:32 GMT+02:00 Steve Matzura <sm at noisynotes.com>: >> Ya know, there are none so blind ... IT'S BEEN COMMENTED OUT! >> >> <security> >> <chroot>0</chroot> >> <!-- >> <changeowner> >>
2009 Mar 01
1
SPSS repeated interaction contrast in R
dear all, i'm trying to reproduce an spss-anova in R. It is an 2x3x3 repeated measures desingn with repeated contrasts. In R i've coded a contrast matrix for all factors and made a split in the aov summary - but I can't get the repeated interaction contrasts. The output from SPSS looks like this: TaskSw * CongNow * CongBefore: SS df Mean Square F Sig. 1 vs. 2 1 vs. 2 1 vs. 2
2016 Oct 17
3
Surfing the web via Asterisk.
Ah, no, you misunderstand. Asterisk wouldn't care one little bit what is on the page - Chromevox would do all that. A screenreader usually tabs or arrows their way about, selecting headings to read content. Thus, Asterisk ONLY needs to be able to hear content FROM the browser and pipe it to the channel, and pass keypresses back TO the browser. The human is the parser, if that makes sense?
2011 Mar 04
2
overleap an iteration within a for-loop when error message produced
Dear R-list member, I'm using the function pmnorm() (-->library(mnormt)) within a for-loop. Certain parameter values leads to an error message: "(In sqrt(diag(S)) : NaNs produced, In sqrt(1/diag(V)) : NaNs produced, In cov2cor(S) : diag(.) had 0 or NA entries; non-finite result is doubtful)" obviously because "NaNs" were produced. Is it possible to tell R that it
2012 Jul 24
5
First value in a row
Hi. This is likely a trivial problem but have not found a solution. Imagine the following dataframe: Lat Lon x1 x2 x3 01 10 NA NA .1 01 11 NA .2 .3 01 12 .4 .5 .6 I want to generate another column that consist of the first value in each row from columns x1 to x3. That is NewColumn .1 .2 .4 Any input greatly appreciated, Thanks, Camilo Camilo Mora, Ph.D.
2011 Jan 13
2
razor view engine
Folks, hi! I''m on the way from asp.net to rails. But I can''t find pretty cool view engine for rails like razor for asp.net http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx Can anyone suggest me something like that before i''ve started razor for rails on github? :) -- You received this message because you are subscribed to the Google Groups
2015 Oct 19
2
getent passwd not showing domain users at boot
I've joined a member server to my Samba4 AD/DC Domain. It all works great,but I have one minor problem at the moment. At boot-time, I want a list of domain users. In my /etc/rc.local script I have: /usr/bin/getent passwd > /etc/auto.domUsers 2>&1 This runs, but none of the domain users are listed, only local users. When I log in and run `getent passwd` from the command line. I see
2012 Jul 21
2
car::Anova - Can it be used for ANCOVA with repeated-measures factors.
Dear list, I would like to run an ANCOVA using car::Anova with repeated measures factors, but I can't figure out how to do it. My (between-subjects) covariate always interacts with my within-subject factors. As far as I understand ANCOVA, covariates usually do not interact with the effects of interest but are simply additive (or am I wrong here?). More specifically, I can add a covariate as
2015 Oct 21
1
getent passwd not showing domain users at boot
I added `service winbind status` to the beginning of my rc.local script and, after booting, saw the message: "winbind stop/waiting". So you're right, winbind is not running. Hmmm, I thought rc.local was the last thing to run at boot time. winbindd is run as a daemon, so I suppose rc.local could run before winbind has a chance to get all its ducks in a row. I'll try looping in
2019 Jan 07
2
Kaleidoscope tutorial: extern functions failing
Hi all, I am new to LLVM and have been working through the Kaleidoscope tutorial. Everything is working fine so far except for local externs (as opposed to things like the math functions, which are working). Note that I have seen this bug with the reference code listing, as well as my own code. link to code: https://llvm.org/docs/tutorial/LangImpl05.html#full-code-listing [c34n10 kaleidoscope]
2015 Apr 02
2
Icecast won't start on system boot
On Sun, 29 Mar 2015 05:22:14 +0000, you wrote: >On 03/26/2015 09:02 PM, Steve Matzura wrote: >> Well, here's the whole output from systemctl. >> >> # systemctl status icecast -l >> icecast.service - Icecast Network Audio Streaming Server >> Loaded: loaded (/usr/lib/systemd/system/icecast.service; enabled) >> Active: failed (Result: exit-code) since
2007 Jul 23
1
Multilevel package: Obtaining significance for waba within-group correlation?
Hello everyone, I am employing the waba method from the multilevel package for obtaining a within-group correlation (Description: http://bg9.imslab.co.jp/Rhelp/R-2.4.0/src/library/multilevel/man/waba.html). Does anybody know a way or a calculation for obtaining a significance value for that correlation? And another question: Does anybody know whether it is possible to save individual