Displaying 20 results from an estimated 86 matches for "sussex".
Did you mean:
susset
2013 May 13
3
ZFS on Linux + ACLs
Hello,
Does anyone test ZFS on Linux and ACLs?
I can't setup POSIX ACLs and any extended even using acl_xattr or
acl_tdb.
Is any way to use ACLs with ZFS on Linux (Samba 3 or 4)?
Best regards
/Adrian Berlin
--
2006 Apr 27
3
gmane?
...ere. Quoting from their site:
"To get a new mailing list added, use the subscription form. Almost any
mailing
list can be added. Just include subscription information. Mailing list
archives
can be imported into Gmane."
What do you think?
--
Cheers,
-Jose
--
Jose Quesada, PhD.
j.quesada@sussex.ac.uk Dept. of Psychology
http://www.andrew.cmu.edu/~jquesada Sussex University
Brighton, UK
[[alternative HTML version deleted]]
2017 Jul 11
0
Multivariate random forests in R - how to obtain variance explained for multiple responses in randomForestSRC package - or other package
...nce explained and error) for all 65 responses ? only one response at a time (here UN)
If anyone has any experience of this package ? or how to achieve this in other packages I?d love to hear from you.
Hopefully I am missing something obvious.
Cheers,
Alice
---
Dr Alice Eldridge
Research Fellow
Sussex Humanities Lab,
School of Media, Film and Music
University of Sussex
Falmer
Brighton
BN1 9RG
alicee at sussex.ac.uk<mailto:alicee at sussex.ac.uk>
+44 (0) 1273 87 7486
http://www.algorithmiclistening.org/
[[alternative HTML version deleted]]
2006 Apr 18
6
R and ViM
Dear all,
I'm starting to learn R, but I'm already programing for a while, using
ViM as editor. Therefore I'd like to be able to use R together with
ViM.
My question now is, whether there are already people out there knowing
how to do this in a similar easy way as with Emacs, and if those would
be willing to share this knowledge.
I did already research on the web on this topic,
2002 Dec 20
1
System tray
Hello,
Is there any system tray support in wine? :) if not how to restore minimized
Trillian window (with contacts etc.) ? :)
Greetings,
Szymon
2006 Aug 09
2
Rails job position in UK
We are an expanding IT company based in West Sussex, UK with a software
department specialising in providing software solutions for Recruitment
agencies.
We are currently seeking a UK based Senior Software Developer to assist
with the development of our software packages using Ruby on Rails. The
position will be based mainly on development of o...
2002 Aug 10
4
Samba PDC and Word
...by the PDC and with a profile on the Samba server
wants to access Word and then after a minute or so Word crashes, I got the
same result with a Redhat PDC and also with an SME server distro. Informed
suggestions other than dump Word are very welcome...
John Russell
Digital Media Lab
University of Sussex
2010 Mar 16
1
[LLVMdev] Seeking advice on Structural Analysis pass
...coloured diagrams that I drew that might help you (and
others!) understand what structural analysis does a bit better than the
black-and-white ones in Muchnick's book.
This first diagram shows a CFG in step 1, and the steps of reduction that
structural analysis performs:
http://www.informatics.sussex.ac.uk/users/js231/img/sa-example-reduction.pdf
For example, in the first step, the red cloud indicates that the blocks "B6"
and "exit" are matched to the "continuous blocks" schema. These are then
reduced into an abstract node which is called B6a and is coloured red (...
2006 Apr 16
0
R-vim suite
...sing autoHotKeys (windows).
http://www.andrew.cmu.edu/user/jquesada/RvimSuite/instructions.html
Actually, the little autoHotKeys can be useful even if you don't use
vim just to send the example R code from the help pages to the
console.
Best wishes,
-Jose
--
Jose Quesada, PhD.
j.quesada at sussex.ac.uk Dept. of Psychology
http://www.andrew.cmu.edu/~jquesada Sussex University
Brighton, UK
2019 Apr 25
2
Error with dbcheck after upgrade to 4.10.2
...nitially after upgrading, but this is now occurring on
all 3 DCs.
regards
--
Al Slater
Essiell is a limited company registered in England with company number: 1957652 and VAT registered number: GB 760 2433 55. Our registered office is at 5th Floor, Park Gate, 161-163 Preston Road, Brighton, East Sussex BN1 6AU.
This message is intended solely for the addressee and may contain confidential information. It may also contain material which is subject to legal privilege. If you have received this message in error please delete it and all copies from your system and notify us immediately by return emai...
2010 Mar 21
0
[LLVMdev] Seeking advice on Structural Analysis pass
...that might help you (and
> others!) understand what structural analysis does a bit better than the
> black-and-white ones in Muchnick's book.
>
> This first diagram shows a CFG in step 1, and the steps of reduction that
> structural analysis performs:
> http://www.informatics.sussex.ac.uk/users/js231/img/sa-example-reduction.pdf
>
> For example, in the first step, the red cloud indicates that the blocks "B6"
> and "exit" are matched to the "continuous blocks" schema. These are then
> reduced into an abstract node which is called B6a an...
2007 Jun 01
2
Samba authentication slow after upgrade to Samba 3
...caused by any virus transmitted by this e-mail. "Ricardo" means Ricardo plc and its subsidiary companies.
Ricardo plc is a public limited company registered in England with registered number 00222915.
The registered office of Ricardo plc is Shoreham Technical Centre, Shoreham-by Sea, West Sussex, BN43 5FG.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2007 Jan 23
3
[fixed] vectorized nested loop: apply a function that takes two rows
...row, am I losing performance? Is there any way to make the resulting vector be a
1-D Matrix object?
This solution seems inneficient. Is there an easy way of achieving this with a
clever do.call + apply combination?
--
Thanks in advance,
-Jose
--
Jose Quesada, PhD
Research fellow, Psychology Dept.
Sussex University, Brighton, UK
http://www.andrew.cmu.edu/~jquesada
2007 Jan 23
3
[fixed] vectorized nested loop: apply a function that takes two rows
...row, am I losing performance? Is there any way to make the resulting vector be a
1-D Matrix object?
This solution seems inneficient. Is there an easy way of achieving this with a
clever do.call + apply combination?
--
Thanks in advance,
-Jose
--
Jose Quesada, PhD
Research fellow, Psychology Dept.
Sussex University, Brighton, UK
http://www.andrew.cmu.edu/~jquesada
2006 Mar 24
2
How to avoid for or while loops when one index depends on another
...s opposed to WHILE in
R? Clearly if you attempt "j in i+1:length" you're in trouble when i
exceeds length.
Thanks for your help with this excellent open-source resource,
Dan
--
Daniel Goldstein, Ph.D.
Assistant Professor of Marketing
London Business School s234
Regent's Park, Sussex Place
London NW1 4SA, United Kingdom
p: +44 (0) 20 7706 6796
f: +44 (0) 20 7724 1145
www.dangoldstein.com
2004 Oct 13
3
smbfs mount issues
This problem began a couple months ago with my new install of (you
guessed it) XP sp2. Now, when i mount a share from the xp machine to
my debian box, everyone, including rot, gets a permission denied
trying to ls the dir.
I've read posts about switching to cifs, but that has opened a whole
new can of worms. I'd just like to see smbfs mount my shares properly
the way they used to.
My
2009 Apr 15
0
[LLVMdev] Accessing instruction/operand names
...quot;. As far
as I know, llvm-dis just generates numbers in order for un-named
instructions. When the instruction has a name (value->getName() ==
"the_name"), you get %the_name instead of the number. Does that make
sense?
On Wed, Apr 15, 2009 at 6:20 AM, James Stanier <j.stanier at sussex.ac.uk> wrote:
>
> Hello everyone,
>
> I'm currently constructing a graph from LLVM bitcode, and I have a question
> about accessing the names of the variables shown in the .ll assembly file,
> assuming it's possible...
>
> For example, with
>
> %2 = load i32...
2009 Nov 16
3
R-help
...____________________________________________
**********************************************************************
MORE TH>N ? is a trading style of Royal & Sun Alliance
Insurance plc (No. 93792). Registered in England and Wales at
St. Mark's Court, Chart Way, Horsham, West Sussex RH12 1XL.
Authorised & regulated by the Financial Services Authority
For your protection, telephone calls will be recorded and may be
monitored.
The information in this e-mail is confidential and ma...{{dropped:15}}
2013 Feb 13
2
rsync'ing samba shares
I know this has come up a bit in the past, but consider this
situation:
Two Samba4 DC's - and I want to "mirror" the data shares to the
"backup" DC in case we lose the primary DC and it's file shares.
[A cheap, dirty, poor-mans semi-CTDB. How did you ever guess that Red
Green was helping me?!]
The easiest way is probably rsync'ing the data.
However, will that
2010 Mar 15
1
[LLVMdev] Seeking advice on Structural Analysis pass
On Mar 13, 2010, at 11:54 AM, James Stanier wrote:
> It
> analyses the CFG and recognises specific region schema, such as if-
> then,
> if-then-else, while-loop, etc., and builds a "control tree" which
> represents
> the hierarchical structure of the input program.
I am not sure if my definition of a control flow tree is the same as
yours, but if it is, I am very