search for: dex

Displaying 20 results from an estimated 75 matches for "dex".

Did you mean: dev
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
...8c: 7ec60295 0012f988 012cbca0 00000004 0x0033ef9c: 7ec6850c 00000000 01262d84 0033f068 Backtrace: =>1 0xb7d5cc23 strlen+0x33() in libc.so.6 (0x0033ef68) 2 0x7ec5bc4d symt_new_function+0x6d(module=0x12f988, compiland=0x1262d84, name=0x0, addr=0x7ee95cc0, size=0x28, sig_type=0x12cbca0) [/home/dex/wine-0.9.42/dlls/dbghelp/symbol.c:233] in dbghelp (0x0033efa8) 3 0x7ec42ef2 dwarf2_parse_subprogram+0x3c2(ctx=0x33f160, di=0x11c5928, compiland=<register EDI not in topmost frame>) [/home/dex/wine-0.9.42/dlls/dbghelp/dwarf.c:1562] in dbghelp (0x0033f068) 4 0x7ec43277 dwarf2_load_one_entry...
2015 Aug 18
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
...ill follow up shortly. > On Aug 18, 2015, at 7:32 AM, deus ex <deusex12345678 at gmail.com> wrote: > > Hello, > > someone has an idea where I could get the other .svg LLVM Logo derivates? That would be great :) > > Thanks in advance. > > greetings, > > dex > > > > 2015-08-15 1:06 GMT+02:00 deus ex <deusex12345678 at gmail.com>: >> Thank you very much, this one I found I meant the other logos. Unfortunately there is no link to the other logos .svg or .ai format. Do you have a clue or how I could contact the creator of this l...
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Thank you very much, this one I found I meant the other logos. Unfortunately there is no link to the other logos .svg or .ai format. Do you have a clue or how I could contact the creator of this logo? Thanks again for your patience. greetings, dex 2015-08-15 0:27 GMT+02:00 Ted Kremenek <kremenek at apple.com>: > There is a link to the Adobe Illustrator Version at the bottom of the page. > > On Aug 14, 2015, at 3:03 PM, deus ex via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > > Ok thank you very much that s...
2006 Dec 13
3
UNIX credentials for Samba Share
Greetings, For years I have been using my Samba server and authenticating users via winbind to my NT4.0. I am now in a situation where I want to provide shares to users who are not domain members. I have created the file shares and the UNIX users/groups that I want to use for this folder structure. I am using the 'setfacl' command to apply the user/groups access rights to the specific
2003 Oct 17
1
heatmap function
...columns are unchanged but a dendrogram is added to the top. How can I avoid it? Thanks, Oiliver -- ------------------------------------------------------------- Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada 34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 27 01 Tel : O4 67 41 86 71 martinol at ensam.inra.fr martin at lirmm.fr
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Ok thank you very much that sounds great. Do you know where I could get the derivate logos in bigger resolution? On the site not all logos are available in .svg format. Thanks in advance. greetings, dex 2015-08-14 18:31 GMT+02:00 Chris Lattner <clattner at apple.com>: > > On Aug 14, 2015, at 3:52 AM, deus ex via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > > Hello, > > I would like to let produce a LLVM coffee mug for myself for > non-commerical use. Am...
2001 Apr 06
0
Protocol 1 not working in openssh-2.5.2p2
...d. Thanks, diff -Nurd openssh-2.5.2p2-orig/sshpty.c openssh-2.5.2p2/sshpty.c --- openssh-2.5.2p2-orig/sshpty.c Sun Mar 4 19:53:03 2001 +++ openssh-2.5.2p2/sshpty.c Thu Apr 5 19:41:55 2001 @@ -296,6 +296,10 @@ gid_t gid; mode_t mode; struct stat st; + char *dex; + + dex = index(ttyname, ' '); + *dex = 0; /* Determine the group to make the owner of the tty. */ grp = getgrnam("tty"); ===== -- Au __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Ma...
2001 Apr 06
0
Now Protocol 2 doesn't work ;)
Actually, this is a better workaround: --- openssh-2.5.2p2-orig/sshpty.c Sun Mar 4 19:53:03 2001 +++ openssh-2.5.2p2/sshpty.c Thu Apr 5 19:41:55 2001 @@ -296,6 +296,10 @@ gid_t gid; mode_t mode; struct stat st; + char *dex; + + if ((dex = index(ttyname, ' ')) != NULL) + *dex = 0; /* Determine the group to make the owner of the tty. */ grp = getgrnam("tty"); ===== -- Au __________________________________________________ Do You Yahoo!? Get email at your own...
2003 Oct 13
4
help with gsub and grep functions
...hes" "517 matches" [3] "659 matches" Any idea? Best regards, Olivier -- ------------------------------------------------------------- Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada 34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 27 01 Tel : O4 67 41 86 71 martinol at ensam.inra.fr martin at lirmm.fr
2004 Mar 07
2
CIFS, fstab, credentials
.../etc/credfile, tried user=<username> to match the convention in cifsfs, but with both variants I get: mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) the corresponding fstab entry is: //xerxes/m1 /mnt/xerxes/d cifs credentials=/etc/credfile,uid=dexter,gid=users,rw 0 0 The other thing is: at boot time, I get: CIFS VFS: Error connecting to IPv4 socket. Aborting operation CIFS VFS: cifs_mount failed w/return code = -22 later, when the system is up, I can cd to the mnt dir and mount alright, with mount <mntpoint>, not mount -t -o option...
2012 Nov 22
2
Lin/Win desktop/games rig with PEG pass-through
...rdware: targetting an AMD platform, what board/cpu combo has proven to work with Win7 in a DomU and PCIe passthrough in the range of quad-core or better and a board/cpu combo that supports ECC RAM? (thinking about 16GB, so I''d go for unregistered modules, 4x4GB single ranked). Regards Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+++ D- G++ e* h>++ r* y? ------END GEEK CODE BLOCK------ _____________________________________...
2005 Feb 13
1
Wine 20050111 jeopardizes X on start
...console and back to X everything is fine and the wine app is running normally. I tried downgrading to the previous version (August 2004 or so) to find this behaviour stays. So I guess starting the 2005 built garbled some config entry which stayed in ~/.wine/config Any idea what to look for? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a- C+++(++++) UL+>++++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ b+(+++) DI+++ D G++ e* h>++ r%>* y? ------END GEEK CODE BLOCK------ http://www.ag...
2003 Aug 12
1
classification with quantitative variables
Hi all, I want to conduct a cluster analysis with quantitative variables. More precisely, it concerns binary and non-ordered categorical variables. For such data, various similarity measures have been proposed, such as the Jaccard index or the simple matching index. So, is there a package such as mva or multiv in the case of quantitative variables? Could you indicate me reviews, papers or technical reports dealing with this problem? Regards, Olivier -- ------------------------------------------------------------- Martin...
2004 Mar 09
2
R and tmp directroy
Hi all, When I start R, it gives mkdir: Ne peut cr?er le r?pertoire `/home/mart/tmp/Rtmp11729'.: No such file or directory (I specify that my home path is /home/mart and the R version is 1.7.1) How I have to configure R to use the directory /tmp instead of /home/mart/tmp ? What is utility of this directory tmp for R? Thanks, Olivier
2005 Oct 05
2
Trillian?
Has anybody got Trillian to work? If so, how? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a- C+++(++++) UL+>++++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ b+(+++) DI+++ D G++ e* h>++ r%>* y? ------END GEEK CODE BLOCK------ http://www.ag...
2008 Dec 01
2
[SPAM] - Re: CDR Design - Email found in subject
Hi murf, Speaking as someone who designs and builds billing platforms, this is very exciting. One little thing I have most problems with is the good old fax detection. I know that NVFaxDetect et al do actually answer the call and, therefore, get flagged as ANSWERED in the CDR. But, if the call never gets answered after the initial detection - then, to my customer, it is a missed (NO ANSWER)
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Hello, I would like to let produce a LLVM coffee mug for myself for non-commerical use. Am I allowed to use the logos on your website for the production? Thanks in advance. Greetings, dex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150814/5d41480f/attachment.html>
2003 Aug 28
2
how to call a C program from R function
...nux) Does it work in the case of a C++ program instead of a C programm? Best regards, Olivier -- ------------------------------------------------------------- Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada F-34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 26 02 Tel : O4 67 41 86 71 martinol at ensam.inra.fr
2013 Jun 07
2
[LLVMdev] add Inline assembly in LLVM IR
Hi all, I'm working for translating dex bytecode to LLVM IR In order to communicate with Android interpreter, The work have to add data below some instructions I want to use inline assembly to add data. Thus, I wrote a little program to find out the related LLVM IR int main() { asm(".long 0x12345678"); return 0; } an...
2003 Sep 08
1
graphic of hierachical clustering
...mat? (I know I can use plot(reshc) but the tree is vertical in this case) Regards, Olivier. -- ------------------------------------------------------------- Martin Olivier INRA - Unit? prot?omique LIRMM - IFA/MAB 2, Place Viala 161, rue Ada F-34060 Montpellier C?dex 1 34392 Montpellier C?dex 5 Tel : 04 99 61 26 02 Tel : O4 67 41 86 71 martinol at ensam.inra.fr