similar to: Some handy methods - perhaps cool enough to be committed some time

Displaying 20 results from an estimated 100 matches similar to: "Some handy methods - perhaps cool enough to be committed some time"

2006 Nov 28
11
Extending Element with getTop, getWidth, getLeft problem
Hi, I need to extend the Element object with getTop, getWidth, getLeft . I wrote something like this in an js file and loaded it after the prototype.js . ---------------------------------------------------- Object.extend(Element, { getWidth: function(element) { element = $(element); return element.offsetWidth; }, getTop: function(element) { element = $(element); var curtop
2005 Feb 23
0
wine-systray too small
I'm sure I'm not the only one with this problem, but I can't find any reference to it anywhere... When I start an app such as getright that minimises straight away to the systray, I get a tiny window with no icons, which my window list calls "Wine-Systray". I have to be super accurate to put the mouse in the right spot to right click on what should be the getright icon (but
2001 Apr 18
3
SuSE 7.1: What Wine package?.
Hello all: I use a SuSE 7.1 Linux distro. It has a December-2000 version of Wine. I tried to update by compiling an src.rpm of Wine. Compilation was OK but when I installed the resulting rpm it dind?n work. Programs broke down some moments after launching them. Config file has the same options it had when I was using SuSE?s rpm of Wine. I don?t know what Wine package is the appropiate for using
2011 Feb 04
0
GAM quasipoisson in MuMIn - SOLVED
Hi, Got my issues sorted. Error message solved: I heard from the guy who developed MuMIn and his suggestion worked. "As for the error you get, it seems you are running an old version of MuMIn. Please update the package first." I did (I was only 1 version behind in both R and in MuMIn) and error disappeared! Running quasipoisson GAM in MuMIn: As for my questions on GAM and " to
2011 Feb 04
1
GAM quasipoisson in MuMIn
Hi, I have a GAM quasipoisson that I'd like to run through MuMIn package - dredge - gettop.models - model.avg However, I'm having no luck with script from an example in MuMIn help file. In MuMIn help they advise "include only models with smooth OR linear term (but not both) for each variable". Their example is: # Example with gam models (based on
2001 Apr 09
1
My "needs". Can Wine be a solution for me?.
Hello all: I need to use MS Access 97 and MS Word 97 in my job. I need too to visit every day a web that is designed to be viewed exclusively with MS Internet Explorer. These are the things that keep me attached to Windows 98. I tried to solve the paranoic constant rebooting of the computer with a VMWare virtual machine but it's too resource-wasting. Before beginning to spend time on
2001 May 11
0
Netmeeting: no sound...
Hello all: I've had some success running Fort? Agent, Getright and Kokak Imaging with Wine from the W98 partition they are installed. I'm tryng to run Netmeeting too. It begins to setup and ask for data but in one step it complains about "no soundcard installed" and don't lets to continue. I only can "Cancel" or go "Back". How can I setup sound on
2001 May 19
1
Protocol error:0x8069268:
Protocol error:0x8069268: read : Resource temporarily not available. I have updated my SuSE's wine and now when I try to launch any program it outputs the above error message after some seconds of working with the program. The error message is the same whatever program I try to run: Agent, GetRight... Wine crashes after some seconds of working with the program. I use the same
2003 Dec 27
2
License on rsync ??
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Noted in the readme that rsync is licensed under GPL, and have some questions about this. Reading through a couple different places on the internet, of people wondering why there are few to no GUI front-ends (are there any good ones? if so, much of my questions here can be disregarded). I think I found one project, a PHP-GTK interface, that
2003 Oct 10
0
modem connection over handy?
Hi all, does anybody know if it is possible to make a modem connection (voice) through * over a handy which is connected to the RS232 port ? I get following messages when * starting: WARNING[16384]: File chan_modem.c, Line 356 (modem_setup): Modem reset failed: (No Response) WARNING[16384]: File chan_modem.c, Line 735 (mkif): Unable to configure modem '/dev/ttyS0' ERROR[16384]: File
1998 Jul 01
1
ordinal(): [was "a handy function ..." in March..]
I'm finally cleaning up old things / todo's; We had about half a dozen e-mails on R-devel back in mid March...... Here is my proposal, a sometimes useful utility for constructing strings in cat() or text(), legend(), etc.: ordinal <- function(i, language =3D "english", gender =3D c("female","male"), sep=3D""= ) { ii <- i
2005 Jan 20
2
lomount: handy for file-backed VBDs
Hey all, This utility (from Qemu) might be useful to anyone who has multiple partitions on a file-backed VBD and wants occasionally to mount them in dom0. http://www.dad-answers.com/qemu/utilities/QEMU-HD-Mounter/lomount/ You can tell it what partition to mount out of the file and it sorts out the offsets, etc. by parsing the partition table. This allows you to get around the loop
1998 Mar 19
2
a handy function "format.cardinal", looking for a proper name..
This is not a nice name (format is generic; cardinal is not a class) for a nice function, which I would like in several places in R code and therefore would like to become part of R (under a better name !) format.cardinal <- function(i, sep="") paste(i, c("st","nd","rd","th")[pmin(4,i)], sep=sep) # Try format.cardinal(sample(1:20))
2016 Jul 13
2
Handy file storage for LLD/ELF --reproduce
Tanya, could you increase the max attachment size limit on LLVM's bugzilla? -- Sean Silva On Wed, Jul 13, 2016 at 7:19 AM, James Y Knight <jyknight at google.com> wrote: > This sounds like a bad idea. Let's just increase the limit in bugzilla > instead? The limit is just a configuration option... > > On Jul 13, 2016 3:56 AM, "Sean Silva via llvm-dev" <
2016 Jul 13
3
Handy file storage for LLD/ELF --reproduce
I notice that phabricator has http://reviews.llvm.org/file/ which can hold files. I haven't tested the limit, but it seems like it handled a 26MB file fine (the particular file was just from a random LLD bugzilla bug). So it is probably a good idea to document somewhere that http://reviews.llvm.org/file/ can be used for storage of --reproduce cpio archives if they are too large for bugzilla.
2016 Jul 15
2
Handy file storage for LLD/ELF --reproduce
On Thu, Jul 14, 2016 at 4:49 PM, Tanya Lattner <tanyalattner at llvm.org> wrote: > What were you thinking? I increased it to 5MB.. but it sounds like you > have 26MB attachments? > Is 50MB doable? -- Sean Silva > > -Tanya > > On Jul 13, 2016, at 2:46 PM, Sean Silva <chisophugis at gmail.com> wrote: > > Tanya, could you increase the max attachment size
2016 Jul 13
2
Handy file storage for LLD/ELF --reproduce
If we can, I would like to increase the bugzilla attachment size limit anyway. Users attempting to attach preprocessed source run into this limit all the time and have to use google drive or something. On Wed, Jul 13, 2016 at 7:19 AM, James Y Knight via llvm-dev < llvm-dev at lists.llvm.org> wrote: > This sounds like a bad idea. Let's just increase the limit in bugzilla >
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
Not sure if people are already aware of this, but it might save someone some time in the future. I''ve been tracking down the following error today, it''s rather unhelpful in telling you where the problem is in your manifests: # puppetd --test info: Retrieving plugin err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could
2009 Apr 24
0
Wine release 1.1.20
The Wine development release 1.1.20 is now available. What's new in this release (see below for details): - Show a dialog on application crashes. - Much improved OLE copy/paste support. - Various listview improvements. - More Direct3D code cleanups. - Various bug fixes. The source is available from the following locations:
2001 May 18
1
new rpms for SuSE uploaded
Hi! I've uploaded new rpms for SuSE 7.1 on my download page http://www.mahowi.de/download/. It's the CVS snapshot of May, 14. Bye, Manfred -- /"\ | PGP-Key available at Public Key Servers \ / ASCII ribbon campaign | or "http://www.mahowi.de/pgp/mahowi.asc" X against HTML mail | RSA: 0xC05BC0F5 * DSS: 0x4613B5CA / \ and postings