search for: tantalising

Displaying 15 results from an estimated 15 matches for "tantalising".

Did you mean: analising
2003 Sep 19
4
3D plotting in R
A student is trying to cluster some data. Tree-building things seem to be pretty hopeless (we've tried most of the ones in R, I think). Multi-dimensional scaling produces somewhat tantalising results: things do clump together somewhat, but the clusters overlap a lot. I was wondering if these was an artefact of squeezing it down to 2D, and whether 3D might be better. So loc <- cmdscale(dist(scale(log(data))), k=3) plot(loc) _but_ I still get a 2D plot. I know about persp(), and a bu...
2005 Jan 16
1
running Sweave from Windows XP Explorer
I'd like to create a suitable batch file or shortcut so that I can run Sweave on a .Rnw or .Rtex file simply by clicking on the file from Windows Explorer in Windows XP (as I do with latex, bibtex etc). This looks tantalisingly possible using R CMD BATCH or Rterm possibly in combination with a .bat file. Has anyone succeeded is setting it up and would give me a pointer? Thanks Gordon
2019 Jul 18
1
Syncing sysvol -> samba-tool ntacl sysvolreset?
...figure out exactly what was failing. But, there are so many different layers (python, core, vfs etc.) that I just never managed to actually insert a debugging hook that helped (again, I ran out of tuits at the time) https://lists.samba.org/archive/samba/2019-April/222469.html The patch here looked tantalisingly perfect to help me figure out the problem area, but it didn't work for me when I tried: https://forge.univention.org/bugzilla/show_bug.cgi?id=38217 > The main problem with Sysvol on Samba is that it has NEVER used the same > permissions that Windows does. I tried to fix this and turned...
2019 Mar 25
2
Printing PC-relative offsets - how to get the instruction length?
...); Op.getExpr()->print(O, &MAI); } } Which works well enough except for the constant 2 that I've arrowed - it needs to be the length of the binary instruction in bytes. The MC6809 has a *LOT* of variability here, so a case statement would be a right pain to maintain. An answer is tantalisingly close: $ bin/llvm-mc -triple mc6809 -show-inst-operands -show-inst -show-encoding <<< "lda 0,pc" .text <stdin>:1:1: note: parsed instruction: ['lda', 0, <register 13>] lda 0,pc ^ lda $+2,pc ; encoding: [0xa6,0x8c,0x00] <<===========...
2006 May 02
0
Linking multiple rails apps
...ugh is sustainability, updates etc 2) run separate apps. But then I get a problem with site wide design maintenance and more importantly users having to login twice And there may well be better options, 3, 4, 5 and onwards. I had a look at http://home.leetsoft.com/opinion/wiki and that has a tantalising controller for remote login for the forum software, but I can;t see enough documentation to understand how it would work. Any suggestions for how to integrate multiple rails apps, either in general or in the opinion case would be really very much appreciated Thanks Piers -- Posted via http:...
2001 Jul 30
0
Remote controlling R via sockets
...ine on the other side of the room. The only problem is that with R as the socket client the Python process can't connect and disconnect from it as it could if R were the socket server. As it is I think this capability is already very exciting, and the prospect of an R socket server daemon seems tantalisingly close. I don't have enough experience with socket programming to try this myself but I would be very happy to collaborate with anyone who wanted to attack this problem. Tim Churches ********************************************************************* This message is intended for the ad...
2006 Jul 28
7
[VAPOUR] Dr Nic''s Magic Models
Welcome! Welcome! Welcome! Ladies and Gentlemen, soon you shall be thrilled and dazzled by wonders of magical mystery. Soon, very soon, Dr Nic''s Magic Models will be unveiled to all. Children will giggle; Rubists will nod acknowledgingly; Railers will applaud loudly. No entry fee. 2 drink minimum. Watch out for the Invisible Model Classes. Got a legacy database of 50 tables? You
2003 Aug 17
4
Working configuration for 5.1 and VMware 3 or 2?
...t I cannot get networking host-only or bridge modes as the vmnet1 interface IP isn't found which indicates it hasn't found the config file in /usr/local/ - I tried sym-linking it to /etc/vmware/config but still no good. Anyone got it working? I suspect vmware2 might work - next plan.... Tantalisingly close to working... but of course after going in circles for a couple of hours I may have missed something obvious. thanks Neil -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr Neil J Long, Computing Services, University of Oxford 13 Banbury Road, Oxford, OX2 6NN, UK Te...
2006 May 26
8
Advanced text editor developed with WxRuby
I just joined this list, have info to share, and some questions. As background, I happen to be a blind person who uses a screen reader utility to operate the computer. I use the keyboard rather than mouse for input and the screen reader, called JAWS, provides output in synthetic speech. This generally works well for standard or common controls of Windows, which WxWidgets wraps (since they are
2019 Jul 18
2
Syncing sysvol -> samba-tool ntacl sysvolreset?
On Wed, 17 Jul 2019 at 17:58, Rowland penny via samba <samba at lists.samba.org> wrote: > > On 17/07/2019 17:43, Kris Lou via samba wrote: > > I had thought that the conventional wisdom was that ntacl sysvolreset > > should be mostly avoided once relative stability achieved and additional > > GPO's created. > > > >
2019 Mar 25
2
Overlapping register groups in old 8-bit MC6809 processor.
Hi I'm returning to my MC6809 back-end from a health-related hiatus. The assembler is tantalisingly close, but I've got some parsing and matching problems. The register set; these overlap in annoying ways, for instance, two instructions TFR and EXG each have a single opcode, and the post-byte specifies which registers are to be involved, but the registers can be 8- or 16-bit, and 2 of the...
2007 Jul 20
2
[PATCH 1/7] lguest: documentation pt I: Preparation
...even parts: (best read with C highlighting turned on) + +I) Preparation + - In which our potential hero is flown quickly over the landscape for a + taste of its scope. Suitable for the armchair coders and other such + persons of faint constitution. + +II) Guest + - Where we encounter the first tantalising wisps of code, and come to + understand the details of the life of a Guest kernel. + +III) Drivers + - Whereby the Guest finds its voice and become useful, and our + understanding of the Guest is completed. + +IV) Launcher + - Where we trace back to the creation of the Guest, and thus begin our...
2007 Jul 20
2
[PATCH 1/7] lguest: documentation pt I: Preparation
...even parts: (best read with C highlighting turned on) + +I) Preparation + - In which our potential hero is flown quickly over the landscape for a + taste of its scope. Suitable for the armchair coders and other such + persons of faint constitution. + +II) Guest + - Where we encounter the first tantalising wisps of code, and come to + understand the details of the life of a Guest kernel. + +III) Drivers + - Whereby the Guest finds its voice and become useful, and our + understanding of the Guest is completed. + +IV) Launcher + - Where we trace back to the creation of the Guest, and thus begin our...
2007 Jun 07
2
[PATCH 1/7] lguest documentation: infrastructure and Chapter I
...even parts: (best read with C highlighting turned on) + +I) Preparation + - In which our potential hero is flown quickly over the landscape for a + taste of its scope. Suitable for the armchair coders and other such + persons of faint constitution. + +II) Guest + - Where we encounter the first tantalising wisps of code, and come to + understand the details of the life of a Guest kernel. + +III) Drivers + - Whereby the Guest finds its voice and become useful, and our + understanding of the Guest is completed. + +IV) Launcher + - Where we trace back to the creation of the Guest, and thus begin our...
2007 Jun 07
2
[PATCH 1/7] lguest documentation: infrastructure and Chapter I
...even parts: (best read with C highlighting turned on) + +I) Preparation + - In which our potential hero is flown quickly over the landscape for a + taste of its scope. Suitable for the armchair coders and other such + persons of faint constitution. + +II) Guest + - Where we encounter the first tantalising wisps of code, and come to + understand the details of the life of a Guest kernel. + +III) Drivers + - Whereby the Guest finds its voice and become useful, and our + understanding of the Guest is completed. + +IV) Launcher + - Where we trace back to the creation of the Guest, and thus begin our...