search for: essense

Displaying 19 results from an estimated 19 matches for "essense".

Did you mean: essence
2011 May 30
3
Transforming a data matrix into a vector
...m trying to transform a data matrix into a vector and have not be able to accomplish want I am looking for. The setup is as follows. I start with a 3 x 3 matrix: 5 1 3 3 3 2 1 2 4 I would like to transorm it into a 27 x 1 vector of the follwing form 5 5 5 1 1 1 3 3 3 . . . 1 1 1 2 2 2 4 4 4 In essense I want to create a vector in which each element of the original matrix is repeated three times, starting with cell [1,1] and ending with cell [3,3]. This is small example of the larger problem I am trying to solve. The actual data matrix is 352 x 15, and I would like to end up with a 26,400 x 1 ve...
2011 Sep 28
3
[LLVMdev] Greedy Register Allocation in LLVM 3.0
On Sep 27, 2011, at 12:11 AM, Leo Romanoff wrote: > > > It is true that names are not always reflecting the essense. But on the other hand, there is a lot of ongoing research on register allocation (and compilers in general) and it looks like more and more such efforts choose LLVM as a platform for experimentation. Quite some results and comparisons are published. So, it would be nice to have a somewhat concrete...
2011 Sep 28
0
[LLVMdev] Greedy Register Allocation in LLVM 3.0
On Sep 28, 2011, at 3:08 PM, Chris Lattner wrote: > > On Sep 27, 2011, at 12:11 AM, Leo Romanoff wrote: > >> >> >> It is true that names are not always reflecting the essense. But on the other hand, there is a lot of ongoing research on register allocation (and compilers in general) and it looks like more and more such efforts choose LLVM as a platform for experimentation. Quite some results and comparisons are published. So, it would be nice to have a somewhat concrete...
2011 Sep 27
0
[LLVMdev] Greedy Register Allocation in LLVM 3.0
...it is actually a live range > splitter that happens to perform allocation. But I am not attached to > the names, and always figured the final algorithm, if successful, > would simply be known as the "LLVM Register Allocator". It is true that names are not always reflecting the essense. But on the other hand, there is a lot of ongoing research on register allocation (and compilers in general) and it looks like more and more such efforts choose LLVM as a platform for experimentation. Quite some results and comparisons are published. So, it would be nice to have a somewhat concrete...
2011 Sep 27
5
[LLVMdev] Greedy Register Allocation in LLVM 3.0
On Sep 26, 2011, at 4:22 AM, Leo Romanoff wrote: > Hi Jakob, > > Thanks for a very interesting description of the new register allocation algorithm in LLVM!!! > > Could you elaborate a bit on the following topics: > > 1) Do you have any plans to publish something more formal and detailed about this algorithm, e.g. a paper or something similar? It would be nice to better
2003 Sep 25
0
(no subject)
...e pass the VOIP traffic to the third-parties gateway. We need to do this so that we can still remain 'the middle man' without our customer going directly to the third party company. My question is: Can Asterisk simply route h323 VOIP traffic from Honk Kong to another VOIP gateway? In essense Asterisk would do no termination, only route the IP packets to a SINGLE IP address. Hope that made sense. Paul Seniuk Freestyle Networks
2004 Jul 20
0
logging in to PDC with Win98
...domain; and told it the domain name was 'micah' I got an instant dialog saying ;incorrect parameter; and it will not login I then tried '\\micah' but it also will not work. I then added '.ru.ac.za' to the domain name I then got a delay followed by a long message saying in essense 'I could not find a domain to authorize against, so some of the network won't work' and then the login proceeds, I do not get a home directory, but a preexisting drive mapping works fine, and no sign of the login script running at all (I created a simple batch file that just annouces...
2007 Jul 18
0
ADS users authentication problem where win2k and pre-win2k names of user differ
...n the share definition that user is not there. Hence winbindd does not allow access to the share in spite of successful authentication. If I specify the user as "DOMAIN\foobar" for the authentication from Windows everything is hunky dory and user foobar is able to mount the share. So in essense "When win2k and pre-win2k names of user differ I am not able to mount the share using win2k name of the user" Has anyone ever faced this issue? Or aware of any solution? Thanks for the help. Arvind Deshpande
2012 Mar 28
2
[LLVMdev] Suboptimal code due to excessive spilling
...n the llvm home page ("Output A"). As you can see from the assembly, after sum() is inlined and the loop unrolled, the generated code loads all values of array v (aka &x[i]) into registers before adding any numbers up -- in the process it runs out of registers and starts spilling (in essense copying the doubles from one area of memory to another). After that, it proceeds to add the numbers up. But why not add the numbers into 1 register directly? Clearly this is what the C code is doing -- nothing could have been more explicit. The really strange thing, is that in the assingment to...
2009 May 19
1
Problems with one thread excessive CPU usage.
...;m having some problems with one thread of samba, taking excessive CPU usage. This is one single thread, that i can kill with 'kill -9 pid', and the server will keep other connections. This thread will severely slow down the server, and clients notify me within minutes of this happening. In essense the server becomes unuseable, because it's too slow. This is happening with 2 different servers now. Both of them are CentOS: 4.7 (fully upgraded) samba-common-3.0.28-0.el4.9 samba-3.0.28-0.el4.9 4.3 (not fully upgraded) samba-3.0.10-1.4E.12.2 samba-client-3.0.10-1.4E.12.2 samba-common-3...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...ng name="MassBank_InstrumentsBinding" type="tns:MassBank_InstrumentsPortType"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="MassBank_Instruments"><!-- in essense, this is the name of the subroutine that is called --> <wsdlsoap:operation soapAction='http://biomoby.org/#MassBank_Instruments' style='rpc'/> <wsdl:input> <wsdlsoap:body use="encoded" namespace=&...
2008 Mar 28
1
3.0.0pre2 error on module, fine on subdir
Just tripped over this one today. $ rsync --no-motd rsync://alphageek.dyndns.org/slackware rsync: link_stat "." (in slackware) failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1498) [receiver=3.0.1pre2] $ rsync --no-motd rsync://alphageek.dyndns.org/slackware/slackware-current drwxr-xr-x 4096 2008/03/26 01:30:27
1997 Oct 17
1
Zip drive as a read-only medium
Does anyone have any experience using a zip drive as a read-only medium for storing things like tripwire files, PGP signed keys and kernels? Is there a way to switch it to read/write mode without ejecting it? Scott Kaplan SF Legal Net 346 Fair Oaks Street San Francisco, CA 94110 Voice: (415) 643-8700 Fax: (415) 643-8777
2007 Nov 19
5
Howto modify samba printer ACLs without Windows?
Hi all, I would like to limit access to our samba shared printers to certain user groups by commandline without using Windows. Is this possible? Thanks! Christoph
2012 Apr 05
0
[LLVMdev] Suboptimal code due to excessive spilling
...n the llvm home page ("Output A"). As you can see from the assembly, after sum() is inlined and the loop unrolled, the generated code loads all values of array v (aka &x[i]) into registers before adding any numbers up -- in the process it runs out of registers and starts spilling (in essense copying the doubles from one area of memory to another). After that, it proceeds to add the numbers up. But why not add the numbers into 1 register directly? Clearly this is what the C code is doing -- nothing could have been more explicit. The really strange thing, is that in the assingment to...
2007 Nov 20
4
SETGID not being inherited
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have an Debian system running samba 3.0.14a from sarge. It is exporting a file system, /data. This file system has the perms 2770. I have set the following in the smb.conf: inherit permissions = yes inherit acls = yes I mount the filesystem from a linux, ubuntu, client and create a directory. The directory comes out with perms 0770. I can
2003 Feb 21
2
pam settings for winbind
This is more of a pam question then a samba question, but I thought I'd start here and see if I can get an answer. I've gotten pam_winbind.so working with gdm (on RHAT 8) using the following /etc/pam.d/gdm file. I've put + signs to show the lines I added I added to the stock RHAT 8 gdm pam def.: #%PAM-1.0 + auth sufficient /lib/security/pam_winbind.so + auth
2003 Feb 13
6
!!ATTENTION NEWBIES!!
I've been reading this list for a few weeks now and I've given advice on questions that look challenging but I've deleted MANY questions like these: "How do I (easy question found in the documents)?" Though I don't count myself an expert, I've known enough experts to see that they _HATE_ it when you don't invest some time before asking a question. I too have
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d..428da21 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g.