search for: clos

Displaying 20 results from an estimated 31 matches for "clos".

Did you mean: close
2013 Apr 24
0
[LLVMdev] Questions about attaching DWARF source code debugging information to generated LLVM-IR.
...PQUOTE CMP/COMPILER CMP/COMPILE-FILE CMP/COMPILE-BUNDLE CMP/CMPWALK LSP/SETF LSP/SETFREST LSP/LISTLIB :CMP :STAGE1 LSP/PREDLIB LSP/SHARPMACROS LSP/CMUUTIL LSP/SEQMACROS LSP/SEQLIB LSP/SEQ LSP/ASSERT LSP/DEFSTRUCT LSP/IOLIB LSP/MODULE LSP/TRACE LSP/LOOP2 LSP/PACKLIB LSP/DEFPACKAGE LSP/FORMAT :STAGE2 CLOS/PACKAGE CLOS/HIERARCHY CMP/CMPREPL CLOS/CPL CLOS/STD-SLOT-VALUE CLOS/SLOT CLOS/BOOT CLOS/KERNEL CLOS/METHOD CLOS/COMBIN CLOS/STD-ACCESSORS CLOS/DEFCLASS CLOS/SLOTVALUE CLOS/STANDARD CLOS/BUILTIN CLOS/CHANGE CLOS/STDMETHOD CLOS/GENERIC CLOS/FIXUP :FRONT CLOS/CONDITIONS CLOS/PRINT CLOS/STREAMS LSP/PP...
2013 Apr 24
2
[LLVMdev] Questions about attaching DWARF source code debugging information to generated LLVM-IR.
..., >> >> Thanks for taking time out to look at this. >> >> I cut-and-pasted the IR into a text file and ran the following version of >> llc on it using "llc -filetype=obj dwarf1_paste.ll" and it didn't report >> any errors. >> I'll take a closer look at the CompileUnit DWARF entry in the IR. >> >> But in the mean-time, which version of llc are you using? >> >> I'm using: >> >> LLVM (http://llvm.org/): >> LLVM version 3.3svn >> Optimized build with assertions. >> Built Apr 21 20...
2006 Mar 30
4
with_scope and filters for Rails 1.1 (scoped_access plugin)
...ut since Rails doesn''t have real around filters[2] I cannot see a way of adding a scope using a filter. Anyone using with_scope and filters that can shed any light? Cheers, Jon [1] http://habtm.com/articles/2006/02/22/nested-with_scope [2] "around" was originally defined in CLOS (Common Lisp) 30 years ago. It''s when some form of interceptor is called and is given full control of calling the next interceptor in the chain. "around" is simple yet incredibly powerful and can not only be used to implement "before" and "after" but all s...
2009 Jun 08
4
wineboot has encountered a serious problem and needs to clos
Hi I just installed wine on Ubuntu 8.04 from wine repos and hence have version 1.1.23. After installing, I run: Code: winecfg and had the following message: > wineboot has encountered a serious problem and needs to close However, I'm still able to access to the settings of winecfg. So I don't know: -why is there a problem with winecfg and how to remedy? -wether this problem is actually of big concern? I was able to run explorer.exe for example... Thanks a lot for your advices and help!
2007 Oct 09
3
igraph and plotting connected components
Hello there, I am using the igraph package to build graphs from my data. If I plot a graph though, it's not easy for me to see what's going on. Does anybody know how to rearrange a graph to get a plot without too many crossing lines? Maybe other packages? Thanks a lot in advance for any pointers, -- D --------------------------------- [[alternative
2011 Aug 02
2
SSO's availability
...ible to do this without any windows's system which act as any authority ? Wat I mean is that I would like to do this only one linux's computer.... And the last one of my questions : Could you help me ? Thanks In advance for all of your answers, Kindly -- Fr?d?ric B?rard 61, All?e du Clos de Champereux 45160 OLIVET 06.88.19.09.33 frederic.berard at bbox.fr <mailto:frederic.berard at bbox.fr>
2005 Dec 29
1
S4 classes: referencing slots with other slots
..., here's the DESIGN SOLUTION: write methods which do the appropriate "combination". Critique: pro - it works, it's simple, and I've already done it. con - for the problem I'm looking at, it's not quite so clean, adding one more layer of indirection that in Python or CLOS I'd not need, multiplied by a fair number of subclasses. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2008 Nov 17
6
PWGL, some improvements
Hi, few months ago I started a thread about running PWGL under wine. PWGL is a " free cross-platform visual language based on Common Lisp, CLOS and OpenGL, specialized in computer aided composition and sound synthesis. " http://www2.siba.fi/PWGL/index.html However, because I had to use winetricks to install Microsoft Visual C++ 2005 (it's needed by PWGL), and the many errors that I got running PWGL, I stopped investigating further...
2005 Aug 26
0
[PATCH] Implementing "late pin, early unpin" for x86_64 xenlinux
...ld (make -j4). Lmbench also shows improvements in fork/exec/sh: Processor, Processes - times in microseconds - smaller is better -------------------------------------------------------------------- Host OS Mhz null null open slct sig sig fork exec sh call I/O stat clos TCP inst hndl proc proc proc --------- ------------- ---- ---- ---- ---- ---- ---- ---- ---- ---- Linux 2.6.12- 3786 1.13 1.36 3.93 6.04 10.5 1.43 4.33 536. 1446 3614 Linux 2.6.12- 3786 1.13 1.36 3.91 6.03 10.4 1.44 4.38 346. 1050 2831 Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>...
2005 Sep 18
0
How to test homogeneity of covariance matrices?
...tween two covariance matrices and I am seeking the opinion of professional statisticians about this stuff. The idea is to compare the two matrices using the absolute value of their difference, then to make a quadratic form using a unity vector and its transpose. One obtain a scalar that must be close to zero if the two covariance matrices are homogeneous : Let S1 and S2 be two variance-covariance matrices of dimension n, Let a be a vector of n ones : a <- rep(1, times = n) b = a * |S1 S2| * a, i.e. in R: b <- a %*% abs(S1 S2) %*% a Is b distributed following a chi-square distribu...
2004 Nov 16
1
UML programming
hello, I'd like to know if it is possible to use R in a UML way by creating classes, methods,etc... If yes, can you please give me links for documentation and example ? thanks [[alternative HTML version deleted]]
2006 Jan 17
0
xlispstat and R
...platform. CommonLispStat is fast (SBCL and CMUCL are compiled, not interpreted, commonlisps), but needs a bit of work with numerics (SBCL isn't stable), and Graphics (CLISP doesn't quite like it yet; though tk and gtk2 supported), and decisions about object systems (the old prototypes vs. CLOS) are still open, both being available at this point. Also back on topic, Duncan T-L had a nice embedding of R/XLispStat that worked nicely, but XLIsp isn't a rapidly evolving language, unlike the OSS common lisps. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,c...
2012 Oct 23
0
Bug#690630: Fixe for bashism in part/vhdpartx (see http://bugs.debian.org/690630)
...uploaded that to the git on alioth. Please apply it upstream. I'll see with the release team if it's worth uploading a fix for Wheezy. Cheers, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fixes-bashism-in-bin-sh-script-in-part-vhdpartx-Clos.patch Type: text/x-diff Size: 4163 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20121023/ad47854c/attachment.patch>
2007 Jan 19
5
C vs. C++ as learning and development tool for R
I have 3 years of experience with R and have an interest in becoming a better programmer so that I might someday be able to contribute packages. Other than R, my only experience was taking Lisp from Daniel Friedman in the 1970's. I would like to learn either C or C++ for several reasons: To gain a better concept of object oriented programming so that I can begin to use S4 methods in R. To
2014 Apr 08
0
Découvrez les nouveaux programmes du Grand Ouest
...; D??couvrir ce programme <http://url.mp32.ch/url-203221958-1612541-08042014.html> > 3.73 % de rentabilit?? <http://url.mp32.ch/url-203221958-1612542-08042014.html> > D??couvrir ce programme <http://url.mp32.ch/url-203221958-1612543-08042014.html> VANNES (56) Le Clos de la Madeleine INVESTIR ?? MIMIZAN (40) Le Domaine des Dunes RENNES (35) Le 43 <http://url.mp32.ch/url-203221958-1612544-08042014.html> <http://url.mp32.ch/url-203221958-1612545-08042014.html> <http://url.mp32.ch/url-203221958-1612546-08042014.html> > D??couvrir ce prog...
2015 Feb 27
0
NT_STATUS_CONNECTION_REFUSED, again!!!
...m.dt. : ok I snipped the ending<<<<< I have had the chance to try this several times (thanks to backups) and each time a different number of failures and then "Successfully granted rights." Generally there are anywhere from 12 to 17 failures across two attempts (that I paid clos > e > attention too, out of five tries.) And, because I have two identical computers (one that will become DC1 and the other DC2) I switched machines, just to make sure it wasn't a hardware issue. It's not! When I run one of the failed script line manually, I get: root at dc01:~# ec...
2015 Feb 27
2
NT_STATUS_CONNECTION_REFUSED, again!!!
...m.dt. : ok I snipped the ending<<<<< I have had the chance to try this several times (thanks to backups) and each time a different number of failures and then "Successfully granted rights." Generally there are anywhere from 12 to 17 failures across two attempts (that I paid clos e attention too, out of five tries.) And, because I have two identical computers (one that will become DC1 and the other DC2) I switched machines, just to make sure it wasn't a hardware issue. It's not! When I run one of the failed script line manually, I get: root at dc01:~# echo ${SAMBA_...
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi ! Kenrel 2.6.21 (kernel.org) Patch lguest-2.6.21-254.patch Distro Slackware 11.0 GCC 3.4.6 GLIBC 2.3.6 HW model name : AMD Duron(tm) procu{s{ Module Size Used by tun 7680 0 lg 54600 0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after
2007 Jun 01
2
lguest problem on boot of guest kernel
Hi ! Kenrel 2.6.21 (kernel.org) Patch lguest-2.6.21-254.patch Distro Slackware 11.0 GCC 3.4.6 GLIBC 2.3.6 HW model name : AMD Duron(tm) procu{s{ Module Size Used by tun 7680 0 lg 54600 0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after
2015 Feb 27
3
NT_STATUS_CONNECTION_REFUSED, again!!!
...m.dt. : ok I snipped the ending<<<<< I have had the chance to try this several times (thanks to backups) and each time a different number of failures and then "Successfully granted rights." Generally there are anywhere from 12 to 17 failures across two attempts (that I paid close attention too, out of five tries.) And, because I have two identical computers (one that will become DC1 and the other DC2) I switched machines, just to make sure it wasn't a hardware issue. It's not! When I run one of the failed script line manually, I get: root at dc01:~# echo ${SAMBA_NT...