search for: pagedown

Displaying 20 results from an estimated 29 matches for "pagedown".

2010 Aug 05
3
PageUp/Down in gnome-terminal
Dear all, I am using gnome-terminal to run R, and I noticed that standard PageUp/Down do not work but they do work for other programs within the same terminal window (e.g. irssi). Scroll bar does not work either. I run R using GNU-screen, but it doesn't seem to make any difference. Many thanks Olga ------------------ R version 2.11.1 (2010-05-31) 2010 x86_64 GNU/Linux Ubuntu 10.04.1 LTS
2012 Oct 31
2
New List of implementations.
...le as long as you have a github account. Note that this is a list of _libraries_, which differentiates it from wikipedia's list [1]. For example, mmd2pdf is a command line script which combines Multimarkdown and an html-to-pdf converter. That is not a markdown library. Another example would be Pagedown, which combines Showdown and an in-browser editor. Perhaps a useful tool, but not a library - the library is already listed as Showdown. On the other hand, I did list all of the bindings to the C libs (Discount & Sundown), because those are still libs in their respective languages. BTW, I inte...
2002 Feb 11
1
graph history
Hi everybody. I was just wondering if this is a bug or I am simply doing something wrong. Here is what happened: (1) I typed windows() to get the graph menu bar (2) I turned record on history menu (3) I created a couple of plots (4) I checked with PageUp and PageDown that I can scroll through them (5) I saved the history to a variable, say, hhh (6) I dumped hhh to a file called hhh.R (7) I quit R and started a new session and sourced hhh.R. (8) I typed windows() and then from the history menu I clicked "Get from variable". I entered hhh but got...
2018 Sep 03
2
Centos on Dell XPS15
Is anyone successfully running Centos 7 on a Dell XPS15? If so, which model? If not, what was the problem? Thank you!
2018 Sep 19
2
Centos on Dell XPS15
...IIRC Apple fixed it in a BIOS update. I don't know if/when Dell will fix it (or if they even can fix it). > - fingerprint reader does not work. With the latest XPS13 (9370) Developer Edition, Dell "fixed" it by removing the fingerprint reader. > - no separate PageUp and PageDown keys. The latest XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. > - it's not possible to open the screen 180 degrees > - the webcam at the bottom of the screen (aka NoseCam) is really annoying > > As an...
2019 Oct 23
2
issues with Asterisk CLI
...ome very useful keybindings, and even worse, has misconfigured others, For instance, "ctrl"+"w" should delete the last word backward. But the CLI deletes whole line (same as "ctrl" + "u"). Also, I would like to be able to use the "PageUp" and "PageDown" for history-search-forward/backward, as I can use in Bash (defined in my /etc/inputrc). In short, I would like to be able to modify the asterisk CLI line editing capabilities Does Asterisk use the readline library? Does it use /etc/inputrc ? Can the behavior described above be configured ?...
2018 Sep 04
5
Centos on Dell XPS15
...t MacBook Pro had. IIRC Apple fixed it in a BIOS update. I don't know if/when Dell will fix it (or if they even can fix it). - fingerprint reader does not work. With the latest XPS13 (9370) Developer Edition, Dell "fixed" it by removing the fingerprint reader. - no separate PageUp and PageDown keys. The latest XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. - it's not possible to open the screen 180 degrees - the webcam at the bottom of the screen (aka NoseCam) is really annoying As an alternative to the XPS15 there&...
2002 Mar 27
2
Need suggestions for nice handling of MANY plots
...te graphs. The code is run on a remote unix host, and displayed on the reviewer's local desktop using X11 and SAS's display manager. The process is initiated from a web browser. The good side of using proc gplot is that after all 400 have been displayed once, the user can use the PageUp/PageDown keys or the scroll bar to move through the plots, choosing which ones to spend more time with, etc.. It's also reasonably fast. The graphs, all of them, are evidently stored somehow, so that they remain available until SAS is exited. The question is, how close can I come to providing this...
2018 Sep 24
2
Centos on Dell XPS15
...d it in a BIOS update. I don't know if/when Dell will fix it (or if they even can fix it). >>> - fingerprint reader does not work. With the latest XPS13 (9370) Developer Edition, Dell "fixed" it by removing the fingerprint reader. >>> - no separate PageUp and PageDown keys. The latest XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. >>> - it's not possible to open the screen 180 degrees >>> - the webcam at the bottom of the screen (aka NoseCam) is really annoying >...
2018 Sep 04
0
Centos on Dell XPS15
...a DAx00, WD15 or TB15/16). Everything works fine but: - frequent wifi disconnections (this can be a problem when running vmwares or during downloads), you might need to search about this (I didn't yet), - the main fan becomes a bit noisy w/ time (one year old), - the missing pageup/pagedown keys, mentioned by Patrick: I mapped my own keys to get them (fn+pageup/down), but this keyboard is really not done for devs or keyboard-intensive tasks even if the touch is nice (the arrow keys are too small, real pageup/down missing), - the trackpad is very big, forcing you to raise th...
2018 Sep 07
0
Centos on Dell XPS15
...d. IIRC Apple fixed it in a BIOS update. I don't know >if/when Dell will fix it (or if they even can fix it). >- fingerprint reader does not work. With the latest XPS13 (9370) >Developer Edition, Dell "fixed" it by removing the fingerprint reader. >- no separate PageUp and PageDown keys. The latest XPS13 does have them >but on the XPS15 there were 2 gaps in the keyboard where those keys >should be but aren't. >- it's not possible to open the screen 180 degrees >- the webcam at the bottom of the screen (aka NoseCam) is really >annoying > >As an alt...
2018 Sep 21
0
Centos on Dell XPS15
...ple fixed it in a BIOS update. I don't know if/when Dell will fix it (or if they even can fix it). >> - fingerprint reader does not work. With the latest XPS13 (9370) Developer Edition, Dell "fixed" it by removing the fingerprint reader. >> - no separate PageUp and PageDown keys. The latest XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. >> - it's not possible to open the screen 180 degrees >> - the webcam at the bottom of the screen (aka NoseCam) is really annoying >> &gt...
2009 Nov 04
1
Output
Hi all, I fitted a model say with five xc<-lm( y~x1,x2,x3,x4,x5) I want to plot the residuals for each factor and I used this, plot(xc,residuals=TRUE,se=TRUE,pch=".") I only get the plot of the last factor (i.e., x5). I think it is overwriting. How can I send the five plots into a file? I usually use cut and paste and this may not be the right thing to do. Thanks in
2011 Apr 11
1
forest + igraph ?
Hello, Is it possible to have two meta-plots in one graph (not par(mfrow=c(2,1))? But somthing like  library(metafor)  library("igraph")    if (interactive()) {     forest(dat.Treat$RR, ci.lb=dat.Treat$lower, ci.ub=dat.Treat$upper, xlab="Relative Risk",slab=dat.Treat$ID,refline=1)     forest(dat.Control$RR, ci.lb=dat.Control$lower, ci.ub=dat.Control$upper, xlab="Relative
2003 Nov 12
1
ADSI Functions
Does anyone know where I can get a list of ADSI functions.. Example *70 (No Call Waiting), Flash = Flash, Hold = ??? Thank you, -gcc
2013 Jan 30
1
[(vesa)menu.c32] help file scrolling?
Hi, I have an idea / feature request: Could you implement scrolling for the Fx key help files? Thanks for all your great work on syslinux! ? ? ? ? SavedCoder
2013 Apr 18
2
Styling Markdown approaches
...markdown work within div blocks? Is there some technical reason? Out of interest, I would like to know why, since my expectation was to mix&match markdown with HTML. Is there some other way I'm not thinking of, in order to style sections of markdown? Oh and is there something better that Pagedown? Because that also doesn't seem to grok <div markdown=1>markdown here</div>. Many thanks!
2011 Oct 16
2
doesn't that make you wonder?
aristotle pagaltzis said: > we can agree he has achieved more in three months > than you have in a decade of talking. i'm not sure who your "we" is, aristotle, but i guess this means that you will not be doing alpha-testing for my new program... how will i ever be able to manage without your valuable input? *** but hey, maybe i'm wrong, and this list _has_
2012 Oct 15
3
Syslinux-4.06-pre14
Another week, *another* -pre. I'm really planning on this being the last one. The shortlog is appended below. Apart from a better fix for the "disabled menu entry" bug it's only documentation updates. Testing from the last -pre's has been pretty quiet, so as soon as Ady and Matt have tested this one and confirmed that the disabled entry bug is finally gone I'll do the
2018 Sep 24
0
Centos on Dell XPS15
...BIOS update. I don't know if/when Dell will fix it (or if they even can fix it). >>>> - fingerprint reader does not work. With the latest XPS13 (9370) Developer Edition, Dell "fixed" it by removing the fingerprint reader. >>>> - no separate PageUp and PageDown keys. The latest XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. >>>> - it's not possible to open the screen 180 degrees >>>> - the webcam at the bottom of the screen (aka NoseCam) is really ann...