search for: unclutter

Displaying 20 results from an estimated 42 matches for "unclutter".

2001 Dec 11
4
journal form?
Are these posts available in journal form so I could get only one message a day? I really enjoy getting the lowdown on R and I'm really putting it to work and have almost stopped using that other package whose initials are "SAS", but I' like to unclutter the inbox. Or are these archived at the end of the day, week, or month? I wouldn't want to go for a week without learning something new though. Thanks, Jeff. Jeff D. Hamann Hamann, Donald and Associates PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 jeff_ham...
2014 May 16
3
Error when compiling FFmpeg with speex-git.
...OK. When I compile FFmpeg from git using speex-git it fails to build. (speex-HEAD-78cce67) It's not a big deal, I don't mind using speex-1.2rc1. But am I doing something wrong or is there something wrong with speex-git? (I've put the details in a txt attachment to keep this email post uncluttered) -------------- next part -------------- This is the build method I'm using:- --------------------------------------------------------------------- speex-1.2rc1 ------------ cd ~/; sudo rm -rf build; mkdir build; cd build; \ wget downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz -qO- | t...
2008 Apr 13
2
[Fwd: Re: Response to R across the university]
Well, I downloaded the install JGR package for Windows and that seemed to work fine, after the installation I ended up with a modified R window which looked nice and uncluttered. Which I like. Very much. On the other hand, I cannot see how to launch the thing again once I have closed that window. There is supposed to be a launcher somewhere (JGR.exe?), but I have not been able to find it. It does not seem to be part of the installation, nor have I been able to locat...
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
...n for debugging */ > - error_putstr("Unexpected page-fault:"); > + if (ghcb_fault) > + error_putstr("Page-fault on GHCB page:"); > + else > + error_putstr("Unexpected page-fault:"); You could carve out the info dumping into a separate function to unclutter this if-statement (diff ontop): diff --git a/arch/x86/boot/compressed/ident_map_64.c b/arch/x86/boot/compressed/ident_map_64.c index d3771d455249..c1979fc0f853 100644 --- a/arch/x86/boot/compressed/ident_map_64.c +++ b/arch/x86/boot/compressed/ident_map_64.c @@ -296,6 +296,22 @@ int set_page_non_p...
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
...n for debugging */ > - error_putstr("Unexpected page-fault:"); > + if (ghcb_fault) > + error_putstr("Page-fault on GHCB page:"); > + else > + error_putstr("Unexpected page-fault:"); You could carve out the info dumping into a separate function to unclutter this if-statement (diff ontop): diff --git a/arch/x86/boot/compressed/ident_map_64.c b/arch/x86/boot/compressed/ident_map_64.c index d3771d455249..c1979fc0f853 100644 --- a/arch/x86/boot/compressed/ident_map_64.c +++ b/arch/x86/boot/compressed/ident_map_64.c @@ -296,6 +296,22 @@ int set_page_non_p...
2008 Jan 19
0
batchfiles 0.4-0
...er. It can be placed in your SendTo folder in which case you can right click in Windows Explorer choosing SendTo | RguiStart.bat - Rversions.hta now elevates RSetReg automatically (but you will still be prompted for confirmation) - new toggleDoc.pl perl program from Dieter Menne which unclutters 00Index.html Help files in packages. See sample output at: http://www.menne-biomed.de/download/toggleDoc/00Index.html and try toggling the Show All checkbox to see what it does. - Rversions.bat, Rfind.bat, makepkg.bat and withgs.bat are no longer part of the package but are still availab...
2008 Jan 19
0
batchfiles 0.4-0
...er. It can be placed in your SendTo folder in which case you can right click in Windows Explorer choosing SendTo | RguiStart.bat - Rversions.hta now elevates RSetReg automatically (but you will still be prompted for confirmation) - new toggleDoc.pl perl program from Dieter Menne which unclutters 00Index.html Help files in packages. See sample output at: http://www.menne-biomed.de/download/toggleDoc/00Index.html and try toggling the Show All checkbox to see what it does. - Rversions.bat, Rfind.bat, makepkg.bat and withgs.bat are no longer part of the package but are still availab...
2007 Oct 03
6
Wiki deuglification Part I
Hey guys, I toyed around with the Wiki today to deuglify it a little bit. I used a theme which is a bit of a "CMS" theme for MoinMoin and played around with the logo colors. The theme is based on the plsavez theme, which I like as it has a very uncluttered interface for people who aren't logged in - they only see some important interwiki links (FrontPage, RecentChanges and so on), while all the other stuff is hidden from them. That changes as soon as you log into the wiki - then everything needed is there again. The "Current Events"...
2005 Jun 29
4
Problems with Planescape: Torment
Hello, I've been having some problems with Planescape and I can't seem to be able to solve them (I'm neither a Linux nor a Wine wiz, if you know what I mean). Before I state my problem, I have to say I have used 3 Wine releases, the 03/2005 one, that couldn't even start Planescape (I got it as a binary .deb file), the 05/2005 one (Compiled from source), and the current one
2020 May 13
0
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
...tstr("Unexpected page-fault:"); > > + if (ghcb_fault) > > + error_putstr("Page-fault on GHCB page:"); > > + else > > + error_putstr("Unexpected page-fault:"); > > You could carve out the info dumping into a separate function to > unclutter this if-statement (diff ontop): Yeah, I had this this way in v2, but changed it upon you request[1] :) Joerg [1] https://lore.kernel.org/lkml/20200402114941.GA9352 at zn.tnic/
2014 May 16
0
Error when compiling FFmpeg with speex-git.
...t using speex-git it fails to build. > (speex-HEAD-78cce67) > > It's not a big deal, I don't mind using speex-1.2rc1. > But am I doing something wrong or is there something wrong with speex-git? > > (I've put the details in a txt attachment to keep this email post > uncluttered) > Yeah the issue is that the include statements for speex_config_types.h are only hit when building speex, not third-party libraries. This started in commit ef80120166c3a2552f77008f40c59a84577a36b5 Ron, do you think those include statements should also just be generated by configure (like we...
2014 May 17
1
Error when compiling FFmpeg with speex-git.
.... > > (speex-HEAD-78cce67) > > > > It's not a big deal, I don't mind using speex-1.2rc1. > > But am I doing something wrong or is there something wrong with speex-git? > > > > (I've put the details in a txt attachment to keep this email post > > uncluttered) > > > > Yeah the issue is that the include statements for speex_config_types.h are > only > hit when building speex, not third-party libraries. This started in commit > ef80120166c3a2552f77008f40c59a84577a36b5 > Ron, do you think those include statements should also just...
2005 Oct 13
0
Way to hide the mouse on X or move it off screen - solved
I found the unclutter package for mandrake. works nice. All, I am looking for a command to hide the mouse on X or move it to the side of the screen. Is there such a command? THanks Jerry
2009 Oct 14
2
attach
Hi all, I have a question regarding the memory usage for the attach function. Say I have a data.frame inputdat that I create with read.csv. I would like to know what happens on the memory side when I use attach(inputdata) Is there a second allocation of memory for inputdata? Then I'm using eval on a expression which depends on the columns of inputdata. Is it better not to use attach
2010 Nov 19
1
a rounding option for \Sexpr{}?
Hi all, Currently Sweave does not format the (especially numeric) value in \Sexpr{}, and I often have to round() the numbers explicitly, otherwise I will get more than 10 digits, which is not necessary for me in most cases. Is there a way to specify the number of digits to be kept for values in \Sexpr{}? e.g. can we make \Sexpr{} respect getOption('digits')? Thanks! Regards, Yihui --
2004 Aug 23
0
boot.cat
...Do I need to make a directory structure for the reiser4 programs, do I need an init file? Links to more docs are appreciated. _________ Stephen If your desktop gets out of control easily, you probably have too much stuff on it that doesn't need to be there. Donna Smallin, "Unclutter Your Home"
2008 Nov 24
1
[nut-commits] svn commit r1578 - in trunk: . drivers
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>: > Author: adkorte-guest > Date: Mon Nov 24 13:13:44 2008 > New Revision: 1578 > > Log: > Use new usb_device_id_t and is_usb_device_supported() > for selection of the subdriver. Alexander, It would be nice if you could double check that I didn't horribly break something here. I don't expect any
2010 Jan 02
1
Re: Editing is disabled
tparker wrote: > On 09/04/2009 12:45 AM, John Drescher wrote: > > > > > > what is the real advantage of a mailing list over phpbb anyways? > > > > > > > The advantage over a forum is that I have 20 or so mailing list > > subscriptions. If these were all forums I would not participate in > > many of them. > > > > > This is
2006 Jun 06
1
rotate → auto-search windows
Hi. My window list is set to show apps form all workspaces, since I just use workspaces to keep my screen uncluttered but want to always keep track of open apps. As a result, I'm always switching from one viewport to another. What I would like is a key in the rotate plugin so that if you activate it, when every window in a workspace is closed the cube will automatically rotate to the last active workspace c...
2006 Dec 01
0
[LLVMdev] Breaking Bytecode Bridges
...ingle tool, we provide an upgrade path while also providing the most efficient bcreader and asmparser possible in 2.0. The question is, when can you tolerate the cut over? It will definitely happen on the CVS head before 2.0 is released. I would like it to happen in the next week so that we can unclutter the bcreader and asmparser for (pre-release) 2.0 users. If you work exclusively on the CVS/SVN head, this shouldn't affect you. It would only affect people retaining 1.9 bytecode/assembly files and using them with llvm (pre-release) 2.0. Any objections to doing this next week (assuming llvm-u...