search for: geneat

Displaying 12 results from an estimated 12 matches for "geneat".

Did you mean: genet
2010 May 06
0
[LLVMdev] [cfe-dev] Living on Clang
...g (as compiled by > gcc) against clang (as compiled by clang). The whole process is: > > Stage 1: build clang with gcc > > Stage 2: build clang with the clang created by gcc > > Stage 3: build clang with the clang created by clang. > > Final test: compare the object files geneated on Stage 2 with the object > files generated on Stage 3. > This is the first time stage3 has been built, I am happy (up until now, stage3 was failing at the first compilation): [elcuco at pinky ~/src/llvm] ls -l bootstrap-stage-*/bin/clang -rwxrwxr-x. 1 elcuco elcuco 23594232 2010-05-06 2...
2009 Sep 11
1
Simple time series questions
...= ts(frame_A$b) ts_b = ts(frame_B$b) ts.plot(ts_model,ts_a,ts_b,col=c("blue","red","green"),log="y") The problem is that I no longer have the date along the y-axis. How can I get that back? Finally, when I plot the separate time series, the grid() function geneates a grid where the vertical lines are not lined up with the year tick marks. I interpreted the topic help as saying that by default they would match the tick marks. How can I achieve that? Thanks for any suggestions, Guy Green -- View this message in context: http://www.nabble.com/Simple-time-...
2016 May 07
2
About Clang llvm PGO
...u > were probably the guy behind llvm’s PGO implementation! :-) Here is what > confused me regarding the llvm PGO capability. I started with a small code > (see my code at the end of this email) which I saw more than 10% > performance improvement with PGO on Linux GCC (g++ -O2, -profile-geneate, > -profile-use). I wrote this code based on the assumption that llvm would > rearrange the hot/code branches based on profile run. But when tried with > Apple Clang and Clang on ubuntu, I did not see any performance improvement. > Since I do not know the implementation detail of llvm...
2006 Mar 22
5
Double Call Progress tones
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is slowly driving me nuts! I have several Cisco 7960s with SIP 8.2/7.5 fw connecting to Asterisk 1.2.5 driving a TE110P on a BT EuroISDN PRI line. On all outgoing calls I get a double ring tone (UK style + US style). I also have a DECT phone on a Sipura SPA-3000 configured with UK tones. This gives me a double ring of UK + UK, so this
2006 Jul 01
0
theme''s
Hi, Ive just come across the theme geneator plugin http://www.mattmccray.com/archives/2005/11/13/theme-generator-shapes-up/ However there seems to be very limited documentation, Does anyone know of any decent documentation for this, that explains why I should use it over the standard ruby on rails layouts and help me understnad what i...
2006 Mar 01
1
How-to question: form creation / different table update
I could use some direction. I need a form to collect information on a user''s allergies. I want to present them with a form much like the one we fill out when we see a new doc where you just check-off the things you''re allergic to. When the form comes back to the controller I want to add a record to a table for each allergy they''ve checked. I was thinking I should
2010 Nov 04
0
Echo to file using Rscript
...ut. This does not work using: Rscript --no-restore D:\Ketzin\Invers\V1\read_obs.r A partial alternative is to include to the beginning of the code sink("log.dat",type=c("output","message")) but the file does not contain the code, only the output. Is there a way to geneate anything analogue to the *.Rout file? if possible only with command line, without the sink() command? Best, Bernd
2008 Apr 14
1
[LLVMdev] llvm-as parse error
Hello.  > I have just started to use llvm and confronted with a problem: when I > want to transform something very simple for name.ll to name.bc with > llvm-as name.ll, some errors occured: error: parse error, expecting > `GLOBAL' or `CONSTANT' while reading token: 'target' Works for me. Please indicate, which LLVM version you're using, how you compiled it, etc.
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor
2016 Jun 22
4
[PATCH v2 0/4] virt-p2v support for openSUSE / SLES
Diff to v1: * Use access rather than stat in gui.c * Remove now uneeded and missplaced include for stat.h Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config p2v: add -x option to nm-online .gitignore | 3 + configure.ac | 2 +
2016 Jun 22
5
[PATCH v3 0/4] virt-p2v support for openSUSE / SLES
Diff to v2: * remove leftover variable declaration in gui.c Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config p2v: add -x option to nm-online .gitignore | 3 + configure.ac | 2 + p2v/Makefile.am | 31 +++++-
2016 Jun 22
8
[PATCH 0/4] virt-p2v support for openSUSE / SLES
Hi there, Here are a few patches to get virt-p2v working on openSUSE and SLES. Note that I intentionnaly use icewm and yast2 lan for SLES and openSUSE since SLES doesn't ship metacity and all of NetworkManager pieces. Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config